Skip to content

Commit a3d281d

Browse files
Update to new apko release (#315)
This PR updates apko version Changes generated by https://github.com/chainguard-dev/rules_apko/actions/runs/25534412544 The apko update was generated using `./scripts/mirror_apko.sh` Signed-off-by: octo-sts[bot] <157150467+octo-sts[bot]@users.noreply.github.com> Co-authored-by: octo-sts[bot] <157150467+octo-sts[bot]@users.noreply.github.com>
1 parent 60dd994 commit a3d281d

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.5.1.2", dev_dependency = Tr
1717
bazel_dep(name = "stardoc", version = "0.8.1", dev_dependency = True, repo_name = "io_bazel_stardoc")
1818

1919
toolchain = use_extension("//apko:extensions.bzl", "apko")
20-
toolchain.toolchain(apko_version = "v1.2.10")
20+
toolchain.toolchain(apko_version = "v1.2.11")
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.2.10": {
7-
"darwin_amd64": "sha256-kUt1Smgax9Xada0AWQCDVm3oYXJMWhG8oPhA3+pXpZM=",
8-
"darwin_arm64": "sha256-rBipGEulf4pOK88k/cqHyjDIKCcxpPMtS+mXuBSbqvs=",
9-
"linux_386": "sha256-LKjdrzgnzFKRuj0eVsNjMqEJ1opw5C9+ycIN+01o+G0=",
10-
"linux_amd64": "sha256-V2lDQb8JVsDwBeZnmRjq5owuL0t+UkmSL1gOU0OCNKY=",
11-
"linux_arm64": "sha256-hYM53DMIJPgoghNiZPCCYm+TMUd5cxz/6mMhiqsP2s4=",
6+
"v1.2.11": {
7+
"darwin_amd64": "sha256-dVq/EOOgQFETJgIlzXWt5ImoiMcAgirWsJRJFmXunB0=",
8+
"darwin_arm64": "sha256-dd+H9BWnkiHEy3Q7WpJ6wCBwr4pXFYwAFVqHN+SuYtE=",
9+
"linux_386": "sha256-1PUmqy+zd1G6DOYFbE/J3mABUwbAo6aO41JKBJWTpkE=",
10+
"linux_amd64": "sha256-W2WEuGD8GbDprzEOI4BWx3S5j3Qvk5b62X6Sv2DsIwc=",
11+
"linux_arm64": "sha256-TqdiuBvYLXcj/tWWvyNQm3tXAVBju1OLgcLNCG2imHk=",
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.2.10", APKO_VERSIONS.keys()[0])
10+
asserts.equals(env, "v1.2.11", 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)