forked from bohlenc/k8s-pod-mutator-webhook
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
33 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"deploy/helm": "0.1.0", | ||
".": "1.1.1" | ||
"deploy/helm": "0.1.1", | ||
".": "1.2.0" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Changelog | ||
|
||
## [1.2.0](https://github.com/anthr76/k8s-pod-mutator-webhook/compare/k8s-pod-mutator-webhook-v1.1.1...k8s-pod-mutator-webhook-v1.2.0) (2024-07-18) | ||
|
||
|
||
### Features | ||
|
||
* add renovate ([13f18b4](https://github.com/anthr76/k8s-pod-mutator-webhook/commit/13f18b4103a4e9dfbd1f9f53d4b674d5313d39bd)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* clarify fork ([4cbca10](https://github.com/anthr76/k8s-pod-mutator-webhook/commit/4cbca10d6abbd9b2115a7e26a73bec6edd145fc9)) | ||
* Makefile IMAGE_REPO ([f523d6b](https://github.com/anthr76/k8s-pod-mutator-webhook/commit/f523d6be22eb0ba9b2d2c4f26c701cb466cf8bb9)) | ||
* move renovate to root ([facd240](https://github.com/anthr76/k8s-pod-mutator-webhook/commit/facd2405410cf15d2a15e5069649d449ccfadbca)) | ||
* release-please ([54033a0](https://github.com/anthr76/k8s-pod-mutator-webhook/commit/54033a03015684545e06c29a2c8dfbed0a329c45)) | ||
* release-please config ([235a745](https://github.com/anthr76/k8s-pod-mutator-webhook/commit/235a74545c302b7a1ad300280160db54e675cb2f)) | ||
* release-please manifest ([351106b](https://github.com/anthr76/k8s-pod-mutator-webhook/commit/351106b25478e6dce91d8cb73c241d4236fa3f23)) | ||
* renovate ([63fc4b6](https://github.com/anthr76/k8s-pod-mutator-webhook/commit/63fc4b68271b19b26816131fc9017e5a2f3437ca)) | ||
* renovate ([5a3d935](https://github.com/anthr76/k8s-pod-mutator-webhook/commit/5a3d935d0bcb636ca2e84d7fcde75f455e809a61)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Changelog | ||
|
||
## [0.1.1](https://github.com/anthr76/k8s-pod-mutator-webhook/compare/k8s-pod-mutator-webhook-helm-v0.1.0...k8s-pod-mutator-webhook-helm-v0.1.1) (2024-07-18) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* set new image repo ([3315efb](https://github.com/anthr76/k8s-pod-mutator-webhook/commit/3315efbfaf5cb0fea576331398147b5c6851f9b9)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
apiVersion: v2 | ||
name: k8s-pod-mutator-webhook | ||
description: Kubernetes Mutating Admission Webhook for Pods. Applies arbitrary changes to Pod manifests. | ||
description: Kubernetes Mutating Admission Webhook for Pods. Applies arbitrary | ||
changes to Pod manifests. | ||
type: application | ||
version: 1.0.0 | ||
version: 0.1.1 | ||
appVersion: 1.1.1 |