Skip to content

Commit 1f8c6be

Browse files
authored
Merge pull request #52 from shinybrar/release-please--branches--main--components--sshd
chore(main): release sshd 1.1.0
2 parents 16bac00 + 731c596 commit 1f8c6be

File tree

4 files changed

+29
-4
lines changed

4 files changed

+29
-4
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"helm/applications/posix-mapper": "0.6.0",
55
"helm/applications/science-portal": "1.0.0",
66
"helm/applications/skaha": "1.2.0",
7-
"helm/applications/sshd": "1.0.1",
8-
"helm/applications/storage-ui": "0.8.0",
7+
"helm/applications/sshd": "1.1.0",
8+
"helm/applications/storage-ui": "0.7.0",
99
"helm/applications/utils": "0.1.0",
1010
"helm/common": "1.0.0"
1111
}
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Changelog
2+
3+
## [1.1.0](https://github.com/shinybrar/deployments/compare/sshd-1.0.1...sshd-1.1.0) (2025-10-30)
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/shinybrar/deployments/commit/fc2311f11767056b3cc612f45af6e1e87e470ea3))
9+
* initial commit for sshd with common utility library ([16abaa2](https://github.com/shinybrar/deployments/commit/16abaa2ce713269414e492eed12b9504a70d4713))
10+
* initial commit for sshd with common utility library ([7d25a80](https://github.com/shinybrar/deployments/commit/7d25a80c32e122ce0dfcdccaae2c11d36ae12436))
11+
12+
13+
### Bug Fixes
14+
15+
* **helm:** added chart lock files ([e81b72d](https://github.com/shinybrar/deployments/commit/e81b72d06dacf2a2c797afc5368db81f57c95bc1))
16+
* **helm:** sshd chart ([b7857ff](https://github.com/shinybrar/deployments/commit/b7857ff3fadd3dd856b539de0e4fa1cd3bab56c4))
17+
* **maintainers:** now need atleast 15 commits in the last 12 months to be considered a maintainer ([02954e4](https://github.com/shinybrar/deployments/commit/02954e4e190774cf4756e9b3f90594eac2a80499))
18+
* **pre-commit:** added auto-generated helm-maintainers section to all helm charts ([882dfb9](https://github.com/shinybrar/deployments/commit/882dfb9f2cf2f0d1b3615d7768b92a2f39c122b8))
19+
* **pre-commit:** removed helm-docs version footer, since its disabled by default in go install and was causing ci issues ([6d84426](https://github.com/shinybrar/deployments/commit/6d844263ef0af30047f09e47d6c0c63ae7d1c1c9))
20+
* **pre-commit:** trailing-whitespaces ([178468c](https://github.com/shinybrar/deployments/commit/178468c8082ca69a395ebc5e185a2186afbb3335))
21+
* **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/shinybrar/deployments/commit/2c2b9313c469475bd2b1f6bcfdb3b041a0f0f715))
22+
* remove debug for now ([bf2c03d](https://github.com/shinybrar/deployments/commit/bf2c03debbc7f6feedd94637e576a2a65d1088f6))
23+
* remove tests fo rnow ([1e815cb](https://github.com/shinybrar/deployments/commit/1e815cbd5afd8e26a71e9ed99ee7f2d7737a66d3))
24+
* use latest traefik api group ([a776214](https://github.com/shinybrar/deployments/commit/a776214ae68a91a3dab99d67608972558a21b247))
25+
* use latest traefik api group ([84debe4](https://github.com/shinybrar/deployments/commit/84debe45777162ae258acb51ab05c60c8d8617e5))

helm/applications/sshd/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ type: application
2020
# This is the chart version. This version number should be incremented each time you make changes
2121
# to the chart and its templates, including the app version.
2222
# Versions are expected to follow Semantic Versioning (https://semver.org/)
23-
version: 1.0.1
23+
version: 1.1.0
2424

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

helm/applications/sshd/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ An SSHD service with SSSD to get users from LDAP
44

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

99
## Requirements
1010

0 commit comments

Comments
 (0)