v17.4.0
v17.4.0 (2024-07-02)
Ci
Feature
- feat: add support for static cache config (#116)
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 e331e29) (52b6e9d
)
Fix
-
fix: quince no longer in the same branch as main (
6b6de53
) -
fix: remove unnecesary annotations from the hpa sync wave (#118)
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]> (31ea2d6
)