Releases: giantswarm/app-admission-controller
Releases · giantswarm/app-admission-controller
v1.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
cert-manager-app
version tov3.8.1
in integration tests and disabled PSP for it by setting.global.podSecurityStandards.enforce
totrue
for it.
v0.26.2
Fixed
- Extend the
/healthz
endpoint to check for a valid certificate and let Kubernetes liveness probes handle restarts in case of an error.
v0.26.1
Fixed
- Fixed logic fetching Releases for cluster apps to work with cross-provider MCs
v0.26.0
Fixed
- Fix cluster app mutation, so it merges all config before trying to read release version.
v0.25.0
v0.24.3
Release v0.24.3 (#460)
v0.24.2
Changed
- Use base image from
gsoci.azurecr.io
- Update api version of
PodDisruptionBudget
tov1
for k8s 1.25.
v0.24.1
Fixed
- Move pss values under the global property
v0.24.0
Changed
- Enable app mutation for disabling PSPs in CAPI clusters.
v0.23.1
Changed
- Configure
gsoci.azurecr.io
as the default container image registry.