Skip to content

Commit d9b95a1

Browse files
authored
chore(main): release 0.1.2 (#305)
🤖 I have created a release *beep* *boop* --- ## [0.1.2](v0.1.1...v0.1.2) (2024-12-16) ### Bug Fixes * metrics targetPort https -> 8443 ([#308](#308)) ([52c5488](52c5488)) ### Dependency Updates * **deps:** update all non-major dependencies to v0.31.4 ([#304](#304)) ([1d5fc26](1d5fc26)) * **deps:** update build digest to 5e4aaa9 ([#306](#306)) ([abb837c](abb837c)) * **deps:** update build digest to 9734871 ([#309](#309)) ([4624306](4624306)) --- 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 4624306 commit d9b95a1

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

.release-please-manifest.json

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

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.1.2](https://github.com/validator-labs/validator-plugin-network/compare/v0.1.1...v0.1.2) (2024-12-16)
4+
5+
6+
### Bug Fixes
7+
8+
* metrics targetPort https -> 8443 ([#308](https://github.com/validator-labs/validator-plugin-network/issues/308)) ([52c5488](https://github.com/validator-labs/validator-plugin-network/commit/52c54887fd9c8bbb633d9c154a53e10824023092))
9+
10+
11+
### Dependency Updates
12+
13+
* **deps:** update all non-major dependencies to v0.31.4 ([#304](https://github.com/validator-labs/validator-plugin-network/issues/304)) ([1d5fc26](https://github.com/validator-labs/validator-plugin-network/commit/1d5fc2650ba58eb972c312d02fd4621583968851))
14+
* **deps:** update build digest to 5e4aaa9 ([#306](https://github.com/validator-labs/validator-plugin-network/issues/306)) ([abb837c](https://github.com/validator-labs/validator-plugin-network/commit/abb837c5ba9d53aa74c3298e08f150acd28a26f1))
15+
* **deps:** update build digest to 9734871 ([#309](https://github.com/validator-labs/validator-plugin-network/issues/309)) ([4624306](https://github.com/validator-labs/validator-plugin-network/commit/462430603fe90885170e684b15e6006cd4840ef2))
16+
317
## [0.1.1](https://github.com/validator-labs/validator-plugin-network/compare/v0.1.0...v0.1.1) (2024-12-10)
418

519

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.1
5+
version: 0.1.2
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.1"` |
19+
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.2"` |
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.1 # x-release-please-version
16+
tag: v0.1.2 # x-release-please-version
1717
resources:
1818
limits:
1919
cpu: 500m

0 commit comments

Comments
 (0)