Declarative K8s e2e testing
Go to file
dependabot[bot] c923201c9f
chore(deps): bump github/codeql-action from 3.29.7 to 3.29.8 (#2420)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.29.7 to 3.29.8.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](51f77329af...76621b61de)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 3.29.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-08-13 11:28:03 +02:00
.assets chore: cleanup assets (#286) 2023-10-31 22:49:12 +01:00
.crds docs: Do not use pipes in comments, they won't be rendered in Markdown tables (#2365) 2025-05-06 20:07:13 +00:00
.docs chore: add v0.1.2 in the bug template (#785) 2024-02-01 22:53:50 +01:00
.github chore(deps): bump github/codeql-action from 3.29.7 to 3.29.8 (#2420) 2025-08-13 11:28:03 +02:00
.release-notes refactor: remove testing context functions (#2201) 2024-12-09 10:38:39 +01:00
.schemas/json feat: bump codegen tools (#2413) 2025-08-08 19:40:26 +02:00
.vscode feat: add sharding support (#2023) 2024-09-27 11:44:24 +02:00
hack chore(deps): bump k8s.io/apiextensions-apiserver in /hack/controller-gen (#2415) 2025-08-11 15:35:53 +00:00
pkg test: add unit tests for operations/errors package (#2306) 2025-08-12 14:38:42 +02:00
testdata chore: bump kube deps (#2408) 2025-08-11 17:10:51 +02:00
website fix: docs codegen (#2419) 2025-08-11 17:54:00 +02:00
.gitignore fix: use python virtual env (#1544) 2024-06-10 21:43:27 +02:00
.golangci.yml chore(deps): bump golangci-lint to v2 (#2398) 2025-08-07 09:54:44 +00:00
.goreleaser.yaml release: v0.2.9 (#1931) 2024-09-06 16:54:17 +02:00
.ko.yaml ci: change ko build base Image (#865) 2024-02-14 13:35:07 +00:00
ADOPTERS.md chore: add odigos to adopters (#2009) 2024-09-25 19:34:18 +00:00
CODEOWNERS chore: test permissions (#791) 2024-02-02 21:25:40 +00:00
CODE_OF_CONDUCT.md feat: add code of conduct (#1631) 2024-07-15 14:16:42 +02:00
LICENSE Initial commit 2023-10-10 10:18:20 +02:00
MAINTAINERS.md chore: add @shubham-cmyk as a maintainer (#793) 2024-02-04 14:12:30 +01:00
Makefile feat: bump codegen tools (#2413) 2025-08-08 19:40:26 +02:00
README.md docs: fix grammatical issue in README Community Meetings section (#2340) 2025-04-08 20:30:37 +00:00
ROADMAP.md docs: Roadmap.md (#537) 2023-11-29 00:07:35 +01:00
chainsaw.rb Brew formula update for chainsaw version v0.2.12 (#2181) 2024-12-04 21:21:11 +01:00
codecov.yml chore: improve codecov config (#1755) 2024-07-28 23:57:05 +02:00
go.mod chore: bump kube deps (#2408) 2025-08-11 17:10:51 +02:00
go.sum chore: bump kube deps (#2408) 2025-08-11 17:10:51 +02:00
main.go chore: add unit tests (#523) 2023-11-28 02:03:12 +01:00
requirements.txt feat: use custom crd generator (#1625) 2024-07-16 03:07:46 +02:00

README.md

Chainsaw

Lint Tests Code QL Dev docs Release Release docs Go Report Card License: Apache-2.0 Codecov

logo

Overview

Chainsaw provides a declarative approach to test Kubernetes operators and controllers.

While Chainsaw is designed for testing operators and controllers, it can declaratively test any Kubernetes objects.

Chainsaw is an open-source tool that was initially developed for defining and running Kyverno end-to-end tests.

Resources

Built under the Kyverno umbrella, you can use the Kyverno Chainsaw Slack channels to discuss anything related to Chainsaw.

Slack channels

More resources

Getting Started

Please refer to the Getting Started documentation.

RoadMap

For detailed information on our planned features and upcoming updates, please view our Roadmap.

Community Meetings

To attend our community meetings, join the Chainsaw group. You will then be sent a meeting invite and will have access to the agenda and meeting notes. Any member may suggest topics for discussion.

This is a public, weekly meeting for Kyverno-Chainsaw maintainers to make announcements and provide project updates, and request input and feedback. This forum allows community members to raise agenda items of any sort, including but not limited to any PRs or issues on which they are working.

Weekly every Thursday at 2:00 PM UTC

Contributions

Please read the contributing guide for details around:

  1. Code of Conduct
  2. Code Culture
  3. Details on how to contribute