Skip to content

Releases: kudobuilder/kuttl

kuttl-v0.12.1

21 Apr 15:32
1572380
Compare
Choose a tag to compare

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

@kensipe

kuttl-v0.12.0

20 Apr 21:50
ce3eee1
Compare
Choose a tag to compare

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

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)