From c0a3c075c5f4969621a2236d20102f2e04113ce9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 19:42:04 +0000 Subject: [PATCH] chore(main): release 0.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ charts/data-sync-operator/Chart.yaml | 4 ++-- charts/data-sync-operator/README.md | 4 ++-- 4 files changed, 20 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c05df9b..2be9c43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.3" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 31bbdb0..0309606 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [0.2.0](https://github.com/pelotech/data-sync-operator/compare/0.1.3...0.2.0) (2026-01-12) + + +### Features + +* 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)) + + +### Bug Fixes + +* **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)) +* **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)) +* **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)) +* **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)) + ## [0.1.3](https://github.com/pelotech/data-sync-operator/compare/0.1.2...0.1.3) (2025-12-09) diff --git a/charts/data-sync-operator/Chart.yaml b/charts/data-sync-operator/Chart.yaml index ee4ba22..6a1a881 100644 --- a/charts/data-sync-operator/Chart.yaml +++ b/charts/data-sync-operator/Chart.yaml @@ -3,7 +3,7 @@ name: data-sync-operator description: A Helm chart to distribute the project data-sync-operator type: application # x-release-please-start-version -version: 0.1.3 -appVersion: "0.1.3" +version: 0.2.0 +appVersion: "0.2.0" # x-release-please-end icon: "https://example.com/icon.png" diff --git a/charts/data-sync-operator/README.md b/charts/data-sync-operator/README.md index a9a1128..2d5d9df 100644 --- a/charts/data-sync-operator/README.md +++ b/charts/data-sync-operator/README.md @@ -1,8 +1,8 @@ # data-sync-operator -### version: 0.1.3 +### version: 0.2.0 -### appVersion: 0.1.3 +### appVersion: 0.2.0 A Helm chart to distribute the project data-sync-operator