diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 84c9fc2..970a9bb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"routes":"1.0.0","charts/openshift-routes":"1.0.0","charts/sftpgo-stack":"1.1.0"} +{"routes":"1.0.0","charts/openshift-routes":"1.0.0","charts/sftpgo-stack":"1.1.0","charts/gatekeeper-constraints":"1.0.0"} diff --git a/charts/gatekeeper-constraints/CHANGELOG.md b/charts/gatekeeper-constraints/CHANGELOG.md new file mode 100644 index 0000000..1abdb8c --- /dev/null +++ b/charts/gatekeeper-constraints/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 1.0.0 (2026-02-22) + + +### ♻️ Code Refactoring + +* **charts:** move charts under charts/ and update dependencies MAPCO-9044 ([#15](https://github.com/MapColonies/helm-charts-test/issues/15)) ([504bae5](https://github.com/MapColonies/helm-charts-test/commit/504bae587e43daf53305462733d27761df123ca4)) diff --git a/charts/gatekeeper-constraints/Chart.yaml b/charts/gatekeeper-constraints/Chart.yaml index e2bba75..18794e8 100644 --- a/charts/gatekeeper-constraints/Chart.yaml +++ b/charts/gatekeeper-constraints/Chart.yaml @@ -2,6 +2,6 @@ apiVersion: v2 name: gatekeeper-constraints description: Deploy Gatekeeper ConstraintTemplates and Constraints type: application -version: 0.1.0 +version: 1.0.0 annotations: - domain: infra \ No newline at end of file + domain: infra