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