From 5d9ab2766747ba50adafc370f83be351564b0f42 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 19:36:14 +0000 Subject: [PATCH] chore(main): release common 1.1.0 --- .release-please-manifest.json | 2 +- helm/common/CHANGELOG.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 helm/common/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3c28e2d0..6a34247f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -7,5 +7,5 @@ "helm/applications/storage-ui": "0.9.0", "helm/applications/utils": "0.1.1", "helm/applications/reg": "1.0.0", - "helm/common": "1.0.0" + "helm/common": "1.1.0" } diff --git a/helm/common/CHANGELOG.md b/helm/common/CHANGELOG.md new file mode 100644 index 00000000..cade8e2f --- /dev/null +++ b/helm/common/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +## [1.1.0](https://github.com/opencadc/deployments/compare/common-1.0.0...common-1.1.0) (2026-07-17) + + +### Features + +* 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:** maintainer updates ([6af7785](https://github.com/opencadc/deployments/commit/6af7785e0b840d4b58224f114caa20ef255cd473)) +* **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))