This release contains important fixes:
- Before, When running uptest and supplying manifest-paths as a comma-separated list, the list ends up scrambled sometimes. This is due to the fact that internally the slice is transformed into a map and later read out element by element though the ordering in the map is not guaranteed. With the new version, the ordering is guaranteed according to the input list.
- Fix namespaced resources testing like Claims.
Also bumped the golangci version to v1.61.0
.
What's Changed
- Fix namespaced resources testing by @ytsarev in #24
- Fix the case when Claim and XR are in the same test run by @ytsarev in #26
- Bump golang and golangci-lint version, fix warnings by @kaessert in #31
- Fix ordering of input-manifests being scrambled, closes #29 by @kaessert in #30
New Contributors
Full Changelog: v1.1.0...v1.2.0