Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 22, 2024

This PR contains the following updates:

Package Update Change
kudobuilder/kuttl minor v0.15.0 -> v0.24.0

Release Notes

kudobuilder/kuttl (kudobuilder/kuttl)

v0.24.0: kuttl-v0.24.0

Compare Source

Changes

🚀 Highlights

  • feat: add ignoreFiles option to suppress file warnings in test directories (#​651)

🐛 Bug Fixes

  • fix: existing user-supplied ns when lacking permissions (#​657) (bug was introduced in v0.23.0)

🌱 Dependency bumps

  • chore(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1 (#​655)
  • chore(deps): bump github.com/spf13/pflag from 1.0.7 to 1.0.10 (#​654)
  • chore(deps): bump github.com/Masterminds/semver/v3 from 3.3.1 to 3.4.0 (#​653)
  • chore(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 (#​652)

Contributors

@​dependabot[bot], @​mandre and @​porridge

v0.23.0: kuttl-v0.23.0

Compare Source

☣️ Note that this release is affected by:

🚀 Highlights

  • feat: introduce templating support (#​642)

You can now pass --template-var myvar=foo to kuttl and use {{ .Vars.myvar }} syntax in YAML files. See docs for more details.

💣 Breaking changes

  • most code (other than API and the harness) was made internal. This has no impact on users of the kuttl CLI, but may break Go code which imports github.com/kudobuilder/kuttl

⚠️ Potentially risky changes

The extensive refactoring which preceded addition of templating support could have introduced some subtle differences in kuttl behaviour. Please report issues if you encounter them. In particular:

🐛 Bug Fixes

  • fix: configure logging to avoid warnings (#​633)

🌱 Dependency bumps

  • chore(deps): bump github.com/docker/docker from 28.0.0+incompatible to 28.1.1+incompatible (#​624)
  • chore(deps): bump github.com/google/cel-go from 0.23.2 to 0.25.0 (#​625)
  • chore(deps): bump the kubernetes group across 1 directory with 7 updates (#​646)
  • chore: upgrade k8s lib and controller-runtime (#​634)
  • chore: bump golang builder image and kubectl versions (#​628)
  • chore: bump ubuntu-20.04 to -24.04 (#​627)
  • chore(deps): bump github.com/docker/docker from 27.5.1+incompatible to 28.0.0+incompatible (#​612)

Other Changes

  • docs: replace references to kuttl.dev (#​649)
  • tests: use require.NoError, enable race checker and fix a race (#​644)
  • chore: replace logkcf with Logf in a new type (#​638)
  • chore: encapsulate file name parsing (#​641)
  • docs: more info on test names and structure (#​639)
  • chore: use the Option pattern in NewCase() (#​640)
  • chore: deterimine namespace name early (#​637)
  • chore: second round of pre-factoring (#​635)
  • chore: run tests in non-verbose mode by default (#​636)
  • chore: move packages to internal (#​632)
  • chore: prefactoring for early namespace name computation (#​631)
  • chore: refactoring for the Case type (#​613)

Contributors

@​davidebianchi, @​dependabot, @​mfrehe and @​porridge

v0.22.0: kuttl-v0.22.0

Compare Source

This release only contains dependency updates, most notably includes sigs.k8s.io/kind 0.27.0 which moves to containerd 2.x and contains fixes for nerdctl.

🌱 Dependency bumps

  • chore(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1 (#​611)
  • chore(deps): bump the kubernetes group with 8 updates (#​610)
  • chore(deps): bump github.com/google/cel-go from 0.23.0 to 0.23.2 (#​608)
  • chore(deps): bump github.com/spf13/pflag from 1.0.5 to 1.0.6 (#​607)

Contributors

@​dependabot[bot]

v0.21.0: kuttl-v0.21.0

Compare Source

🚀 Highlights

  • [KEP-0009] feat: add expression based assertions (#​576)
    See assertAll and assertAny fields in TestAssert (docs).

🌱 Dependency bumps

  • chore(deps): bump the kubernetes group across 1 directory with 7 updates (#​604)
  • chore(deps): bump github.com/docker/docker from 27.3.1+incompatible to 27.5.1+incompatible (#​594, #​598, #​603)
  • chore(deps): bump sigs.k8s.io/controller-runtime from 0.19.2 to 0.19.4 in the kubernetes group (#​592, #​600)
  • chore(deps): bump sigs.k8s.io/controller-tools from 0.16.5 to 0.17.0 in the kubernetes group (#​599)
  • Bump sigs.k8s.io/kind from 0.25.0 to 0.26.0 in the kubernetes group across 1 directory (#​597)
  • Bump go, k8s deps and linter versions, and some fixes (#​596)

🔧 Other Changes

  • chore: explicitly add quotes to error format (#​605)
  • refactor: moves kubernetes utilities to pkg/kubernetes (#​590)
  • fix: make sure goreleaser config matches current schema (#​588)

Contributors

@​dependabot, @​dependabot[bot], @​kumar-mallikarjuna and @​porridge

v0.20.0: kuttl-v0.20.0

Compare Source

🚀 Highlights

  • feat: Configurable report granularity (#​581)
  • feat: add context switching in TestStep (#​560)

🐛 Bug Fixes

  • Allow for processing tls-server-name attribute in kubeconfig context (#​587)
  • fix: lock testsuite and sort child testcases (#​585)
  • Clarify help terminology (#​583)
  • fix: handle redundant deletion of Namespace (#​566)
  • Remove mention of unsupported flag (#​561)

🔧 Other Changes

  • chore: pre-factor code related to junit reporting (#​580)
  • Make 0009-expression-based-assertions.md implementable (#​574)
  • chore: add Expression-Based Assertions KEP (#​568)

🌱 Dependency bumps

  • Bump go version to 1.22.7 (#​582)
  • Bump the kubernetes group with 6 updates (#​563, #​571, #​577)
  • Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#​578)
  • Bump github.com/Masterminds/semver/v3 from 3.3.0 to 3.3.1 (#​579)
  • Bump sigs.k8s.io/kind from 0.24.0 to 0.25.0 in the kubernetes group (#​573)
  • Bump sigs.k8s.io/controller-tools from 0.16.3 to 0.16.5 in the kubernetes group (#​570, #​572)
  • Bump github.com/docker/docker from 27.2.0+incompatible to 27.3.1+incompatible (#​564, #​567)

Contributors

@​avorima, @​dependabot, @​dependabot[bot], @​gmolau, @​jwitko, @​kumar-mallikarjuna and @​porridge

v0.19.0: kuttl-v0.19.0

Compare Source

Changes

🚀 Highlights

  • feat: add user impersonation to all commands (#​549)

🐛 Bug Fixes

  • Make it possible to build with Go 1.23. (#​548)

🌱 Dependency bumps

  • Bump github.com/Masterminds/semver/v3 from 3.2.1 to 3.3.0 (#​555)
  • Bump sigs.k8s.io/controller-tools from 0.16.1 to 0.16.2 in the kubernetes group (#​554)
  • Bump github.com/docker/docker from 27.1.2+incompatible to 27.2.0+incompatible (#​556)
  • Bump github.com/docker/docker from 27.1.1+incompatible to 27.1.2+incompatible (#​551)
  • Bump the kubernetes group with 8 updates (#​550)
  • Bump github.com/docker/docker from 27.0.3+incompatible to 27.1.1+incompatible (#​545)
  • Bump the kubernetes group with 5 updates (#​544)

Contributors

@​dependabot, @​dependabot[bot], @​logan-bobo and @​porridge

v0.18.0: kuttl-v0.18.0

Compare Source

🚀 Highlights

  • feat: add lazy loading kubeconfigs for Test Steps (#​540)

🌱 Dependency bumps

  • Bump github.com/docker/docker from 24.0.9+incompatible to 27.0.3+incompatible (#​534 #​538 #​543)
  • Bump github.com/spf13/cobra from 1.8.0 to 1.8.1 (#​537)
  • Bump github.com/Masterminds/semver/v3 from 3.1.1 to 3.2.1 (#​536)
  • Bump github.com/thoas/go-funk from 0.9.2 to 0.9.3 (#​535)
  • Bump the kubernetes group with 7 updates (#​533)
  • Bump k8s dependencies and group them. (#​529)
  • Bump github.com/stretchr/testify from 1.8.2 to 1.9.0 (#​528)

Other Changes

  • chore: fix bug label not being auto-added (#​542)
  • A couple more release doc updates. (#​523)
  • Create dependabot.yml (#​522)

Contributors

@​dependabot, @​dependabot[bot], @​kumar-mallikarjuna and @​porridge

v0.17.0: kuttl-v0.17.0

Compare Source

🚀 Highlights

  • Increase granularity of JUnit reports. (#​509)

⚠️ Breaking Changes

  • Make $PWD between TestStep and TestAssert commands consistent (#​519)

🐛 Bug Fixes

  • Make $PWD between TestStep and TestAssert commands consistent (#​519)
  • fix: create namespace when running TestSuite (#​518)

🌱 Dependency bumps

  • Bump github.com/docker/docker from 24.0.7+incompatible to 24.0.9+incompatible (#​510)

Other Changes

  • Add DCO check using GHA (#​520)
  • fix typo in docs/testing/reference.md (#​521)
  • Update RELEASE.md with current reality (#​516)
  • Create a category for dependency bumps (#​517)
  • Replace inactive code owners with myself (#​515)

Contributors

@​chenmj11, @​dependabot, @​dependabot[bot], @​porridge and @​stuggi

v0.16.0: kuttl-v0.16.0

Compare Source

🚀 Highlights

  • Copy documentation over from kuttl.dev repo to kuttl (#​490)
  • Elide uninteresting fields in object diffs. (#​498)
  • Update list to filter resources using label selectors (#​488)
  • Support for test run labels/selectors (#​483)

🐛 Bug Fixes

  • fix(crd): kindConfig type (#​477)

Other Changes

  • Update goreleaser config (#​513)
  • docs(readme): replace e2e action badge with go report badge (#​503)
  • Use .Script to describe command if .Command is empty. (#​494)
  • Annotate container image with github source (#​391)
  • Add section for Debugging in VSCode (#​466)
Dependency bumps
  • Bump golang.org/x/net from 0.17.0 to 0.23.0 (#​514)
  • Bump google.golang.org/protobuf from 1.30.0 to 1.33.0 (#​507)
  • Bump github.com/docker/docker from 20.10.21+incompatible to 24.0.7+incompatible (#​495)
  • upgrade controller-runtime to v0.16 (#​496)
  • Bump github.com/docker/distribution from 2.8.1+incompatible to 2.8.2+incompatible (#​472)
  • Upgrade to Go 1.21, requires update to linter, and fixes (#​485)

Contributors

@​R3DRUN3, @​davidebianchi, @​dependabot, @​dependabot[bot], @​fhopfensperger, @​gberche-orange, @​jtucci, @​kensipe, @​porridge and @​rishinair11


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/kudobuilder-kuttl-0.x branch from c088be5 to 2bfad82 Compare June 10, 2024 07:20
@renovate renovate bot changed the title chore(deps): update dependency kudobuilder/kuttl to v0.16.0 chore(deps): update dependency kudobuilder/kuttl to v0.17.0 Jun 10, 2024
@renovate renovate bot force-pushed the renovate/kudobuilder-kuttl-0.x branch from 2bfad82 to 2b43452 Compare July 8, 2024 10:53
@renovate renovate bot changed the title chore(deps): update dependency kudobuilder/kuttl to v0.17.0 chore(deps): update dependency kudobuilder/kuttl to v0.18.0 Jul 8, 2024
@renovate renovate bot force-pushed the renovate/kudobuilder-kuttl-0.x branch from 2b43452 to deec9a5 Compare September 2, 2024 10:21
@renovate renovate bot changed the title chore(deps): update dependency kudobuilder/kuttl to v0.18.0 chore(deps): update dependency kudobuilder/kuttl to v0.19.0 Sep 2, 2024
@renovate renovate bot force-pushed the renovate/kudobuilder-kuttl-0.x branch from deec9a5 to 7a73d57 Compare December 4, 2024 06:25
@renovate renovate bot changed the title chore(deps): update dependency kudobuilder/kuttl to v0.19.0 chore(deps): update dependency kudobuilder/kuttl to v0.20.0 Dec 4, 2024
@renovate renovate bot force-pushed the renovate/kudobuilder-kuttl-0.x branch from 7a73d57 to 4eed0a1 Compare February 1, 2025 21:41
@renovate renovate bot changed the title chore(deps): update dependency kudobuilder/kuttl to v0.20.0 chore(deps): update dependency kudobuilder/kuttl to v0.21.0 Feb 1, 2025
@renovate renovate bot force-pushed the renovate/kudobuilder-kuttl-0.x branch from 4eed0a1 to 771be2d Compare February 20, 2025 07:24
@renovate renovate bot changed the title chore(deps): update dependency kudobuilder/kuttl to v0.21.0 chore(deps): update dependency kudobuilder/kuttl to v0.22.0 Feb 20, 2025
@renovate renovate bot changed the title chore(deps): update dependency kudobuilder/kuttl to v0.22.0 chore(deps): update dependency kudobuilder/kuttl to v0.23.0 Nov 19, 2025
@renovate renovate bot force-pushed the renovate/kudobuilder-kuttl-0.x branch from 771be2d to ea4eff7 Compare November 19, 2025 14:25
@renovate renovate bot force-pushed the renovate/kudobuilder-kuttl-0.x branch from ea4eff7 to cde7223 Compare December 3, 2025 10:36
@renovate renovate bot changed the title chore(deps): update dependency kudobuilder/kuttl to v0.23.0 chore(deps): update dependency kudobuilder/kuttl to v0.24.0 Dec 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant