Skip to content

Commit

Permalink
chore: release main (#31)
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 6a71da5 commit 618d76a
Show file tree
Hide file tree
Showing 4 changed files with 23 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.4",
".": "1.5.5"
"deploy/helm": "0.2.5",
".": "1.6.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.6.0](https://github.com/anthr76/k8s-pod-mutator-webhook/compare/k8s-pod-mutator-webhook-v1.5.5...k8s-pod-mutator-webhook-v1.6.0) (2024-07-19)


### Features

* enable renovate automerge ([252a582](https://github.com/anthr76/k8s-pod-mutator-webhook/commit/252a58256ed6a9e9c08814a3ebffa22d2d631e18))


### Bug Fixes

* ignoreTests until tests exists ([093106b](https://github.com/anthr76/k8s-pod-mutator-webhook/commit/093106be9121c8008754f2a0d45e3c0c15eac828))

## [1.5.5](https://github.com/anthr76/k8s-pod-mutator-webhook/compare/k8s-pod-mutator-webhook-v1.5.4...k8s-pod-mutator-webhook-v1.5.5) (2024-07-19)


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

## [0.2.5](https://github.com/anthr76/k8s-pod-mutator-webhook/compare/k8s-pod-mutator-webhook-helm-v0.2.4...k8s-pod-mutator-webhook-helm-v0.2.5) (2024-07-19)


### Bug Fixes

* **container:** update image ghcr.io/anthr76/k8s-pod-mutator-webhook/init ( 1.5.1 → 1.5.5 ) ([10bc373](https://github.com/anthr76/k8s-pod-mutator-webhook/commit/10bc3733d3e889bad8856c6892398450006b8d67))
* **container:** update image ghcr.io/anthr76/k8s-pod-mutator-webhook/webhook ( 1.5.1 → 1.5.5 ) ([6a71da5](https://github.com/anthr76/k8s-pod-mutator-webhook/commit/6a71da5cdf358fbdeed952475174e7d762451d61))

## [0.2.4](https://github.com/anthr76/k8s-pod-mutator-webhook/compare/k8s-pod-mutator-webhook-helm-v0.2.3...k8s-pod-mutator-webhook-helm-v0.2.4) (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,6 +4,6 @@ description: >-
Kubernetes Mutating Admission Webhook for Pods. Applies arbitrary changes to
Pod manifests.
type: application
version: 0.2.4
version: 0.2.5
sources:
- https://github.com/anthr76/k8s-pod-mutator-webhook

0 comments on commit 618d76a

Please sign in to comment.