Skip to content

Commit 2d008c2

Browse files
deps: update bazel (plugins) (edgelesssys#3303)
* deps: update bazel (plugins) --------- Signed-off-by: Daniel Weiße <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Daniel Weiße <[email protected]>
1 parent 6257d0a commit 2d008c2

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

3rdparty/bazel/com_github_medik8s_node_maintainance_operator/source.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ def node_maintainance_operator_deps():
66
http_archive(
77
name = "com_github_medik8s_node_maintainance_operator",
88
urls = [
9-
"https://cdn.confidential.cloud/constellation/cas/sha256/df5ea2f9d982dd78770f2549333fd40aaf40e50a28deec9d7892f83cf9d1bdb2",
10-
"https://github.com/medik8s/node-maintenance-operator/archive/refs/tags/v0.15.0.tar.gz",
9+
"https://cdn.confidential.cloud/constellation/cas/sha256/6ccc7f152e5c595ab24eaadcda77870101eccc482694dc6f0d93be2528406ae2",
10+
"https://github.com/medik8s/node-maintenance-operator/archive/refs/tags/v0.17.0.tar.gz",
1111
],
12-
strip_prefix = "node-maintenance-operator-0.15.0",
12+
strip_prefix = "node-maintenance-operator-0.17.0",
1313
build_file_content = """
1414
api_v1beta1 = glob(["api/v1beta1/*.go"])
1515
filegroup(
@@ -19,5 +19,5 @@ filegroup(
1919
)
2020
""",
2121
type = "tar.gz",
22-
sha256 = "df5ea2f9d982dd78770f2549333fd40aaf40e50a28deec9d7892f83cf9d1bdb2",
22+
sha256 = "6ccc7f152e5c595ab24eaadcda77870101eccc482694dc6f0d93be2528406ae2",
2323
)

bazel/toolchains/multirun_deps.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
55
def multirun_deps():
66
http_archive(
77
name = "com_github_ash2k_bazel_tools",
8-
sha256 = "c5c2bb097ef427ab021f522828167c6d85c3e9077763629343282c51dbde03db",
9-
strip_prefix = "bazel-tools-ad2d84beb4e577bda323c8517533b046ed34e6ad",
8+
sha256 = "dc32a65c69c843f1ba2a328b79974163896e5b8ed283cd711abe12bf7cd12ffc",
9+
strip_prefix = "bazel-tools-415483a9e13342a6603a710b0296f6d85b8d26bf",
1010
urls = [
11-
"https://cdn.confidential.cloud/constellation/cas/sha256/c5c2bb097ef427ab021f522828167c6d85c3e9077763629343282c51dbde03db",
12-
"https://github.com/ash2k/bazel-tools/archive/ad2d84beb4e577bda323c8517533b046ed34e6ad.tar.gz",
11+
"https://cdn.confidential.cloud/constellation/cas/sha256/dc32a65c69c843f1ba2a328b79974163896e5b8ed283cd711abe12bf7cd12ffc",
12+
"https://github.com/ash2k/bazel-tools/archive/415483a9e13342a6603a710b0296f6d85b8d26bf.tar.gz",
1313
],
1414
type = "tar.gz",
1515
)

bazel/toolchains/nixpkgs_deps.bzl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
55
def nixpkgs_deps():
66
http_archive(
77
name = "io_tweag_rules_nixpkgs",
8-
sha256 = "2a555348d7f8593fca2bf3fc6ce53c5d62929de81b6c292e23f16c557c0ae45a",
9-
strip_prefix = "rules_nixpkgs-0.11.1",
8+
sha256 = "1adb04dc0416915fef427757f4272c4f7dacefeceeefc50f683aec7f7e9b787a",
9+
strip_prefix = "rules_nixpkgs-0.12.0",
1010
urls = [
11-
"https://cdn.confidential.cloud/constellation/cas/sha256/2a555348d7f8593fca2bf3fc6ce53c5d62929de81b6c292e23f16c557c0ae45a",
12-
"https://github.com/tweag/rules_nixpkgs/releases/download/v0.11.1/rules_nixpkgs-0.11.1.tar.gz",
11+
"https://cdn.confidential.cloud/constellation/cas/sha256/1adb04dc0416915fef427757f4272c4f7dacefeceeefc50f683aec7f7e9b787a",
12+
"https://github.com/tweag/rules_nixpkgs/releases/download/v0.12.0/rules_nixpkgs-0.12.0.tar.gz",
1313
],
1414
type = "tar.gz",
1515
)

0 commit comments

Comments
 (0)