fix(deps): update module github.com/kyverno/chainsaw to v0.2.9 (#6) #7
Annotations
8 errors
commitlint
You have commit messages with errors
⧗ input: fix(deps): update module github.com/kyverno/chainsaw to v0.2.9 (#6)
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/kyverno/chainsaw](https://redirect.github.com/kyverno/chainsaw)
| `v0.2.8` -> `v0.2.9` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fkyverno%2fchainsaw/v0.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fkyverno%2fchainsaw/v0.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fkyverno%2fchainsaw/v0.2.8/v0.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fkyverno%2fchainsaw/v0.2.8/v0.2.9?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
---
### Release Notes
<details>
<summary>kyverno/chainsaw (github.com/kyverno/chainsaw)</summary>
###
[`v0.2.9`](https://redirect.github.com/kyverno/chainsaw/releases/tag/v0.2.9)
[Compare
Source](https://redirect.github.com/kyverno/chainsaw/compare/v0.2.8...v0.2.9)
#### 💫 New features 💫
- Added support for templating filenames used in operations
- Added `ppc64le` and `s390x` binaries in release artifacts
- Added support for Kubernetes 1.31
- Added server side validation to validate the submitted resource
- Added support for overriding the working directory in `command` and
`script` operations
- Compile string expressions at loading time
- Made json path value optional in `wait` operation
- Improved logging with `begin`, `end` and `warning` statuses
- Added golang 1.23 support
#### 🔧 Fixes 🔧
- Fixed configuration `v1alpha2` lint command
#### What's Changed
- chore: add unit tests (cherry-pick
[#​1815](https://redirect.github.com/kyverno/chainsaw/issues/1815))
by
[@​gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)
in
[https://github.com/kyverno/chainsaw/pull/1818](https://redirect.github.com/kyverno/chainsaw/pull/1818)
- chore: add unit tests (cherry-pick
[#​1819](https://redirect.github.com/kyverno/chainsaw/issues/1819))
by
[@​gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)
in
[https://github.com/kyverno/chainsaw/pull/1820](https://redirect.github.com/kyverno/chainsaw/pull/1820)
- chore: add unit tests (cherry-pick
[#​1821](https://redirect.github.com/kyverno/chainsaw/issues/1821))
by
[@​gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)
in
[https://github.com/kyverno/chainsaw/pull/1822](https://redirect.github.com/kyverno/chainsaw/pull/1822)
- refactor: more engine package (cherry-pick
[#​1824](https://redirect.github.com/kyverno/chainsaw/issues/1824))
by
[@​gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)
in
[https://github.com/kyverno/chainsaw/pull/1825](https://redirect.github.com/kyverno/chainsaw/pull/1825)
- chore(deps): bump github/codeql-action from 3.25.15 to 3.26.0
(cherry-pick
[#​1828](https://redirect.github.com/kyverno/chainsaw/issues/1828))
by
[@​gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)
in
[https://github.com/kyverno/chainsaw/pull/1833](https://redirect.github.com/kyverno/chainsaw/pull/1833)
- chore(deps): bump actions/upload-artifact from 4.3.4 to 4.3.6
(cherry-pick
[#​1829](https://redirect.github.com/kyverno/chainsaw/issues/1829))
by
[@​gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)
in
[https://github.com/kyverno/chainsaw/pull/1834](https://redirect.github.com/kyverno/chainsaw/pull/1834)
- chore(deps): bump sigstore/cosign-installer from 3.5.0 to 3.6.0
(cherry-pick
[#​1832](https://redirect.github.com/kyverno/chainsaw/issues/1832))
by
[@​gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)
in
[https://github.com/kyverno/chainsaw/pull/1
|
hadolint:
Dockerfile#L2
DL3006 warning: Always tag the version of an image explicitly
|
golangci-lint:
internal/controller/namespacescope.go#L33
const `enabledForAnnotation` is unused (unused)
|
golangci-lint:
internal/controller/namespacescope.go#L34
const `enabledForDaemonSets` is unused (unused)
|
golangci-lint:
internal/controller/namespacescope.go#L35
const `enabledForDeployments` is unused (unused)
|
golangci-lint:
internal/controller/namespacescope.go#L36
const `enabledForStatefulSets` is unused (unused)
|
golangci-lint:
internal/controller/namespacescope.go#L38
const `annotationsAnnotation` is unused (unused)
|
golangci-lint
issues found
|