diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1dc77603b..496d6ac31 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: id-token: write pull-requests: write container: - image: ghcr.io/kiracore/docker/base-image:v0.13.12 + image: ghcr.io/kiracore/docker/base-image:v0.14.03 steps: # Work around https://github.com/actions/checkout/issues/760 - name: Add safe.directory @@ -200,11 +200,11 @@ jobs: pull-requests: write steps: # Install the cosign tool - # ref.: https://github.com/sigstore/cosign-installer, v3.0.1 + # ref.: https://github.com/sigstore/cosign-installer, v3.4.0 - name: Install cosign - uses: sigstore/cosign-installer@c3667d99424e7e6047999fb6246c0da843953c65 + uses: sigstore/cosign-installer@e1523de7571e31dbe865fd2e80c5c7c23ae71eb4 with: - cosign-release: 'v2.0.0' + cosign-release: 'v2.2.3' - name: Download artifacts uses: actions/download-artifact@v3.0.0 with: diff --git a/RELEASE.md b/RELEASE.md index 0325c6361..21ff0ab68 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,3 +1,4 @@ Features: -* Fix unquoted variable in mnemonic-select \ No newline at end of file +* Update cosign installer +* Base image update diff --git a/docs/DOCKER.md b/docs/DOCKER.md index e3fb77bd7..788cb27e7 100644 --- a/docs/DOCKER.md +++ b/docs/DOCKER.md @@ -19,7 +19,7 @@ docker rm -f $(docker ps -a -q) && \ # echo $(globGet BASE_IMAGE_SRC) BASE_NAME="test" && \ - BASE_IMG="ghcr.io/kiracore/docker/kira-base:v0.11.4" && \ + BASE_IMG="ghcr.io/kiracore/docker/kira-base:v0.14.03" && \ docker run -i -t -d --privileged --net bridge --name $BASE_NAME --hostname test.local $BASE_IMG /bin/bash # Find container by name @@ -32,4 +32,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 -``` \ No newline at end of file +``` diff --git a/scripts/version.sh b/scripts/version.sh index 42762bb32..29915fe48 100644 --- a/scripts/version.sh +++ b/scripts/version.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -echo "v0.11.26" +echo "v0.12.21" diff --git a/workstation/containers/start-validator.sh b/workstation/containers/start-validator.sh index 27c11d04d..70ca7b3ea 100644 --- a/workstation/containers/start-validator.sh +++ b/workstation/containers/start-validator.sh @@ -113,7 +113,7 @@ if (! $($KIRA_COMMON/container-healthy.sh "$CONTAINER_NAME")) ; then globSet cfg_statesync_enable "true" $GLOBAL_COMMON globSet cfg_statesync_temp_dir "/tmp" $GLOBAL_COMMON # CFG [CONSENSUS] - globSet cfg_consensus_timeout_commit "10000ms" $GLOBAL_COMMON + globSet cfg_consensus_timeout_commit "3000ms" $GLOBAL_COMMON globSet cfg_consensus_create_empty_blocks_interval "20s" $GLOBAL_COMMON globSet cfg_consensus_skip_timeout_commit "false" $GLOBAL_COMMON # CFG [INSTRUMENTATION] diff --git a/workstation/init.sh b/workstation/init.sh index 33f555c4a..4e136886f 100755 --- a/workstation/init.sh +++ b/workstation/init.sh @@ -25,9 +25,9 @@ if [ "$USER" != root ]; then fi # Used To Initialize essential dependencies -BASE_IMAGE_VERSION="v0.13.14" +BASE_IMAGE_VERSION="v0.13.19" TOOLS_VERSION="v0.3.46" -COSIGN_VERSION="v2.0.2" +COSIGN_VERSION="v2.2.3" # Force console colour to be black tput setab 0