Skip to content

Commit 5af4822

Browse files
deps: update bazel (plugins)
1 parent e5d1aab commit 5af4822

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

3rdparty/bazel/com_github_kubernetes_sigs_aws_load_balancer_controller/source.bzl

+2-2
Original file line numberDiff line numberDiff 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/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",
1111
],
12-
strip_prefix = "aws-load-balancer-controller-2.11.0",
12+
strip_prefix = "aws-load-balancer-controller-2.12.0",
1313
build_file_content = """
1414
filegroup(
1515
srcs = ["docs/install/iam_policy.json"],

bazel/toolchains/oci_deps.bzl

+2-2
Original file line numberDiff line numberDiff 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.1",
10+
strip_prefix = "rules_oci-2.2.2",
1111
type = "tar.gz",
1212
urls = [
1313
"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",
1515
],
1616
sha256 = "cfea16076ebbec1faea494882ab97d94b1a62d6bcd5aceabad8f95ea0d0a1361",
1717
patches = ["//bazel/toolchains:0001-disable-Windows-support.patch"],

0 commit comments

Comments
 (0)