From bd8838a9412424f123f996ba012ca4190e110b7c Mon Sep 17 00:00:00 2001 From: "app-token-issuer-releng-renovate[bot]" <142360764+app-token-issuer-releng-renovate[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 18:06:58 +0000 Subject: [PATCH 1/3] Version Packages (deletions) --- .changeset/ctf-setup-remove-bitnami-repo.md | 5 ----- .changeset/swift-chicken-sip.md | 5 ----- 2 files changed, 10 deletions(-) delete mode 100644 .changeset/ctf-setup-remove-bitnami-repo.md delete mode 100644 .changeset/swift-chicken-sip.md diff --git a/.changeset/ctf-setup-remove-bitnami-repo.md b/.changeset/ctf-setup-remove-bitnami-repo.md deleted file mode 100644 index 5b6d7212a..000000000 --- a/.changeset/ctf-setup-remove-bitnami-repo.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"ctf-setup-run-tests-environment": minor ---- - -Remove the Bitnami Helm chart repo from test env setup. The action no longer runs `helm repo add bitnami`; CTF charts are provided through the `chainlink-qa` repository. Tests that still require a Bitnami chart must add their own non-Bitnami source. diff --git a/.changeset/swift-chicken-sip.md b/.changeset/swift-chicken-sip.md deleted file mode 100644 index b92963cc0..000000000 --- a/.changeset/swift-chicken-sip.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"reusable-dependabump": patch ---- - -Support nix based port-bump-command From d117309f4ed6d6a2c54198ff669a50cffd4961f4 Mon Sep 17 00:00:00 2001 From: "app-token-issuer-releng-renovate[bot]" <142360764+app-token-issuer-releng-renovate[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 18:06:59 +0000 Subject: [PATCH 2/3] Version Packages (actions/ctf-setup-run-tests-environment) --- actions/ctf-setup-run-tests-environment/CHANGELOG.md | 11 +++++++++++ actions/ctf-setup-run-tests-environment/package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/actions/ctf-setup-run-tests-environment/CHANGELOG.md b/actions/ctf-setup-run-tests-environment/CHANGELOG.md index 580c943f0..90a0c1327 100644 --- a/actions/ctf-setup-run-tests-environment/CHANGELOG.md +++ b/actions/ctf-setup-run-tests-environment/CHANGELOG.md @@ -1,5 +1,16 @@ # ctf-setup-run-tests-environment +## 0.12.0 + +### Minor Changes + +- [#1642](https://github.com/smartcontractkit/.github/pull/1642) + [`c8ded17`](https://github.com/smartcontractkit/.github/commit/c8ded17e2675d4359a9b1b9148bceaf51555cadf) + Thanks [@tvc-jaz](https://github.com/tvc-jaz)! - Remove the Bitnami Helm chart + repo from test env setup. The action no longer runs `helm repo add bitnami`; + CTF charts are provided through the `chainlink-qa` repository. Tests that + still require a Bitnami chart must add their own non-Bitnami source. + ## 0.11.0 ### Minor Changes diff --git a/actions/ctf-setup-run-tests-environment/package.json b/actions/ctf-setup-run-tests-environment/package.json index d83d5cc35..d9cce78ca 100644 --- a/actions/ctf-setup-run-tests-environment/package.json +++ b/actions/ctf-setup-run-tests-environment/package.json @@ -1,6 +1,6 @@ { "name": "ctf-setup-run-tests-environment", - "version": "0.11.0", + "version": "0.12.0", "description": "", "private": true, "scripts": {}, From 040c8ef45c01d563ce08bec8b861556c7a9f6ec3 Mon Sep 17 00:00:00 2001 From: "app-token-issuer-releng-renovate[bot]" <142360764+app-token-issuer-releng-renovate[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 18:07:01 +0000 Subject: [PATCH 3/3] Version Packages (workflows/reusable-dependabump) --- workflows/reusable-dependabump/CHANGELOG.md | 9 +++++++++ workflows/reusable-dependabump/package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/workflows/reusable-dependabump/CHANGELOG.md b/workflows/reusable-dependabump/CHANGELOG.md index 6f989e8ab..f3d6cea7b 100644 --- a/workflows/reusable-dependabump/CHANGELOG.md +++ b/workflows/reusable-dependabump/CHANGELOG.md @@ -1,5 +1,14 @@ # reusable-dependabump +## 1.0.2 + +### Patch Changes + +- [#1645](https://github.com/smartcontractkit/.github/pull/1645) + [`274cfbd`](https://github.com/smartcontractkit/.github/commit/274cfbdd18a82a4a7eb5d9ef7f5b1ea39f7bb53f) + Thanks [@jmank88](https://github.com/jmank88)! - Support nix based + port-bump-command + ## 1.0.1 ### Patch Changes diff --git a/workflows/reusable-dependabump/package.json b/workflows/reusable-dependabump/package.json index 6ea4d481b..abcb92ea6 100644 --- a/workflows/reusable-dependabump/package.json +++ b/workflows/reusable-dependabump/package.json @@ -1,6 +1,6 @@ { "name": "reusable-dependabump", - "version": "1.0.1", + "version": "1.0.2", "description": "", "private": true, "scripts": {},