Skip to content

Releases: solo-io/skv2

v0.34.7

12 Oct 16:12
d53ac92
Compare
Choose a tag to compare
Adds support for conditional CRDs (#506)

* [ci skip] Adds support for conditional CRDs

* [ci skip] Adds support for conditional CRDs

* test

* codegen

* updates

v0.29.12-gp-patch1

05 Oct 14:32
1597b47
Compare
Choose a tag to compare
[Backport v0.29.x-gp] Fix helm template syntax issue (#507)

* fix, changelog (#504)

* move changelog

v0.34.6

03 Oct 13:55
8e5473d
Compare
Choose a tag to compare
fix, changelog (#504)

v0.34.5

27 Sep 14:59
38333cc
Compare
Choose a tag to compare
increase proto import timeout; bump golang to 1.21.1 (#503)

* increase proto import timeout; bump golang to 1.21.1

* gen

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…

…m chart installations (#502)

* make Role naming consistent with ClusterRole to support multi installation of a helm chart

* fix roleRef

* add changelog

* update unit test

* pr feedback

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