Skip to content

Commit af85cf6

Browse files
deps: update bazel (plugins)
1 parent e5cd872 commit af85cf6

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

3rdparty/bazel/com_github_kubernetes_sigs_aws_load_balancer_controller/source.bzl

Lines changed: 2 additions & 2 deletions
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/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 = """
1414
filegroup(
1515
srcs = ["docs/install/iam_policy.json"],

3rdparty/bazel/com_github_medik8s_node_maintainance_operator/source.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 = """
1414
api_v1beta1 = glob(["api/v1beta1/*.go"])
1515
filegroup(

bazel/toolchains/container_images.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ load("@rules_oci//oci:pull.bzl", "oci_pull")
77
def 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",

bazel/toolchains/oci_deps.bzl

Lines changed: 2 additions & 2 deletions
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.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"],

0 commit comments

Comments
 (0)