diff --git a/CHANGELOG.md b/CHANGELOG.md index 38742b33d342bd862077a21d75e5884b5ef86b56..bc9de9e588be6b2190cd706ea88d2ef40019af43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.2.1](https://gitlab.opencode.de/bmi/opendesk/components/platform-development/charts/opendesk-migrations/compare/v1.2.0...v1.2.1) (2024-08-07) + + +### Bug Fixes + +* **role:** Update permissions. ([65c1128](https://gitlab.opencode.de/bmi/opendesk/components/platform-development/charts/opendesk-migrations/commit/65c1128830e4a8a60800ab614722b1d1b9dc8f70)) + # [1.2.0](https://gitlab.opencode.de/bmi/opendesk/components/platform-development/charts/opendesk-migrations/compare/v1.1.1...v1.2.0) (2024-08-07) diff --git a/charts/opendesk-migrations/Chart.yaml b/charts/opendesk-migrations/Chart.yaml index 0fb28ab344120ebf5e33931e3d860270cec0a6ea..6a357a04c8d41eb89e6d8e9f579ac87fd3673206 100644 --- a/charts/opendesk-migrations/Chart.yaml +++ b/charts/opendesk-migrations/Chart.yaml @@ -17,5 +17,5 @@ name: "opendesk-migrations" sources: - "https://gitlab.opencode.de/bmi/opendesk/components/platform-development/charts/opendesk-migrations" type: "application" -version: "1.2.0" +version: "1.2.1" ... diff --git a/charts/opendesk-migrations/README.md b/charts/opendesk-migrations/README.md index ff0cd42e3cbac6432e870ef355085287312b0c2d..ab9e27c05a45d902fa499a0874772cba2e34024a 100644 --- a/charts/opendesk-migrations/README.md +++ b/charts/opendesk-migrations/README.md @@ -13,13 +13,13 @@ To install the chart with the release name `my-release`, you have two options: ### Install via Repository ```console helm repo add opendesk-migrations https://gitlab.opencode.de/api/v4/projects/3061/packages/helm/stable -helm install my-release --version 1.2.0 opendesk-migrations/opendesk-migrations +helm install my-release --version 1.2.1 opendesk-migrations/opendesk-migrations ``` ### Install via OCI Registry ```console helm repo add opendesk-migrations oci://registry.opencode.de/bmi/opendesk/components/platform-development/charts/opendesk-migrations -helm install my-release --version 1.2.0 opendesk-migrations/opendesk-migrations +helm install my-release --version 1.2.1 opendesk-migrations/opendesk-migrations ``` ## Requirements