Skip to content

Commit

Permalink
chore: release main (#36)
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 22, 2024
1 parent f1a1e01 commit e31f00f
Show file tree
Hide file tree
Showing 4 changed files with 18 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.3.0",
".": "1.7.0"
"deploy/helm": "0.4.0",
".": "1.8.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.8.0](https://github.com/anthr76/k8s-pod-mutator-webhook/compare/k8s-pod-mutator-webhook-v1.7.0...k8s-pod-mutator-webhook-v1.8.0) (2024-07-22)


### Features

* **deps:** update kubernetes packages ( v0.20.2 → v0.30.3 ) ([#3](https://github.com/anthr76/k8s-pod-mutator-webhook/issues/3)) ([5f97e4c](https://github.com/anthr76/k8s-pod-mutator-webhook/commit/5f97e4c9516bf9aeda7fea56c190f1c6cafca3a3))

## [1.7.0](https://github.com/anthr76/k8s-pod-mutator-webhook/compare/k8s-pod-mutator-webhook-v1.6.0...k8s-pod-mutator-webhook-v1.7.0) (2024-07-20)


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.4.0](https://github.com/anthr76/k8s-pod-mutator-webhook/compare/k8s-pod-mutator-webhook-helm-v0.3.0...k8s-pod-mutator-webhook-helm-v0.4.0) (2024-07-22)


### Features

* **container:** update image ghcr.io/anthr76/k8s-pod-mutator-webhook/init ( 1.6.0 → 1.7.0 ) ([a794b1b](https://github.com/anthr76/k8s-pod-mutator-webhook/commit/a794b1b5e2e8b9deef16885a7745352bc5e53213))
* **container:** update image ghcr.io/anthr76/k8s-pod-mutator-webhook/webhook ( 1.6.0 → 1.7.0 ) ([684fe58](https://github.com/anthr76/k8s-pod-mutator-webhook/commit/684fe58b02dab11c6f7ecd829e5e733783633d44))

## [0.3.0](https://github.com/anthr76/k8s-pod-mutator-webhook/compare/k8s-pod-mutator-webhook-helm-v0.2.5...k8s-pod-mutator-webhook-helm-v0.3.0) (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.3.0
version: 0.4.0
sources:
- https://github.com/anthr76/k8s-pod-mutator-webhook

0 comments on commit e31f00f

Please sign in to comment.