Skip to content

Commit c30dfc8

Browse files
chore(main): release common 1.1.0
1 parent 7528bdf commit c30dfc8

File tree

4 files changed

+23
-4
lines changed

4 files changed

+23
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"helm/applications/sshd": "1.0.1",
88
"helm/applications/storage-ui": "0.7.0",
99
"helm/applications/utils": "0.1.1",
10-
"helm/common": "1.0.0"
10+
"helm/common": "1.1.0"
1111
}

helm/common/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
## [1.1.0](https://github.com/opencadc/deployments/compare/common-1.0.0...common-1.1.0) (2025-11-04)
4+
5+
6+
### Features
7+
8+
* **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))
9+
10+
11+
### Bug Fixes
12+
13+
* **helm:** maintainer updates ([6af7785](https://github.com/opencadc/deployments/commit/6af7785e0b840d4b58224f114caa20ef255cd473))
14+
* **helm:** updated maintainers ([e0aee2a](https://github.com/opencadc/deployments/commit/e0aee2a45b84437f0dda7ad86fb1b7a3853b7c6b))
15+
* **pre-commit:** added auto-generated helm-maintainers section to all helm charts ([882dfb9](https://github.com/opencadc/deployments/commit/882dfb9f2cf2f0d1b3615d7768b92a2f39c122b8))
16+
* **pre-commit:** end-of-file-fixer ([1d658c7](https://github.com/opencadc/deployments/commit/1d658c75c74faedd7293d5151be51df295a1ddd9))
17+
* **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))
18+
* **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))

helm/common/Chart.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
apiVersion: v2
2-
description: A Library Helm Chart for grouping common logic between charts. This chart is not deployable.
2+
description: A Library Helm Chart for grouping common logic between charts. This
3+
chart is not deployable.
34
home: https://opencadc.org
45
keywords:
56
- common
@@ -26,7 +27,7 @@ type: library
2627
# This is the chart version. This version number should be incremented each time you make changes
2728
# to the chart and its templates, including the app version.
2829
# Versions are expected to follow Semantic Versioning (https://semver.org/)
29-
version: 1.0.0
30+
version: 1.1.0
3031

3132
# This is the version number of the application being deployed. This version number should be
3233
# incremented each time you make changes to the application. Versions are not expected to

helm/common/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ A Library Helm Chart for grouping common logic between charts. This chart is not
44

55
| Chart | AppVersion | Type |
66
|:-----:|:----------:|:----:|
7-
|1.0.0<!-- x-release-please-version --> | 1.0.0 | library |
7+
|1.1.0<!-- x-release-please-version --> | 1.0.0 | library |
88

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

0 commit comments

Comments
 (0)