Releases: farhanjiwani/code-vault
Releases · farhanjiwani/code-vault
Release list
v2.1.0 — [BREAKING CHANGE] Further Hardening
- See TODOs in
README.md - Breaking Changes:
- Updated Node image digest hash
- Now uses Node v24.18.0
- Updated Node image digest hash
- New Features:
- Refactored
setup-project.shto be more "wizard-like" - Can now save your project's setup options to
.harness-configin project directory for future runs - Further hardening for security and potential AI escape routes
- Refactored
Full Changelog: v1.1.1...v2.1.0
v1.1.1 — Bugfix
- Fixes:
- Permissions issues for read-only filesystem
- Chores:
- Fixed README typo
- Added & updated files for
/example
Full Changelog: v1.1.0...v1.1.1
v1.1.0 — Hardened Security
- Features:
- Added user/group ID remapping to help prevent "container escapes"
- Added
.dockerignorefile for:- smaller image size
- added security
- Changes:
- The filesystem is now read-only
- Using the setup script with
-binjects the.env(Git-ignored) example into/app
- Chores:
- Added
LICENSE(MIT) - Updated
README.md
- Added
Full Changelog: v1.0.0...v1.1.0
v1.0.0 — Initial Release
See README.md for all of the details