From 4c61e5be5643a2f4ef599e82c9bd3be26ea7adaf Mon Sep 17 00:00:00 2001 From: mrlutik Date: Tue, 12 Mar 2024 15:05:57 +0100 Subject: [PATCH 1/6] bump release ver --- scripts/version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/version.sh b/scripts/version.sh index 460f5add..cf15fdc3 100644 --- a/scripts/version.sh +++ b/scripts/version.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -echo "v0.3.47" +echo "v0.3.48" From 3a71f8eafdb1d3bedf8a566352a8b6fec6ddb72b Mon Sep 17 00:00:00 2001 From: mrlutik Date: Tue, 12 Mar 2024 15:08:54 +0100 Subject: [PATCH 2/6] bump ver --- .github/workflows/main.yml | 4 ++-- scripts/version.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d4cca7bc..246e45f4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ on: jobs: build-amd64: name: AMD64 - Repo Test & Build - runs-on: [ self-hosted, github-actions-amd64-runner-2 ] + runs-on: ubuntu:20.04 permissions: contents: read packages: write @@ -419,4 +419,4 @@ jobs: env: MERGE_LABELS: "automerge" GITHUB_TOKEN: "${{ secrets.REPO_ACCESS }}" - LOG: "TRACE" \ No newline at end of file + LOG: "TRACE" diff --git a/scripts/version.sh b/scripts/version.sh index cf15fdc3..8ef7c285 100644 --- a/scripts/version.sh +++ b/scripts/version.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -echo "v0.3.48" +echo "v0.3.49" From 3db07730ea2ea7b27503e7ce7986fa9728fb79ff Mon Sep 17 00:00:00 2001 From: mrlutik Date: Wed, 13 Mar 2024 15:52:28 +0100 Subject: [PATCH 3/6] Return to self-hosted runner --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 246e45f4..495e339a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ on: jobs: build-amd64: name: AMD64 - Repo Test & Build - runs-on: ubuntu:20.04 + runs-on: [ self-hosted, github-actions-amd64-runner-2 ] permissions: contents: read packages: write From 29ca51dbe1e0598443affa894e2b35392e1a5033 Mon Sep 17 00:00:00 2001 From: mrlutik Date: Wed, 13 Mar 2024 15:53:13 +0100 Subject: [PATCH 4/6] bump release ver --- scripts/version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/version.sh b/scripts/version.sh index 8ef7c285..9270e037 100644 --- a/scripts/version.sh +++ b/scripts/version.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -echo "v0.3.49" +echo "v0.3.50" From 814fd53c131864297512f76c9dac7b161ccfb1c5 Mon Sep 17 00:00:00 2001 From: mrlutik Date: Wed, 13 Mar 2024 16:21:50 +0100 Subject: [PATCH 5/6] bump all ver --- bash-utils/bash-utils.sh | 3 ++- bip39gen/cmd/version.go | 2 +- build-tools/update_version.py | 2 +- ipfs-api/README.md | 2 +- ipfs-api/types/constants.go | 2 +- scripts/version.sh | 2 +- validator-key-gen/README.md | 2 +- validator-key-gen/main.go | 2 +- 8 files changed, 9 insertions(+), 8 deletions(-) diff --git a/bash-utils/bash-utils.sh b/bash-utils/bash-utils.sh index 19111252..04ce2d16 100644 --- a/bash-utils/bash-utils.sh +++ b/bash-utils/bash-utils.sh @@ -26,7 +26,7 @@ function bashUtilsVersion() { # this is default installation script for utils # ./bash-utils.sh bashUtilsSetup "/var/kiraglob" function bashUtilsSetup() { - local BASH_UTILS_VERSION="v0.3.46" + local BASH_UTILS_VERSION="v0.3.51" local COSIGN_VERSION="v2.0.0" if [ "$1" == "version" ] ; then echo "$BASH_UTILS_VERSION" @@ -2322,3 +2322,4 @@ fi + diff --git a/bip39gen/cmd/version.go b/bip39gen/cmd/version.go index 0df9ecd5..b5e531ae 100644 --- a/bip39gen/cmd/version.go +++ b/bip39gen/cmd/version.go @@ -6,7 +6,7 @@ import ( "github.com/spf13/cobra" ) -const Bip39GenVersion = "v0.3.46" +const Bip39GenVersion = "v0.3.51" func cmdVersion(cmd *cobra.Command, args []string) error { fmt.Println(Bip39GenVersion) diff --git a/build-tools/update_version.py b/build-tools/update_version.py index 4c4706c6..bedc22ae 100644 --- a/build-tools/update_version.py +++ b/build-tools/update_version.py @@ -1,7 +1,7 @@ import re import sys -version = "v0.3.46" +version = "v0.3.51" if len(sys.argv) != 2: print("Usage: python3 update_version.py ") diff --git a/ipfs-api/README.md b/ipfs-api/README.md index 5fc5b19b..11b9acfd 100644 --- a/ipfs-api/README.md +++ b/ipfs-api/README.md @@ -5,7 +5,7 @@ A command-line interface (CLI) for interacting with the IPFS API, providing func To install the CLI, clone the repository and build the project using Go.= or dowload from existing release ``` -TOOLS_VERSION="v0.3.46" && rm -rfv /tmp/ipfs-api && \ +TOOLS_VERSION="v0.3.51" && rm -rfv /tmp/ipfs-api && \ safeWget /tmp/ipfs-api.deb "https://github.com/KiraCore/tools/releases/download/$TOOLS_VERSION/ipfs-api-$(getPlatform)-$(getArch).deb" "QmeqFDLGfwoWgCy2ZEFXerVC5XW8c5xgRyhK5bLArBr2ue" && \ dpkg-deb -x /tmp/ipfs-api.deb /tmp/ipfs-api && cp -fv "/tmp/ipfs-api/bin/ipfs-api" /usr/local/bin/ipfs-api && chmod -v 755 /usr/local/bin/ipfs-api && \ ipfs-api version diff --git a/ipfs-api/types/constants.go b/ipfs-api/types/constants.go index f59a0b37..c4c612fd 100644 --- a/ipfs-api/types/constants.go +++ b/ipfs-api/types/constants.go @@ -1,7 +1,7 @@ package types const ( - IpfsApiVersion = "v0.3.46" + IpfsApiVersion = "v0.3.51" // Pinata v1 constants BASE_URL = "https://api.pinata.cloud" diff --git a/scripts/version.sh b/scripts/version.sh index 9270e037..cb892df1 100644 --- a/scripts/version.sh +++ b/scripts/version.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -echo "v0.3.50" +echo "v0.3.51" diff --git a/validator-key-gen/README.md b/validator-key-gen/README.md index 477f1446..1df19f33 100644 --- a/validator-key-gen/README.md +++ b/validator-key-gen/README.md @@ -5,7 +5,7 @@ Validator Key Generator is a CLI tool that generates validator keys, node keys, ### Setup from binary file ```bash -TOOLS_VERSION="v0.3.46" +TOOLS_VERSION="v0.3.51" # Quick-Install bash-utils or see root repository README file for secure download FILE_NAME="bash-utils.sh" && \ diff --git a/validator-key-gen/main.go b/validator-key-gen/main.go index ba724ee0..b8ce8be7 100644 --- a/validator-key-gen/main.go +++ b/validator-key-gen/main.go @@ -9,7 +9,7 @@ import ( valkeygen "github.com/KiraCore/tools/validator-key-gen/ValKeyGen" ) -const PrivValidatorKeyGenVersion = "v0.3.47" +const PrivValidatorKeyGenVersion = "v0.3.51" func main() { From 51b6df1967e438ee6b903e3cb731458dea8d96ed Mon Sep 17 00:00:00 2001 From: mrlutik Date: Wed, 13 Mar 2024 16:53:24 +0100 Subject: [PATCH 6/6] change cosign installer --- .github/workflows/main.yml | 4 ++-- bash-utils/bash-utils.sh | 4 +++- bip39gen/cmd/version.go | 2 +- build-tools/update_version.py | 2 +- ipfs-api/README.md | 2 +- ipfs-api/types/constants.go | 2 +- scripts/version.sh | 2 +- validator-key-gen/README.md | 2 +- validator-key-gen/main.go | 2 +- 9 files changed, 12 insertions(+), 10 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 495e339a..28669d54 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -227,9 +227,9 @@ jobs: id-token: write pull-requests: write steps: - # ref.: https://github.com/sigstore/cosign-installer, v3.0.1 + # ref.: https://github.com/sigstore/cosign-installer, v3.2.0 - name: Install cosign - uses: sigstore/cosign-installer@c3667d99424e7e6047999fb6246c0da843953c65 + uses: sigstore/cosign-installer@1fc5bd396d372bee37d608f955b336615edf79c8 with: cosign-release: 'v2.0.0' - name: Download AMD64 artifacts diff --git a/bash-utils/bash-utils.sh b/bash-utils/bash-utils.sh index 04ce2d16..7ff4d19a 100644 --- a/bash-utils/bash-utils.sh +++ b/bash-utils/bash-utils.sh @@ -26,7 +26,7 @@ function bashUtilsVersion() { # this is default installation script for utils # ./bash-utils.sh bashUtilsSetup "/var/kiraglob" function bashUtilsSetup() { - local BASH_UTILS_VERSION="v0.3.51" + local BASH_UTILS_VERSION="v0.3.52" local COSIGN_VERSION="v2.0.0" if [ "$1" == "version" ] ; then echo "$BASH_UTILS_VERSION" @@ -2323,3 +2323,5 @@ fi + + diff --git a/bip39gen/cmd/version.go b/bip39gen/cmd/version.go index b5e531ae..150a00ba 100644 --- a/bip39gen/cmd/version.go +++ b/bip39gen/cmd/version.go @@ -6,7 +6,7 @@ import ( "github.com/spf13/cobra" ) -const Bip39GenVersion = "v0.3.51" +const Bip39GenVersion = "v0.3.52" func cmdVersion(cmd *cobra.Command, args []string) error { fmt.Println(Bip39GenVersion) diff --git a/build-tools/update_version.py b/build-tools/update_version.py index bedc22ae..86d21510 100644 --- a/build-tools/update_version.py +++ b/build-tools/update_version.py @@ -1,7 +1,7 @@ import re import sys -version = "v0.3.51" +version = "v0.3.52" if len(sys.argv) != 2: print("Usage: python3 update_version.py ") diff --git a/ipfs-api/README.md b/ipfs-api/README.md index 11b9acfd..75ff439f 100644 --- a/ipfs-api/README.md +++ b/ipfs-api/README.md @@ -5,7 +5,7 @@ A command-line interface (CLI) for interacting with the IPFS API, providing func To install the CLI, clone the repository and build the project using Go.= or dowload from existing release ``` -TOOLS_VERSION="v0.3.51" && rm -rfv /tmp/ipfs-api && \ +TOOLS_VERSION="v0.3.52" && rm -rfv /tmp/ipfs-api && \ safeWget /tmp/ipfs-api.deb "https://github.com/KiraCore/tools/releases/download/$TOOLS_VERSION/ipfs-api-$(getPlatform)-$(getArch).deb" "QmeqFDLGfwoWgCy2ZEFXerVC5XW8c5xgRyhK5bLArBr2ue" && \ dpkg-deb -x /tmp/ipfs-api.deb /tmp/ipfs-api && cp -fv "/tmp/ipfs-api/bin/ipfs-api" /usr/local/bin/ipfs-api && chmod -v 755 /usr/local/bin/ipfs-api && \ ipfs-api version diff --git a/ipfs-api/types/constants.go b/ipfs-api/types/constants.go index c4c612fd..a5247358 100644 --- a/ipfs-api/types/constants.go +++ b/ipfs-api/types/constants.go @@ -1,7 +1,7 @@ package types const ( - IpfsApiVersion = "v0.3.51" + IpfsApiVersion = "v0.3.52" // Pinata v1 constants BASE_URL = "https://api.pinata.cloud" diff --git a/scripts/version.sh b/scripts/version.sh index cb892df1..51b73c55 100644 --- a/scripts/version.sh +++ b/scripts/version.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -echo "v0.3.51" +echo "v0.3.52" diff --git a/validator-key-gen/README.md b/validator-key-gen/README.md index 1df19f33..6652bc33 100644 --- a/validator-key-gen/README.md +++ b/validator-key-gen/README.md @@ -5,7 +5,7 @@ Validator Key Generator is a CLI tool that generates validator keys, node keys, ### Setup from binary file ```bash -TOOLS_VERSION="v0.3.51" +TOOLS_VERSION="v0.3.52" # Quick-Install bash-utils or see root repository README file for secure download FILE_NAME="bash-utils.sh" && \ diff --git a/validator-key-gen/main.go b/validator-key-gen/main.go index b8ce8be7..a5147519 100644 --- a/validator-key-gen/main.go +++ b/validator-key-gen/main.go @@ -9,7 +9,7 @@ import ( valkeygen "github.com/KiraCore/tools/validator-key-gen/ValKeyGen" ) -const PrivValidatorKeyGenVersion = "v0.3.51" +const PrivValidatorKeyGenVersion = "v0.3.52" func main() {