Skip to content

Latest commit

 

History

History
188 lines (84 loc) · 9.2 KB

File metadata and controls

188 lines (84 loc) · 9.2 KB

Changelog

3.0.1 (2026-03-05)

Bug Fixes

  • restore input for extra arguments for docker compose run (37805e4)

3.0.0 (2026-03-04)

⚠ BREAKING CHANGES

  • the 'build-test-push' workflow no longer runs "release-please" nor deploys to 'production'

Features

  • allow to re-tag images for 'production' deployments (#95) (08a83f1)

2.11.3 (2026-02-17)

Bug Fixes

  • linter: don't install Node.js by default after all (#91) (0bc708a)

2.11.2 (2026-02-17)

Bug Fixes

  • lefthook: use setup-command to install tools (via uv) (#89) (2a117fa), closes #87

2.11.1 (2026-02-12)

Bug Fixes

  • lefthook: switch to uv run and allow passing extra options (#87) (503741b)

2.11.0 (2026-01-22)

Features

  • linter: add workflow to run 'pre-commit' checks with 'lefthook' (#80) (008fb5b)

2.10.1 (2025-12-04)

Bug Fixes

  • nightwatch: handle duplicate, but identical image names (5ebbfd5), closes #70

2.10.0 (2025-12-02)

Features

  • nightwatch: read image name from project kustomization (#70) (3c04aba)

2.9.0 (2025-11-26)

Features

  • nightwatch: pass cluster to baseproject action (#68) (1fcc48b)

2.8.0 (2025-10-17)

Features

  • install & run 'pre-commit' using uv(x) (#56) (9d4de6a)

Bug Fixes

  • k8s-validation: use 'staging' and 'production' by default (0c6b13e), closes #33

2.7.0 (2025-10-17)

Features

  • k8s-validation: add input to be flexible which environments to validate (#33) (38cfaa9)

Bug Fixes

  • pre-commit: make pre-commit actually use the node we just installed, sigh (#57) (5245d81)

2.6.1 (2025-10-02)

Bug Fixes

  • pre-commit: show diff on failure to aid debugging (6dda9aa)

2.6.0 (2025-10-02)

Features

  • pre-commit: support installing dependency runtimes (python, nodejs) (#51) (784ba2f)

2.5.0 (2025-08-29)

Features

  • commit-lint: add inputs to commit-lint workflow (#48) (db20672)

2.4.2 (2025-08-21)

Miscellaneous Chores

  • upgrade package dependencies (7ed868a)

2.4.1 (2025-07-17)

Bug Fixes

  • nighwatch: scan security only on PRs not main (cc11024)

2.4.0 (2025-07-17)

Features

  • nightwatch: scan for security issues [BEM-216] (a65b938)
  • nightwatch: support pypi-zon mirror [BEM-210] (b624be2)

2.3.0 (2025-05-23)

Features

  • nightwatch: allow to set the environment (#34) (7d0c359)

2.2.1 (2025-04-10)

Bug Fixes

  • add issues write permission to release-please job (#28) (7201356)

2.2.0 (2025-04-10)

Features

  • nightwatch: assume we do want the change if it is pushed on main (#29) (d94da43)

2.1.0 (2025-03-21)

Features

  • add workflow to lint commit messages with 'commitlint' (5f91b76)
  • nightwatch: always mount the nighwatch secret, keeping it optional (#24) (4b139e1)

2.0.0 (2024-12-19)

⚠ BREAKING CHANGES

  • remove no longer needed workflows

Features

  • release: integrate "release-please" action into build workflow (48ad7fd)
  • release: set up "release-please" for future releases (b55aadd)
  • release: use the conventional name for change log files by default (1526248)

Bug Fixes

  • release: pass on outputs from "release-please" to workflow (0831598)
  • release: try to fix conditionals (5e6f320)

Miscellaneous Chores

  • remove no longer needed workflows (aa72c2f)