Skip to content

Commit 1c7e117

Browse files
authored
chore(main): release 0.0.26 (#266)
🤖 I have created a release *beep* *boop* --- ## [0.0.26](v0.0.25...v0.0.26) (2024-08-24) ### Bug Fixes * YAML rendering of structs embedded in rules ([#265](#265)) ([3b89e14](3b89e14)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
1 parent 3b89e14 commit 1c7e117

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.0.25"}
1+
{".":"0.0.26"}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.0.26](https://github.com/validator-labs/validator-plugin-network/compare/v0.0.25...v0.0.26) (2024-08-24)
4+
5+
6+
### Bug Fixes
7+
8+
* YAML rendering of structs embedded in rules ([#265](https://github.com/validator-labs/validator-plugin-network/issues/265)) ([3b89e14](https://github.com/validator-labs/validator-plugin-network/commit/3b89e141cf1edd98833ff5b353d6b60fe5339a22))
9+
310
## [0.0.25](https://github.com/validator-labs/validator-plugin-network/compare/v0.0.24...v0.0.25) (2024-08-23)
411

512

chart/validator-plugin-network/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: validator-plugin-network
33
description: Perform various network validations (DNS, ICMP, MTU, Netcat, IP-range)
44
type: application
5-
version: 0.0.25
5+
version: 0.0.26
66
appVersion: 0.0.9

chart/validator-plugin-network/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The following table lists the configurable parameters of the Validator-plugin-ne
2525
| `controllerManager.manager.containerSecurityContext.capabilities.add` | | `["NET_RAW"]` |
2626
| `controllerManager.manager.containerSecurityContext.capabilities.drop` | | `["ALL"]` |
2727
| `controllerManager.manager.image.repository` | | `"quay.io/validator-labs/validator-plugin-network"` |
28-
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.25"` |
28+
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.26"` |
2929
| `controllerManager.manager.resources.limits.cpu` | | `"500m"` |
3030
| `controllerManager.manager.resources.limits.memory` | | `"128Mi"` |
3131
| `controllerManager.manager.resources.requests.cpu` | | `"10m"` |

chart/validator-plugin-network/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ controllerManager:
3333
- ALL
3434
image:
3535
repository: quay.io/validator-labs/validator-plugin-network
36-
tag: v0.0.25 # x-release-please-version
36+
tag: v0.0.26 # x-release-please-version
3737
resources:
3838
limits:
3939
cpu: 500m

0 commit comments

Comments
 (0)