v16.6.0
v16.6.0 (2024-07-02)
Ci
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
)