Declarative K8s e2e testing
Go to file
dependabot[bot] 57ba1857ba
chore(deps): bump github.com/hashicorp/go-getter from 1.8.0 to 1.8.1 (#2495)
Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/hashicorp/go-getter/releases)
- [Changelog](https://github.com/hashicorp/go-getter/blob/main/.goreleaser.yml)
- [Commits](https://github.com/hashicorp/go-getter/compare/v1.8.0...v1.8.1)

---
updated-dependencies:
- dependency-name: github.com/hashicorp/go-getter
  dependency-version: 1.8.1
  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-09-18 13:44:25 +00:00
.assets
.crds
.docs
.github
.release-notes
.schemas/json
.vscode
hack
pkg
testdata
website
.gitignore
.golangci.yml
.goreleaser.yaml
.ko.yaml
ADOPTERS.md
CODEOWNERS
CODE_OF_CONDUCT.md
LICENSE
MAINTAINERS.md
Makefile
README.md
ROADMAP.md
chainsaw.rb
codecov.yml
go.mod
go.sum
main.go
requirements.txt

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