Skip to content

Releases: crossplane-contrib/xp-testing

v1.3.4

19 Mar 08:36
aca814f
Compare
Choose a tag to compare

What's Changed

  • fix(deps): update module github.com/stretchr/testify to v1.9.0 by @renovate in #51
  • fix: use go-containerregistry to extract package.yaml by @maximilianbraun in #52

Full Changelog: v1.3.3...v1.3.4

v1.3.3

29 Feb 16:36
b77301a
Compare
Choose a tag to compare

What's Changed

  • docs(readme): fix typos, add links by @maximiliantech in #49
  • chore(deps): update golangci/golangci-lint-action action to v4 by @renovate in #48
  • fix(deps): update module github.com/google/go-containerregistry to v0.19.0 by @renovate in #43
  • Allow configuration of registry by @sdischer-sap in #50

New Contributors

Full Changelog: v1.3.2...v1.3.3

v1.3.2

05 Feb 10:39
420fd4c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.1...v1.3.2

v1.3.1

02 Feb 08:59
6082353
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

05 Jan 10:17
cd3f28c
Compare
Choose a tag to compare
  • Offers additional configuration options for secrets to be configured, changes the API of ClusterSetup{}
  • Offers additional configuration option to set the path for provider configs

What's Changed

Full Changelog: v1.2.2...v1.3.0

v1.2.2

04 Jan 07:41
0fedc4c
Compare
Choose a tag to compare

What's Changed

  • feat: add additional logging of conditions message to checkCondition by @maximilianbraun in #41

Full Changelog: v1.2.1...v1.2.2

v1.2.1

20 Dec 13:36
7d6cac0
Compare
Choose a tag to compare

Until v1.2.0 relied on the pipeline / user to explicitly pull images. This assumption is true again.


From #39:
With the last release we've migrated away from calling docker's go lib and started calling the docker binary directly. While migrating we added some code which pulls the packages implicitly.

This can be suboptimal, e.g. if the image is only available to the local executor, thus the setup of the tests will fail.

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

11 Dec 12:50
7e6ab3d
Compare
Choose a tag to compare

Its a maintenance release which moves multiple dependencies which should help to integrate xp-testing more seamslessly.

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0

v1.1.0

24 Nov 13:49
cb4d891
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

v1.0.0

31 Oct 12:04
Compare
Choose a tag to compare

initial release of xp-testing

Full Changelog: https://github.com/crossplane-contrib/xp-testing/commits/v1.0.0