Skip to content

Commit ddf80e8

Browse files
Merge branch 'main' into cluster-shield/automatic-bump
2 parents 015e3ef + 78302ed commit ddf80e8

5 files changed

Lines changed: 9 additions & 4 deletions

File tree

charts/shield/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ Manual edits are supported only below '## Change Log' and should be used
1010
exclusively to fix incorrect entries and not to add new ones.
1111

1212
## Change Log
13+
# v1.31.1
14+
### Bug Fixes
15+
* **hostshield** [09ac4a23](https://github.com/sysdiglabs/charts/commit/09ac4a239d4754ca81c9158f0dcd3d5666e8c5f1): add delete authorization to Leases RBAC ([#2567](https://github.com/sysdiglabs/charts/issues/2567))
1316
# v1.31.0
1417
### New Features
1518
* **shield** [e290e51f](https://github.com/sysdiglabs/charts/commit/e290e51f049b3399fab2c7fe62942b02a99fb2b1): release cluster-shield 1.21.0 ([#2564](https://github.com/sysdiglabs/charts/issues/2564))

charts/shield/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ maintainers:
1313
- name: mavimo
1414
email: marcovito.moscaritolo@sysdig.com
1515
type: application
16-
version: 1.31.0
16+
version: 1.31.1
1717
appVersion: "1.0.0"

charts/shield/RELEASE-NOTES.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# What's Changed
22

3-
### New Features
4-
- **shield** [e290e51f](https://github.com/sysdiglabs/charts/commit/e290e51f049b3399fab2c7fe62942b02a99fb2b1): release cluster-shield 1.21.0 ([#2564](https://github.com/sysdiglabs/charts/issues/2564))
5-
#### Full diff: https://github.com/sysdiglabs/charts/compare/shield-1.30.2...shield-1.31.0
3+
### Bug Fixes
4+
- **hostshield** [09ac4a23](https://github.com/sysdiglabs/charts/commit/09ac4a239d4754ca81c9158f0dcd3d5666e8c5f1): add delete authorization to Leases RBAC ([#2567](https://github.com/sysdiglabs/charts/issues/2567))
5+
#### Full diff: https://github.com/sysdiglabs/charts/compare/shield-1.31.0...shield-1.31.1

charts/shield/templates/host/role.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ rules:
2121
- list
2222
- update
2323
- watch
24+
- delete
2425
{{- end }}

charts/shield/tests/host/role_test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ tests:
3535
- list
3636
- update
3737
- watch
38+
- delete
3839

3940
- it: Ensure the Role is not created when not requested
4041
set:

0 commit comments

Comments
 (0)