Skip to content

Releases: farhanjiwani/code-vault

v2.1.0 — [BREAKING CHANGE] Further Hardening

Choose a tag to compare

@farhanjiwani farhanjiwani released this 07 Sep 05:20
  • See TODOs in README.md
  • Breaking Changes:
    • Updated Node image digest hash
      • Now uses Node v24.18.0
  • New Features:
    • Refactored setup-project.sh to be more "wizard-like"
    • Can now save your project's setup options to .harness-config in project directory for future runs
    • Further hardening for security and potential AI escape routes

Full Changelog: v1.1.1...v2.1.0

v1.1.1 — Bugfix

Choose a tag to compare

@farhanjiwani farhanjiwani released this 09 Feb 17:43
  • 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

Choose a tag to compare

@farhanjiwani farhanjiwani released this 09 Feb 15:54
  • Features:
    • Added user/group ID remapping to help prevent "container escapes"
    • Added .dockerignore file for:
      • smaller image size
      • added security
  • Changes:
    • The filesystem is now read-only
    • Using the setup script with -b injects the .env (Git-ignored) example into /app
  • Chores:
    • Added LICENSE (MIT)
    • Updated README.md

Full Changelog: v1.0.0...v1.1.0

v1.0.0 — Initial Release

Choose a tag to compare

@farhanjiwani farhanjiwani released this 09 Feb 04:28

See README.md for all of the details