Releases: crossplane-contrib/xp-testing
v1.3.4
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
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
- @maximiliantech made their first contribution in #49
- @sdischer-sap made their first contribution in #50
Full Changelog: v1.3.2...v1.3.3
v1.3.2
What's Changed
- fix: add missing namespace mutations by @maximilianbraun in #47
Full Changelog: v1.3.1...v1.3.2
v1.3.1
What's Changed
- Add maximiliantech to maintainers by @maximilianbraun in #46
- fix: shadowed context by @maximilianbraun in #45
- chore(deps): update actions/dependency-review-action action to v4 by @renovate in #44
Full Changelog: v1.3.0...v1.3.1
v1.3.0
- 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
- feat: add configuration options by @maximilianbraun in #42
Full Changelog: v1.2.2...v1.3.0
v1.2.2
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
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
- chore(deps): update github/codeql-action action to v3 by @renovate in #37
- fix: remove implicit pull of provider images by @maximilianbraun in #39
Full Changelog: v1.2.0...v1.2.1
v1.2.0
Its a maintenance release which moves multiple dependencies which should help to integrate xp-testing more seamslessly.
What's Changed
- chore: fix typos in readme by @mirzakopic in #29
- chore: Create OWNERS.md by @maximilianbraun in #30
- deps: remove crossplane-runtime dependency by @maximilianbraun in #33
- chore(deps): update actions/setup-go action to v5 by @renovate in #31
- chore: remove container-diff dependency by @mirzakopic in #34
- fix(deps): update module github.com/google/go-containerregistry to v0.17.0 by @renovate in #35
- fix(deps): update module github.com/samber/lo to v1.39.0 by @renovate in #28
- chore(deps): cleanup direct dependency to docker by @mirzakopic in #36
New Contributors
- @mirzakopic made their first contribution in #29
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- ci: add simple go build & test action by @maximilianbraun in #2
- ci: enable renovate by @maximilianbraun in #4
- chore(deps): update fkirc/skip-duplicate-actions action to v2.2.0 by @renovate in #5
- feat: add dependency review action by @maximilianbraun in #17
- feat: raise e2e-framework to v0.3.0 by @maximilianbraun in #3
- chore(deps): update fkirc/skip-duplicate-actions action to v5 by @renovate in #16
- chore(deps): update actions/checkout action to v4 by @renovate in #14
- fix(deps): update kubernetes packages to v0.28.4 by @renovate in #10
- chore(deps): update dependency ubuntu to v22 by @renovate in #15
- fix(deps): update module github.com/crossplane/crossplane to v1.14.1 by @renovate in #6
- feat: remove dependency to crossplane/crossplane by @maximilianbraun in #22
- deps: lower k8s to 0.27.x by @maximilianbraun in #26
New Contributors
Full Changelog: v1.0.0...v1.1.0
v1.0.0
initial release of xp-testing
Full Changelog: https://github.com/crossplane-contrib/xp-testing/commits/v1.0.0