Last release 8 days ago
19 Aug 2026
Ships fairly regularly
a new release about every 3 weeks
This project publishes no release notes
the list below is its commits, not an announcement
Nothing withdrawn
no release was ever pulled
7 years old
162 releases · first in 2020
Release timeline
162 releases since 2020Releases
- v0.26.1-0.20260819054656-44bcacf7467019 Aug 2026pre-release
Nothing published for this version
- v0.26.1-0.20260803090743-d691781e39c63 Aug 2026pre-release
Nothing published for this version
- v0.26.1-0.20260706045045-02476bf6f5246 Jul 2026pre-release
Nothing published for this version
- v0.26.1-0.20260622195224-005f1d223cdb22 Jun 2026pre-release
Nothing published for this version
- v0.26.1-0.20260518064510-1e57d70423f818 May 2026pre-release
Nothing published for this version
- v0.26.07 May 2026
Release notes
This project publishes no release notes. Between
v0.25.0andv0.26.0there were 13 commits, 3 of them substantive:- chore(deps): replace docker/docker with moby/moby modules (#683)
- fix: add random suffix to namespace name to prevent collisions (#682)
- fix: retry transient API errors in wait/poll loops (#685)
- v0.25.1-0.20260507070115-65e2c699b69c7 May 2026pre-release
Nothing published for this version
- v0.25.1-0.20260420065056-a57b836d05f620 Apr 2026pre-release
Nothing published for this version
- v0.25.1-0.20260413060658-ba5ad9c9341d13 Apr 2026pre-release
Nothing published for this version
- v0.25.1-0.20260323085315-55fe4b50853623 Mar 2026pre-release
Nothing published for this version
- v0.25.1-0.20260302102944-64dc173b92982 Mar 2026pre-release
Nothing published for this version
- v0.25.016 Feb 2026
Release notes
This project publishes no release notes. Between
v0.24.0andv0.25.0there were 16 commits, 8 of them substantive:- feat: validate ignoreFiles patterns early (#658)
- feat: improve errors and add deletion message (#661)
- chore: add dummy tests to avoid go bug
- chore: cleanup README
- feat: add Go 1.26 compatibility by adding ModulePath method (#667)
- fix: lint (#665)
- feat: add sprig support (#672)
- tests: skip TestAddContainers temporarily (#674)
- v0.24.1-0.20251223085747-6c1c96eb4abd23 Dec 2025pre-release
Nothing published for this version
- v0.24.1-0.20251218111858-b4713993397418 Dec 2025pre-release
Nothing published for this version
- v0.24.1-0.20251215074840-b69acd11037b15 Dec 2025pre-release
Nothing published for this version
- v0.24.1-0.20251208073234-2022d9b0edf08 Dec 2025pre-release
Nothing published for this version
- v0.24.03 Dec 2025
Release notes
This project publishes no release notes. Between
v0.23.0andv0.24.0there were 6 commits, 2 of them substantive:- fix: existing user-supplied ns when lacking permissions (#657)
- feat: add ignoreFiles option to suppress file warnings in test directories (#651)
- v0.23.019 Nov 2025
Release notes
This project publishes no release notes. Between
v0.22.0andv0.23.0there were 37 commits, 31 of them substantive:- chore: refactoring for the Case type (#613)
- chore: set Case fields in one place where possible
- chore: describe current Case lifecycle
- chore: unexport fields in namespace struct
- chore: turn ns variable in Run() into a field
- chore: extract a maybeAppendKubeConfigInfo helper
- chore: rename a variable
- chore: unexport all Case fields
- chore: move the Step type to its own package
- chore: move the Case type to its own package
- chore: move kind-related code into its own package
- chore: move the assert code to its own package
- chore: move the harness code to its own package
- chore: move packages to internal (#632)
- fix: configure logging to avoid warnings (#633)
- chore: run tests in non-verbose mode by default (#636)
- chore: improve ns creation/deletion messages
- chore: refactor createNamespace calls and setup
- chore: extract getEagerClients method
- chore: cleanups in TestMultiClusterCase
…and 11 more.
- v0.22.1-0.20251119080640-abe45e0634c419 Nov 2025pre-release
Nothing published for this version
- v0.22.1-0.20251106102427-550e745bb6b86 Nov 2025pre-release
Nothing published for this version
- v0.22.1-0.20251028101731-15154b654e5228 Oct 2025pre-release
Nothing published for this version
- v0.22.1-0.20251027085136-04700d6ca87027 Oct 2025pre-release
Nothing published for this version
- v0.22.1-0.20251016094102-7b1d545e0a3f16 Oct 2025pre-release
Nothing published for this version
- v0.22.1-0.20251014070502-a9912837521114 Oct 2025pre-release
Nothing published for this version
- v0.22.1-0.20251014064226-69b8493bda5314 Oct 2025pre-release
Nothing published for this version
- v0.22.1-0.20251009093416-803f004103339 Oct 2025pre-release
Nothing published for this version
- v0.22.1-0.20250714093331-f072c4ac6f9114 Jul 2025pre-release
Nothing published for this version
- v0.22.1-0.20250610104217-39e389731e7710 Jun 2025pre-release
Nothing published for this version
- v0.22.1-0.20250303071816-23e64d16c6e73 Mar 2025pre-release
Nothing published for this version
- v0.22.1-0.20250227123224-48064d8de75727 Feb 2025pre-release
Nothing published for this version
- v0.22.1-0.20250224082146-52750d5c687d24 Feb 2025pre-release
Nothing published for this version
- v0.22.017 Feb 2025
Nothing published for this version
- v0.21.1-0.20250217083215-36904eff89ca17 Feb 2025pre-release
Nothing published for this version
- v0.21.1-0.20250203055641-f61ae43a6b763 Feb 2025pre-release
Nothing published for this version
- v0.21.029 Jan 2025
Release notes
This project publishes no release notes. Between
v0.20.0andv0.21.0there were 14 commits, 8 of them substantive:- fix: make sure goreleaser config matches current schema (#588)
- Bump sigs.k8s.io/controller-runtime in the kubernetes group (#592)
- Bump github.com/docker/docker (#594)
- refactor: moves kubernetes utilities to
pkg/kubernetes(#590) - Bump go, k8s deps and linter versions, and some fixes (#596)
- Bump sigs.k8s.io/kind in the kubernetes group across 1 directory (#597)
- [KEP-0009] feat: add expression based assertions (#576)
- chore: explicitly add quotes to error format (#605)
- v0.20.1-0.20250129064224-828214d6986d29 Jan 2025pre-release
Nothing published for this version
- v0.20.1-0.20250124092612-14bbfdbdd23424 Jan 2025pre-release
Nothing published for this version
- v0.20.1-0.20250113093616-69968d7102a413 Jan 2025pre-release
Nothing published for this version
- v0.20.1-0.20250107081419-edf8d6cb0a437 Jan 2025pre-release
Nothing published for this version
- v0.20.1-0.20250102060112-65120e7038ba2 Jan 2025pre-release
Nothing published for this version
- v0.20.1-0.20241218170009-b464c80a283318 Dec 2024pre-release
Nothing published for this version
- v0.20.1-0.20241218073338-87884cfd15a018 Dec 2024pre-release
Nothing published for this version
- v0.20.1-0.20241216053608-a11819a5aae816 Dec 2024pre-release
Nothing published for this version
- v0.20.1-0.20241209084639-1ca806a1bd1d9 Dec 2024pre-release
Nothing published for this version
- v0.20.1-0.20241204105742-532dffee0e304 Dec 2024pre-release
Nothing published for this version
- v0.20.04 Dec 2024
Release notes
This project publishes no release notes. Between
v0.19.0andv0.20.0there were 21 commits, 18 of them substantive:- feat: add context switching in TestStep (#560)
- Remove mention of unsupported flag (#561)
- Bump the kubernetes group with 6 updates (#563)
- Bump github.com/docker/docker (#564)
- Bump github.com/docker/docker (#567)
- fix: handle redundant deletion of Namespace (#566)
- Bump sigs.k8s.io/controller-tools in the kubernetes group (#570)
- chore: add Expression-Based Assertions KEP (#568)
- Bump the kubernetes group with 6 updates (#571)
- Bump sigs.k8s.io/controller-tools in the kubernetes group (#572)
- Make 0009-expression-based-assertions.md implementable (#574)
- Bump the kubernetes group with 6 updates (#577)
- chore: pre-factor code related to junit reporting (#580)
- test-level report granularity (#581)
- Bump go version to 1.22.7 (#582)
- Clarify help terminology (#583)
- fix: lock testsuite and sort child testcases (#585)
- Allow for processing tls-server-name attribute in kubeconfig context (#587)
- v0.19.1-0.20241203101230-ad3c90f750863 Dec 2024pre-release
Nothing published for this version
- v0.19.1-0.20241202061417-12f8b11c04bb2 Dec 2024pre-release
Nothing published for this version
- v0.19.1-0.20241128094322-75abf5dc78c828 Nov 2024pre-release
Nothing published for this version
- v0.19.1-0.20241125095952-2190761cba7525 Nov 2024pre-release
Nothing published for this version
- v0.19.1-0.20241119104222-97a55834aebd19 Nov 2024pre-release
Nothing published for this version
- v0.19.1-0.20241112095637-e57c80d4dd0612 Nov 2024pre-release
Nothing published for this version
- v0.19.1-0.20241104073348-5ce3d6259b324 Nov 2024pre-release
Nothing published for this version
- v0.19.1-0.20241028081121-4ac6e9e4776428 Oct 2024pre-release
Nothing published for this version
- v0.19.1-0.20241016044523-4c7b28adc3e816 Oct 2024pre-release
Nothing published for this version
- v0.19.1-0.20241014062405-78517037543e14 Oct 2024pre-release
Nothing published for this version
- v0.19.1-0.20240927041228-e598762db9b727 Sept 2024pre-release
Nothing published for this version
- v0.19.1-0.20240916064345-c8c8342a152616 Sept 2024pre-release
Nothing published for this version
- v0.19.1-0.20240912043337-9e4c3d196be812 Sept 2024pre-release
Nothing published for this version
- v0.19.02 Sept 2024
Release notes
This project publishes no release notes. Between
v0.18.0andv0.19.0there were 9 commits, 8 of them substantive:- Bump the kubernetes group with 5 updates (#544)
- Bump github.com/docker/docker (#545)
- Make is possible to build with Go 1.23. (#548)
- Bump the kubernetes group with 8 updates (#550)
- Bump github.com/docker/docker (#551)
- feat: add user impersonation to all commands (#549)
- Bump github.com/docker/docker (#556)
- Bump sigs.k8s.io/controller-tools in the kubernetes group (#554)