Skip to content

Commit 782e41b

Browse files
authored
chore(main): release 0.1.0 (#267)
🤖 I have created a release *beep* *boop* --- ## [0.1.0](v0.0.26...v0.1.0) (2024-09-04) ### ⚠ BREAKING CHANGES * Support both inline and secret-ref based auth for http file rules ([#270](#270)) ### Features * Support both inline and secret-ref based auth for http file rules ([#270](#270)) ([9f23cae](9f23cae)) ### Dependency Updates * **deps:** update module github.com/onsi/ginkgo/v2 to v2.20.2 ([#268](#268)) ([0e7a032](0e7a032)) * **deps:** update module github.com/onsi/gomega to v1.34.2 ([#269](#269)) ([4b8314e](4b8314e)) * **deps:** update module github.com/validator-labs/validator to v0.1.9 ([#260](#260)) ([5ff8f03](5ff8f03)) --- 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 9f23cae commit 782e41b

File tree

5 files changed

+22
-4
lines changed

5 files changed

+22
-4
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.0.26"}
1+
{".":"0.1.0"}

CHANGELOG.md

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

3+
## [0.1.0](https://github.com/validator-labs/validator-plugin-network/compare/v0.0.26...v0.1.0) (2024-09-04)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Support both inline and secret-ref based auth for http file rules ([#270](https://github.com/validator-labs/validator-plugin-network/issues/270))
9+
10+
### Features
11+
12+
* Support both inline and secret-ref based auth for http file rules ([#270](https://github.com/validator-labs/validator-plugin-network/issues/270)) ([9f23cae](https://github.com/validator-labs/validator-plugin-network/commit/9f23caec9901416a0fa710fa68f8b01a49f4aaba))
13+
14+
15+
### Dependency Updates
16+
17+
* **deps:** update module github.com/onsi/ginkgo/v2 to v2.20.2 ([#268](https://github.com/validator-labs/validator-plugin-network/issues/268)) ([0e7a032](https://github.com/validator-labs/validator-plugin-network/commit/0e7a0326c503154eed42accaf2d6057f17979dc8))
18+
* **deps:** update module github.com/onsi/gomega to v1.34.2 ([#269](https://github.com/validator-labs/validator-plugin-network/issues/269)) ([4b8314e](https://github.com/validator-labs/validator-plugin-network/commit/4b8314e4e4e8c94cc23137ae3b4af54528ca8917))
19+
* **deps:** update module github.com/validator-labs/validator to v0.1.9 ([#260](https://github.com/validator-labs/validator-plugin-network/issues/260)) ([5ff8f03](https://github.com/validator-labs/validator-plugin-network/commit/5ff8f0303620ee1d0ef2dbc4400c5bd38de9527e))
20+
321
## [0.0.26](https://github.com/validator-labs/validator-plugin-network/compare/v0.0.25...v0.0.26) (2024-08-24)
422

523

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

chart/validator-plugin-network/README.md

+1-1
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.26"` |
28+
| `controllerManager.manager.image.tag` | x-release-please-version | `"v0.1.0"` |
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

+1-1
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.26 # x-release-please-version
36+
tag: v0.1.0 # x-release-please-version
3737
resources:
3838
limits:
3939
cpu: 500m

0 commit comments

Comments
 (0)