Skip to content

Commit 834c56f

Browse files
authored
chore(main): release 0.0.24 (#253)
🤖 I have created a release *beep* *boop* --- ## [0.0.24](v0.0.23...v0.0.24) (2024-08-22) ### Dependency Updates * **deps:** update module github.com/onsi/ginkgo/v2 to v2.20.1 ([#256](#256)) ([7cb12a2](7cb12a2)) * **deps:** update module github.com/validator-labs/validator to v0.1.5 ([#249](#249)) ([a9b9420](a9b9420)) * **deps:** update module github.com/validator-labs/validator to v0.1.6 ([#255](#255)) ([122fa38](122fa38)) * **deps:** update module sigs.k8s.io/cluster-api to v1.8.1 ([#252](#252)) ([d90b384](d90b384)) * **deps:** update module sigs.k8s.io/controller-runtime to v0.19.0 ([#254](#254)) ([0454f95](0454f95)) ### Refactoring * make each rule implement `validationrule.Interface` ([#258](#258)) ([1515714](1515714)) --- 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 1515714 commit 834c56f

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-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.23"}
1+
{".":"0.0.24"}

CHANGELOG.md

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

3+
## [0.0.24](https://github.com/validator-labs/validator-plugin-network/compare/v0.0.23...v0.0.24) (2024-08-22)
4+
5+
6+
### Dependency Updates
7+
8+
* **deps:** update module github.com/onsi/ginkgo/v2 to v2.20.1 ([#256](https://github.com/validator-labs/validator-plugin-network/issues/256)) ([7cb12a2](https://github.com/validator-labs/validator-plugin-network/commit/7cb12a2d187656509b22dd87d720688b77253db4))
9+
* **deps:** update module github.com/validator-labs/validator to v0.1.5 ([#249](https://github.com/validator-labs/validator-plugin-network/issues/249)) ([a9b9420](https://github.com/validator-labs/validator-plugin-network/commit/a9b9420d252706a05058397d265dbd5cb16a0ae6))
10+
* **deps:** update module github.com/validator-labs/validator to v0.1.6 ([#255](https://github.com/validator-labs/validator-plugin-network/issues/255)) ([122fa38](https://github.com/validator-labs/validator-plugin-network/commit/122fa38206b1915b2f8a86c62be008a37432f11d))
11+
* **deps:** update module sigs.k8s.io/cluster-api to v1.8.1 ([#252](https://github.com/validator-labs/validator-plugin-network/issues/252)) ([d90b384](https://github.com/validator-labs/validator-plugin-network/commit/d90b384f4f2e9e122137d9797cc81698a484540e))
12+
* **deps:** update module sigs.k8s.io/controller-runtime to v0.19.0 ([#254](https://github.com/validator-labs/validator-plugin-network/issues/254)) ([0454f95](https://github.com/validator-labs/validator-plugin-network/commit/0454f959facdb16137e447323fe6639648f8be87))
13+
14+
15+
### Refactoring
16+
17+
* make each rule implement `validationrule.Interface` ([#258](https://github.com/validator-labs/validator-plugin-network/issues/258)) ([1515714](https://github.com/validator-labs/validator-plugin-network/commit/151571498dc8bbaeada957fbc97f9d34d47c5611))
18+
319
## [0.0.23](https://github.com/validator-labs/validator-plugin-network/compare/v0.0.22...v0.0.23) (2024-08-12)
420

521

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

0 commit comments

Comments
 (0)