Skip to content

Commit

Permalink
genpolicy: Update oci_distribution_client to 0.10.0
Browse files Browse the repository at this point in the history
Signed-off-by: Saul Paredes <[email protected]>
  • Loading branch information
Redent0r committed Dec 20, 2023
1 parent 522463c commit 687c6a9
Show file tree
Hide file tree
Showing 5 changed files with 99 additions and 35 deletions.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

108 changes: 75 additions & 33 deletions src/tools/genpolicy/Cargo.lock

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

2 changes: 1 addition & 1 deletion src/tools/genpolicy/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ anyhow = "1.0.32"
async-trait = "0.1.68"
docker_credential = "1.2.0"
flate2 = { version = "1.0.26", features = ["zlib-ng"], default-features = false }
oci-distribution = { version = "0.9.4" }
oci-distribution = { version = "0.10.0" }
openssl = { version = "0.10.54", features = ["vendored"] }
serde_ignored = "0.1.7"
serde_json = "1.0.39"
Expand Down
1 change: 1 addition & 0 deletions src/tools/genpolicy/policy_samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"deployment/deployment-azure-vote-back.yaml",
"deployment/deployment-azure-vote-front.yaml",
"deployment/deployment-busybox.yaml",
"deployment/deployment-docker-busybox.yaml",
"job/test-job.yaml",
"kubernetes/conformance/conformance-e2e.yaml",
"kubernetes/conformance/csi-hostpath-plugin.yaml",
Expand Down

0 comments on commit 687c6a9

Please sign in to comment.