Skip to content

Commit

Permalink
chore: upgrade default apko version to 0.20.1 (#15)
Browse files Browse the repository at this point in the history
Co-authored-by: Justin Burr <juburr@users.noreply.github.com>
  • Loading branch information
juburr and juburr authored Nov 29, 2024
1 parent c2db0b0 commit c2815db
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/commands/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ parameters:
description: Option to perform SHA-512 checksum verification on the downloaded Apko executable.
version:
type: string
default: "0.19.2"
default: "0.20.1"
description: Specify the semver of the Apko version to install.
steps:
- when:
Expand Down
2 changes: 1 addition & 1 deletion src/examples/example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: >
usage:
version: 2.1
orbs:
apko: juburr/apko-orb@0.3.0
apko: juburr/apko-orb@0.3.1
jobs:
build-images:
docker:
Expand Down
9 changes: 9 additions & 0 deletions src/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ echo " VERSION: ${VERSION}"
# Lookup table of sha512 checksums for different versions of apko
declare -A sha512sums
sha512sums=(
["0.20.1"]="61a964bb8049ec9b683575ea9c44cc273353bc618d0809a12e5f0d4aaa422c5bc1e97b1206b80417d74da0d32c6e86f1ade69c9bdebf86b2b56b950658df95c8"
["0.20.0"]="de10a45c8a8fc64ec4c7844d75744c832ceb99831260648b4d2a10e76cf8129caec1f6350a3400e87cdf70df8dfc39d39b348978f7d5e09aacd7fd5f731fe069"
["0.19.9"]="4c0939551c22bf61095d57585c4fc967b3abac597f05842c506c5a34ad90220a35177c3c93b407a5b2dc48d08011c209b7da0ae4af0d9b703aa0604611d1372f"
["0.19.8"]="e56a13b52a5cf91b355a23e73847d77fa1cc74d3d0d472320e3f4fb330c97b5f160b4ed478a4713c871d2fb0855cc05b5e5ed26c6add15b10bd896422aec4e17"
["0.19.7"]="d50484a217e4545048446237bf6ef87072fd3bd5d7567e85e1e64ef6ca989ef745812c9b1c46ff092f03fea806b1d761a6c56ba177f91cc78747411443ee045c"
["0.19.6"]="0d9cbc600b57edfab484fe20d4dc95a2781837df540f542d12497e67bc265a4ee9ace1004500b7c3f018f9e395198acede2fcdb3b4be1f9b0739b183ac5367e1"
["0.19.5"]="52ac3901bc72b311914c19c341b08021e0353e76e8ab1fc1d883b9e524d9095f4b644c5dc302081c695467763db01b32984b7156e4146917c2a901377ebebe63"
["0.19.4"]="3615de3e5aec73a8c49eb4df7d832a378ab922d6052c1c9c185da4a7838f42720a4270a3da3bbfa520fc61c4da8ca9a43128e864acb30452b4852556a31589bb"
["0.19.3"]="8d0f5e44531f6b0e9b55c1d4fc945262633f2ef87db214aae9dd14aef73efd1fb46e2b3746a0d67436a03fc53f48c871719ae02fbb0960bfc3a8153c0dcfe1f4"
["0.19.2"]="fc8cc21a3bc2d7b086d62d944c263d8991e35917b6c4837b8d8bffe7170d346da54a923d515dc835ace2a1b9efbe714c97113b245d14a4f68737b607d0b29dce"
["0.19.1"]="bf8768adbd8c8baf0c5767334cc7c3f59da089e79615a029546f34504aff3325f242d47f15f46babcc7b56e0326473019b4e263e5ef782940022d60c9149789b"
["0.19.0"]="321d851b52c0ad6089412a517e594e29fb39780122ef27f6e53c8d4edaf1339df109f03ee33e1ad6949b975ca157b8f879bf1b93ba3a694819be994c82eb03af"
Expand Down

0 comments on commit c2815db

Please sign in to comment.