Skip to content

v0.22.0

Choose a tag to compare

@github-actions github-actions released this 04 Jul 23:16
· 137 commits to master since this release

Added

  • Linux ARM64 release binary — releases now also publish a static (no-cgo)
    ocms-linux-arm64.tar.gz; new make build-linux-arm64 target.

Security

  • Harden the release workflow: strict vMAJOR.MINOR.PATCH tag format, tag
    validation against the repository default branch, actions pinned to full
    commit SHAs, and non-empty release notes enforced. Tag creation is
    restricted to admins via a repository ruleset.
  • Fix @babel/core arbitrary file read (CVE-2026-49356) by pinning a transitive
    override to 7.29.7; build-toolchain-only dependency, never run by the asset
    pipeline (Dependabot alert #15).

Dependencies

  • Update Go modules: chi v5.3.0, go-redis v9.21.0, modernc.org/sqlite v1.53.0,
    go-sqlite3 v1.14.47, goose v3.27.2, html-to-markdown v2.5.2.
  • Update npm assets: TinyMCE 8.7.0, swagger-ui-dist 5.32.8, Tailwind CSS 4.3.2.