Skip to content

Commit 985bdb3

Browse files
authored
chore(main): release 0.0.20 (#227)
🤖 I have created a release *beep* *boop* --- ## [0.0.20](v0.0.19...v0.0.20) (2024-07-26) ### Bug Fixes * update chart crd ([#230](#230)) ([dd42313](dd42313)) ### Dependency Updates * **deps:** update module github.com/onsi/gomega to v1.34.0 ([#229](#229)) ([7e13bf0](7e13bf0)) * **deps:** update module github.com/validator-labs/validator to v0.0.48 ([#226](#226)) ([45cdf7d](45cdf7d)) * **deps:** update module github.com/validator-labs/validator to v0.0.49 ([#228](#228)) ([d83a96d](d83a96d)) --- 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 41899a1 commit 985bdb3

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-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.19"}
1+
{".":"0.0.20"}

CHANGELOG.md

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

3+
## [0.0.20](https://github.com/validator-labs/validator-plugin-network/compare/v0.0.19...v0.0.20) (2024-07-26)
4+
5+
6+
### Bug Fixes
7+
8+
* update chart crd ([#230](https://github.com/validator-labs/validator-plugin-network/issues/230)) ([dd42313](https://github.com/validator-labs/validator-plugin-network/commit/dd423133918c839074c8250aad09a70988fac134))
9+
10+
11+
### Dependency Updates
12+
13+
* **deps:** update module github.com/onsi/gomega to v1.34.0 ([#229](https://github.com/validator-labs/validator-plugin-network/issues/229)) ([7e13bf0](https://github.com/validator-labs/validator-plugin-network/commit/7e13bf00b5a99c6c19b8236cb432797c1663e4b0))
14+
* **deps:** update module github.com/validator-labs/validator to v0.0.48 ([#226](https://github.com/validator-labs/validator-plugin-network/issues/226)) ([45cdf7d](https://github.com/validator-labs/validator-plugin-network/commit/45cdf7d7f5bef5dbcb1ea066f2c272e74183100d))
15+
* **deps:** update module github.com/validator-labs/validator to v0.0.49 ([#228](https://github.com/validator-labs/validator-plugin-network/issues/228)) ([d83a96d](https://github.com/validator-labs/validator-plugin-network/commit/d83a96d0e9fca9dad5d421690d5252877c1e3629))
16+
317
## [0.0.19](https://github.com/validator-labs/validator-plugin-network/compare/v0.0.18...v0.0.19) (2024-07-22)
418

519

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

0 commit comments

Comments
 (0)