Skip to content
Closed
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
Expand Up @@ -7,5 +7,5 @@
"helm/applications/sshd": "1.0.1",
"helm/applications/storage-ui": "0.7.0",
"helm/applications/utils": "0.1.1",
"helm/common": "1.0.0"
"helm/common": "1.1.0"
}
18 changes: 18 additions & 0 deletions helm/common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

## [1.1.0](https://github.com/opencadc/deployments/compare/common-1.0.0...common-1.1.0) (2025-11-04)


### Features

* **helm-docs:** migrated existing readme to docs, and auto-generated new chart readme, based on values.yml files ([fc2311f](https://github.com/opencadc/deployments/commit/fc2311f11767056b3cc612f45af6e1e87e470ea3))


### Bug Fixes

* **helm:** maintainer updates ([6af7785](https://github.com/opencadc/deployments/commit/6af7785e0b840d4b58224f114caa20ef255cd473))
* **helm:** updated maintainers ([e0aee2a](https://github.com/opencadc/deployments/commit/e0aee2a45b84437f0dda7ad86fb1b7a3853b7c6b))
* **pre-commit:** added auto-generated helm-maintainers section to all helm charts ([882dfb9](https://github.com/opencadc/deployments/commit/882dfb9f2cf2f0d1b3615d7768b92a2f39c122b8))
* **pre-commit:** end-of-file-fixer ([1d658c7](https://github.com/opencadc/deployments/commit/1d658c75c74faedd7293d5151be51df295a1ddd9))
* **pre-commit:** removed helm-docs version footer, since its disabled by default in go install and was causing ci issues ([6d84426](https://github.com/opencadc/deployments/commit/6d844263ef0af30047f09e47d6c0c63ae7d1c1c9))
* **release:** helm-docs now add the release-please slug, renovate now updates AppVersion, deprecated requirement for maintainers in helm charts, updated release please config, updated release-matrix logic to properly create downstream payloads for releasing charts ([2c2b931](https://github.com/opencadc/deployments/commit/2c2b9313c469475bd2b1f6bcfdb3b041a0f0f715))
5 changes: 3 additions & 2 deletions helm/common/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
apiVersion: v2
description: A Library Helm Chart for grouping common logic between charts. This chart is not deployable.
description: A Library Helm Chart for grouping common logic between charts. This
chart is not deployable.
home: https://opencadc.org
keywords:
- common
Expand All @@ -26,7 +27,7 @@ type: library
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.0.0
version: 1.1.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion helm/common/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A Library Helm Chart for grouping common logic between charts. This chart is not

| Chart | AppVersion | Type |
|:-----:|:----------:|:----:|
|1.0.0<!-- x-release-please-version --> | 1.0.0 | library |
|1.1.0<!-- x-release-please-version --> | 1.0.0 | library |

**Homepage:** <https://opencadc.org>

Expand Down