Releases: ErikEngerd/kubedock-dns
Releases · ErikEngerd/kubedock-dns
v0.0.6
Release v0.0.6
When upgrading from the previous release there will be a short downtime. Because of renaming of the service, new certificates must be used and this required the CA bundle in the mutator to be updated as well as the server certificate. In subsequent releases, downtime should be 0 since the helm chart attempts to reuse previously used CA and cert and key for the mutating admission controller.
When installing the release a previous secret named dns-mutator-cert
is no longer used and can be removed manually (as indicated by the helm install).
🔄 Commits since v0.0.5
- 7e5e485 - Merge pull request #2 from ErikEngerd/naming (Erik Brakkee)
- 614dbbf - Now building on any commit in any branch (Erik Brakkee)
- cd3ca6a - Issue #1: Using the release name in the names of the generated resources (Erik Brakkee)
- 25207c5 - Upgraded to go 1.23.5 and latest versions of all packages. (Erik Brakkee)
- 9a4113a - Update README.md (Erik Brakkee)
- 7a3f715 - repo to lowercase. (Erik Brakkee)
- d3990d6 - setting up buildx (Erik Brakkee)
- 654c294 - using ghcr.io image layer caching. (Erik Brakkee)
- 4fecf6f - update of the ports in compose.yaml to match the ports used by kubedock dns (Erik Brakkee)