Skip to content

Commit b9be99c

Browse files
committed
chore(main): release 0.1.3
1 parent e7a926b commit b9be99c

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.1.2"}
1+
{".":"0.1.3"}

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.1.3](https://github.com/validator-labs/validator-plugin-network/compare/v0.1.2...v0.1.3) (2025-01-24)
4+
5+
6+
### Dependency Updates
7+
8+
* **deps:** update build digest to 1af2678 ([#312](https://github.com/validator-labs/validator-plugin-network/issues/312)) ([b0fa64f](https://github.com/validator-labs/validator-plugin-network/commit/b0fa64faa7588e9dbbf6efd2050ffee88be67c53))
9+
* **deps:** update build digest to 1b51737 ([#313](https://github.com/validator-labs/validator-plugin-network/issues/313)) ([0fd25aa](https://github.com/validator-labs/validator-plugin-network/commit/0fd25aac225824ffd522eaf5476700a77078ee01))
10+
* **deps:** update build digest to 3236c04 ([#316](https://github.com/validator-labs/validator-plugin-network/issues/316)) ([52fcfee](https://github.com/validator-labs/validator-plugin-network/commit/52fcfee76f500aa1095bc62051c6da0866e5e974))
11+
* **deps:** update build digest to 454e459 ([#315](https://github.com/validator-labs/validator-plugin-network/issues/315)) ([52e5bd5](https://github.com/validator-labs/validator-plugin-network/commit/52e5bd5c90b6348fcf06c3df1c2ae714146705a1))
12+
* **deps:** update build digest to aa32dd3 ([#310](https://github.com/validator-labs/validator-plugin-network/issues/310)) ([d12d7a3](https://github.com/validator-labs/validator-plugin-network/commit/d12d7a3f87ba6a93cd3a55510451ec1bfdf4dfff))
13+
* **deps:** update build digest to b554bf5 ([#314](https://github.com/validator-labs/validator-plugin-network/issues/314)) ([dcce06c](https://github.com/validator-labs/validator-plugin-network/commit/dcce06cc1b4db5dac6f1c19d39d9bfe6f01b9c82))
14+
* **deps:** update build digest to d7fbb38 ([#317](https://github.com/validator-labs/validator-plugin-network/issues/317)) ([e7a926b](https://github.com/validator-labs/validator-plugin-network/commit/e7a926bf06a6cb2ef5d834147e2ca01fd086232c))
15+
316
## [0.1.2](https://github.com/validator-labs/validator-plugin-network/compare/v0.1.1...v0.1.2) (2024-12-16)
417

518

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.1.2
5+
version: 0.1.3
66
appVersion: 0.0.9

chart/validator-plugin-network/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The following table lists the configurable parameters of the Validator-plugin-ne
1616
| `controllerManager.manager.containerSecurityContext.capabilities.add` | | `["NET_RAW"]` |
1717
| `controllerManager.manager.containerSecurityContext.capabilities.drop` | | `["ALL"]` |
1818
| `controllerManager.manager.image.repository` | | `"quay.io/validator-labs/validator-plugin-network"` |
19-
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.2"` |
19+
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.3"` |
2020
| `controllerManager.manager.resources.limits.cpu` | | `"500m"` |
2121
| `controllerManager.manager.resources.limits.memory` | | `"128Mi"` |
2222
| `controllerManager.manager.resources.requests.cpu` | | `"10m"` |

chart/validator-plugin-network/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ controllerManager:
1313
- ALL
1414
image:
1515
repository: quay.io/validator-labs/validator-plugin-network
16-
tag: v0.1.2 # x-release-please-version
16+
tag: v0.1.3 # x-release-please-version
1717
resources:
1818
limits:
1919
cpu: 500m

0 commit comments

Comments
 (0)