Releases: kudobuilder/kuttl
kuttl-v0.13.0
Changes
- Bump some dependencies (#384)
- golangci-lint bump to 1.49.0 along with required resolutions (#382)
- Fix lint execution (#381)
- Add CRDs reflecting KUTTL configuration files to provide coding assistance in IDEs (#376)
- Improve error message for test assertions (#380)
- Upgrade multiple dependencies (#375)
Fixes
- #386 is fixed which unblocked client side throttling as reported. The fixed as a client-go dependency upgrade which was resolved with (#384)
Contributors
@gberche-orange, @iblancasa, @kensipe and @porridge
What's Changed
- Upgrade multiple dependencies by @iblancasa in #375
- Improve error message for test assertions by @porridge in #380
- Add CRDs reflecting kuttl configuration files to provide coding assistance in IDEs by @gberche-orange in #376
- Fix lint execution by @iblancasa in #381
- golangci-lint bump to 1.49.0 along with required resolutions by @kensipe in #382
- Bump some dependencies by @iblancasa in #384
New Contributors
- @gberche-orange made their first contribution in #376
Full Changelog: v0.12.1...v0.13.0
kuttl-v0.12.1
v0.12.0 was released with a bug around reporting. This release is to fix that issue.
Please see https://github.com/kudobuilder/kuttl/releases/tag/v0.12.0 for 0.12.x release notes
Changes
- Test Report Dir Bug Fix (#364)
Contributors
kuttl-v0.12.0
Changes
- Enable receiving a rest config on TestSuite (#360)
- Fix Report Failure on Skip Delete (#357)
- Revert "Enable receiving a rest config on TestSuite" (#359)
- Move to Go 1.18 (#354)
- KinD dependency version bump (#351)
- Bump cobra and testify depends, re-adding tests with necessary changes (#339)
- Create a folder when it doesn't exist and is needed for the report (#326)
- KEP-7 Implmented (#319)
- Do not hide YAML parsing errors. (#324)
- Correct --config help string. (#320)
Contributors
@alifelan, @haoxins, @iblancasa, @kensipe and @porridge
kuttl-v0.11.1
Changelog
This release fixes a security concern and fixes a crashing bug on Linux platforms using KinD
- Bump kind to v0.11.1 fixes kubernetes-sigs/kind#2240 (#313)
- fix to containerd security report GHSA-c72p-9xmj-rx3w (#312)
- Adding Darwin M1 Chip Support to Krew (#310)
Contributors
kuttl-v0.11.0
New Features
- Darwin M1 Chip Support
- Improved Kubernetes Events Logging
- Improved kubeconfig path resolution
Changes
- Adding log message for error caught by linter (#309)
- Try fetching v1 or corev1 events if v1beta1 events are not available. #299 (#300)
- adding darwin m1 chip to releases (#305)
- Bump golangci-lint to 1.41.1 (#306)
- fix: handle kubeconfig path resolution in steps properly (#303)
- Update of Reviewers for Code Owners (#307)
Contributors
kuttl-v0.10.0
kuttl-v0.8.1
kuttl-v0.9.0
Changelog
bcb4dae Add KEP for multi-cluster support (#261)
09947bf Alternative ServiceAccount check (#273)
d54cf0b Bump controller-runtime to 0.8.2 and also bump other deps (#277)
c0e4f33 KEP 07 Implementation (#272)
2e9837b Linter now picks up integration tests (#274)
7463091 Move KEP to implementable (#271)
87248fe Remove deprecated kudo.dev (#263)
9567718 Update controller-runtime to 0.7.2 (#268)
d33f996 golangci-lint bump to 1.35.2 (#265)
kuttl-v0.8.0
Changes
- Bump golangci-lint to 1.33.0 (#260)
- pkg/test: allow complex "assert" and "errors" step file names (#258)
- Controller-Tools and Go version Bump (#255)
- Warning for testdir Override (#257)
- harness: add JSON tag for the
suppressconfig option (#259) - Update to codeowners file (#256)
- KEP-0007: Assertions for CLI commands (#245)
- Use WaitForCRDs from testenv (#250)
- Bump to golangci-lint 1.32.2 (#252)