Skip to content

Releases: isindir/sops-secrets-operator

0.3.7

04 Nov 18:15
b8df542
Compare
Choose a tag to compare

2021-11-04

Changes since 0.3.6 for 0.3.7

Component Upgrade

  • kubebuilder and related kube version to v1.22.x (#91)

0.3.6

17 Oct 08:34
8a58554
Compare
Choose a tag to compare

2021-10-17

Changes since 0.3.5 for 0.3.6

Component Upgrade

  • Golang, base image and helm version; added few helm tests (#90)

Pipeline changes

  • bump version of circle-ci machine runner (#89)

0.3.5

06 Oct 06:54
7efb496
Compare
Choose a tag to compare

2021-10-06

Changes since 0.3.4 for 0.3.5

Bug Fixes

  • makefile to reference go only as variable

Component Upgrade

  • update golang to 1.17.1, base image and kustomize (#88)
  • update golang to version 1.17

0.3.4

06 Sep 14:00
5e22bfd
Compare
Choose a tag to compare

2021-09-06

Changes since 0.3.3 for 0.3.4

Component Upgrade

  • upgrade base docker image; add envtest integration tests (#85)

Pipeline changes

  • execute kubeval using correct parameters

0.3.3

15 Aug 15:40
04a595c
Compare
Choose a tag to compare

2021-08-15

Changes since 0.3.2 for 0.3.3

Component Upgrade

  • controller gen and runtime, k8s, kustomize, docker images, golang (#84)

0.3.2

24 Jun 09:31
f433099
Compare
Choose a tag to compare

2021-06-24

Changes since 0.3.1 for 0.3.2

Features

  • Add CRD support for multiple versions (include deprecated) (#83)

0.3.1

20 Jun 21:02
921329f
Compare
Choose a tag to compare

2021-06-20

Changes since 0.3.0 for 0.3.1

Component Upgrade

  • Upgrade tooling and base images (#80)

Documentation Update

  • add API upgrade example procedure (#79)

Features

  • add target secret annotation, which will trigger it being replaced and owned by sopssecret (#81)

Pipeline changes

  • fix configuration of the changelog generation

0.3.0

29 May 18:11
92e777b
Compare
Choose a tag to compare

2021-05-29

Component Upgrade

  • upgrade kubebuilder (#75)

Features

  • bump API version; add suspend feature in sops object; make sops:data to map to secret:data (was secret:stringData) and sops:stringData to secret:stringData (#76)

0.2.2

27 May 09:25
00ba647
Compare
Choose a tag to compare

2021-05-27

Bug Fixes

  • change debian to ubuntu and upgrade client-go to improve image scan (#74)
  • set uid,gid,fsownerid to high value and fix securityContext issue (#73)

0.2.1

16 May 14:43
0555df5
Compare
Choose a tag to compare

2021-05-16

Bug Fixes

  • update RBAC for operator to be able to create leases and rescheduling reconcile loop when operator fails to create secrets (#70)
  • remove breaking tests from templates