v1.29.0
Changes
- (scorecard): Update kuttl to v0.15.0 in the scorecard-test-kuttl image. (#6401)
- (ansible/v1): Bump the golang base image version in the ansible-operator Dockerfiles from 1.18 to 1.19. (#6398)
- (operator-sdk run bundle): Compress the bundle content, to avoid the configMap exceed max length error. The error will look like this:
... ConfigMap ... is invalid: []: Too long: must have at most 1048576 bytes
.
Fixes issue #6323. (#6408)
Bug Fixes
- (docs): Update the go version in the developer guide. The documentation wasn't updated when the go version was bumped to v1.19. (#6101)