Skip to content

Commit 178eb0d

Browse files
chore(main): release 0.1.2 (#56)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 80588a3 commit 178eb0d

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
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.1.1"
2+
".": "0.1.2"
33
}

CHANGELOG.md

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

3+
## [0.1.2](https://github.com/pelotech/data-sync-operator/compare/0.1.1...0.1.2) (2025-12-04)
4+
5+
6+
### Bug Fixes
7+
8+
* release please recognize chart changes ([#55](https://github.com/pelotech/data-sync-operator/issues/55)) ([80588a3](https://github.com/pelotech/data-sync-operator/commit/80588a3d7d1aebc663bc098fd8c56239fa61d2cc))
9+
* set keep in chart to false as it is more sensible default ([#54](https://github.com/pelotech/data-sync-operator/issues/54)) ([8a27a1e](https://github.com/pelotech/data-sync-operator/commit/8a27a1e4fe2d8ee433e5e080e45f840e55895300))
10+
311
## [0.1.1](https://github.com/pelotech/data-sync-operator/compare/0.1.0...0.1.1) (2025-12-04)
412

513

charts/data-sync-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: data-sync-operator
33
description: A Helm chart to distribute the project data-sync-operator
44
type: application
55
# x-release-please-start-version
6-
version: 0.1.1
7-
appVersion: "0.1.1"
6+
version: 0.1.2
7+
appVersion: "0.1.2"
88
# x-release-please-end
99
icon: "https://example.com/icon.png"

charts/data-sync-operator/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# data-sync-operator
22

3-
### version: 0.1.1<!-- x-release-please-version -->
3+
### version: 0.1.2<!-- x-release-please-version -->
44

5-
### appVersion: 0.1.1 <!-- x-release-please-version -->
5+
### appVersion: 0.1.2 <!-- x-release-please-version -->
66

77
A Helm chart to distribute the project data-sync-operator
88

0 commit comments

Comments
 (0)