Skip to content

Commit

Permalink
chore(deps): bump to latest version of k8s libraries
Browse files Browse the repository at this point in the history
Use the lastest version of policy-evaluator, which allows us to use
latest version of k8s libraries.

Due to some changes to `kube::core::ObjectList`, some of the
context-aware sessions had to be updated.

Signed-off-by: Flavio Castelli <[email protected]>
  • Loading branch information
flavio committed Jan 25, 2024
1 parent 32769c4 commit fae9ddd
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 52 deletions.
86 changes: 36 additions & 50 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ flate2 = "1.0.28"
humansize = "2.1"
itertools = "0.12.0"
k8s-openapi = { version = "0.21.0", default-features = false, features = [
"v1_28",
"v1_29",
] }
lazy_static = "1.4.0"
pulldown-cmark-mdcat = { version = "2.1.1", default-features = false, features = [
"regex-fancy",
] }
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.14.0" }
policy-evaluator = { git = "https://github.com/kubewarden/policy-evaluator", tag = "v0.14.1" }
prettytable-rs = "^0.10"
pulldown-cmark = { version = "0.9.3", default-features = false }
regex = "1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
type: Success
payload: |
{
"apiVersion": "v1",
"kind": "List",
"metadata": {"resourceVersion":"450657254"},
"items":[
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
type: Success
payload: |
{
"apiVersion": "v1",
"kind": "List",
"metadata": {"resourceVersion":"450657254"},
"items":[
{
Expand Down

0 comments on commit fae9ddd

Please sign in to comment.