Skip to content

Releases: isindir/sops-secrets-operator

0.1.8

23 Nov 15:58
a4453e1
Compare
Choose a tag to compare

2020-11-23

Bug Fixes

  • improve logging - remove logrus mixing; dont fail controller for errors, just report - keeps controller healthy, while secrets may be broken (#42)

Features

  • Add extraEnv to allow for additional environment vars (#41)

0.1.7

14 Nov 12:09
0059b69
Compare
Choose a tag to compare

2020-11-14

Bug Fixes

  • reconciling of the child secret resources updated/deleted manually

0.1.6

08 Nov 11:38
121be30
Compare
Choose a tag to compare

2020-11-08

Bug Fixes

  • do not include session file in helm charts
  • reduce privs in cluster role used by the operator (#26)

Features

  • improve error message; upgrade controller-gen to 0.3.0; add support of HashiCorp Vault to the operator (#37)
  • add helm unit tests and abitlity to mount arbitrary secrets as env variables or files (#30)
  • add Azure KeyVault support to Helm charts (#34)

0.1.5

14 Oct 20:02
a0d7e1b
Compare
Choose a tag to compare

2020-10-14

Bug Fixes

  • removal of part of the secret.data should happen when deleted from sops.template.data (#32)

0.1.4

10 Oct 17:18
1cd0cac
Compare
Choose a tag to compare

2020-10-10

Documentation Update

  • add badge to the readme

Features

  • add status information (#28)

0.1.3

27 Sep 20:29
1dee09c
Compare
Choose a tag to compare

2020-09-27

Bug Fixes

  • improve error message when decryption fails and fix helm charts imagePullPolicy (#25)
  • update helm3/sops-secrets-operator to remove duplicate resource labels

0.1.2

19 Sep 07:38
32265c0
Compare
Choose a tag to compare

2020-09-19

Features

  • add serviceaccount annotations to the helm charts; bump sops version to 3.6.1; bump golang version to 1.14.9 (#21)

0.1.1

01 Sep 18:06
f4c8380
Compare
Choose a tag to compare

2020-09-01

Bug Fixes

  • Improve logging and update pipeline tools and gpg readme document; bump patch version (#19)

0.1.0

25 Jul 15:08
0ed479e
Compare
Choose a tag to compare

2020-07-25

‼️ NOTE: ‼️ CRD for this release changed from isindir.github.com/v1alpha1 to isindir.github.com/v1alpha2. _templates prefix is replaced by Templates, this operator version only supports isindir.github.com/v1alpha2 and is not backwards compatible.

Bug Fixes

  • helm charts - default image pull policy; symlink crds in charts directory to deploy

Code Refactoring

  • replace operator-sdk with kubebuilder, use k3d instead of kind for testing (#11)

Documentation Update

  • update helm charts documentation using frigate
  • Update readme to include non default k8s secret type in example

Pipeline changes

  • set default shell as bash in Makefile (#14)
  • fix docker build during release - dont run tests (#13)
  • remove cache restoration in the release branch (#12)

0.0.10

04 Jul 18:17
7344110
Compare
Choose a tag to compare

2020-07-04

Documentation Update

  • add section to readme describing purpuse of the project

Features

  • update operator-sdk and golang; add ability to specify kube secret type (#10)
  • add ability to use PGP keys inside kubernetes to decrypt SopsSecret CRs (#5)

Pipeline changes

  • improve pipeline - add ability to release, upgrade some tools (#7)
  • update helm to version 3.0.2 in circleci pipeline
  • beautify Makefile