Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@rjsadow rjsadow released this 01 May 00:37
· 14 commits to main since this release
275ff28

What's Changed

  • Update to latest Kubernetes dependencies by @github-actions in #143
  • Update go to 1.22 by @rjsadow in #145
  • Updated the readme file by @AryanSharma9917 in #124
  • Fixed the default namespace issue by @Bharadwajshivam28 in #150
  • Created a spinner for let users wait that the test is running by @Bharadwajshivam28 in #148
  • Set an empty key tolerations to match all tains on node by @soltysh in #153
  • Update README.md by @UtkarshUmre in #154
  • typo and correction in air-gapped.md by @kundan2707 in #157
  • fix: server version parsing by @rakshitgondwal in #158
  • Prepend v to trimmedVersion by @rjsadow in #160
  • refactor: have a common method for setting defaults and move spinner call to root.go by @reetasingh in #159
  • Improved logging for clusterrole and clusterbinding by @Bharadwajshivam28 in #162
  • add context handling by @xrstf in #163
  • fix help text for --config flag by @xrstf in #164
  • remove 2s delay on startup by @xrstf in #166
  • cleanup logging, return errors from pkg/ code by @xrstf in #165
  • fail boilerplate check if non-compliant files are detected by @embik in #173
  • prevent broken junit report files by @xrstf in #174
  • use golangci-lint as linter by @embik in #170
  • append namespace to resources to allow parallel conformance tests by @xrstf in #171
  • mention --cleanup in the developer documentation by @xrstf in #177
  • hide spinner on -v <= 2, show test logs in realtime with -v >= 6 by @xrstf in #176
  • use --parallel to set Ginkgo's --procs flag by @xrstf in #172
  • Exit process if conformance pod ImagePullBackOff. by @liangyuanpeng in #180
  • Handle errors coming from viper.BindPFlag by @embik in #179
  • update kind in e2e tests to 0.22 by @xrstf in #182
  • remove redundant gofmt check by @xrstf in #184
  • Update update-deps workflow to Go 1.22 by @embik in #183
  • Update to latest Kubernetes dependencies by @github-actions in #187
  • download a precompiled golangci-lint to save CI time by @xrstf in #186
  • Refactor into stateful types and remove viper dependency from pkg/ code by @xrstf in #181
  • add --continue flag to resume/reconnect to a running conformance test by @xrstf in #188
  • Update to latest Kubernetes dependencies by @github-actions in #189

New Contributors

Full Changelog: v0.5.0...v0.6.0