Skip to content

Releases: machinezone/configmapsecrets

v0.5.1

10 Mar 22:14
Compare
Choose a tag to compare

Changes since v0.5.0

86d453d 🐛 manifest: fix coordination RBAC apiGroups and resources
7fa9f7f 🐛 manifest: update RBAC to allow event creation in all namespaces

v0.5.0

10 Mar 19:29
Compare
Choose a tag to compare

Changes since v0.4.0

e54a6a8 ✨ manifest: add coordination/v1 to RBAC
d1c2b0e 🌱 update go from v1.15 to v1.16
🌱 update dependencies

⚠️ WARNING

New coordination/v1 RBAC permissions are needed by default for leaderelection (see e54a6a8). The new lock will automatically deal with existing configmap locks (e.g. during upgrades).

v0.4.0

05 Oct 18:00
Compare
Choose a tag to compare

Changes since v0.3.0

3ef11db ✨ add leader-election-namespace flag to override default behavior
3adf07a ✨ add EnvFrom-like VarsFrom secrets and configmaps
571f95e 🐛 rbac: limit access requested for leadership election
8f7a5cb 🌱 update CRD to apiextensions.k8s.io/v1
f0ae862 🌱 update go from 1.14 to 1.15
a292f45 3ad72e0 f5ba683 e3c5acc 2367010 0e95505🌱 update dependencies

⚠️ WARNING

Support for apiextensions.k8s.io/v1beta1 was disabled by default in Kubernetes 1.19. This release switches to apiextensions.k8s.io/v1 which requires Kubernetes v1.16 or newer. Support for earlier versions of Kubernetes is dropped.

v0.1.2

08 Nov 22:26
Compare
Choose a tag to compare

159e8a0 ✨ magefile: update to Go 1.13
159e8a0 🐛 magefile: include license in image
2a2e2e5 🐛 controller: cleanup old secrets after renaming template

v0.1.1

13 Aug 01:53
Compare
Choose a tag to compare

92b2408 🐛 fix secret ownership reference comparison

v0.1.0

12 Aug 19:12
Compare
Choose a tag to compare

This is the initial public release of ConfigMapSecrets.

A very similar version has been running in production for several months without any issues, but this version upgrades kubebuilder from v1.0.8 to v2.0.0-beta.0 and controller-runtime from v0.1.11 to v0.2.0-beta.5.