Skip to content

Commit

Permalink
Update apko to v0.14.9 and refresh lockfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Gusev authored and Andrey Gusev committed Jun 13, 2024
1 parent 5d30a2d commit c16a2b3
Show file tree
Hide file tree
Showing 9 changed files with 150 additions and 143 deletions.
2 changes: 1 addition & 1 deletion .bazelversion
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
7.1.0
7.1.2
# The first line of this file is used by Bazelisk and Bazel to be sure
# the right version of Bazel is used to build and test this repo.
# This also defines which version is used on CI.
Expand Down
2 changes: 1 addition & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ bazel_dep(name = "bazel_skylib_gazelle_plugin", version = "1.5.0", dev_dependenc
bazel_dep(name = "buildifier_prebuilt", version = "6.1.2", dev_dependency = True)

toolchain = use_extension("//apko:extensions.bzl", "apko")
toolchain.toolchain(apko_version = "v0.14.2")
toolchain.toolchain(apko_version = "v0.14.9")
use_repo(toolchain, "apko_toolchains")

register_toolchains("@apko_toolchains//:all")
Expand Down
7 changes: 7 additions & 0 deletions apko/private/versions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
# Add new versions by running
# ./scripts/mirror_apko.sh
APKO_VERSIONS = {
"v0.14.9": {
"darwin_amd64": "sha256-zfhk+ohhtqcg93xUx10/v41+8SCwiDy6rMQKFt4hYbc=",
"darwin_arm64": "sha256-AUQxWhBg/cOSxlN8UjuQ4OtRjTIhwcrIsrOa0sALh9s=",
"linux_386": "sha256-ZmuAcsYHi5F3LY8IugMlqL3wmisW96IPlXZKAY1M6Zk=",
"linux_amd64": "sha256-oQxnDuOlyn1U9tssLSBDxpdGuY3wCHiJ1JguLrQbPJk=",
"linux_arm64": "sha256-nDVTBYcIBYufrO4I1pVJwy7nZ36xxLEvFywP4vs4MRM="
},
"v0.14.2": {
"darwin_amd64": "sha256-L+6t2IbGWHQCs8WQWHEwit3K2QumkDJmjCJmkJErkLI=",
"darwin_arm64": "sha256-EkqZ6sUI1uOasI1lL5C21+rngE/5/RABJblGWdicp0E=",
Expand Down
2 changes: 1 addition & 1 deletion apko/tests/versions_test.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ load("//apko/private:versions.bzl", "APKO_VERSIONS")

def _smoke_test_impl(ctx):
env = unittest.begin(ctx)
asserts.equals(env, "v0.14.2", APKO_VERSIONS.keys()[0])
asserts.equals(env, "v0.14.9", APKO_VERSIONS.keys()[0])
return unittest.end(env)

# The unittest library requires that we export the test cases as named test rules,
Expand Down
18 changes: 9 additions & 9 deletions e2e/smoke/apko.lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions examples/lock/apko.lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

104 changes: 52 additions & 52 deletions examples/multi_arch_and_repo/apko.lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c16a2b3

Please sign in to comment.