Skip to content

Releases: isindir/sops-secrets-operator

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

0.0.9

15 Dec 09:02
ef00f5f
Compare
Choose a tag to compare

2019-12-14

Component Upgrade

  • upgrade version of golang, operator-sdk and sops (#4)

0.0.8

15 Dec 09:02
719eff5
Compare
Choose a tag to compare

2019-11-08

Bug Fixes

  • Sops secrets name length limitation issue (#2)
  • replace minikube with kind in CI

0.0.7

15 Dec 09:02
Compare
Choose a tag to compare

2019-08-10

Bug Fixes

  • update chart
  • upgrade operator-sdk version (#1)
  • update chart to allow using GCP service account secret
  • bump charts image version to the latest 0.0.6
  • typo in comment

Documentation Update

  • update README
  • fix typo in README
  • update readme with badges
  • update README