Skip to content

Commit

Permalink
fix(deps): update module github.com/kyverno/chainsaw to v0.2.10 (#11)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/kyverno/chainsaw](https://redirect.github.com/kyverno/chainsaw)
| `v0.2.9` -> `v0.2.10` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fkyverno%2fchainsaw/v0.2.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fkyverno%2fchainsaw/v0.2.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fkyverno%2fchainsaw/v0.2.9/v0.2.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fkyverno%2fchainsaw/v0.2.9/v0.2.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>kyverno/chainsaw (github.com/kyverno/chainsaw)</summary>

###
[`v0.2.10`](https://redirect.github.com/kyverno/chainsaw/releases/tag/v0.2.10)

[Compare
Source](https://redirect.github.com/kyverno/chainsaw/compare/v0.2.9...v0.2.10)

#### 💫 New features 💫

-   Added bindings support when referencing step templates
-   Restructured the reports system
-   Added reports in JSON format back
- Added new JUnit report formats with different granularity
(`JUNIT-TEST`, `JUNIT-STEP`, `JUNIT-OPERATION`)
- `XML` report format should be considered deprecated and replaced with
one of the `JUNIT-*` format

#### 🔧 Fixes 🔧

-   Fixed default report name not set correctly
-   Made `template` required when referencing a step template

#### 📚 Docs 📚

- Started a JMESPath function example page in the docs (only `x_k8s_get`
is available at this time)

#### 🎸 Misc 🎸

-   Removed test `v1alpha2` API for now

#### What's Changed

- chore(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions
from 3.0.11 to 3.0.12 (cherry-pick
[#&#8203;1936](https://redirect.github.com/kyverno/chainsaw/issues/1936))
by
[@&#8203;gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)
in
[https://github.com/kyverno/chainsaw/pull/1937](https://redirect.github.com/kyverno/chainsaw/pull/1937)
- fix: default report name not set correctly (cherry-pick
[#&#8203;1939](https://redirect.github.com/kyverno/chainsaw/issues/1939))
by
[@&#8203;gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)
in
[https://github.com/kyverno/chainsaw/pull/1940](https://redirect.github.com/kyverno/chainsaw/pull/1940)
- Update bindings.md with 'x_k8s_get()' example (cherry-pick
[#&#8203;1915](https://redirect.github.com/kyverno/chainsaw/issues/1915))
by
[@&#8203;gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)
in
[https://github.com/kyverno/chainsaw/pull/1941](https://redirect.github.com/kyverno/chainsaw/pull/1941)
- chore: remove checkout when uploading to codecov (cherry-pick
[#&#8203;1942](https://redirect.github.com/kyverno/chainsaw/issues/1942))
by
[@&#8203;gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)
in
[https://github.com/kyverno/chainsaw/pull/1943](https://redirect.github.com/kyverno/chainsaw/pull/1943)
- chore(deps): bump k8s.io/api from 0.31.0 to 0.31.1 (cherry-pick
[#&#8203;1945](https://redirect.github.com/kyverno/chainsaw/issues/1945))
by
[@&#8203;gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)
in
[https://github.com/kyverno/chainsaw/pull/1948](https://redirect.github.com/kyverno/chainsaw/pull/1948)
- chore(deps): bump k8s.io/client-go from 0.31.0 to 0.31.1 (cherry-pick
[#&#8203;1947](https://redirect.github.com/kyverno/chainsaw/issues/1947))
by
[@&#8203;gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)
in
[https://github.com/kyverno/chainsaw/pull/1949](https://redirect.github.com/kyverno/chainsaw/pull/1949)
- fix: reports system (cherry-pick
[#&#8203;1950](https://redirect.github.com/kyverno/chainsaw/issues/1950))
by
[@&#8203;gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)
in
[https://github.com/kyverno/chainsaw/pull/1952](https://redirect.github.com/kyverno/chainsaw/pull/1952)
- feat: use jstemmer/go-junit-report (cherry-pick
[#&#8203;1951](https://redirect.github.com/kyverno/chainsaw/issues/1951))
by
[@&#8203;gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)
in
[https://github.com/kyverno/chainsaw/pull/1953](https://redirect.github.com/kyverno/chainsaw/pull/1953)
- feat: restructure junit reports (cherry-pick
[#&#8203;1954](https://redirect.github.com/kyverno/chainsaw/issues/1954))
by
[@&#8203;gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)
in
[https://github.com/kyverno/chainsaw/pull/1955](https://redirect.github.com/kyverno/chainsaw/pull/1955)
- refactor: report system (cherry-pick
[#&#8203;1956](https://redirect.github.com/kyverno/chainsaw/issues/1956))
by
[@&#8203;gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)
in
[https://github.com/kyverno/chainsaw/pull/1957](https://redirect.github.com/kyverno/chainsaw/pull/1957)
- refactor: decouple operation execution from failer (cherry-pick
[#&#8203;1958](https://redirect.github.com/kyverno/chainsaw/issues/1958))
by
[@&#8203;gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)
in
[https://github.com/kyverno/chainsaw/pull/1959](https://redirect.github.com/kyverno/chainsaw/pull/1959)
- refactor: failure propagation in reports (cherry-pick
[#&#8203;1960](https://redirect.github.com/kyverno/chainsaw/issues/1960))
by
[@&#8203;gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)
in
[https://github.com/kyverno/chainsaw/pull/1961](https://redirect.github.com/kyverno/chainsaw/pull/1961)
- fix: json reports (cherry-pick
[#&#8203;1962](https://redirect.github.com/kyverno/chainsaw/issues/1962))
by
[@&#8203;gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)
in
[https://github.com/kyverno/chainsaw/pull/1963](https://redirect.github.com/kyverno/chainsaw/pull/1963)
- feat: improve json report format (cherry-pick
[#&#8203;1964](https://redirect.github.com/kyverno/chainsaw/issues/1964))
by
[@&#8203;gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)
in
[https://github.com/kyverno/chainsaw/pull/1965](https://redirect.github.com/kyverno/chainsaw/pull/1965)
- feat: add cleanup operations in reports (cherry-pick
[#&#8203;1966](https://redirect.github.com/kyverno/chainsaw/issues/1966))
by
[@&#8203;gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)
in
[https://github.com/kyverno/chainsaw/pull/1968](https://redirect.github.com/kyverno/chainsaw/pull/1968)
- refactor: reports failures propagation (cherry-pick
[#&#8203;1969](https://redirect.github.com/kyverno/chainsaw/issues/1969))
by
[@&#8203;gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)
in
[https://github.com/kyverno/chainsaw/pull/1970](https://redirect.github.com/kyverno/chainsaw/pull/1970)
- feat: operation type to report (cherry-pick
[#&#8203;1971](https://redirect.github.com/kyverno/chainsaw/issues/1971))
by
[@&#8203;gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)
in
[https://github.com/kyverno/chainsaw/pull/1972](https://redirect.github.com/kyverno/chainsaw/pull/1972)
- feat: move cleanup in separate report steps (cherry-pick
[#&#8203;1973](https://redirect.github.com/kyverno/chainsaw/issues/1973))
by
[@&#8203;gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)
in
[https://github.com/kyverno/chainsaw/pull/1974](https://redirect.github.com/kyverno/chainsaw/pull/1974)
- feat: add test cleanup to report (cherry-pick
[#&#8203;1975](https://redirect.github.com/kyverno/chainsaw/issues/1975))
by
[@&#8203;gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)
in
[https://github.com/kyverno/chainsaw/pull/1976](https://redirect.github.com/kyverno/chainsaw/pull/1976)
- refactor: junit report structure (cherry-pick
[#&#8203;1977](https://redirect.github.com/kyverno/chainsaw/issues/1977))
by
[@&#8203;gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)
in
[https://github.com/kyverno/chainsaw/pull/1978](https://redirect.github.com/kyverno/chainsaw/pull/1978)
- chore(deps): bump github/codeql-action from 3.26.6 to 3.26.7
(cherry-pick
[#&#8203;1979](https://redirect.github.com/kyverno/chainsaw/issues/1979))
by
[@&#8203;gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)
in
[https://github.com/kyverno/chainsaw/pull/1981](https://redirect.github.com/kyverno/chainsaw/pull/1981)
- feat: remove v1alpha2 tests api for now (cherry-pick
[#&#8203;1982](https://redirect.github.com/kyverno/chainsaw/issues/1982))
by
[@&#8203;gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)
in
[https://github.com/kyverno/chainsaw/pull/1983](https://redirect.github.com/kyverno/chainsaw/pull/1983)
- fix: make template required in step template (cherry-pick
[#&#8203;1984](https://redirect.github.com/kyverno/chainsaw/issues/1984))
by
[@&#8203;gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)
in
[https://github.com/kyverno/chainsaw/pull/1986](https://redirect.github.com/kyverno/chainsaw/pull/1986)
- fix: dependabot gomod directories (cherry-pick
[#&#8203;1987](https://redirect.github.com/kyverno/chainsaw/issues/1987))
by
[@&#8203;gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)
in
[https://github.com/kyverno/chainsaw/pull/1988](https://redirect.github.com/kyverno/chainsaw/pull/1988)
- chore(deps): bump sigs.k8s.io/controller-tools from 0.16.1 to 0.16.3
in /hack/controller-gen (cherry-pick
[#&#8203;1990](https://redirect.github.com/kyverno/chainsaw/issues/1990))
by
[@&#8203;gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)
in
[https://github.com/kyverno/chainsaw/pull/1991](https://redirect.github.com/kyverno/chainsaw/pull/1991)
- chore(deps): bump k8s.io/apiextensions-apiserver from 0.31.0 to 0.31.1
in /hack/controller-gen (cherry-pick
[#&#8203;1989](https://redirect.github.com/kyverno/chainsaw/issues/1989))
by
[@&#8203;gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)
in
[https://github.com/kyverno/chainsaw/pull/1992](https://redirect.github.com/kyverno/chainsaw/pull/1992)
- feat: add bindings support to step templates (cherry-pick
[#&#8203;1985](https://redirect.github.com/kyverno/chainsaw/issues/1985))
by
[@&#8203;gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)
in
[https://github.com/kyverno/chainsaw/pull/1993](https://redirect.github.com/kyverno/chainsaw/pull/1993)
- chore: update release notes (cherry-pick
[#&#8203;1995](https://redirect.github.com/kyverno/chainsaw/issues/1995))
by
[@&#8203;gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)
in
[https://github.com/kyverno/chainsaw/pull/1996](https://redirect.github.com/kyverno/chainsaw/pull/1996)
- release: v0.2.10 (cherry-pick
[#&#8203;1997](https://redirect.github.com/kyverno/chainsaw/issues/1997))
by
[@&#8203;gcp-cherry-pick-bot](https://redirect.github.com/gcp-cherry-pick-bot)
in
[https://github.com/kyverno/chainsaw/pull/1998](https://redirect.github.com/kyverno/chainsaw/pull/1998)

**Full Changelog**:
kyverno/chainsaw@v0.2.9...v0.2.10

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/anza-labs/scribe).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC44MC4wIiwidXBkYXRlZEluVmVyIjoiMzguODAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiYXJlYS9kZXBlbmRlbmN5Il19-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 30, 2024
1 parent 18126e4 commit 9369038
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
// tools
require (
github.com/golangci/golangci-lint v1.61.0
github.com/kyverno/chainsaw v0.2.9
github.com/kyverno/chainsaw v0.2.10
github.com/tilt-dev/ctlptl v0.8.34
sigs.k8s.io/controller-tools v0.16.3
sigs.k8s.io/kind v0.24.0
Expand Down Expand Up @@ -178,6 +178,7 @@ require (
github.com/jmespath/go-jmespath v0.4.0 // indirect
github.com/josharian/intern v1.0.0 // indirect
github.com/json-iterator/go v1.1.12 // indirect
github.com/jstemmer/go-junit-report/v2 v2.1.0 // indirect
github.com/julz/importas v0.1.0 // indirect
github.com/karamaru-alpha/copyloopvar v1.1.0 // indirect
github.com/kisielk/errcheck v1.7.0 // indirect
Expand Down
6 changes: 4 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -777,6 +777,8 @@ github.com/json-iterator/go v1.1.12 h1:PV8peI4a0ysnczrg+LtxykD8LfKY9ML6u2jnxaEnr
github.com/json-iterator/go v1.1.12/go.mod h1:e30LSqwooZae/UwlEbR2852Gd8hjQvJoHmT4TnhNGBo=
github.com/jstemmer/go-junit-report v0.0.0-20190106144839-af01ea7f8024/go.mod h1:6v2b51hI/fHJwM22ozAgKL4VKDeJcHhJFhtBdhmNjmU=
github.com/jstemmer/go-junit-report v0.9.1/go.mod h1:Brl9GWCQeLvo8nXZwPNNblvFj/XSXhF0NWZEnDohbsk=
github.com/jstemmer/go-junit-report/v2 v2.1.0 h1:X3+hPYlSczH9IMIpSC9CQSZA0L+BipYafciZUWHEmsc=
github.com/jstemmer/go-junit-report/v2 v2.1.0/go.mod h1:mgHVr7VUo5Tn8OLVr1cKnLuEy0M92wdRntM99h7RkgQ=
github.com/jtolds/gls v4.20.0+incompatible h1:xdiiI2gbIgH/gLH7ADydsJ1uDOEzR8yvV7C0MuV77Wo=
github.com/jtolds/gls v4.20.0+incompatible/go.mod h1:QJZ7F/aHp+rZTRtaJ1ow/lLfFfVYBRgL+9YlvaHOwJU=
github.com/juju/loggo v0.0.0-20190526231331-6e530bcce5d8/go.mod h1:vgyd7OREkbtVEN/8IXZe5Ooef3LQePvuBm9UWj6ZL8U=
Expand Down Expand Up @@ -817,8 +819,8 @@ github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
github.com/kyoh86/exportloopref v0.1.11 h1:1Z0bcmTypkL3Q4k+IDHMWTcnCliEZcaPiIe0/ymEyhQ=
github.com/kyoh86/exportloopref v0.1.11/go.mod h1:qkV4UF1zGl6EkF1ox8L5t9SwyeBAZ3qLMd6up458uqA=
github.com/kyverno/chainsaw v0.2.9 h1:3ge9KhD4O/M/vvYgsJQpwkM4cNa+of4Cr0JlAUcQWAA=
github.com/kyverno/chainsaw v0.2.9/go.mod h1:FhJRjsx9SCIjGIsiT/yub7+VZTVBaZgpO/YqOrr3Ulk=
github.com/kyverno/chainsaw v0.2.10 h1:1VVOnGqErr8g8Hh7PR4m8EL/r5jBp0kH0xy1nRERGog=
github.com/kyverno/chainsaw v0.2.10/go.mod h1:jDFrCmzUkezjDA97gpNe24S7LTz16+fuK20j4N4A10U=
github.com/kyverno/kyverno-json v0.0.4-0.20240730143747-aade3d42fc0e h1:gh9iMuJS8yloxo3JIzvgLWZWwy5iRjEkA8/U7rK3iu8=
github.com/kyverno/kyverno-json v0.0.4-0.20240730143747-aade3d42fc0e/go.mod h1:3LgZogzltja+Sx0o5CIa7d7+991v8sWXHskU0fWSOsQ=
github.com/kyverno/pkg/ext v0.0.0-20240418121121-df8add26c55c h1:lAolpR9H8BwM5lRRvgCQ8JowswyxZRH+fgtIQzHFVCk=
Expand Down

0 comments on commit 9369038

Please sign in to comment.