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.12.01 -> latest #551

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Features:

* Fix unquoted variable in mnemonic-select
* Fix cosign installer
* Base image update
2 changes: 1 addition & 1 deletion scripts/version.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env bash

echo "v0.11.26"
echo "v0.12.01"
2 changes: 1 addition & 1 deletion workstation/containers/start-validator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion workstation/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
Loading