Skip to content

Commit 977ea92

Browse files
authored
chore(main): release k8s-copycat-chart 0.7.0 (#3)
1 parent c05d52b commit 977ea92

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.6.2"
2+
".": "0.7.0"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [0.7.0](https://github.com/matzegebbe/k8s-copycat-helm-chart/compare/k8s-copycat-chart-v0.6.2...k8s-copycat-chart-v0.7.0) (2026-01-23)
4+
5+
6+
### Features
7+
8+
* initial commit ([b0bf875](https://github.com/matzegebbe/k8s-copycat-helm-chart/commit/b0bf8756cd3dc620b3350d8f997e7a28a39bcaeb))
9+
10+
11+
### Miscellaneous
12+
13+
* bump appVersion to v0.11.0 and add Helm dependabot ([c05d52b](https://github.com/matzegebbe/k8s-copycat-helm-chart/commit/c05d52bc153e8242f0e8984ebec00c6c2c3cd704))
14+
* **deps:** track copycat image tag with dependabot ([b1437f7](https://github.com/matzegebbe/k8s-copycat-helm-chart/commit/b1437f750a340e08d20ca9299f2a82d6086cc873))
15+
* update copycat version and dependabot ([def5a1f](https://github.com/matzegebbe/k8s-copycat-helm-chart/commit/def5a1fa32590ed51f353394120cb82cc294eadf))
16+
317
## [0.6.2](https://github.com/matzegebbe/k8s-copycat-helm-chart/compare/k8s-copycat-chart-v0.6.1...k8s-copycat-chart-v0.6.2) (2025-11-21)
418

519
### Features

Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: k8s-copycat
33
description: Mirror Kubernetes workloads container images to a configurable target registry.
44
type: application
55
# version fields are placeholders overwritten during release by .github/workflows/helm-release.yml
6-
version: 0.6.2 # replaced by CI
6+
version: 0.7.0 # replaced by CI
77
appVersion: "v0.11.0" # replaced by CI
88
home: https://github.com/matzegebbe/k8s-copycat-helm-chart
99
sources:

0 commit comments

Comments
 (0)