Releases: contentful-labs/kube-secret-syncer
Releases · contentful-labs/kube-secret-syncer
v1.1.4
What's Changed
- [MOGWAI-3860]chore: update go version, security fix by Bruno Benevento (@brunobrossi) in #168
New Contributors
- Bruno Benevento (@brunobrossi) made their first contribution in #168
Full Changelog: v1.1.3...v1.1.4
v1.1.3
What's Changed
- feat: [MEC-1673] - update example CRD by Cormac de Barra (@ContentfulCormac) in #161
- build(deps): bump golang.org/x/crypto from 0.32.0 to 0.35.0 by Dependabot (@dependabot)[bot] in #162
- build(deps): bump golang.org/x/oauth2 from 0.23.0 to 0.27.0 by Dependabot (@dependabot)[bot] in #164
- [MOGWAI-3252] Bump dependencies by Nicolas Arnold (@nicolasarnold12321) in #167
New Contributors
- Nicolas Arnold (@nicolasarnold12321) made their first contribution in #167
Full Changelog: v1.1.2...v1.1.3
v1.1.2
What's Changed
- chore: [] Manually update types by Cormac de Barra (@ContentfulCormac) in #160
Full Changelog: v1.1.1...v1.1.2
v1.1.1
v1.1.0
v1.0.7
v1.0.6
Extend logging; faster startup
v1.0.5 Extend logging, faster startup
Extend Logging:
- Log number of secrets fetched from AWS (useful for noticing if there is something wrong with fetching)
- Log size of K8S secrets when updating/creating them (useful for debugging unexpected changes to secrets)
Faster startup: Initial delay before fetching secrets from AWS removed (if orchestrating startup is needed, do it in the Kubernetes manifest of the controller deployment)
Bump controller runtime
Updates the controller runtime that runs the reconciler.
Warning: Breaking change, needs the updating of the Role and Cluster Role used for leader election. (see changes in config/rbac/)