This repository was archived by the owner on Jul 26, 2022. It is now read-only.
7.0.0
⚠ BREAKING CHANGES
-
require .spec field in CRD validation (#682)
secretDescriptor was deprecated a long time ago, while it will still work the CRD validation now requires spec to be used. This is a step in updating to CRD apiextensions.k8s.io/v1 which has stricter requirements. -
drop support for helm v2 and built-in CRD management (#663)
CRDs must be installed by helm chart or manually, and will not be installed during runtime! -
rename time field to avoid duplicate time key in log output
If using for example fluent-bit logs could end up with duplicate time keys
Features
- add arm v7 as docker multi arch target (#679) (7c7cca8)
- add container scan (#658) (82ff43e)
- add support for IBM Cloud Secrets Manager backend (#656) (8ff9490)
- automated docker image build with multi arch (amd64 + arm64) (#665) (4846313)
- drop helm v2 and builtin CRD management (#663) (87a3ecb)
Bug Fixes
- add a accurate log message when AWS region is not defined in the Systems manager manifest (#648) (448305a)
- remove instructions to push docker image when cutting release (472ad25)
- rename time field to avoid duplicate time key in log output (faf2093)
- require .spec field in CRD validation (#682) (e43a6b8)
- update transitive deps (#667) (7852dd6)
- update transitive netmask dependency to resolve CVE-2021-28918 (#693) (483fb90)
- use getObjectStream to address deprecation warning in kubernetes-client (#664) (3ee939a)
- watch without namespace path if watching all namespaces (#673) (fa070ef)
- deps: drop individual 'lodash.*' packages in favor of lodash package (#661) (cfe3366)
- helm: add patch version to semverCompare (#637) (9394316)
- secretsManager: remove 'undefined' log message when AWS region is not defined in the ExternalSecret manifest (#641) (3409c66)