Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(snap): Upgrade kong, redis, consul, vault #4210

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -575,17 +575,17 @@ parts:
- curl
- unzip
override-build: |
VERSION=1.10.4
VERSION=1.13.0

# use dpkg architecture to figure out our target arch
case "$(dpkg --print-architecture)" in
amd64)
FILE_NAME=consul_${VERSION}_linux_amd64.zip
FILE_HASH=2be6414cdce1540c022acda76da55ef6bbd51c537dc2e3d4020652e72daec62d
FILE_HASH=db771e40126a88e1cfe2968724adbf2d1cdcc41c503fa326f3a93148ea642d38
;;
arm64)
FILE_NAME=consul_${VERSION}_linux_arm64.zip
FILE_HASH=d4be8f68f0275701bcde71d130a997f5a32b47f91d5fb8a7eae7db666325a33b
FILE_HASH=768119d9464685bd39329c537ee140ba19f45f5a2f68ea8fe49403f3141d39ec
;;
esac

Expand All @@ -603,7 +603,7 @@ parts:

redis:
source: https://github.com/redis/redis.git
source-tag: "6.2.6"
source-tag: "6.2.7"
source-depth: 1
plugin: make
make-parameters:
Expand Down Expand Up @@ -696,17 +696,17 @@ parts:
- perl
- zlib1g-dev
override-build: |
VERSION=2.6.0
VERSION=2.8.0

# use dpkg architecture to figure out our target arch
case "$(dpkg --print-architecture)" in
amd64)
FILE_NAME=kong_${VERSION}_amd64.deb
FILE_HASH=80913c3c41249a77f7ca1c358d06ae3716a43c79f980f3dd77cd445ac3a62e25
FILE_HASH=5715ec10547a2de9e7534d0af402fc8dbdad7145d4b43bbccc7bb960152b0314
;;
arm64)
FILE_NAME=kong_${VERSION}_arm64.deb
FILE_HASH=6f7c5b9592ce858db890d4e5451a66935bf68b7c44a9ffee4b8f627280a9016c
FILE_HASH=d980f5c106a36142dd86c04bee4adc0deec3470970f8b0f6d3024c17e13d83d6
;;
esac

Expand Down Expand Up @@ -748,17 +748,17 @@ parts:
- curl
- unzip
override-build: |
VERSION=1.8.5
VERSION=1.11.3

# use dpkg architecture to figure out the target arch
case "$(dpkg --print-architecture)" in
amd64)
FILE_NAME=vault_${VERSION}_linux_amd64.zip
FILE_HASH=97d7ac9145ffdf256ab91045a4857a640ecaa7c56bbd66b61fb70990620f3d33
FILE_HASH=b433413ce524f26abe6292f7fc95f267e809daeacdf7ba92b68dead322f92deb
;;
arm64)
FILE_NAME=vault_${VERSION}_linux_arm64.zip
FILE_HASH=a1a57c51505cce0857c32a159ed193dd330e43bee1f3340d2143993c64cf0645
FILE_HASH=5ccf49bd3601e29d6d1a8c321ece1eacf0f7cc12ea604ac392edd4f7a54d69c4
;;
esac

Expand Down