Skip to content

Commit a492b5f

Browse files
chore(main): release 0.2.0 (#64)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 596fce3 commit a492b5f

File tree

4 files changed

+20
-5
lines changed

4 files changed

+20
-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.3"
2+
".": "0.2.0"
33
}

CHANGELOG.md

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

3+
## [0.2.0](https://github.com/pelotech/data-sync-operator/compare/0.1.3...0.2.0) (2026-01-12)
4+
5+
6+
### Features
7+
8+
* vmdi missing image self heal ([#63](https://github.com/pelotech/data-sync-operator/issues/63)) ([596fce3](https://github.com/pelotech/data-sync-operator/commit/596fce36cd40ad0a20360baef67b00b40267bb5b))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** update k8s.io/utils digest to 914a6e7 ([#65](https://github.com/pelotech/data-sync-operator/issues/65)) ([4493fec](https://github.com/pelotech/data-sync-operator/commit/4493fec16b28419e413150438c75798a951e0299))
14+
* **deps:** update kubernetes packages to v0.35.0 ([#61](https://github.com/pelotech/data-sync-operator/issues/61)) ([7360299](https://github.com/pelotech/data-sync-operator/commit/7360299ff7e35ad1c6c46910aee84a54396246e2))
15+
* **deps:** update module github.com/onsi/ginkgo/v2 to v2.27.3 ([#57](https://github.com/pelotech/data-sync-operator/issues/57)) ([eac1e6e](https://github.com/pelotech/data-sync-operator/commit/eac1e6e13534bb9c520a87052d67eff24abcd3fb))
16+
* **deps:** update module kubevirt.io/containerized-data-importer-api to v1.64.0 ([#62](https://github.com/pelotech/data-sync-operator/issues/62)) ([9700933](https://github.com/pelotech/data-sync-operator/commit/97009336411765a6ea524b64685030ffd316d63b))
17+
318
## [0.1.3](https://github.com/pelotech/data-sync-operator/compare/0.1.2...0.1.3) (2025-12-09)
419

520

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

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

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

0 commit comments

Comments
 (0)