Skip to content

Releases: kudobuilder/kuttl

kuttl-v0.11.1

09 Aug 15:21
25776a2
Compare
Choose a tag to compare

Changelog

This release fixes a security concern and fixes a crashing bug on Linux platforms using KinD

Contributors

@croomes and @kensipe

kuttl-v0.11.0

14 Jul 18:55
1a31524
Compare
Choose a tag to compare

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

@kensipe, @porridge and @takirala

kuttl-v0.10.0

19 May 13:18
fc8c0f2
Compare
Choose a tag to compare

Changes

  • Support multiple Kubernetes clusters by supporting kubeconfig in test steps - Follow up for #266 (#291)
  • Flush command log always (#289)
  • bumping linter to 1.38.0 (#283)
  • changes to the 1.16 testing libraries (#282)
  • Add tar and gzip to the image. (#281)

Contributors

@alenkacz, @chhsia0, @kensipe and @takirala

kuttl-v0.8.1

21 Apr 10:01
b6e92c1
Compare
Choose a tag to compare

Patch-Release to support go16

Changelog

b6e92c1 Enable ability to compile against 1.16 testing libraries (#282) (#286)

kuttl-v0.9.0

14 Feb 16:33
d54cf0b
Compare
Choose a tag to compare

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

07 Jan 21:27
3515648
Compare
Choose a tag to compare

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

@alenkacz, @estroz, @kensipe and @nfnt

kuttl-v0.7.2

03 Nov 21:34
e310360
Compare
Choose a tag to compare

Changelog

e310360 Fix CRD handling in WaitForCRDs (#251)
efe69b7 Remove 32 bit Darwin Support from Krew (#246)
35c874a Updating Linter: Adding gocritic (#247)

kuttl-v0.7.1

27 Oct 19:21
c5e5d57
Compare
Choose a tag to compare

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)

kuttl-v0.7.0

20 Oct 18:53
0f356f8
Compare
Choose a tag to compare

Changelog

ab76b76 Add a tail parameter to pod collector. (#220)
d273e14 Adding warning message for non-supported version of kind config file. (#232)
bb81950 Better KUTTL Testing Context (#228)
dd9f3e7 Bump golangci-lint to use the new version subcommand. (#212)
13edfef Bump kind to 0.9.0 (#229)
3100816 Bumping k8s deps to 0.19.2 (#215)
4cac170 Increase XML Report visibility (#227)
a27076f Log more details in events. (#219)
619e3fa Multi-Arch Docker Image Releases (#214)
f052443 Namespace Creation and Deletion Adhere to timeout rules (#230)
0f356f8 Removing KUDO references and Warning on Deprecated use of kudo.dev (#236)
91b9522 Support V1 CRDs (#211)
b812a03 dedupe warning messages for deprecated API warnings (#225)
fc28616 go mod tidy (#213)

kuttl-v0.6.1

25 Aug 18:23
4908507
Compare
Choose a tag to compare

Changes

  • fixes nil ptr panic bug (#207)
  • Allow the use of absolute paths in RuntimeObjectsFromPath (#205)
  • Adding more linters (#200)
  • Increasing errcheck Linting (#201)
  • Adding verify generate to circle lint task (#199)

Contributors

@joejulian and @kensipe