Skip to content

v16.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jul 22:05
· 52 commits to main since this release

v16.6.0 (2024-07-02)

Ci

  • ci: ignore commits in changelog and release notes (#112) (102ac77)

  • ci: change release workflow - palm (#109) (1aa27ce)

Feature

  • feat: add support for static cache config (#115)

fix: address PR suggestions

fix: address PR suggestions

fix: address PR suggestions

fix: address PR suggestions

build: correct port and path for mfe tests
(cherry picked from commit 1df8bc7) (485a190)

Fix

  • fix: remove unnecesary annotations from the hpa sync wave (#119)

The HPA sync-wave patch includes annotations to indicate argocd
in which order should the HPA resources be applied in relation
to the other resources. The argocd.argoproj.io/hook: Sync
and argocd.argoproj.io/hook-delete-policy: HookSucceeded
annotations are used for ephemeral resources (like jobs) and
should not be used for the HPA resources.

Co-authored-by: Moisés González <[email protected]> (2b3debc)