Skip to content

Commit

Permalink
Merge pull request #521 from KiraCore/release/v0.11.22
Browse files Browse the repository at this point in the history
release/v0.11.22 -> master
  • Loading branch information
MrLutik authored Jun 8, 2023
2 parents 4311a48 + 28465d2 commit c940bc2
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .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.10
image: ghcr.io/kiracore/docker/base-image:v0.13.11
steps:
# Work around https://github.com/actions/checkout/issues/760
- name: Add safe.directory
Expand Down
1 change: 1 addition & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Features:

* Update base image version
* Fix undeclared $files in seeds-edit.sh
Empty file added nvim
Empty file.
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.21"
echo "v0.11.22"
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.10"
BASE_IMAGE_VERSION="v0.13.11"
TOOLS_VERSION="v0.3.46"
COSIGN_VERSION="v2.0.2"

Expand Down
2 changes: 1 addition & 1 deletion workstation/kira/seeds-edit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ while : ; do
setLastLineBySubStrOrAppend "$nodeId" "$nodeAddress" $FILE
else
echoInfo "INFO: Removing last address from the ${target} list..."
setLastLineBySubStrOrAppend "$nodeId" "" $files
setLastLineBySubStrOrAppend "$nodeId" "" $FILE
fi
i=$((i + 1))
else
Expand Down

0 comments on commit c940bc2

Please sign in to comment.