Skip to content

Commit

Permalink
fix: concurrency issue in kyverno-json (#933)
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <[email protected]>
  • Loading branch information
eddycharly authored Feb 20, 2024
1 parent 39b5166 commit b9d7cff
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .release-notes/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ Release notes for `TODO`.

## 🔧 Fixes 🔧

- Fixed a concurrency issue in Kyverno-JSON
- Fixed an issue with timeouts not correctly considered in collectors
- Fixed `--test-dir` flag not parsed correctly when folders were separated by a comma
- Preserve `apiVersion` and `kind` when showing resource diff
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ require (
github.com/jmespath-community/go-jmespath v1.1.2-0.20240117150817-e430401a2172
github.com/kudobuilder/kuttl v0.15.0
github.com/kyverno/kyverno v1.5.0-rc1.0.20240202083228-5f0d53fe3482
github.com/kyverno/kyverno-json v0.0.3-0.20240213143849-163ee1b575d9
github.com/kyverno/kyverno-json v0.0.3-0.20240220200359-acadce6af3e8
github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
github.com/spf13/cobra v1.8.0
github.com/spf13/pflag v1.0.5
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -479,8 +479,8 @@ github.com/kudobuilder/kuttl v0.15.0 h1:OmCbpY3ebn+myJaatD+IT1AL1OTz34+Cv6ettiXd
github.com/kudobuilder/kuttl v0.15.0/go.mod h1:UtAOt+GE8HQZFveEN8p1fk3j+H1Cp5Fk1eMdQkXPqH0=
github.com/kyverno/kyverno v1.5.0-rc1.0.20240202083228-5f0d53fe3482 h1:mGQbOhxoHBhPCGkxYjy+u3qtWH43BLjIxUs4zWtvKSg=
github.com/kyverno/kyverno v1.5.0-rc1.0.20240202083228-5f0d53fe3482/go.mod h1:uEm7WtaqOsPP3Jx6EOkO2PjHu6vf0MFaMD6w1ol7hAQ=
github.com/kyverno/kyverno-json v0.0.3-0.20240213143849-163ee1b575d9 h1:lvHcX1x4tTyqdpanQ6i5m6vz4N/T2MwZYgK6gi/vc/U=
github.com/kyverno/kyverno-json v0.0.3-0.20240213143849-163ee1b575d9/go.mod h1:oz27arF3YFnUuUTNngae/6OTaEWQ/8gxmCp7CavXYt8=
github.com/kyverno/kyverno-json v0.0.3-0.20240220200359-acadce6af3e8 h1:HaMU30j3uHe5Dgj8En+deGfhZNsfbvg4eg3e0LsXk9Q=
github.com/kyverno/kyverno-json v0.0.3-0.20240220200359-acadce6af3e8/go.mod h1:oz27arF3YFnUuUTNngae/6OTaEWQ/8gxmCp7CavXYt8=
github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0=
github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc=
github.com/mattn/go-colorable v0.0.9/go.mod h1:9vuHe8Xs5qXnSaW/c/ABM9alt+Vo+STaOChaDxuIBZU=
Expand Down

0 comments on commit b9d7cff

Please sign in to comment.