Skip to content

Commit 8b7c087

Browse files
authored
chore(main): release 0.0.25 (#262)
🤖 I have created a release *beep* *boop* --- ## [0.0.25](v0.0.24...v0.0.25) (2024-08-23) ### Bug Fixes * embedding structs related to `validationrule.Interface` ([#261](#261)) ([cfbcca0](cfbcca0)) ### Other * assert that PluginSpec is implemented ([#259](#259)) ([f0ad07e](f0ad07e)) --- 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 f0ad07e commit 8b7c087

File tree

5 files changed

+16
-4
lines changed

5 files changed

+16
-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.24"}
1+
{".":"0.0.25"}

CHANGELOG.md

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

3+
## [0.0.25](https://github.com/validator-labs/validator-plugin-network/compare/v0.0.24...v0.0.25) (2024-08-23)
4+
5+
6+
### Bug Fixes
7+
8+
* embedding structs related to `validationrule.Interface` ([#261](https://github.com/validator-labs/validator-plugin-network/issues/261)) ([cfbcca0](https://github.com/validator-labs/validator-plugin-network/commit/cfbcca0cced658fde8be8e54fa477ac313b37baf))
9+
10+
11+
### Other
12+
13+
* assert that PluginSpec is implemented ([#259](https://github.com/validator-labs/validator-plugin-network/issues/259)) ([f0ad07e](https://github.com/validator-labs/validator-plugin-network/commit/f0ad07e7da32d345fdbaf0c399455a05a0172261))
14+
315
## [0.0.24](https://github.com/validator-labs/validator-plugin-network/compare/v0.0.23...v0.0.24) (2024-08-22)
416

517

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.24
5+
version: 0.0.25
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.24"` |
28+
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.25"` |
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.24 # x-release-please-version
36+
tag: v0.0.25 # x-release-please-version
3737
resources:
3838
limits:
3939
cpu: 500m

0 commit comments

Comments
 (0)