Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/ctf-setup-remove-bitnami-repo.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-chicken-sip.md

This file was deleted.

11 changes: 11 additions & 0 deletions actions/ctf-setup-run-tests-environment/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion actions/ctf-setup-run-tests-environment/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ctf-setup-run-tests-environment",
"version": "0.11.0",
"version": "0.12.0",
"description": "",
"private": true,
"scripts": {},
Expand Down
9 changes: 9 additions & 0 deletions workflows/reusable-dependabump/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion workflows/reusable-dependabump/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reusable-dependabump",
"version": "1.0.1",
"version": "1.0.2",
"description": "",
"private": true,
"scripts": {},
Expand Down
Loading