Releases: smartcontractkit/chainlink-testing-framework
framework/v0.4.1
Release notes:
- Supports auto deploy solana programs
Commits:
- chore(framework): new release (#1520) (ed80355)
- [DPA-1458]: feat(solana): auto deploy programs (#1519) (fb70961)
Breaking changes:
github.com/smartcontractkit/chainlink-testing-framework/framework/components/blockchain
compatible changes
Input.SolanaPrograms: added
diagnostics
go.sum: one or more sums are missing. Run 'go mod tidy' to add missing sums.
summary
v0.4.1 is not a valid semantic version for this release.
version v0.4.1 already exists
framework/v0.4.0
Release notes:
- Add basic Solana network support
Commits:
Breaking changes:
github.com/smartcontractkit/chainlink-testing-framework/framework/components/blockchain
compatible changes
Input.ContractsDir: added
Input.PublicKey: added
diagnostics
go.sum: one or more sums are missing. Run 'go mod tidy' to add missing sums.
summary
v0.4.0 (with tag framework/v0.4.0) is a valid semantic version for this release
wasp/v1.50.4
Release notes:
- Performance report & comparison tool
- Unify control loop
- Fix VU races
- Fix ratelimit npe
Commits:
- changeset (f476677)
- [TT-1741] performance comparison tool (#1424) (d415e31)
- [TT-1722] Update WASP docs (#1340) (1449c13)
Breaking changes:
gorelease: preparing to load packages for github.com/smartcontractkit/chainlink-testing-framework/[email protected]: looking for missing dependencies: go: downloading github.com/c9s/goprocinfo v0.0.0-20210130143923-c95fcf8c64a8
go: downloading github.com/pbnjay/memory v0.0.0-20210728143218-7b4eea64cf58
go: downloading golang.org/x/net v0.29.0
go: downloading github.com/prometheus/client_golang v1.20.4
go: downloading github.com/fatih/color v1.16.0
go: downloading golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa
go: downloading golang.org/x/term v0.24.0
go: downloading k8s.io/klog v1.0.0
go: downloading github.com/pelletier/go-toml/v2 v2.2.2
go: downloading github.com/ugorji/go v1.1.7
go: downloading golang.org/x/sys v0.25.0
go: downloading github.com/pelletier/go-toml v1.9.5
go: downloading google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9
go: downloading sigs.k8s.io/structured-merge-diff v0.0.0-20190525122527-15d366b2352e
go: downloading golang.org/x/crypto v0.27.0
go: downloading golang.org/x/text v0.18.0
go: downloading github.com/go-redis/redis v6.15.9+incompatible
go: downloading go.opentelemetry.io/otel v1.24.0
go: downloading go.opentelemetry.io/otel/trace v1.24.0
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0
go: downloading go.etcd.io/etcd/api/v3 v3.5.7
go: downloading go.etcd.io/etcd/client/pkg/v3 v3.5.7
go: downloading github.com/hashicorp/consul v1.2.1
go: downloading go.etcd.io/etcd/client/v3 v3.5.7
go: downloading github.com/Azure/azure-sdk-for-go v65.0.0+incompatible
go: downloading go.opentelemetry.io/otel/metric v1.24.0
go: downloading github.com/coreos/go-systemd v0.0.0-20191104093116-d3cd4ed1dbcf
go: downloading github.com/Masterminds/semver/v3 v3.2.1
go: downloading github.com/spf13/cast v1.5.0
go: downloading github.com/emicklei/go-restful v0.0.0-20170410110728-ff4f55a20633
go: downloading github.com/fsnotify/fsnotify v1.6.0
go: downloading go.uber.org/zap v1.26.0
go: downloading golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d
go: downloading github.com/coreos/go-semver v0.3.0
go: downloading github.com/golang-jwt/jwt v3.2.1+incompatible
go: downloading golang.org/x/mod v0.17.0
go: downloading github.com/hashicorp/consul/api v1.30.0
go: downloading github.com/hashicorp/consul v1.20.1
go: gorelease-load-module imports
github.com/smartcontractkit/chainlink-testing-framework/wasp imports
github.com/grafana/loki/clients/pkg/promtail/client imports
github.com/grafana/loki/pkg/util imports
github.com/grafana/dskit/ring imports
github.com/grafana/dskit/kv imports
github.com/grafana/dskit/kv/consul imports
github.com/hashicorp/consul/api: ambiguous import: found package github.com/hashicorp/consul/api in multiple modules:
github.com/hashicorp/consul v1.2.1 (/home/runner/go/pkg/mod/github.com/hashicorp/[email protected]/api)
github.com/hashicorp/consul/api v1.30.0 (/home/runner/go/pkg/mod/github.com/hashicorp/consul/[email protected])
go: downloading github.com/hashicorp/consul/sdk v0.16.1
sentinel/v0.1.0
Release notes:
- Sentinel init
Commits:
Breaking changes:
gorelease: could not resolve version github.com/smartcontractkit/chainlink-testing-framework/sentinel@3dded98618c698a13821d2f93b286c0e10e0a899: go: github.com/smartcontractkit/chainlink-testing-framework/[email protected]: invalid version: missing github.com/smartcontractkit/chainlink-testing-framework/sentinel/go.mod at revision 3dded98
sentinel/v0.1.0
Release notes:
- Sentinel init
Commits:
Breaking changes:
gorelease: could not resolve version github.com/smartcontractkit/chainlink-testing-framework/sentinel@3dded98618c698a13821d2f93b286c0e10e0a899: go: github.com/smartcontractkit/chainlink-testing-framework/[email protected]: invalid version: missing github.com/smartcontractkit/chainlink-testing-framework/sentinel/go.mod at revision 3dded98
framework/v0.3.9
Release notes:
- Dlv from original image
- Fix logs for promtail
Commits:
Breaking changes:
diagnostics
go.sum: one or more sums are missing. Run 'go mod tidy' to add missing sums.
summary
v0.3.9 is not a valid semantic version for this release.
version v0.3.9 already exists
framework/v0.3.8
Release notes:
- Move promtail to CLI
- Speed up container polling
- Allow debug entrypoint for dlv
Commits:
- Container polling speedup, move Promtail to CLI, Delve debugger entrypoint (#1484) (88c6d2e)
- Read primary ETH key based on chain id (#1487) (d9c773e)
- Fix url and add node container internal ip (#1477) (8f36945)
Breaking changes:
github.com/smartcontractkit/chainlink-testing-framework/framework/clclient
incompatible changes
(*ChainlinkClient).ReadPrimaryETHKey: changed from func() (*ETHKeyData, error) to func(string) (*ETHKeyData, error)
github.com/smartcontractkit/chainlink-testing-framework/framework/components/clnode
compatible changes
DefaultDebuggerPort: added
NodeInput.DebuggerPort: added
NodeOut.InternalIP: added
github.com/smartcontractkit/chainlink-testing-framework/framework/components/simple_node_set
compatible changes
Input.DlvPortRangeStart: added
diagnostics
go.sum: one or more sums are missing. Run 'go mod tidy' to add missing sums.
summary
v0.3.8 (with tag framework/v0.3.8) is a valid semantic version for this release
framework/v0.3.7
Release notes:
- Separate JobDistributor database
- Wait when fund nodes on testnets
Commits:
Breaking changes:
github.com/smartcontractkit/chainlink-testing-framework/framework/components/jd
incompatible changes
Input.DBURL: removed
compatible changes
Input.DBInput: added
github.com/smartcontractkit/chainlink-testing-framework/framework/components/postgres
compatible changes
Input.JDDatabase: added
Input.Name: added
diagnostics
go.sum: one or more sums are missing. Run 'go mod tidy' to add missing sums.
summary
v0.3.7 (with tag framework/v0.3.7) is a valid semantic version for this release
framework/v0.3.6
Release notes:
- Add cadvisor support to obs stack
- Add cadvisor dashboard
Commits:
- fix release (43b2b05)
Breaking changes:
diagnostics
go.sum: one or more sums are missing. Run 'go mod tidy' to add missing sums.
summary
v0.3.6 (with tag framework/v0.3.6) is a valid semantic version for this release
framework/v0.3.6
Release notes:
- Add cadvisor support to obs stack
- Add cadvisor dashboard
Commits:
- fix release (43b2b05)
Breaking changes:
diagnostics
go.sum: one or more sums are missing. Run 'go mod tidy' to add missing sums.
summary
v0.3.6 (with tag framework/v0.3.6) is a valid semantic version for this release