Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -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"}
17 changes: 17 additions & 0 deletions charts/openshift-routes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion charts/openshift-routes/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion charts/openshift-routes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
```
<!-- x-release-please-end-version -->
Expand Down