Skip to content

Commit b7151fb

Browse files
authored
chore(main): release 0.0.23 (#243)
🤖 I have created a release *beep* *boop* --- ## [0.0.23](v0.0.22...v0.0.23) (2024-08-12) ### Other * fix 'publicly accessible' wording ([#242](#242)) ([9dbb6a7](9dbb6a7)) * satisfy ValidationRule ([#246](#246)) ([18ffc3b](18ffc3b)) ### Dependency Updates * **deps:** update module github.com/onsi/ginkgo/v2 to v2.20.0 ([#245](#245)) ([679cf0c](679cf0c)) * **deps:** update module github.com/validator-labs/validator to v0.1.3 ([#238](#238)) ([1724a4e](1724a4e)) * **deps:** update module sigs.k8s.io/cluster-api to v1.8.0 ([#247](#247)) ([7885320](7885320)) * **deps:** update module sigs.k8s.io/controller-runtime to v0.18.5 ([#248](#248)) ([66f3e36](66f3e36)) --- 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 66f3e36 commit b7151fb

File tree

5 files changed

+20
-4
lines changed

5 files changed

+20
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.0.22"}
1+
{".":"0.0.23"}

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [0.0.23](https://github.com/validator-labs/validator-plugin-network/compare/v0.0.22...v0.0.23) (2024-08-12)
4+
5+
6+
### Other
7+
8+
* fix 'publicly accessible' wording ([#242](https://github.com/validator-labs/validator-plugin-network/issues/242)) ([9dbb6a7](https://github.com/validator-labs/validator-plugin-network/commit/9dbb6a791f7e3839a84b580e7f6e08c4470b7ab6))
9+
* satisfy ValidationRule ([#246](https://github.com/validator-labs/validator-plugin-network/issues/246)) ([18ffc3b](https://github.com/validator-labs/validator-plugin-network/commit/18ffc3b792c48af341cc295d7c343b6b340bbb8f))
10+
11+
12+
### Dependency Updates
13+
14+
* **deps:** update module github.com/onsi/ginkgo/v2 to v2.20.0 ([#245](https://github.com/validator-labs/validator-plugin-network/issues/245)) ([679cf0c](https://github.com/validator-labs/validator-plugin-network/commit/679cf0c91ce1a14faaaa29e61b0bee05c8af58ff))
15+
* **deps:** update module github.com/validator-labs/validator to v0.1.3 ([#238](https://github.com/validator-labs/validator-plugin-network/issues/238)) ([1724a4e](https://github.com/validator-labs/validator-plugin-network/commit/1724a4ec726e5ffe2e43d674236942e585c11d82))
16+
* **deps:** update module sigs.k8s.io/cluster-api to v1.8.0 ([#247](https://github.com/validator-labs/validator-plugin-network/issues/247)) ([7885320](https://github.com/validator-labs/validator-plugin-network/commit/7885320252dae6fb15b99fa85b7fee4eb7eba3f2))
17+
* **deps:** update module sigs.k8s.io/controller-runtime to v0.18.5 ([#248](https://github.com/validator-labs/validator-plugin-network/issues/248)) ([66f3e36](https://github.com/validator-labs/validator-plugin-network/commit/66f3e3657a7ddad7f211e5777f7102c5016e8faa))
18+
319
## [0.0.22](https://github.com/validator-labs/validator-plugin-network/compare/v0.0.21...v0.0.22) (2024-08-05)
420

521

chart/validator-plugin-network/Chart.yaml

+1-1
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.22
5+
version: 0.0.23
66
appVersion: 0.0.9

chart/validator-plugin-network/README.md

+1-1
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.22"` |
28+
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.23"` |
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

+1-1
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.22 # x-release-please-version
36+
tag: v0.0.23 # x-release-please-version
3737
resources:
3838
limits:
3939
cpu: 500m

0 commit comments

Comments
 (0)