From d2c85bf57b65cacdb4a9f2aea84ac22fbbf87796 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 May 2026 19:40:00 +0000 Subject: [PATCH] chore(main): release sshd 1.1.0 --- .release-please-manifest.json | 2 +- helm/applications/sshd/CHANGELOG.md | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ea13e4d4..5139c459 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -4,7 +4,7 @@ "helm/applications/posix-mapper": "0.6.0", "helm/applications/science-portal": "1.2.1", "helm/applications/skaha": "1.5.2", - "helm/applications/sshd": "1.0.1", + "helm/applications/sshd": "1.1.0", "helm/applications/storage-ui": "0.9.0", "helm/applications/utils": "0.1.1", "helm/applications/reg": "1.0.0", diff --git a/helm/applications/sshd/CHANGELOG.md b/helm/applications/sshd/CHANGELOG.md index 4a27a72a..92b9dd2c 100644 --- a/helm/applications/sshd/CHANGELOG.md +++ b/helm/applications/sshd/CHANGELOG.md @@ -1,5 +1,25 @@ # Changelog +## [1.1.0](https://github.com/opencadc/deployments/compare/sshd-1.0.1...sshd-1.1.0) (2026-05-08) + + +### 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)) +* remove carta legacy and add scripting support ([b7128f5](https://github.com/opencadc/deployments/commit/b7128f5ee08b7620dbe2c666c44d7255662da692)) + + +### Bug Fixes + +* fix pre commit ([fc24792](https://github.com/opencadc/deployments/commit/fc247922894c09d6343fa75a34fb3fb352ccf257)) +* **helm:** added chart lock files ([e81b72d](https://github.com/opencadc/deployments/commit/e81b72d06dacf2a2c797afc5368db81f57c95bc1)) +* **helm:** sshd chart ([b7857ff](https://github.com/opencadc/deployments/commit/b7857ff3fadd3dd856b539de0e4fa1cd3bab56c4)) +* **maintainers:** now need atleast 15 commits in the last 12 months to be considered a maintainer ([02954e4](https://github.com/opencadc/deployments/commit/02954e4e190774cf4756e9b3f90594eac2a80499)) +* **pre-commit:** added auto-generated helm-maintainers section to all helm charts ([882dfb9](https://github.com/opencadc/deployments/commit/882dfb9f2cf2f0d1b3615d7768b92a2f39c122b8)) +* **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)) +* **pre-commit:** trailing-whitespaces ([178468c](https://github.com/opencadc/deployments/commit/178468c8082ca69a395ebc5e185a2186afbb3335)) +* **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)) + ## [1.1.0](https://github.com/shinybrar/deployments/compare/sshd-1.0.1...sshd-1.1.0) (2025-10-30)