Skip to content

Releases: smartcontractkit/chainlink-testing-framework

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

framework/v0.14.3

16 Feb 12:22
fc6e123

Choose a tag to compare

Release notes:

  • Bump Canton images to 0.5.11
  • Expose Canton UserID and Registry URL in output

Commits:

Breaking changes:

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

compatible changes

CantonParticipantEndpoints.UserID: added

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

incompatible changes

DefaultNginxImage: value changed from nginx:1.27.0 to nginx:1.29.5
DefaultPostgresImage: value changed from postgres:14 to postgres:18
SpliceVersion: value changed from 0.5.3 to 0.5.11

diagnostics

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

summary

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

framework/v0.14.2

13 Feb 17:49
41c0b19

Choose a tag to compare

Release notes:

  • Expose P2P only in K8s

Commits:

Breaking changes:

diagnostics

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

summary

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

framework/v0.14.1

13 Feb 15:00
44d9575

Choose a tag to compare

Release notes:

  • Forwarder API for clients

Commits:

Breaking changes:

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

compatible changes

Authorize: added
DefaultAuthRetryCount: added
DefaultRetries: added
DefaultRetryInterval: added
DefaultTimeout: added

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

compatible changes

Node.K8sService: added

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

compatible changes

NodeOut.K8sService: added

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

compatible changes

Output.K8sService: added

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

incompatible changes

(*PortForwardManager).Forward: changed from func([]PortForwardConfig) error to func([]PortForwardConfig, bool) error
K8sAPITimeout: removed
PortForwardConfig.ContainerPort: removed
Run: changed from func(context.Context, *Config) (string, error) to func(context.Context, *Config) (string, *k8s.io/api/core/v1.Service, error)

compatible changes

(*App).GetConnectionDetails: added
ClientReadyTimeout: added
Connect: added
K8sFunctionCallTimeout: added
PortForwardConfig.ServicePort: added
TCPReadyProbe: added

diagnostics

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

summary

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

framework/v0.14.0

11 Feb 13:40
f566bbe

Choose a tag to compare

Release notes:

  • Add seamless integration with K8s for Tier 0 components: Anvil, Fake, NodeSet, PostgreSQL

Commits:

  • K8s integration for core components: NodeSet, Anvil, Fake and PostgreSQL (#2399) (f566bbe)

Breaking changes:

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

compatible changes

package added

diagnostics

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

summary

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