Releases: solo-io/skv2
Releases · solo-io/skv2
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
v0.34.2
v0.34.1
v0.34.0: Remove default prometheus annotations (#491)
* Remove default prometheus annotations * codegen
v0.31.9-gp
[Backport v0.31.x-gp] Remove default prometheus annotations (#491) (#…
v0.31.8-gp
v0.29.12-gp: custom ReadinessProbe (#485)
* custom ReadinessProbe * gen
v0.31.7-gp: [backport v0.31.x-gp] custom ReadinessProbe (#483) (#484)
* custom ReadinessProbe (#483) * custom ReadinessProbe * merge * typo * comment * changelog type fix