Commit 5af4822 1 parent e5d1aab commit 5af4822 Copy full SHA for 5af4822
File tree 2 files changed +4
-4
lines changed
3rdparty/bazel/com_github_kubernetes_sigs_aws_load_balancer_controller
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ def aws_load_balancer_controller_deps():
7
7
name = "com_github_kubernetes_sigs_aws_load_balancer_controller" ,
8
8
urls = [
9
9
"https://cdn.confidential.cloud/constellation/cas/sha256/0cb78cdff9742945c9968ac12c785164a052b52260d19d218bb28a8bec04a2fd" ,
10
- "https://github.com/kubernetes-sigs/aws-load-balancer-controller/archive/refs/tags/v2.11 .0.tar.gz" ,
10
+ "https://github.com/kubernetes-sigs/aws-load-balancer-controller/archive/refs/tags/v2.12 .0.tar.gz" ,
11
11
],
12
- strip_prefix = "aws-load-balancer-controller-2.11 .0" ,
12
+ strip_prefix = "aws-load-balancer-controller-2.12 .0" ,
13
13
build_file_content = """
14
14
filegroup(
15
15
srcs = ["docs/install/iam_policy.json"],
Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ def oci_deps():
7
7
# Remove this override once https://github.com/bazel-contrib/rules_oci/issues/420 is fixed.
8
8
http_archive (
9
9
name = "rules_oci" ,
10
- strip_prefix = "rules_oci-2.2.1 " ,
10
+ strip_prefix = "rules_oci-2.2.2 " ,
11
11
type = "tar.gz" ,
12
12
urls = [
13
13
"https://cdn.confidential.cloud/constellation/cas/sha256/cfea16076ebbec1faea494882ab97d94b1a62d6bcd5aceabad8f95ea0d0a1361" ,
14
- "https://github.com/bazel-contrib/rules_oci/releases/download/v2.2.1 /rules_oci-v2.2.1 .tar.gz" ,
14
+ "https://github.com/bazel-contrib/rules_oci/releases/download/v2.2.2 /rules_oci-v2.2.2 .tar.gz" ,
15
15
],
16
16
sha256 = "cfea16076ebbec1faea494882ab97d94b1a62d6bcd5aceabad8f95ea0d0a1361" ,
17
17
patches = ["//bazel/toolchains:0001-disable-Windows-support.patch" ],
You can’t perform that action at this time.
0 commit comments