Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
fix(deps): update module github.com/kyverno/chainsaw to v0.2.4 (#29)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

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

---

### Release Notes

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

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

[Compare
Source](https://github.com/kyverno/chainsaw/compare/v0.2.3...v0.2.4)

#### ‼️ Breaking changes ‼️

- Directly specifying resource name was dropped, only `apiVersion` /
`kind` is supported now

#### 💫 New features 💫

-   Added test metadata built-in binding
-   Added file support to `delete` operation
- Added `--remarshal` flag to improve anchors support in test resources
- Added support for `describe`, `events`, `get` and `podLogs` operations
in try blocks

#### 🔧 Fixes 🔧

- Fixed incorrect path reported when validation failed for a patch
operation
- Improved the way default values for configuration options are managed
in configuration v1alpha2

#### 📚 Docs 📚

-   Removed code markers on titles in API reference documentation

#### 🎸 Misc 🎸

-   Bumped kyverno-json to v0.0.3

#### What's Changed

- docs: remove code markers on titles in api reference documentation
(cherry-pick
[#&#8203;1480](https://github.com/kyverno/chainsaw/issues/1480)) by
[@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)
in
[kyverno/chainsaw#1481
- refactor: introduce api clusters type (cherry-pick
[#&#8203;1482](https://github.com/kyverno/chainsaw/issues/1482)) by
[@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)
in
[kyverno/chainsaw#1483
- feat: add test metadata binding (cherry-pick
[#&#8203;1484](https://github.com/kyverno/chainsaw/issues/1484)) by
[@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)
in
[kyverno/chainsaw#1485
- fix: remove deprecated direct resource support (cherry-pick
[#&#8203;1479](https://github.com/kyverno/chainsaw/issues/1479)) by
[@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)
in
[kyverno/chainsaw#1486
- fix: yaml anchors processing (cherry-pick
[#&#8203;1487](https://github.com/kyverno/chainsaw/issues/1487)) by
[@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)
in
[kyverno/chainsaw#1489
- chore: bump kubectl-validate (cherry-pick
[#&#8203;1490](https://github.com/kyverno/chainsaw/issues/1490)) by
[@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)
in
[kyverno/chainsaw#1491
- refactor: delete operation reference (cherry-pick
[#&#8203;1494](https://github.com/kyverno/chainsaw/issues/1494)) by
[@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)
in
[kyverno/chainsaw#1495
- feat: add file support to delete operation (cherry-pick
[#&#8203;1496](https://github.com/kyverno/chainsaw/issues/1496)) by
[@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)
in
[kyverno/chainsaw#1497
- chore: remove old config file (cherry-pick
[#&#8203;1498](https://github.com/kyverno/chainsaw/issues/1498)) by
[@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)
in
[kyverno/chainsaw#1499
- chore: bump kyverno-json (cherry-pick
[#&#8203;1501](https://github.com/kyverno/chainsaw/issues/1501)) by
[@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)
in
[kyverno/chainsaw#1502
- chore: bump a couple of deps (cherry-pick
[#&#8203;1503](https://github.com/kyverno/chainsaw/issues/1503)) by
[@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)
in
[kyverno/chainsaw#1504
- chore(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions
from 3.0.5 to 3.0.6 (cherry-pick
[#&#8203;1506](https://github.com/kyverno/chainsaw/issues/1506)) by
[@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)
in
[kyverno/chainsaw#1507
- fix: templating options defaulting in v1alpha2 (cherry-pick
[#&#8203;1508](https://github.com/kyverno/chainsaw/issues/1508)) by
[@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)
in
[kyverno/chainsaw#1509
- fix: patch validation incorrect field (cherry-pick
[#&#8203;1511](https://github.com/kyverno/chainsaw/issues/1511)) by
[@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)
in
[kyverno/chainsaw#1512
- feat: add missing operations (cherry-pick
[#&#8203;1510](https://github.com/kyverno/chainsaw/issues/1510)) by
[@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)
in
[kyverno/chainsaw#1513
- refactor: merge catch and finally structs (cherry-pick
[#&#8203;1514](https://github.com/kyverno/chainsaw/issues/1514)) by
[@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)
in
[kyverno/chainsaw#1515
- feat: introduce test v1alpha2 (cherry-pick
[#&#8203;1493](https://github.com/kyverno/chainsaw/issues/1493)) by
[@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)
in
[kyverno/chainsaw#1516
- chore(deps): bump sigs.k8s.io/controller-runtime from 0.18.3 to 0.18.4
(cherry-pick
[#&#8203;1519](https://github.com/kyverno/chainsaw/issues/1519)) by
[@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)
in
[kyverno/chainsaw#1520
- chore: update release notes (cherry-pick
[#&#8203;1521](https://github.com/kyverno/chainsaw/issues/1521)) by
[@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)
in
[kyverno/chainsaw#1522
- release: v0.2.4 (cherry-pick
[#&#8203;1523](https://github.com/kyverno/chainsaw/issues/1523)) by
[@&#8203;gcp-cherry-pick-bot](https://github.com/gcp-cherry-pick-bot)
in
[kyverno/chainsaw#1524

**Full Changelog**:
kyverno/chainsaw@v0.2.3...v0.2.4

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/anza-labs/lke-operator).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhcmVhL2RlcGVuZGVuY3kiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 6, 2024
1 parent 4e6a74d commit d2585ff
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 75 deletions.
50 changes: 26 additions & 24 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,20 @@ require (
require (
github.com/elastic/crd-ref-docs v0.0.12
github.com/golangci/golangci-lint v1.59.0
github.com/kyverno/chainsaw v0.2.3
github.com/kyverno/chainsaw v0.2.4
sigs.k8s.io/controller-tools v0.15.0
sigs.k8s.io/kustomize/kustomize/v5 v5.4.2
)

require (
4d63.com/gocheckcompilerdirectives v1.2.1 // indirect
4d63.com/gochecknoglobals v0.2.1 // indirect
cloud.google.com/go v0.112.2 // indirect
cloud.google.com/go v0.114.0 // indirect
cloud.google.com/go/auth v0.5.1 // indirect
cloud.google.com/go/auth/oauth2adapt v0.2.2 // indirect
cloud.google.com/go/compute/metadata v0.3.0 // indirect
cloud.google.com/go/iam v1.1.7 // indirect
cloud.google.com/go/storage v1.40.0 // indirect
cloud.google.com/go/iam v1.1.8 // indirect
cloud.google.com/go/storage v1.41.0 // indirect
github.com/4meepo/tagalign v1.3.4 // indirect
github.com/Abirdcfly/dupword v0.0.14 // indirect
github.com/Antonboom/errname v0.1.13 // indirect
Expand All @@ -57,7 +59,7 @@ require (
github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2 // indirect
github.com/ashanbrown/forbidigo v1.6.0 // indirect
github.com/ashanbrown/makezero v1.1.1 // indirect
github.com/aws/aws-sdk-go v1.51.28 // indirect
github.com/aws/aws-sdk-go v1.53.14 // indirect
github.com/beorn7/perks v1.0.1 // indirect
github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d // indirect
github.com/bkielbasa/cyclop v1.2.1 // indirect
Expand All @@ -77,13 +79,13 @@ require (
github.com/ckaznocha/intrange v0.1.2 // indirect
github.com/coreos/go-semver v0.3.1 // indirect
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.3 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
github.com/curioswitch/go-reassign v0.2.0 // indirect
github.com/daixiang0/gci v0.13.4 // indirect
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
github.com/denis-tingaikin/go-header v0.5.0 // indirect
github.com/dustinkirkland/golang-petname v0.0.0-20240422154211-76c06c4bde6b // indirect
github.com/emicklei/go-restful/v3 v3.12.0 // indirect
github.com/dustinkirkland/golang-petname v0.0.0-20240428194347-eebcea082ee0 // indirect
github.com/emicklei/go-restful/v3 v3.12.1 // indirect
github.com/ettle/strcase v0.2.0 // indirect
github.com/evanphx/json-patch v5.9.0+incompatible // indirect
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
Expand Down Expand Up @@ -131,14 +133,14 @@ require (
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
github.com/google/uuid v1.6.0 // indirect
github.com/googleapis/enterprise-certificate-proxy v0.3.2 // indirect
github.com/googleapis/gax-go/v2 v2.12.3 // indirect
github.com/googleapis/gax-go/v2 v2.12.4 // indirect
github.com/gordonklaus/ineffassign v0.1.0 // indirect
github.com/gostaticanalysis/analysisutil v0.7.1 // indirect
github.com/gostaticanalysis/comment v1.4.2 // indirect
github.com/gostaticanalysis/forcetypeassert v0.1.0 // indirect
github.com/gostaticanalysis/nilerr v0.1.1 // indirect
github.com/grpc-ecosystem/go-grpc-prometheus v1.2.1-0.20210315223345-82c243799c99 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.19.1 // indirect
github.com/grpc-ecosystem/grpc-gateway/v2 v2.20.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-getter v1.7.4 // indirect
github.com/hashicorp/go-safetemp v1.0.0 // indirect
Expand Down Expand Up @@ -166,7 +168,7 @@ require (
github.com/kulti/thelper v0.6.3 // indirect
github.com/kunwardeep/paralleltest v1.0.10 // indirect
github.com/kyoh86/exportloopref v0.1.11 // indirect
github.com/kyverno/kyverno-json v0.0.3-alpha.2.0.20240418134117-384bc5db5ad7 // indirect
github.com/kyverno/kyverno-json v0.0.3 // indirect
github.com/kyverno/pkg/ext v0.0.0-20240418121121-df8add26c55c // indirect
github.com/lasiar/canonicalheader v1.1.1 // indirect
github.com/ldez/gomoddirectives v0.2.4 // indirect
Expand Down Expand Up @@ -261,22 +263,22 @@ require (
gitlab.com/bosi/decorder v0.4.2 // indirect
go-simpler.org/musttag v0.12.2 // indirect
go-simpler.org/sloglint v0.7.0 // indirect
go.etcd.io/etcd/api/v3 v3.5.11 // indirect
go.etcd.io/etcd/client/pkg/v3 v3.5.11 // indirect
go.etcd.io/etcd/client/v3 v3.5.11 // indirect
go.etcd.io/etcd/api/v3 v3.5.14 // indirect
go.etcd.io/etcd/client/pkg/v3 v3.5.14 // indirect
go.etcd.io/etcd/client/v3 v3.5.14 // indirect
go.opencensus.io v0.24.0 // indirect
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.23.1 // indirect
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.23.1 // indirect
go.opentelemetry.io/otel/metric v1.27.0 // indirect
go.opentelemetry.io/otel/sdk v1.23.1 // indirect
go.opentelemetry.io/otel/sdk v1.24.0 // indirect
go.opentelemetry.io/proto/otlp v1.1.0 // indirect
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
go.uber.org/automaxprocs v1.5.3 // indirect
go.uber.org/multierr v1.11.0 // indirect
go.uber.org/zap v1.27.0 // indirect
golang.org/x/crypto v0.23.0 // indirect
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
golang.org/x/exp v0.0.0-20240531132922-fd00a4e0eefc // indirect
golang.org/x/exp/typeparams v0.0.0-20240314144324-c7f7c6466f7f // indirect
golang.org/x/mod v0.17.0 // indirect
golang.org/x/net v0.25.0 // indirect
Expand All @@ -289,11 +291,11 @@ require (
golang.org/x/tools v0.21.0 // indirect
golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028 // indirect
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
google.golang.org/api v0.170.0 // indirect
google.golang.org/genproto v0.0.0-20240213162025-012b6fc9bca9 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240314234333-6e1732d8331c // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240314234333-6e1732d8331c // indirect
google.golang.org/grpc v1.62.1 // indirect
google.golang.org/api v0.182.0 // indirect
google.golang.org/genproto v0.0.0-20240528184218-531527333157 // indirect
google.golang.org/genproto/googleapis/api v0.0.0-20240528184218-531527333157 // indirect
google.golang.org/genproto/googleapis/rpc v0.0.0-20240528184218-531527333157 // indirect
google.golang.org/grpc v1.64.0 // indirect
google.golang.org/protobuf v1.34.1 // indirect
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
gopkg.in/inf.v0 v0.9.1 // indirect
Expand All @@ -304,13 +306,13 @@ require (
k8s.io/apiextensions-apiserver v0.30.1 // indirect
k8s.io/apiserver v0.30.1 // indirect
k8s.io/component-base v0.30.1 // indirect
k8s.io/kube-openapi v0.0.0-20240430033511-f0e62f92d13f // indirect
k8s.io/kube-openapi v0.0.0-20240521193020-835d969ad83a // indirect
k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0 // indirect
mvdan.cc/gofumpt v0.6.0 // indirect
mvdan.cc/unparam v0.0.0-20240427195214-063aff900ca1 // indirect
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.29.0 // indirect
sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.30.3 // indirect
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
sigs.k8s.io/kubectl-validate v0.0.4-0.20240426230744-57b5e376ebde // indirect
sigs.k8s.io/kubectl-validate v0.0.4 // indirect
sigs.k8s.io/kustomize/api v0.17.2 // indirect
sigs.k8s.io/kustomize/cmd/config v0.14.1 // indirect
sigs.k8s.io/kustomize/kyaml v0.17.1 // indirect
Expand Down
Loading

0 comments on commit d2585ff

Please sign in to comment.