Releases: giantswarm/cluster-apps-operator
Releases · giantswarm/cluster-apps-operator
v3.1.0
v3.0.0
Removed
- Removed PSP support and thus support for pre v1.25 Kubernetes clusters.
- Removed
.global.podSecurityStandards.enforced
Helm value.
- Removed
- Removed
.project.branch
andproject.commit
Helm values.
Changed
- Bump
app-operator
to version v7.0.0 - Bump
chart-operator
to version v4.0.0 - Bump
architect-orb
tov5.11.1
. - Updated build pipeline to use
app-build-suite
.- Changed value for
application.giantswarm.io/branch
label to point to.Chart.AppVersion
instead as ABS does not support mangling the templates anymore. - Changed value for
application.giantswarm.io/commit
label to point to.Chart.AppVersion
instead as ABS does not support mangling the templates anymore.
- Changed value for
- Defaulted
.image.tag
to be an empty string and default that to.Chart.AppVersion
in the deployment.
v2.23.2
Changed
- Log which apps are being awaited before continuing deletion
v2.23.1
Changed
- Do not create proxy secrets for capv clusters if the proxy is not enabled in the cluster app.
v2.23.0
v2.22.1
Added
- Added
--service.controller.resyncperiod
daemon flag that can be controller via.controller.resyncPeriod
Helm value.
Controls the duration after which a complete sync with all known runtime objects the controller watches is performed.
Defaults to5m
.
v2.22.0
Added
- Add
ciliumNetworkPolicy.enabled=true
in cluster values.
v2.21.1
Fixed
- Make
image.registry.domain
option configurable.
v2.21.0
Added
- Add
subscriptionID
to cluster-values configmap for CAPZ so that apps in default-apps bundle can consume it automatically.
v2.20.2
Fixed
- Add missing team label to alls resources and especially the servicemonitor.