File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
com_github_kubernetes_sigs_aws_load_balancer_controller
com_github_medik8s_node_maintainance_operator Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ def aws_load_balancer_controller_deps():
77 name = "com_github_kubernetes_sigs_aws_load_balancer_controller" ,
88 urls = [
99 "https://cdn.confidential.cloud/constellation/cas/sha256/422af7c03ebc73e1be6aea563475ec9ea6396071fa03158b9a3984aa621b8cb1" ,
10- "https://github.com/kubernetes-sigs/aws-load-balancer-controller/archive/refs/tags/v2.12.0 .tar.gz" ,
10+ "https://github.com/kubernetes-sigs/aws-load-balancer-controller/archive/refs/tags/v2.13.4 .tar.gz" ,
1111 ],
12- strip_prefix = "aws-load-balancer-controller-2.12.0 " ,
12+ strip_prefix = "aws-load-balancer-controller-2.13.4 " ,
1313 build_file_content = """
1414filegroup(
1515 srcs = ["docs/install/iam_policy.json"],
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ def node_maintainance_operator_deps():
77 name = "com_github_medik8s_node_maintainance_operator" ,
88 urls = [
99 "https://cdn.confidential.cloud/constellation/cas/sha256/6ccc7f152e5c595ab24eaadcda77870101eccc482694dc6f0d93be2528406ae2" ,
10- "https://github.com/medik8s/node-maintenance-operator/archive/refs/tags/v0.17 .0.tar.gz" ,
10+ "https://github.com/medik8s/node-maintenance-operator/archive/refs/tags/v0.18 .0.tar.gz" ,
1111 ],
12- strip_prefix = "node-maintenance-operator-0.17 .0" ,
12+ strip_prefix = "node-maintenance-operator-0.18 .0" ,
1313 build_file_content = """
1414api_v1beta1 = glob(["api/v1beta1/*.go"])
1515filegroup(
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ load("@rules_oci//oci:pull.bzl", "oci_pull")
77def containter_image_deps ():
88 oci_pull (
99 name = "distroless_static" ,
10- digest = "sha256:3d0f463de06b7ddff27684ec3bfd0b54a425149d0f8685308b1fdf297b0265e9 " ,
10+ digest = "sha256:f2ff10a709b0fd153997059b698ada702e4870745b6077eff03a5f4850ca91b6 " ,
1111 image = "gcr.io/distroless/static" ,
1212 platforms = [
1313 "linux/amd64" ,
Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ def oci_deps():
77 # Remove this override once https://github.com/bazel-contrib/rules_oci/issues/420 is fixed.
88 http_archive (
99 name = "rules_oci" ,
10- strip_prefix = "rules_oci-2.2.5 " ,
10+ strip_prefix = "rules_oci-2.2.6 " ,
1111 type = "tar.gz" ,
1212 urls = [
1313 "https://cdn.confidential.cloud/constellation/cas/sha256/361c417e8c95cd7c3d8b5cf4b202e76bac8d41532131534ff8e6fa43aa161142" ,
14- "https://github.com/bazel-contrib/rules_oci/releases/download/v2.2.5 /rules_oci-v2.2.5 .tar.gz" ,
14+ "https://github.com/bazel-contrib/rules_oci/releases/download/v2.2.6 /rules_oci-v2.2.6 .tar.gz" ,
1515 ],
1616 sha256 = "361c417e8c95cd7c3d8b5cf4b202e76bac8d41532131534ff8e6fa43aa161142" ,
1717 patches = ["//bazel/toolchains:0001-disable-Windows-support.patch" ],
You can’t perform that action at this time.
0 commit comments