Skip to content

Commit 3d0fd39

Browse files
chore(main): release 0.1.3 (#60)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent eeea1b5 commit 3d0fd39

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-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.2"
2+
".": "0.1.3"
33
}

CHANGELOG.md

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

3+
## [0.1.3](https://github.com/pelotech/data-sync-operator/compare/0.1.2...0.1.3) (2025-12-09)
4+
5+
6+
### Bug Fixes
7+
8+
* enable event rbac ([#59](https://github.com/pelotech/data-sync-operator/issues/59)) ([b854f70](https://github.com/pelotech/data-sync-operator/commit/b854f7016903d8e99eff05b2821accd8609b6d8b))
9+
310
## [0.1.2](https://github.com/pelotech/data-sync-operator/compare/0.1.1...0.1.2) (2025-12-04)
411

512

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.2
7-
appVersion: "0.1.2"
6+
version: 0.1.3
7+
appVersion: "0.1.3"
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.2<!-- x-release-please-version -->
3+
### version: 0.1.3<!-- x-release-please-version -->
44

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

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

0 commit comments

Comments
 (0)