Releases: rdvansloten/cert-manager-key-vault-sync
Releases · rdvansloten/cert-manager-key-vault-sync
v0.1.1
2024-09-21
Removed
- Env variable for managed identity in
main.py
, this is auto-loaded now (#6) - Env variable for managed identity in
charts/cert-manager-key-vault-sync/templates/deployment.yaml
, this is auto-loaded inmain.py
(#6)
Changed
- Prefixed Helm version with
v
to match app version - Adjusted
build-push-image.yaml
to read app version fromChart.yaml
Fixed
- Lowercase
as
to uppercaseAS
in./Dockerfile
to solveWARN: FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 1)
- Duplicate
arm64
request to solveDuplicate platform result requested "linux/arm64"
v0.1.0
2024-09-07
Added
- Tests on an ephemeral AKS cluster, Key Vault and Managed Identity
- Documentation to render the Helm chart as Kubernetes manifests (#3)
- A
CHANGELOG.md
file - Support for
linux/arm64/v8
(MacOS M1)
Fixed
- Ability to upload duplicate Secret names from multiple namespaces using
useNamespaces=true
invalues.yaml
Changed
- Bumped the Python pyyaml package to
6.0.2
from6.0.1
- Bumped the Helm chart to
0.2.0
- Renamed the release name from
cert-sync
tocert-manager-key-vault-sync
in the Helm chart