Releases: kudobuilder/kuttl
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
suppress
config 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)
Contributors
kuttl-v0.7.2
kuttl-v0.7.1
Changelog
7525a81 Adding Jeff as CodeOwner (#244)
bec1028 Fixed Kube Config Panic for nil config (#239)
6bba55f Include precise test case start in report output (#223)
93f8e6a Log when skipping an unexpected resource kind (#240)
4140726 Make it possible to attach control-plane logs to stdout (#238)
c5e5d57 Report 0 testsuites and failed connections (#243)
ec44afa Support CRD v1 creation (#237)
acec9c5 fixes to crdv1 lint failures (#241)