Releases: giantswarm/app-operator
Releases · giantswarm/app-operator
v7.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
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. - Bumped
chart-operator
version tov3.3.0
in integration tests. - Bumped
test-app
version tov1.0.0
in integration tests.
Added
- Added
ignore-check.kube-linter.io/no-read-only-root-fs
annotation to the deployment to informkubelinter
and describe why the write access to the root FS is needed.
v6.11.2
Release v6.11.2 (#1307)
v6.11.1
Fixed
- Retain a list of finalizers of Chart CR when updating it.
Changed
- Update
PolicyExceptions
tov2
and failover tov2beta1
.
v6.8.1-patch1
- [Backport] Add global.podSecurityStandards.enforced value for PSS migration.
v6.7.0-patch1
[Backport] Add global.podSecurityStandards.enforced value for PSS migration.
v6.6.0-patch1
[Backport] Add global.podSecurityStandards.enforced value for PSS migration.
v6.0.1-patch1
[Backport] Add global.podSecurityStandards.enforced value for PSS migration.
v6.11.0
Added
- Add support for App resources having a dependency on HelmReleases.
v6.10.3
Fixed
- Move pss values under the global property
v6.10.2
Changed
- Set
gsoci.azurecr.io
as the default container registry for this app's image(s).