Skip to content

Releases: smartcontractkit/chainlink-testing-framework

framework/v0.15.3

05 Mar 15:01
3d36b7b

Choose a tag to compare

Release notes:

  • Copy GQL client from core's SDK to use without direct import in tests

Commits:

Breaking changes:

github.com/smartcontractkit/chainlink-testing-framework/framework/clclient/gql

compatible changes

package added

github.com/smartcontractkit/chainlink-testing-framework/framework/clclient/gql/client

compatible changes

package added

github.com/smartcontractkit/chainlink-testing-framework/framework/clclient/gql/client/doer

compatible changes

package added

github.com/smartcontractkit/chainlink-testing-framework/framework/clclient/gql/gqlscalar

compatible changes

package added

github.com/smartcontractkit/chainlink-testing-framework/framework/clclient/gql/schema

compatible changes

package added

diagnostics

go.sum: one or more sums are missing. Run 'go mod tidy' to add missing sums.

summary

v0.15.3 is not a valid semantic version for this release.
version v0.15.3 already exists

framework/v0.15.2

04 Mar 10:37
fd69a73

Choose a tag to compare

Release notes:

  • Don't set env var to when building Docker images
  • Build docker images with buildx

Commits:

  • [DX-3066] Don't skip private plugins when building the image (#2458) (fd69a73)

Breaking changes:

diagnostics

go.sum: one or more sums are missing. Run 'go mod tidy' to add missing sums.

summary

v0.15.2 is not a valid semantic version for this release.
version v0.15.2 already exists

framework/v0.15.1

04 Mar 08:33
b84aed9

Choose a tag to compare

Release notes:

  • Set CL node image also as env var in compat command

Commits:

  • set CL image env var used by simple nodeset (#2457) (b84aed9)

Breaking changes:

diagnostics

go.sum: one or more sums are missing. Run 'go mod tidy' to add missing sums.

summary

v0.15.1 is not a valid semantic version for this release.
version v0.15.1 already exists

framework/v0.15.0

03 Mar 14:06
86bec59

Choose a tag to compare

Release notes:

  • Update the Canton blockchain containers to support Docker-internal networking
  • Change the for Canton to be of type and split internal/external endpoints into separate fields
  • Bump the Canton and Splice images to

Commits:

  • Canton - support Docker-internal networking (NONEVM-3773) (#2456) (86bec59)

Breaking changes:

github.com/smartcontractkit/chainlink-testing-framework/framework/components/blockchain

incompatible changes

NetworkSpecificData.CantonEndpoints: removed

compatible changes

CantonData: added
NetworkSpecificData.CantonData: added

github.com/smartcontractkit/chainlink-testing-framework/framework/components/blockchain/canton

incompatible changes

NginxContainerRequest: changed from func(int, string, string, string) github.com/testcontainers/testcontainers-go.ContainerRequest to func(int, string, string, string) (github.com/testcontainers/testcontainers-go.ContainerRequest, string)
SpliceVersion: value changed from 0.5.11 to 0.5.13

compatible changes

DefaultNginxInternalPort: added

diagnostics

go.sum: one or more sums are missing. Run 'go mod tidy' to add missing sums.

summary

v0.15.0 is not a valid semantic version for this release.
version v0.15.0 already exists

framework/v0.14.9

27 Feb 11:25
db7dc01

Choose a tag to compare

Release notes:

  • Multiple fake adapters for chaos testing

Commits:

  • multiple fake adapters for chaos testing (#2435) (db7dc01)

Breaking changes:

diagnostics

go.sum: one or more sums are missing. Run 'go mod tidy' to add missing sums.

summary

v0.14.9 is not a valid semantic version for this release.
version v0.14.9 already exists

framework/v0.14.8

26 Feb 15:33
73ff107

Choose a tag to compare

Release notes:

  • Replace Pumba with Docker-TC to avoid Docker API compatibility issues

Commits:

Breaking changes:

github.com/smartcontractkit/chainlink-testing-framework/framework/chaos

compatible changes

CmdCorrupt: added
CmdDelay: added
CmdDuplicate: added
CmdLoss: added
CmdPause: added
DockerChaos: added
NewDockerChaos: added

diagnostics

go.sum: one or more sums are missing. Run 'go mod tidy' to add missing sums.

summary

v0.14.8 is not a valid semantic version for this release.
version v0.14.8 already exists

framework/v0.14.7

25 Feb 14:19
3626fdf

Choose a tag to compare

Release notes:

  • Bump the Aptos node image to v1.41.5

Commits:

Breaking changes:

github.com/smartcontractkit/chainlink-testing-framework/framework/components/blockchain

incompatible changes

DefaultAptosArm64Image: value changed from ghcr.io/friedemannf/aptos-tools:aptos-node-v1.38.7 to ghcr.io/friedemannf/aptos-tools:aptos-node-v1.41.5
DefaultAptosX86_64Image: value changed from aptoslabs/tools:aptos-node-v1.38.7 to aptoslabs/tools:aptos-node-v1.41.5

diagnostics

go.sum: one or more sums are missing. Run 'go mod tidy' to add missing sums.

summary

v0.14.7 is not a valid semantic version for this release.
version v0.14.7 already exists

framework/v0.14.6

24 Feb 15:16
1c35008

Choose a tag to compare

Release notes:

  • NOPs from SOT upgrade sequence
  • Allow specify upgrade sequence explicitly

Commits:

  • SOT NOP upgrade sequence, allow explicit upgrade sequence with tags (#2431) (1c35008)

Breaking changes:

github.com/smartcontractkit/chainlink-testing-framework/framework

incompatible changes

GetTagsFromURL: removed
RestoreToBranch: removed
RollbackToEarliestSemverTag: removed
SortSemverTags: removed

compatible changes

CheckOut: added
FilterSemverTags: added
FindNOPRefs: added
FindSemVerRefSequence: added

diagnostics

go.sum: one or more sums are missing. Run 'go mod tidy' to add missing sums.

summary

v0.14.6 is not a valid semantic version for this release.
version v0.14.6 already exists

framework/v0.14.5

23 Feb 18:31
c8f04f9

Choose a tag to compare

Release notes:

  • Use docker pull command to work with creds in CI via env vars

Commits:

Breaking changes:

diagnostics

go.sum: one or more sums are missing. Run 'go mod tidy' to add missing sums.

summary

v0.14.5 is not a valid semantic version for this release.
version v0.14.5 already exists

framework/v0.14.4

23 Feb 14:55
e80214f

Choose a tag to compare

Release notes:

  • Compatibility testing CLI

Commits:

Breaking changes:

github.com/smartcontractkit/chainlink-testing-framework/framework

compatible changes

ExecCmd: added
ExecCmdWithContext: added
ExecCmdWithOpts: added
GetTagsFromURL: added
RaneSOTResponseBody: added
RestoreToBranch: added
RollbackToEarliestSemverTag: added
SortSemverTags: added
UpgradeContainer: added

diagnostics

go.sum: one or more sums are missing. Run 'go mod tidy' to add missing sums.

summary

v0.14.4 is not a valid semantic version for this release.
version v0.14.4 already exists