Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
anthr76 committed Jul 18, 2024
1 parent c36007e commit c6329ed
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/.release-please-manifest.json
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"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# 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 ([c36007e](https://github.com/anthr76/k8s-pod-mutator-webhook/commit/c36007efbbe0b66370938b9b35d74da02d2863fe))
* 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))
8 changes: 8 additions & 0 deletions deploy/helm/CHANGELOG.md
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))
8 changes: 5 additions & 3 deletions deploy/helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
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
appVersion: 1.1.1
version: 0.1.1
appVersion: 1.2.0

0 comments on commit c6329ed

Please sign in to comment.