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

release/v0.13.18 -> master #71

Closed
wants to merge 38 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
04c2e73
Change cosign ver v2.0.0 -> v2.0.2
MrLutik May 10, 2023
6839158
Change cosign arm & amd hash
MrLutik May 10, 2023
1d4d1a0
Change cosign ver v2.0.0 -> v2.0.2 kira-base img
MrLutik May 10, 2023
c05d714
Change tools ver v0.3.42 -> v0.3.46
MrLutik May 10, 2023
6be90a0
Change sekai ver v0.3.13.37 -> v0.3.15.1
MrLutik May 10, 2023
0b785e8
Change interx ver v0.4.29 -> v0.4.32
MrLutik May 10, 2023
02f62c7
Change release ver v0.13.7 -> v0.13.8
MrLutik May 10, 2023
3853d0b
Update RELEASE.md
MrLutik May 10, 2023
fa13d69
Fix concatination issue
MrLutik May 10, 2023
510ddcc
Change release ver v0.13.8 -> v0.13.9
MrLutik May 10, 2023
54caba6
Update README.md
MrLutik May 10, 2023
68cf7bd
Fix arm hash
MrLutik May 10, 2023
b967328
Change release ver v0.13.9 -> v0.13.10
MrLutik May 10, 2023
150e9b7
Change interx ver v0.4.32 -> v0.4.33
MrLutik May 24, 2023
d953776
Change sekai ver v0.3.15.1 -> v0.3.16
MrLutik May 24, 2023
23fa95d
Change release ver v0.13.10 -> v0.13.11
MrLutik May 24, 2023
5e50db4
Update RELEASE.md
MrLutik May 24, 2023
9273e57
Update README.md
MrLutik May 24, 2023
5a4cd29
Change interx ver v0.4.33 -> v0.4.34
MrLutik Jun 20, 2023
56b6abd
Change release ver v0.13.11 -> v0.13.12
MrLutik Jun 20, 2023
50f5681
Update RELEASE.md
MrLutik Jun 20, 2023
586f7a0
Update README.md
MrLutik Jun 20, 2023
23c8956
Change sekai ver v0.3.16 -> v0.3.17
MrLutik Jul 11, 2023
3924eaf
Change release ver v0.13.12 -> v0.13.13
MrLutik Jul 11, 2023
3adef67
Update RELEASE.md
MrLutik Jul 11, 2023
99583a4
Update README.md
MrLutik Jul 11, 2023
1d6f92f
Change base-img tool ver v0.3.42 -> v0.3.46
MrLutik Jul 11, 2023
bcf5f91
Change kira-img interx ver v0.4.34 -> v0.4.35
MrLutik Jul 11, 2023
1bb9596
Update RELEASE.md
MrLutik Jul 11, 2023
fda4e1c
Update README.md
MrLutik Jul 11, 2023
147d50c
Update release ver v0.13.13 -> v0.13.14
MrLutik Jul 11, 2023
7703ef1
Bump interx and sekai version
MrLutik Jan 12, 2024
dbbabc2
Update RELEASE.md
MrLutik Jan 12, 2024
6c854f5
Updater release ver v0.13.14 -> v0.13.15
MrLutik Jan 12, 2024
ee74645
Update README.md
MrLutik Jan 12, 2024
96dd212
Bump versions
MrLutik Feb 25, 2024
8cde61b
Change cosign-install commit hash, bump release ver
MrLutik Feb 25, 2024
c5a5f4d
FIX
MrLutik Feb 25, 2024
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
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,9 +104,11 @@ jobs:
# Install the cosign tool
# ref.: https://github.com/sigstore/cosign-installer, v3.0.1
- name: Install cosign
uses: sigstore/cosign-installer@c3667d99424e7e6047999fb6246c0da843953c65
uses: sigstore/cosign-installer@1fc5bd396d372bee37d608f955b336615edf79c8
with:
cosign-release: 'v2.0.0'
- name: Confirm installation!
run: cosign version
# Workaround: https://github.com/docker/build-push-action/issues/461
# ref.: https://github.com/docker/setup-buildx-action, v2.5.0
- name: Setup Docker buildx
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@ f+mU9F/Qbfq25bBWV2+NlYMJv3KvKHNtu3Jknt6yizZjUV4b8WGfKBzFYw==

## Cosign Verification Example
```
cosign verify --key ./cosign.pub ghcr.io/kiracore/docker/base-image:v0.13.6
cosign verify --key ./cosign.pub ghcr.io/kiracore/docker/base-image:v0.13.14
```

## Launch Container Locally
```
# To launch test container run
BASE_NAME="test" && \
BASE_IMG="ghcr.io/kiracore/docker/kira-base:v0.13.6" && \
BASE_IMG="ghcr.io/kiracore/docker/kira-base:v0.13.15" && \
docker run -i -t -d --privileged --net bridge --name $BASE_NAME --hostname test.local $BASE_IMG /bin/bash

# Note: If you want to run an extra container inside the KIRA Manager, replace '--net bridge' flag with '--net kiranet'
Expand All @@ -48,4 +48,4 @@ docker start -i $id
# Delete specific container
# one liner: docker rm -f $(timeout 3 docker ps --no-trunc -aqf "name=^${BASE_NAME}$" 2> /dev/null || echo -n "")
docker rm -f $id
```
```
7 changes: 2 additions & 5 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
Features:

* upgraded tools release to `v0.3.42`
* upgraded interx release to `v0.4.29`
* upgraded sekai release to `v0.3.13.37`
* upgraded cosign release to `v2.0.0`
* upgraded go release to `1.20.2`
* upgraded interx release to `v0.4.45`
* upgraded sekai release to `v0.3.41`
10 changes: 5 additions & 5 deletions base-image/container/deployment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ FLUTTER_CHANNEL="stable"
FLUTTER_VERSION="3.0.4-$FLUTTER_CHANNEL"
DART_CHANNEL_PATH="stable/release"
DART_VERSION="2.17.5"
TOOLS_VERSION="v0.3.42"
COSIGN_VERSION="v2.0.0"
TOOLS_VERSION="v0.3.46"
COSIGN_VERSION="v2.0.2"

echo "Starting core dependency build..."
apt-get update -y > ./log || ( cat ./log && exit 1 )
Expand Down Expand Up @@ -50,8 +50,8 @@ PLATFORM=$(uname) && FILE_NAME=$(echo "cosign-${PLATFORM}-${ARCH}" | tr '[:upper

FILE_HASH=$(sha256sum ./$FILE_NAME | awk '{ print $1 }' | xargs || echo -n "")

COSIGN_HASH_ARM="8132cb2fb99a4c60ba8e03b079e12462c27073028a5d08c07ecda67284e0c88d"
COSIGN_HASH_AMD="169a53594c437d53ffc401b911b7e70d453f5a2c1f96eb2a736f34f6356c4f2b"
COSIGN_HASH_ARM="517e96f9d036c4b77db01132cacdbef21e4266e9ad3a93e67773c590ba54e26f"
COSIGN_HASH_AMD="dc641173cbda29ba48580cdde3f80f7a734f3b558a25e5950a4b19f522678c70"
if [ "$FILE_HASH" != "$COSIGN_HASH_ARM" ] && [ "$FILE_HASH" != "$COSIGN_HASH_AMD" ] ; then
echoErr "ERROR: Failed to download cosign tool, expected checksum to be '$COSIGN_HASH_ARM' or '$COSIGN_HASH_AMD', but got '$FILE_HASH'"
exit 1
Expand Down Expand Up @@ -322,4 +322,4 @@ fi
echoInfo "INFO: Cleanup..."
rm -fv $DART_ZIP $FLUTTER_TAR $IPFS_DEB $SDKTOOLS_ZIP $GO_TAR ./dart-debug.zip
# rm -fv $DART_ZIP $FLUTTER_TAR $IPFS_DEB $SDKTOOLS_ZIP $GO_TAR $CDHELPER_ZIP ./dart-debug.zip
rm -rfv /tmp/ipfs-api
rm -rfv /tmp/ipfs-api
6 changes: 3 additions & 3 deletions kira-base/container/deployment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ 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.13.37"
INTERX_VERSION="v0.4.29"
TOOLS_VERSION="v0.3.42"
SEKAI_VERSION="v0.3.41"
INTERX_VERSION="v0.4.45"
TOOLS_VERSION="v0.3.46"
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.7"
echo "v0.13.18"
Loading