Releases: solo-io/skv2
Releases · solo-io/skv2
v0.34.9
What's Changed
- codegen: support for conditional volumes and mounts by @shashankram in #511
- codegen: allow setting conditional environment variables by @shashankram in #512
Full Changelog: v0.34.8...v0.34.9
v0.34.8
What's Changed
- codegen: allow templated env vars by @shashankram in #510
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)
* 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
v0.29.12-gp-patch1
[Backport v0.29.x-gp] Fix helm template syntax issue (#507) * fix, changelog (#504) * move changelog
v0.34.6
v0.34.5
v0.29.12-gp-patch0
What's Changed
- [backport v0.29.x-gp] namespace-scoped rbac by @conradhanson in #500
Full Changelog: v0.29.12-gp...v0.29.12-gp-patch0
v0.34.4
v0.34.3
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 aClusterRole
orRole
based onnamespacedRbac
helm value. The expected structure of this helm value is described below.
- RBAC yaml templates updated to generate an Operator's
<operator.valuesPath>:
namespacedRbac:
- resources:
- secrets
...
namespaces:
- ns-1
- ns-2
...
...
New Contributors
Full Changelog: v0.34.2...v0.34.3