All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.11.1 - 2024-11-06
- Bump image version to v0.10.5 to resolve issue with failing to auth to kubernetes using client certs
0.11.0 - 2024-10-31
- Upgrading to the
v0.10.5
version. Includes breaking changes. - Update Kyverno PolicyExceptions to v2 and fallback to v2beta1.
0.10.0 - 2024-04-23
- Upgrading to the
v0.9.16
version.
0.9.1 - 2024-04-17
- Upgrading to the
v0.9.15-2
version.
0.9.0 - 2024-03-28
- Upgrading to the
v0.9.13
version.
0.8.4 - 2024-02-28
- Fix policy exception
0.8.3 - 2024-02-20
- Fixed Kyverno policy exception for the CRD installer job
0.8.2 - 2024-01-29
- Move pss values under the global property
0.8.1 - 2023-12-20
- Configure
gsoci.azurecr.io
as the default container image registry.
0.8.0 - 2023-11-28
- Add PolicyExceptions for Deployments and CRD install Job.
0.7.0 - 2023-11-10
- Add a switch for PSP CR installation.
0.6.6 - 2023-08-30
- Fixed selector labels for Cilium network policy
0.6.5 - 2023-08-01
0.6.4 - 2023-07-18
- Split original and cilium network policies instead of excluding each other by condition where cilium was preferred if CRDs for it were present
0.6.3 - 2023-07-13
0.6.2 - 2023-07-07
0.6.1 - 2023-06-12
- Added
NetworkPolicy
by default when Cilium is not available
- Install
PushSecret
CRD by default to follow upstream
0.6.0 - 2023-06-08
- Added
node-role.kubernetes.io/control-plane
to crd install jobs toleration
- Updated templates to consistently use
{{ include "external-secrets.name" . }}
instead of{{ include "external-secrets.fullName" . }}
- The conversion webhook on CRDs use
{{ include "external-secrets.name" . }}
- The
ClusterRole
previously called{{ include "external-secrets.fullName" . }}-servicebindings
was renamed to{{ include "external-secrets.name" . }}-servicebindings
- The
external-secrets
service account was renamed from usingexternal-secrets.fullName
toexternal-secrets.name
by default
- The conversion webhook on CRDs use
- Update
external-secrets
tov0.8.3
0.5.0 - 2023-04-27
- Update
external-secrets
tov0.8.1
0.4.3 - 2023-04-26
- Use SVG icon
0.4.2 - 2023-03-22
- The VPA for
external-secrets
erroneously picks up thekubectl
pod created by the CRD installer job and changes the resource requirements for it potentially causing OOM kill for it
0.4.1 - 2023-03-07
- Add cluster and world to CiliumNetworkPolicy
0.4.0 - 2023-02-09
- Add support for
VPA
for core, cert-controller and webhook deployments, enabled by default
0.3.0 - 2023-01-24
- Add support for clusters with
cilium
network and prepare for PSP not being available after kubernetes 1.25
- Use
external-secrets.name
instead ofexternal-secrets.fullname
for resource names prefix - Update ATS tests to use
v0.2.1
fromgiantswarm-catalog
- Update
README.md
0.2.1 - 2023-01-16
- Fix release process
0.2.0 - 2023-01-16
- Push artifacts to
giantswarm-catalog
andgiantswarm-test-catalog
0.1.0 - 2022-12-19
- Add initial chart to deploy
external-secrets
as a Giant Swarm application