diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 84c9fc2..02831d9 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.1","charts/sftpgo-stack":"1.1.0"} diff --git a/charts/openshift-routes/CHANGELOG.md b/charts/openshift-routes/CHANGELOG.md index 1eb9f0a..6dc24ce 100644 --- a/charts/openshift-routes/CHANGELOG.md +++ b/charts/openshift-routes/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.0.1](https://github.com/MapColonies/helm-charts-test/compare/openshift-routes-v1.0.0...openshift-routes-v1.0.1) (2026-02-22) + + +### 🐛 Bug Fixes + +* add quote to certificates ([#19](https://github.com/MapColonies/helm-charts-test/issues/19)) ([ef69d48](https://github.com/MapColonies/helm-charts-test/commit/ef69d4864e082efe2547dcc5a0c69ac1b9d303b7)) + + +### 🔧 Miscellaneous Chores + +* **master:** release openshift-routes 1.0.0 ([#12](https://github.com/MapColonies/helm-charts-test/issues/12)) ([9170d63](https://github.com/MapColonies/helm-charts-test/commit/9170d637f6881171f1333621ffd6b19c6613b7ed)) + + +### ♻️ 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)) + ## 1.0.0 (2025-12-30) diff --git a/charts/openshift-routes/Chart.yaml b/charts/openshift-routes/Chart.yaml index b396f27..a28110d 100644 --- a/charts/openshift-routes/Chart.yaml +++ b/charts/openshift-routes/Chart.yaml @@ -2,6 +2,6 @@ apiVersion: v2 name: openshift-routes description: A Helm chart for creating OpenShift Routes type: application -version: 1.0.0 +version: 1.0.1 annotations: domain: common diff --git a/charts/openshift-routes/README.md b/charts/openshift-routes/README.md index a996389..c91dc31 100644 --- a/charts/openshift-routes/README.md +++ b/charts/openshift-routes/README.md @@ -95,7 +95,7 @@ To use this chart as a dependency in another chart, add it to your `Chart.yaml`: ```yaml dependencies: - name: openshift-routes - version: "1.0.0" + version: "1.0.1" repository: "file://../routes" ```