Skip to content

Commit

Permalink
Merge branch 'master' into feat/node-v22
Browse files Browse the repository at this point in the history
  • Loading branch information
jufemaiz authored Aug 14, 2024
2 parents 3eb6fa2 + 9c10d33 commit 4261974
Show file tree
Hide file tree
Showing 70 changed files with 620 additions and 313 deletions.
5 changes: 4 additions & 1 deletion argocd.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on "unpack" {

version "2.10.1" "2.9.7" "2.10.2" "2.10.3" "2.10.4" "2.10.5" "2.10.6" "2.8.16"
"2.10.7" "2.10.8" "2.10.9" "2.11.0" "2.11.1" "2.11.2" "2.11.3" "2.9.18" "2.11.5"
"2.10.15" "2.11.6" "2.11.7" {
"2.10.15" "2.11.6" "2.11.7" "2.12.0" {
auto-version {
github-release = "argoproj/argo-cd"
}
Expand Down Expand Up @@ -80,4 +80,7 @@ sha256sums = {
"https://github.com/argoproj/argo-cd/releases/download/v2.11.7/argocd-darwin-amd64": "ad8168460d7af9938c68d40a528ae9adb13b0a549a89fcdb6ac9c5721cb02e2c",
"https://github.com/argoproj/argo-cd/releases/download/v2.11.7/argocd-linux-amd64": "64db335c5b1b6b63ab5d6530894429a803897d2ab8293272ad6e8e166e677b35",
"https://github.com/argoproj/argo-cd/releases/download/v2.11.7/argocd-darwin-arm64": "6f68dbf63c603fec79e87b70a54e726542d2434d5f66564ce87a1117a580e95c",
"https://github.com/argoproj/argo-cd/releases/download/v2.12.0/argocd-darwin-arm64": "e6094251106b822e03294477506fba4ccdc4deabde614a4612800d79f7ce106c",
"https://github.com/argoproj/argo-cd/releases/download/v2.12.0/argocd-darwin-amd64": "1afe8e9eeaf139cedf8b3be0c13f3ddba98658b6b2a69b91b9bf80b5f3cfe690",
"https://github.com/argoproj/argo-cd/releases/download/v2.12.0/argocd-linux-amd64": "cb023d0c80cef81ee47dde01a6e7a255078271e3954a5ae20be34c16f97cdfa5",
}
5 changes: 4 additions & 1 deletion atlas.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ version "0.9.0" "0.10.0" "0.10.1" "0.11.0" "0.12.0" "0.13.0" "0.14.0" {

// atlas ships darwin-arm64 binaries after 0.15.0
version "0.15.0" "0.16.0" "0.17.0" "0.18.0" "0.19.0" "0.20.0" "0.21.0" "0.22.0"
"0.23.0" "0.24.0" "0.25.0" {
"0.23.0" "0.24.0" "0.25.0" "0.26.0" {
source = "https://release.ariga.io/atlas/atlas-${os}-${arch_}-v${version}"

auto-version {
Expand Down Expand Up @@ -100,4 +100,7 @@ sha256sums = {
"https://release.ariga.io/atlas/atlas-linux-amd64-v0.25.0": "eb6ef490e434baa8affe58c7b408b8d6e0b36fe6e47fef7dae79ac73ceff9fac",
"https://release.ariga.io/atlas/atlas-darwin-amd64-v0.25.0": "29e3a9e8b787218e7d6360c954084c72bf71c9bdca22d16a12ceb2f7eb80eeb3",
"https://release.ariga.io/atlas/atlas-darwin-arm64-v0.25.0": "6d826d343135dd484958be002cb288d2c1cc66b0d2fff9055b382e197eb7100a",
"https://release.ariga.io/atlas/atlas-linux-amd64-v0.26.0": "0bf9b2fa83955f50f3770b80da8b6e77565eafed1638f8d1ef8f44f1cd374ce1",
"https://release.ariga.io/atlas/atlas-darwin-arm64-v0.26.0": "ef71bf92f87b82a5c9a5589d47bcc1d5efb46e40de82f1456af0ac1d8c522354",
"https://release.ariga.io/atlas/atlas-darwin-amd64-v0.26.0": "616acb787dddd31e08e65af7b80ac9aac416dee6375c8cb6d8f88d1261eb48b7",
}
31 changes: 31 additions & 0 deletions bazel-remote.hcl
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
description = "bazel-remote is a HTTP/1.1 and gRPC server that is intended to be used as a remote build cache for REAPI clients like Bazel or as a component of a remote execution service."
binaries = ["bazel-remote"]
source = "https://github.com/buchgr/bazel-remote/releases/download/v${version}/bazel-remote-${version}-${os}-${arch_}"
vars = {
"arch_": "${arch}",
}

platform "linux" "amd64" {
vars = {
"arch_": "x86_64",
}
}

on "unpack" {
rename {
from = "${root}/bazel-remote-${version}-${os}-${arch_}"
to = "${root}/bazel-remote"
}
}

version "2.4.4" {
auto-version {
github-release = "buchgr/bazel-remote"
}
}

sha256sums = {
"https://github.com/buchgr/bazel-remote/releases/download/v2.4.4/bazel-remote-2.4.4-linux-x86_64": "8679a76074b1408a95d2b3ec0f5b1a6d0c20500cfc24c3a87ef08c1b60200f8c",
"https://github.com/buchgr/bazel-remote/releases/download/v2.4.4/bazel-remote-2.4.4-darwin-amd64": "13cfd0b787a89af80f3d81256ed5a4db844538f04dc118cd21ce1e8d2a923f6b",
"https://github.com/buchgr/bazel-remote/releases/download/v2.4.4/bazel-remote-2.4.4-darwin-arm64": "d9b15c751dde2c796fd5895a9c533bcf6ce93206b5c3a17647877650630b0d07",
}
5 changes: 4 additions & 1 deletion bazel.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ version "3.7.2" "4.0.0" "4.1.0" "4.2.0" "4.2.1" "4.2.2" {

version "5.0.0" "5.1.0" "5.1.1" "5.2.0" "5.3.0" "5.3.1" "5.3.2" "5.4.0" "6.0.0" "6.1.0"
"6.1.1" "6.1.2" "6.2.0" "6.2.1" "6.3.0" "6.3.1" "6.3.2" "6.4.0" "7.0.0" "7.0.1" "7.0.2"
"7.1.0" "7.1.1" "7.1.2" "7.2.0" "7.2.1" {
"7.1.0" "7.1.1" "7.1.2" "7.2.0" "7.2.1" "7.3.0" {
auto-version {
github-release = "bazelbuild/bazel"
}
Expand Down Expand Up @@ -126,4 +126,7 @@ sha256sums = {
"https://github.com/bazelbuild/bazel/releases/download/7.2.1/bazel-7.2.1-darwin-x86_64": "2c29176d6ce9ccdd16d5a15e348c756abd6e0005c77d4695b61871219295fa96",
"https://github.com/bazelbuild/bazel/releases/download/7.2.1/bazel-7.2.1-darwin-arm64": "6ac72cd7c0b422e3e8162a6912f963ddee45c645bf7dadb924728a80076c38b2",
"https://github.com/bazelbuild/bazel/releases/download/7.2.1/bazel-7.2.1-linux-x86_64": "80ccd1ecb4b88750fbe5d7622d67072fddcba9da7808f13356555e480bf67875",
"https://github.com/bazelbuild/bazel/releases/download/7.3.0/bazel-7.3.0-darwin-x86_64": "5e16d5ededae248bff17770bda1f06aae1c6e28e75a1ff29cabd1831c120c772",
"https://github.com/bazelbuild/bazel/releases/download/7.3.0/bazel-7.3.0-darwin-arm64": "ff39ca3e2c1aa33fbbf941b1aed1c98c16bca3a12cb8c0e61796caef16a7d558",
"https://github.com/bazelbuild/bazel/releases/download/7.3.0/bazel-7.3.0-linux-x86_64": "b22da37ac5598762306949a23f4c72111f351b7cdc94476b0ebf46a611b3d999",
}
5 changes: 4 additions & 1 deletion buf.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ version "0.43.2" "0.44.0" "0.56.0" "1.0.0-rc8" "1.8.0" "1.9.0" "1.10.0" "1.11.0"
"1.12.0" "1.13.1" "1.14.0" "1.15.0" "1.15.1" "1.16.0" "1.17.0" "1.18.0" "1.19.0"
"1.20.0" "1.21.0" "1.22.0" "1.23.0" "1.23.1" "1.24.0" "1.25.0" "1.25.1" "1.26.1"
"1.27.0" "1.27.1" "1.27.2" "1.28.0" "1.28.1" "1.29.0" "1.30.0" "1.30.1" "1.31.0"
"1.32.0" "1.32.1" "1.32.2" "1.33.0" "1.34.0" "1.35.0" "1.35.1" {
"1.32.0" "1.32.1" "1.32.2" "1.33.0" "1.34.0" "1.35.0" "1.35.1" "1.36.0" {
auto-version {
github-release = "bufbuild/buf"
}
Expand Down Expand Up @@ -152,4 +152,7 @@ sha256sums = {
"https://github.com/bufbuild/buf/releases/download/v1.35.1/buf-Darwin-x86_64.tar.gz": "0714469442b73603ad15ee4299c10ed6d48762b16c9c32516454ef5d4e32772d",
"https://github.com/bufbuild/buf/releases/download/v1.35.1/buf-Darwin-arm64.tar.gz": "6df43200a90ba678e1e03c1c2b3f0f3944df74627338a43a14f681d8fd222179",
"https://github.com/bufbuild/buf/releases/download/v1.35.1/buf-Linux-x86_64.tar.gz": "3e9a97b51e0f998ffa388ac3f8ff50850187f4a7ca088e1f7833cf681ebf03ab",
"https://github.com/bufbuild/buf/releases/download/v1.36.0/buf-Darwin-arm64.tar.gz": "abd9cadbd1f86ae9e8683b73e1f44455ecdd3b908f65c72795c47e94bccae2f2",
"https://github.com/bufbuild/buf/releases/download/v1.36.0/buf-Darwin-x86_64.tar.gz": "c5880bff78014f3204b442fe538aa2a5d9653ef73869913cdb01d84ae841f95d",
"https://github.com/bufbuild/buf/releases/download/v1.36.0/buf-Linux-x86_64.tar.gz": "b0515420c9705332a0cc2161b7c515d55ed7111ef2ccc791c2282ca4eeaf5115",
}
5 changes: 4 additions & 1 deletion buildkite-agent.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version "3.33.3" "3.34.0" "3.34.1" "3.35.0" "3.35.1" "3.35.2" "3.36.0" "3.36.1"
"3.50.3" "3.50.4" "3.51.0" "3.52.0" "3.52.1" "3.53.0" "3.54.0" "3.55.0" "3.56.0"
"3.57.0" "3.58.0" "3.59.0" "3.60.0" "3.60.1" "3.61.0" "3.62.0" "3.63.0" "3.63.1"
"3.64.0" "3.65.0" "3.66.0" "3.67.0" "3.68.0" "3.69.0" "3.70.0" "3.71.0" "3.72.0"
"3.73.0" "3.73.1" "3.74.0" "3.74.1" "3.75.0" "3.75.1" "3.76.2" {
"3.73.0" "3.73.1" "3.74.0" "3.74.1" "3.75.0" "3.75.1" "3.76.2" "3.77.0" {
auto-version {
github-release = "buildkite/agent"
}
Expand Down Expand Up @@ -195,4 +195,7 @@ sha256sums = {
"https://github.com/buildkite/agent/releases/download/v3.76.2/buildkite-agent-darwin-arm64-3.76.2.tar.gz": "2c605bea3503e2d75f8604fa81400a7ebc8bbe07788ccaa069c3f919799d1b89",
"https://github.com/buildkite/agent/releases/download/v3.76.2/buildkite-agent-linux-amd64-3.76.2.tar.gz": "266aa255e5267bdc9c818ddbe7de076eaeae28d1defb79125c8ad7f5e41ff8c0",
"https://github.com/buildkite/agent/releases/download/v3.76.2/buildkite-agent-darwin-amd64-3.76.2.tar.gz": "c2c610c4d78827cd2368bd387e12015256878629b3228cb75546ce345b95a2a3",
"https://github.com/buildkite/agent/releases/download/v3.77.0/buildkite-agent-darwin-amd64-3.77.0.tar.gz": "9c68f7f5a5dfd41333b640a528ce4ffc4d7efb35ae2cce774677347f1c73d33d",
"https://github.com/buildkite/agent/releases/download/v3.77.0/buildkite-agent-linux-amd64-3.77.0.tar.gz": "6a7f07df43f090f32f550b278535d6ae9a0d995011b139afe1f43ed2ea147699",
"https://github.com/buildkite/agent/releases/download/v3.77.0/buildkite-agent-darwin-arm64-3.77.0.tar.gz": "43ee66547e2f6d979a9727ab5ec2786c3207e3bf631a9a5b6739851ad94213a0",
}
5 changes: 4 additions & 1 deletion bun.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ version "0.1.8" "0.1.8" "0.1.9" "0.1.10" "0.1.11" "0.1.13" "0.2.0" "0.2.1" "0.2.
"1.0.23" "1.0.24" "1.0.25" "1.0.26" "1.0.27" "1.0.28" "1.0.29" "1.0.30" "1.0.31"
"1.0.32" "1.0.33" "1.0.35" "1.0.36" "1.1.0" "1.1.1" "1.1.2" "1.1.3" "1.1.4" "1.1.5"
"1.1.6" "1.1.7" "1.1.8" "1.1.9" "1.1.10" "1.1.12" "1.1.13" "1.1.15" "1.1.16" "1.1.17"
"1.1.18" "1.1.19" "1.1.20" "1.1.21" {
"1.1.18" "1.1.19" "1.1.20" "1.1.21" "1.1.22" {
auto-version {
github-release = "oven-sh/bun"
version-pattern = "bun-v(.*)"
Expand Down Expand Up @@ -304,4 +304,7 @@ sha256sums = {
"https://github.com/oven-sh/bun/releases/download/bun-v1.1.21/bun-darwin-x64.zip": "a896005fd59714ff8d0c47b09cf15e4ef8ca7eaccc3440255376236ab5e03ee9",
"https://github.com/oven-sh/bun/releases/download/bun-v1.1.21/bun-linux-x64.zip": "28fab54f48f137a821148a0a45edeb42a52d23aa8cb9174ccc81554a3f8931ca",
"https://github.com/oven-sh/bun/releases/download/bun-v1.1.21/bun-darwin-aarch64.zip": "4a37701167406ba2859b622ee836e4bfe1f64c8d0979a49871dafa9bdf000153",
"https://github.com/oven-sh/bun/releases/download/bun-v1.1.22/bun-darwin-aarch64.zip": "65b407084d2b6baf0d1505862172044598aa5ff7981a6c39e443bb382754b331",
"https://github.com/oven-sh/bun/releases/download/bun-v1.1.22/bun-linux-x64.zip": "b0a86fe01cf8af5eec4a151a695d57eaec5058ca32c4a5843bc478441aea8948",
"https://github.com/oven-sh/bun/releases/download/bun-v1.1.22/bun-darwin-x64.zip": "ac8eeb257abd82a1c95fc1d6ba5b0f8aacc36ee3dffd1cf476d777e1f69a1d52",
}
4 changes: 3 additions & 1 deletion cargo-binstall.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ platform "linux" "arm64" {
}

version "1.6.4" "1.6.5" "1.6.6" "1.6.7" "1.6.8" "1.6.9" "1.7.0" "1.7.1" "1.7.2" "1.7.3"
"1.7.4" "1.8.0" "1.9.0" {
"1.7.4" "1.8.0" "1.9.0" "1.10.0" {
auto-version {
github-release = "cargo-bins/cargo-binstall"
}
Expand Down Expand Up @@ -47,4 +47,6 @@ sha256sums = {
"https://github.com/cargo-bins/cargo-binstall/releases/download/v1.8.0/cargo-binstall-x86_64-unknown-linux-gnu.tgz": "f3ba54ad7a1f253477b6739fe33b05dfc7f0cc4af6a703e6bc73e9ca55bff051",
"https://github.com/cargo-bins/cargo-binstall/releases/download/v1.9.0/cargo-binstall-universal-apple-darwin.zip": "410443124ed26b562bca73e37336c4e0f5866f3bb3de4126eba94743fb670f85",
"https://github.com/cargo-bins/cargo-binstall/releases/download/v1.9.0/cargo-binstall-x86_64-unknown-linux-gnu.tgz": "b4213c31161c158e56c1be659efcb985fb35dd83fe363c3800a4c08ea55d3f78",
"https://github.com/cargo-bins/cargo-binstall/releases/download/v1.10.0/cargo-binstall-universal-apple-darwin.zip": "fe6adeff23252a689227edee72331294b61f5322e705d6b8280120deda6632fe",
"https://github.com/cargo-bins/cargo-binstall/releases/download/v1.10.0/cargo-binstall-x86_64-unknown-linux-gnu.tgz": "4f7d8b1b6ffbca32c871a72d9865a529b37a37f395efca58c2a4e8f2dd21d57b",
}
5 changes: 4 additions & 1 deletion cargo-deny.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ platform "linux" "amd64" {
version "0.13.9" "0.14.0" "0.14.1" "0.14.2" "0.14.3" "0.14.4" "0.14.5" "0.14.6"
"0.14.8" "0.14.10" "0.14.11" "0.14.12" "0.14.13" "0.14.14" "0.14.15" "0.14.16"
"0.14.17" "0.14.19" "0.14.20" "0.14.21" "0.14.22" "0.14.23" "0.14.24" "0.15.0" "0.15.1"
"0.16.0" {
"0.16.0" "0.16.1" {
auto-version {
github-release = "EmbarkStudios/cargo-deny"
}
Expand Down Expand Up @@ -99,4 +99,7 @@ sha256sums = {
"https://github.com/EmbarkStudios/cargo-deny/releases/download/0.16.0/cargo-deny-0.16.0-x86_64-unknown-linux-musl.tar.gz": "e174b7c432da932b14a317b531c427a706859e4a9e933ea55f0d99698d4c4e76",
"https://github.com/EmbarkStudios/cargo-deny/releases/download/0.16.0/cargo-deny-0.16.0-aarch64-apple-darwin.tar.gz": "b97f4913312c76aae7d7f0f0d585f8c5fefbff697b3b8ad1a5fe0fa335fbc74f",
"https://github.com/EmbarkStudios/cargo-deny/releases/download/0.16.0/cargo-deny-0.16.0-x86_64-apple-darwin.tar.gz": "badd69123b6a5ee99ac70e1aad31ee68a2c9eb7bf0bc8d9d65c4967ee356bd9e",
"https://github.com/EmbarkStudios/cargo-deny/releases/download/0.16.1/cargo-deny-0.16.1-aarch64-apple-darwin.tar.gz": "9336a1582c43b091c38950c9ebb5fdce7248fa8ce6ad30a65048779ac61f50a1",
"https://github.com/EmbarkStudios/cargo-deny/releases/download/0.16.1/cargo-deny-0.16.1-x86_64-apple-darwin.tar.gz": "74e0da17be6d25c09a6a8038147ff498e92a75667c654fc39c9cc5bbd68ac842",
"https://github.com/EmbarkStudios/cargo-deny/releases/download/0.16.1/cargo-deny-0.16.1-x86_64-unknown-linux-musl.tar.gz": "9612f02c85effbc97924c91e1e5b20eb51e48206e2627abb80a8f1b152ac0103",
}
5 changes: 4 additions & 1 deletion chisel.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on "unpack" {
}
}

version "1.7.6" "1.7.7" "1.8.1" "1.9.0" "1.9.1" {
version "1.7.6" "1.7.7" "1.8.1" "1.9.0" "1.9.1" "1.10.0" {
auto-version {
github-release = "jpillora/chisel"
}
Expand All @@ -32,4 +32,7 @@ sha256sums = {
"https://github.com/jpillora/chisel/releases/download/v1.9.1/chisel_1.9.1_darwin_amd64.gz": "4c9c4d9df645d45510841d2edd07bd156bbb7ecd268626895f9b4d5ac8483633",
"https://github.com/jpillora/chisel/releases/download/v1.9.1/chisel_1.9.1_darwin_arm64.gz": "cce469f76bb65315222426a32f579c4ba820587173b4dffb7f012f5b0bd5a877",
"https://github.com/jpillora/chisel/releases/download/v1.9.1/chisel_1.9.1_linux_amd64.gz": "704a31cd89911a0f7d1741ee9ca32ca0f5496b06370bf398dfc5b7d3a31ef563",
"https://github.com/jpillora/chisel/releases/download/v1.10.0/chisel_1.10.0_linux_amd64.gz": "09c47937d391442c465dc89389a4568e8ed7d392f1f3b85c02516bb8a8b7d084",
"https://github.com/jpillora/chisel/releases/download/v1.10.0/chisel_1.10.0_darwin_amd64.gz": "b87d208a24725615518c517acabdc7cf614a7d90a51d1f38727527555a7eda1f",
"https://github.com/jpillora/chisel/releases/download/v1.10.0/chisel_1.10.0_darwin_arm64.gz": "14ad7a088d84d5d0aa1ba8cf71dcb7ee4c0ffda13193d50d0cec4d10bab60656",
}
4 changes: 3 additions & 1 deletion cloudflared.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ version "2022.2.0" "2022.2.1" "2022.2.2" "2022.3.0" "2022.3.1" "2022.3.2" "2022.
"2023.4.0" "2023.4.1" "2023.5.0" "2023.5.1" "2023.6.0" "2023.6.1" "2023.7.0" "2023.7.1"
"2023.7.2" "2023.7.3" "2023.8.0" "2023.8.1" "2023.8.2" "2023.10.0" "2024.1.1"
"2024.1.2" "2024.1.3" "2024.1.4" "2024.1.5" "2024.2.0" "2024.2.1" "2024.3.0" "2024.4.0"
"2024.4.1" "2024.5.0" "2024.6.0" "2024.6.1" {
"2024.4.1" "2024.5.0" "2024.6.0" "2024.6.1" "2024.8.2" {
auto-version {
github-release = "cloudflare/cloudflared"
}
Expand Down Expand Up @@ -160,4 +160,6 @@ sha256sums = {
"https://github.com/cloudflare/cloudflared/releases/download/2024.6.0/cloudflared-linux-amd64": "dfb33076861faa4ccadb1d30a263f181c7877c2d57f1761000fbcb748bd4a351",
"https://github.com/cloudflare/cloudflared/releases/download/2024.6.1/cloudflared-darwin-amd64.tgz": "3935b301554d7c47ec110f07011e32216ccc8f9cdeb5e3e1157ff3ab6e701133",
"https://github.com/cloudflare/cloudflared/releases/download/2024.6.1/cloudflared-linux-amd64": "a0f271b8ffb464cc58a8e8f81915049aabd399cc66a2a8c70cc4348bc8f44c8f",
"https://github.com/cloudflare/cloudflared/releases/download/2024.8.2/cloudflared-linux-amd64": "e6cb78348e05680805c8317b5073c54401c1ebac9fa88a2cc35be752858bdc6b",
"https://github.com/cloudflare/cloudflared/releases/download/2024.8.2/cloudflared-darwin-amd64.tgz": "54c8988482cdc5ce187b1dbd3b6e055cce261079766a123d8584a4018d8d9cd2",
}
5 changes: 4 additions & 1 deletion cosign.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ darwin {

version "1.0.0" "1.1.0" "1.2.0" "1.3.0" "1.4.0" "1.5.0" "1.6.0" "1.7.1" "1.8.0" "1.9.0"
"1.10.0" "1.10.1" "1.11.0" "1.11.1" "1.12.0" "1.12.1" "1.13.0" "1.13.1" "2.0.0" "2.0.1"
"2.0.2" "2.1.0" "2.1.1" "2.2.0" "2.2.1" "2.2.2" "2.2.3" "2.2.4" "2.3.0" {
"2.0.2" "2.1.0" "2.1.1" "2.2.0" "2.2.1" "2.2.2" "2.2.3" "2.2.4" "2.3.0" "2.4.0" {
auto-version {
github-release = "sigstore/cosign"
}
Expand Down Expand Up @@ -120,4 +120,7 @@ sha256sums = {
"https://github.com/sigstore/cosign/releases/download/v2.3.0/cosign-linux-amd64": "5985b6ebbda2dd5aec4bd8c49e084393147d19170e7f7f4c30e664939e6972bf",
"https://github.com/sigstore/cosign/releases/download/v2.3.0/cosign-darwin-amd64": "e27ab52f5aec186e3b9665e9af40aa3dbf9c5a637ef1b6f763020c684f90b0dd",
"https://github.com/sigstore/cosign/releases/download/v2.3.0/cosign-darwin-arm64": "4b2d7970ebcdb64f635641063ca35f981887b7718161d80b63dcd8072184d269",
"https://github.com/sigstore/cosign/releases/download/v2.4.0/cosign-darwin-arm64": "779f57759a9863dacea1256fa7f116319790dfcd4f9f8b33abc30251b1f4a883",
"https://github.com/sigstore/cosign/releases/download/v2.4.0/cosign-darwin-amd64": "4d568e3bf56d254948a749d1442eedb6dc624af0a1acea082e260ba66b9feb08",
"https://github.com/sigstore/cosign/releases/download/v2.4.0/cosign-linux-amd64": "cd7636b3586a3bdac2d9c8f3b421ed119edcb20499107887fd929211110e8418",
}
5 changes: 4 additions & 1 deletion crane.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ platform "linux" "arm64" {
}

version "0.12.0" "0.12.1" "0.13.0" "0.14.0" "0.15.1" "0.15.2" "0.16.1" "0.17.0"
"0.18.0" "0.19.0" "0.19.1" "0.19.2" "0.20.0" "0.20.1" {
"0.18.0" "0.19.0" "0.19.1" "0.19.2" "0.20.0" "0.20.1" "0.20.2" {
auto-version {
github-release = "google/go-containerregistry"
}
Expand Down Expand Up @@ -68,4 +68,7 @@ sha256sums = {
"https://github.com/google/go-containerregistry/releases/download/v0.20.1/go-containerregistry_darwin_x86_64.tar.gz": "cc9ffb8f3362883968ee672e8895c83fa790ab6a9e3dc3d2ea0b68af76f9753d",
"https://github.com/google/go-containerregistry/releases/download/v0.20.1/go-containerregistry_darwin_arm64.tar.gz": "efe2ad38c6738648c65cbb66520b282bd10692683a4af48885e5a9ada860517b",
"https://github.com/google/go-containerregistry/releases/download/v0.20.1/go-containerregistry_linux_x86_64.tar.gz": "c394da2c1238b4c255cb517722a4e0925fdb4c3f1e9a3ae6ea2dd630201fac59",
"https://github.com/google/go-containerregistry/releases/download/v0.20.2/go-containerregistry_linux_x86_64.tar.gz": "c14340087103ba9dadf61d45acd20675490fd0ccbd56ac7901fc1b502137f44b",
"https://github.com/google/go-containerregistry/releases/download/v0.20.2/go-containerregistry_darwin_arm64.tar.gz": "b47a8291d1069656bcfb8346dc9494f03e734d7a4058961fa53f0dfc9cb41abb",
"https://github.com/google/go-containerregistry/releases/download/v0.20.2/go-containerregistry_darwin_x86_64.tar.gz": "ae2677fc68b05ee3a63fe7b1d599aa4a554610b9f9da499a0c39669f446d29ed",
}
5 changes: 4 additions & 1 deletion docker-scout.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ platform "windows" {
}

version "1.2.2" "1.3.0" "1.4.1" "1.5.0" "1.5.1" "1.5.2" "1.6.0" "1.6.3" "1.6.4" "1.7.0"
"1.8.0" "1.9.1" "1.9.3" "1.10.0" "1.11.0" "1.12.0" {
"1.8.0" "1.9.1" "1.9.3" "1.10.0" "1.11.0" "1.12.0" "1.13.0" {
auto-version {
github-release = "docker/scout-cli"
}
Expand Down Expand Up @@ -64,4 +64,7 @@ sha256sums = {
"https://github.com/docker/scout-cli/releases/download/v1.12.0/docker-scout_1.12.0_linux_amd64.tar.gz": "12ee997a8f969979c6eb3d6ecc9703d5233a75298e163f89b2a2f35a454f78e0",
"https://github.com/docker/scout-cli/releases/download/v1.12.0/docker-scout_1.12.0_darwin_amd64.tar.gz": "837f5727ae0206ecc989ecb34fb0b77775d147a9dbef9f862ac56d10efcd46de",
"https://github.com/docker/scout-cli/releases/download/v1.12.0/docker-scout_1.12.0_darwin_arm64.tar.gz": "81ee17bc0aff180dfd6754b09d0bd885a8e6d7009b9a7c410b2b6056df52dc05",
"https://github.com/docker/scout-cli/releases/download/v1.13.0/docker-scout_1.13.0_darwin_amd64.tar.gz": "f82ab81c7343836909daeb0decf0a28df86daa9a121fc6b7345aab271b802a2e",
"https://github.com/docker/scout-cli/releases/download/v1.13.0/docker-scout_1.13.0_darwin_arm64.tar.gz": "76fca3a366f5f566594a06a2078e45da6ba12381c306b7efeca5e8016e995cdf",
"https://github.com/docker/scout-cli/releases/download/v1.13.0/docker-scout_1.13.0_linux_amd64.tar.gz": "0ad88fe202b9308bcca248e9e870e1052db1d1d8186553de6b1f1d3b9164ad77",
}
Loading

0 comments on commit 4261974

Please sign in to comment.