File tree Expand file tree Collapse file tree 4 files changed +20
-5
lines changed
charts/data-sync-operator Expand file tree Collapse file tree 4 files changed +20
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.1.3 "
2+ "." : " 0.2.0 "
33}
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: data-sync-operator
33description : A Helm chart to distribute the project data-sync-operator
44type : 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
99icon : " https://example.com/icon.png"
Original file line number Diff line number Diff line change 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
77A Helm chart to distribute the project data-sync-operator
88
You can’t perform that action at this time.
0 commit comments