Skip to content

Commit df36d00

Browse files
committed
automated: Update to new apko release
Signed-off-by: octo-sts[bot] <157150467+octo-sts[bot]@users.noreply.github.com>
1 parent 5533b5a commit df36d00

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ bazel_dep(name = "buildifier_prebuilt", version = "8.2.0.2", dev_dependency = Tr
1717
bazel_dep(name = "stardoc", version = "0.8.0", dev_dependency = True, repo_name = "io_bazel_stardoc")
1818

1919
toolchain = use_extension("//apko:extensions.bzl", "apko")
20-
toolchain.toolchain(apko_version = "v1.1.12")
20+
toolchain.toolchain(apko_version = "v1.1.14")
2121
use_repo(toolchain, "apko_toolchains")
2222

2323
register_toolchains("@apko_toolchains//:all")

apko/private/versions.bzl

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
# Add new versions by running
44
# ./scripts/mirror_apko.sh
55
APKO_VERSIONS = {
6-
"v1.1.12": {
7-
"darwin_amd64": "sha256-n1qwSKF3A9XkveH9rf3Ci6IUucSXX1aDVENkp4Jm5yo=",
8-
"darwin_arm64": "sha256-amgaA/ik74oBQJUvkkn3aXN9ChGzsXji2GyoUjh6sIs=",
9-
"linux_386": "sha256-K2pz0QmI/iseoXc90KxXdsZKILtvy9Sr0Pl95hWQ+cA=",
10-
"linux_amd64": "sha256-5txXvz7kXkRUfq8TT1c0Ng0z4I5UWMSPeoj2LzWTFiE=",
11-
"linux_arm64": "sha256-HNQstaghsIdc68lYOuVVUldKgrpWyE4phLy8TL1q8aw=",
6+
"v1.1.14": {
7+
"darwin_amd64": "sha256-xfij+hOTc9tf7t24RcYt6prrB8Q/B4Yk9SqtPTLXRTY=",
8+
"darwin_arm64": "sha256-8cXqcUOvHYGQAi+U8aMSK7Fo2loCASQwl5xY3RDzhX0=",
9+
"linux_386": "sha256-YSSo/0q2uBJyUuL0XxiRMXM/ulBOxFx+UhKi1r2rkwI=",
10+
"linux_amd64": "sha256-Pwd/2WDmYCpQPPsN1EscxZw+U1cpumj8ZzPRQonQ9Lk=",
11+
"linux_arm64": "sha256-B3X0xzz15ziHGJJK+YS0xKVJZeU02RNLSKXJ+2gLnvw=",
1212
},
1313
}

apko/tests/versions_test.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ load("//apko/private:versions.bzl", "APKO_VERSIONS")
77

88
def _smoke_test_impl(ctx):
99
env = unittest.begin(ctx)
10-
asserts.equals(env, "v1.1.12", APKO_VERSIONS.keys()[0])
10+
asserts.equals(env, "v1.1.14", APKO_VERSIONS.keys()[0])
1111
return unittest.end(env)
1212

1313
# The unittest library requires that we export the test cases as named test rules,

0 commit comments

Comments
 (0)