Skip to content

Commit

Permalink
chore(main): release 0.0.23 (#243)
Browse files Browse the repository at this point in the history
🤖 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).
  • Loading branch information
TylerGillson authored Aug 12, 2024
1 parent 66f3e36 commit b7151fb
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.0.22"}
{".":"0.0.23"}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## [0.0.23](https://github.com/validator-labs/validator-plugin-network/compare/v0.0.22...v0.0.23) (2024-08-12)


### Other

* 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))
* satisfy ValidationRule ([#246](https://github.com/validator-labs/validator-plugin-network/issues/246)) ([18ffc3b](https://github.com/validator-labs/validator-plugin-network/commit/18ffc3b792c48af341cc295d7c343b6b340bbb8f))


### Dependency Updates

* **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))
* **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))
* **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))
* **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))

## [0.0.22](https://github.com/validator-labs/validator-plugin-network/compare/v0.0.21...v0.0.22) (2024-08-05)


Expand Down
2 changes: 1 addition & 1 deletion chart/validator-plugin-network/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: validator-plugin-network
description: Perform various network validations (DNS, ICMP, MTU, Netcat, IP-range)
type: application
version: 0.0.22
version: 0.0.23
appVersion: 0.0.9
2 changes: 1 addition & 1 deletion chart/validator-plugin-network/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ The following table lists the configurable parameters of the Validator-plugin-ne
| `controllerManager.manager.containerSecurityContext.capabilities.add` | | `["NET_RAW"]` |
| `controllerManager.manager.containerSecurityContext.capabilities.drop` | | `["ALL"]` |
| `controllerManager.manager.image.repository` | | `"quay.io/validator-labs/validator-plugin-network"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.22"` |
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.0.23"` |
| `controllerManager.manager.resources.limits.cpu` | | `"500m"` |
| `controllerManager.manager.resources.limits.memory` | | `"128Mi"` |
| `controllerManager.manager.resources.requests.cpu` | | `"10m"` |
Expand Down
2 changes: 1 addition & 1 deletion chart/validator-plugin-network/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ controllerManager:
- ALL
image:
repository: quay.io/validator-labs/validator-plugin-network
tag: v0.0.22 # x-release-please-version
tag: v0.0.23 # x-release-please-version
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit b7151fb

Please sign in to comment.