Releases: giantswarm/app-operator
Releases · giantswarm/app-operator
v6.6.0
Added
- Add support for dependencies between apps using
app-operator.giantswarm.io/depends-on
annotation.
v6.5.1
Changed
- Bump
giantswarm/app
package tov6.15.2
to weaken the condition on userConfig names for default apps.
v6.5.0
Fixed
- Fix building URLs for OCI Repositories assigned to non-internal
Catalogs
.
v6.4.4
Fixed
- Fix workload cluster request template.
v6.4.3
Changed
- Use
port
instead of deprecatedtargetPort
field forPodMonitor
Fixed
- Provide synchronization between goroutines operating on indices maps.
v6.4.2
Changed
- Bump
github.com/giantswarm/app
tov6.15.1
v6.4.1
Fixed
- Fix a bug that skips adding the chart-values or chart-secrets entries to the Chart CR when they are only created via extra configs of the App CR
v6.4.0
Added
- Support timeouts fields in the App CR.
Changed
- Add support for new control-plane label in k8s 1.24.
v6.3.0
Added
- If no userconfig configmap or secret reference is specified but one is found following the default naming convention (
*-user-values
/*-user-secrets
) then the App resource is updated to reference the found configmap/secret.
v6.2.0
Added
- Watch config maps and secrets listed in the
extraConfigs
section of App CR for multi layer configs, see: https://github.com/giantswarm/rfc/tree/main/multi-layer-app-config#enhancing-app-cr
Changed
- Bump
github.com/giantswarm/app
tov6.12.0