Skip to content

Commit 06c4220

Browse files
committed
chore(main): release 0.1.3
1 parent d12d7a3 commit 06c4220

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-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

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.1.3](https://github.com/validator-labs/validator-plugin-network/compare/v0.1.2...v0.1.3) (2024-12-19)
4+
5+
6+
### Dependency Updates
7+
8+
* **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))
9+
310
## [0.1.2](https://github.com/validator-labs/validator-plugin-network/compare/v0.1.1...v0.1.2) (2024-12-16)
411

512

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)