Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
* Bumb sekai ver. -> v0.3.41\* Bumb interax ver. -> v0.4.45\Updater README.md, RELEASE.md\* Bump cosign ver. -> v2.0.0
  • Loading branch information
MrLutik committed Feb 25, 2024
1 parent ee74645 commit 96dd212
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ All containers are signed with [cosign](https://github.com/sigstore/cosign/relea

```
# install cosign
CS_VERSION="2.0.2" && ARCH=$(([[ "$(uname -m)" == *"arm"* ]] || [[ "$(uname -m)" == *"aarch"* ]]) && echo "arm64" || echo "amd64") && \
CS_VERSION="2.0.0" && ARCH=$(([[ "$(uname -m)" == *"arm"* ]] || [[ "$(uname -m)" == *"aarch"* ]]) && echo "arm64" || echo "amd64") && \
OS_VERSION=$(uname) && CS_DEB="cosign_${CS_VERSION}_${ARCH}.deb" && cd /tmp && rm -fv ./$CS_DEB && \
(dpkg -r cosign || ( echo "WARNING: Failed to remove old cosign version" && sleep 1 ) ) && \
wget https://github.com/sigstore/cosign/releases/download/v${CS_VERSION}/${CS_DEB} && \
Expand Down
4 changes: 2 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Features:

* upgraded interx release to `v0.4.43`
* upgraded sekai release to `v0.3.40`
* upgraded interx release to `v0.4.45`
* upgraded sekai release to `v0.3.41`
6 changes: 3 additions & 3 deletions kira-base/container/deployment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ apt-get install -y --allow-unauthenticated --allow-downgrades --allow-remove-ess
software-properties-common curl wget git nginx apt-transport-https

BTC_VERSION="24.0.1"
SEKAI_VERSION="v0.3.40"
INTERX_VERSION="v0.4.43"
SEKAI_VERSION="v0.3.41"
INTERX_VERSION="v0.4.45"
TOOLS_VERSION="v0.3.46"
COSIGN_VERSION="v2.0.2"
COSIGN_VERSION="v2.0.0"

BTC_CHECKUSMS="37d7660f0277301744e96426bbb001d2206b8d4505385dfdeedf50c09aaaef60,49df6e444515d457ea0b885d66f521f2a26ca92ccf73d5296082e633544253bf,90ed59e86bfda1256f4b4cad8cc1dd77ee0efec2492bcb5af61402709288b62c,06f4c78271a77752ba5990d60d81b1751507f77efda1e5981b4e92fd4d9969fb,078f96b1e92895009c798ab827fb3fde5f6719eee886bd0c0e93acab18ea4865,0b48b9e69b30037b41a1e6b78fb7cbcc48c7ad627908c99686e81f3802454609,12d4ad6dfab4767d460d73307e56d13c72997e114fad4f274650f95560f5f2ff,6b163cef7de4beb07b8cb3347095e0d76a584019b1891135cd1268a1f05b9d88"

Expand Down
2 changes: 1 addition & 1 deletion scripts/version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
set -e
set +x

echo "v0.13.15"
echo "v0.13.16"

0 comments on commit 96dd212

Please sign in to comment.