Skip to content

Commit 3894277

Browse files
chore(main): release common 1.1.0
1 parent d7aa82b commit 3894277

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
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-10-31)
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+
* initial commit for sshd with common utility library ([16abaa2](https://github.com/opencadc/deployments/commit/16abaa2ce713269414e492eed12b9504a70d4713))
10+
* initial commit for sshd with common utility library ([7d25a80](https://github.com/opencadc/deployments/commit/7d25a80c32e122ce0dfcdccaae2c11d36ae12436))
11+
12+
13+
### Bug Fixes
14+
15+
* **helm:** maintainer updates ([6af7785](https://github.com/opencadc/deployments/commit/6af7785e0b840d4b58224f114caa20ef255cd473))
16+
* **helm:** updated maintainers ([e0aee2a](https://github.com/opencadc/deployments/commit/e0aee2a45b84437f0dda7ad86fb1b7a3853b7c6b))
17+
* **pre-commit:** added auto-generated helm-maintainers section to all helm charts ([882dfb9](https://github.com/opencadc/deployments/commit/882dfb9f2cf2f0d1b3615d7768b92a2f39c122b8))
18+
* **pre-commit:** end-of-file-fixer ([1d658c7](https://github.com/opencadc/deployments/commit/1d658c75c74faedd7293d5151be51df295a1ddd9))

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

0 commit comments

Comments
 (0)