Skip to content

Releases: solo-io/skv2

v0.29.12-gp-patch0

21 Sep 23:01
d9c4edb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.29.12-gp...v0.29.12-gp-patch0

v0.34.4

26 Sep 17:44
eb9e7cf
Compare
Choose a tag to compare
update operator rbac template resource naming to support multiple hel…

v0.34.3

11 Sep 22:01
f3f6193
Compare
Choose a tag to compare

What's Changed

  • add test for conditional sidecars with service ports by @lgadban in #499
  • create Roles & RoleBindings by @conradhanson in #481
    • RBAC yaml templates updated to generate an Operator's NamespaceRBAC policies as either a ClusterRole or Role based on namespacedRbac helm value. The expected structure of this helm value is described below.
<operator.valuesPath>:
 namespacedRbac:
 - resources:
   - secrets
   ...
   namespaces:
   - ns-1
   - ns-2
   ...
 ...

New Contributors

Full Changelog: v0.34.2...v0.34.3

v0.34.2

07 Sep 19:46
311636a
Compare
Choose a tag to compare
Add svc port fix for sidecar services (#498)

v0.34.1

06 Sep 20:13
c11138c
Compare
Choose a tag to compare
Add Container Ports (#497)

* add containers ports

* add extra services and containers ports

* add containers ports

* fix whitespace

* remove json tags

v0.34.0: Remove default prometheus annotations (#491)

31 Aug 19:50
b5121af
Compare
Choose a tag to compare
* Remove default prometheus annotations

* codegen

v0.31.9-gp

30 Aug 20:02
29b70d6
Compare
Choose a tag to compare
[Backport v0.31.x-gp] Remove default prometheus annotations (#491) (#…

v0.31.8-gp

23 Aug 14:36
d84fac7
Compare
Choose a tag to compare

What's Changed

  • Fix operator templates in #487

Full Changelog: v0.31.7-gp...v0.31.8-gp

v0.29.12-gp: custom ReadinessProbe (#485)

23 Aug 14:40
99cf5b9
Compare
Choose a tag to compare
* custom ReadinessProbe

* gen

v0.31.7-gp: [backport v0.31.x-gp] custom ReadinessProbe (#483) (#484)

22 Aug 21:13
38e576b
Compare
Choose a tag to compare
* custom ReadinessProbe (#483)

* custom ReadinessProbe

* merge

* typo

* comment

* changelog type fix