Releases: kudobuilder/kuttl
kuttl-v0.2.0
🚀 Highlights
Changelog
ebb44c1 Enable most admission controllers for the control plane tests (#77)
536959e Add more logs for KIND initialization (#80)
7a6b1fb Create KUTTL-as-a-Library KEP (#5)
4f094d8 Downgrading Linter for Memory Issue (#52)
367e1db ENV VAR shell expansion to KUTTL commands (#72)
18e1e7e KEP05 TOC cleanup (#61)
8881afd Log output of background commands. (#49)
4f34501 Unit Tests have No Dependencies on External Services
8132d76 bump to latest go lint, which catch unnecessary code. added a better check to ensure that all devs are on the latest (#47)
ed4fdc0 import auth package to enable GKE/Azure (#74)
7fc71e8 update krew gen script and ignore the generated file (#37)
Contributors
@ANeumann82, @jbarrick-mesosphere, @joejulian, @kensipe, @zen-dog and @zmalik
kuttl-v0.1.0
🚀 Highlights
- Initial Release (Separate from KUDO)
- Supports 3 Test Control Planes (Mocked, KinD, Any Cluster via KUBECONFIG)
- Programmatic Integration as a library
- Solo Execution for E2E testing
Changelog
6bd135e Add KEP process
52acc84 Add unit under test declaration KEP.
2106540 Adding Github workflows, contribution docs and security contacts (#30)
92f27fd Bump Dependencies (#25)
d28e406 Fixes Background Process Leaking Bug (#35)
4c55ec2 Goreleaser configuration (#31)
4c423c4 Merge pull request #1 from kudobuilder/ken/proj-init
449e1e8 Merge pull request #17 from kudobuilder/ken/cli
21e22f2 Merge pull request #18 from kudobuilder/ken/kep3-cleanup
f97f9f7 Merge pull request #2 from kudobuilder/keps
dd3bc08 Merge pull request #3 from kudobuilder/unit-under-test-kep
a9be3d5 Release Process and krew generation scripts (#32)
889c2a9 Removing Kubectl command for now (#36)
38c1108 Separating Run() method into Setup() and RunTests() allowing for programmatic access between setup and tests
13c66eb Support Background Processes
cfdd2ab Testing Infra AND Circle CI Integration (#29)
787b539 added background commands
cc2d86a adding in CLI for kuttl
18f637a adding tests and better command run exit error handlign
72ffae1 cli for kuttl
a03c0f1 fixing linter errors (#28)
b7c0516 kep cleanup. Removal of KUDO from main KEP. Numbering KEP-3 and cleaning up TOC
043d4b1 remove StartKUDO reference (#22)
389f30b remove kudo from kuttl
c2c6fe4 update to kudo authors
8d73343 updates based on PR feedback