Skip to content

Releases: gopaddle-io/configurator

v0.0.2

21 Dec 09:19
90b8ea0
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release
  1. Re-architect Configurator to use Kubebuilder and CodeGen to generate Controller
  2. Make Configurator GitOps friendly
  • Generate ConfigMap and Secret Versions in the background as CustomConfigMaps and CustomSecrets
  • Annotate the ConfigMaps, Secrets, CustomConfigMaps, CustomSecrets and Deployments to point to the right versions
  • Initialize ConfigMaps and Secret Version when Configurator is installed for the first time in a cluster
  • Periodically purge unused CustomConfigMap and CustomSecret revisions that are unused

v.0.0.1

30 Jul 08:58
2a37e72
Compare
Choose a tag to compare

Initial Release with basic capabilities to :

  1. Version control ConfigMaps and Secrets
  2. Sync up versions with Deployments and Statefulsets
  3. Purge older and unused versions of ConfigMaps every 5 minutes
  4. Use CRDs to seamlessly create ConfigMap versions