Skip to content

Releases: solo-io/skv2

v0.34.9

20 Oct 21:16
4c86f64
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.34.8...v0.34.9

v0.34.8

18 Oct 15:45
4959d24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.34.7...v0.34.8

v0.29.12-gp-patch2: increase proto import timeout; bump golang to 1.21.1 (#503) (#509)

16 Oct 17:40
f83f430
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

* fix codegen

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…

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