Skip to content

Commit

Permalink
chore: release main (#24)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 19, 2024
1 parent 128034c commit 8d33276
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 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.2.1",
".": "1.5.2"
"deploy/helm": "0.2.2",
".": "1.5.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.5.3](https://github.com/anthr76/k8s-pod-mutator-webhook/compare/k8s-pod-mutator-webhook-v1.5.2...k8s-pod-mutator-webhook-v1.5.3) (2024-07-19)


### Bug Fixes

* remove debug release ([5620df3](https://github.com/anthr76/k8s-pod-mutator-webhook/commit/5620df378081c7d4d825d5de78d29a88942210ca))

## [1.5.2](https://github.com/anthr76/k8s-pod-mutator-webhook/compare/k8s-pod-mutator-webhook-v1.5.1...k8s-pod-mutator-webhook-v1.5.2) (2024-07-19)


Expand Down
7 changes: 7 additions & 0 deletions deploy/helm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.2](https://github.com/anthr76/k8s-pod-mutator-webhook/compare/k8s-pod-mutator-webhook-helm-v0.2.1...k8s-pod-mutator-webhook-helm-v0.2.2) (2024-07-19)


### Bug Fixes

* EOL@EOF ([128034c](https://github.com/anthr76/k8s-pod-mutator-webhook/commit/128034c2d07c2d26da42652cfab43b552c470ddb))

## [0.2.1](https://github.com/anthr76/k8s-pod-mutator-webhook/compare/k8s-pod-mutator-webhook-helm-v0.2.0...k8s-pod-mutator-webhook-helm-v0.2.1) (2024-07-19)


Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: >-
Kubernetes Mutating Admission Webhook for Pods. Applies arbitrary changes to
Pod manifests.
type: application
version: 0.2.1
version: 0.2.2
# renovate depName=ghcr.io/anthr76/k8s-pod-mutator-webhook/webhook datasource=docker
appVersion: 1.5.1
sources:
Expand Down

0 comments on commit 8d33276

Please sign in to comment.