From f03bcaacbad6835f8927676194825398628c03fd Mon Sep 17 00:00:00 2001 From: mrlutik Date: Sun, 16 Jul 2023 19:01:24 +0200 Subject: [PATCH 1/5] Update RELEASE.md --- RELEASE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 0325c636..52c103f6 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,3 +1,3 @@ Features: -* Fix unquoted variable in mnemonic-select \ No newline at end of file +* Decreasse commit timeout 10000ms -> 30000ms \ No newline at end of file From 6b44cac9cb000db1132aad8de5e4781ed83a8df8 Mon Sep 17 00:00:00 2001 From: mrlutik Date: Sun, 16 Jul 2023 19:02:33 +0200 Subject: [PATCH 2/5] Changer release ver v0.11.26 -> v0.11.27 --- scripts/version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/version.sh b/scripts/version.sh index 42762bb3..29164095 100644 --- a/scripts/version.sh +++ b/scripts/version.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -echo "v0.11.26" +echo "v0.11.27" From eda167a8314dd039e95991b5ac88f2cd67fd25db Mon Sep 17 00:00:00 2001 From: mrlutik Date: Sun, 16 Jul 2023 19:03:47 +0200 Subject: [PATCH 3/5] Decrease timeout commit 10000ms -> 3000ms --- workstation/containers/start-validator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workstation/containers/start-validator.sh b/workstation/containers/start-validator.sh index 27c11d04..70ca7b3e 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] From 3c7f93b79fac8f5b268b784cfe7eb7336810d51b Mon Sep 17 00:00:00 2001 From: mrlutik Date: Thu, 29 Feb 2024 01:22:25 +0100 Subject: [PATCH 4/5] Bump release ver --- .github/workflows/main.yml | 2 +- RELEASE.md | 2 +- scripts/version.sh | 2 +- workstation/init.sh | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1dc77603..e555c10f 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.13.19 steps: # Work around https://github.com/actions/checkout/issues/760 - name: Add safe.directory diff --git a/RELEASE.md b/RELEASE.md index 52c103f6..d6fdff0c 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,3 +1,3 @@ Features: -* Decreasse commit timeout 10000ms -> 30000ms \ No newline at end of file +* Base image update diff --git a/scripts/version.sh b/scripts/version.sh index 29164095..c24f42ce 100644 --- a/scripts/version.sh +++ b/scripts/version.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -echo "v0.11.27" +echo "v0.12.00" diff --git a/workstation/init.sh b/workstation/init.sh index 33f555c4..ee1ae804 100755 --- a/workstation/init.sh +++ b/workstation/init.sh @@ -25,7 +25,7 @@ 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" From 07557f1538a88e6b1acf4fef5cd251ab6f5c53fe Mon Sep 17 00:00:00 2001 From: mrlutik Date: Thu, 29 Feb 2024 01:31:26 +0100 Subject: [PATCH 5/5] Minor fixes --- .github/workflows/main.yml | 2 +- RELEASE.md | 1 + scripts/version.sh | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e555c10f..abcead65 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -202,7 +202,7 @@ 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: Download artifacts diff --git a/RELEASE.md b/RELEASE.md index d6fdff0c..22608250 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,3 +1,4 @@ Features: +* Fix cosign installer * Base image update diff --git a/scripts/version.sh b/scripts/version.sh index c24f42ce..fec91d16 100644 --- a/scripts/version.sh +++ b/scripts/version.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -echo "v0.12.00" +echo "v0.12.01"