diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 897ca803..bf16bb29 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -11,7 +11,7 @@ body: attributes: label: Affected Version description: What version of scripts are you running? - placeholder: "v3.0.0" + placeholder: "v3.0.1" validations: required: true - type: dropdown diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7b6faaf3..03b92b2e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,4 @@ ______________________________________ -I confirm that I have read the [Contributor Agreement v1.1](https://github.com/tegonal/scripts/blob/v3.0.0/.github/Contributor%20Agreement.txt), agree to be bound on them and confirm that my contribution is compliant. +I confirm that I have read the [Contributor Agreement v1.1](https://github.com/tegonal/scripts/blob/v3.0.1/.github/Contributor%20Agreement.txt), agree to be bound on them and confirm that my contribution is compliant. diff --git a/.gt/remotes/tegonal-gh-commons/pull-hook.sh b/.gt/remotes/tegonal-gh-commons/pull-hook.sh index 657d40e4..85d15507 100755 --- a/.gt/remotes/tegonal-gh-commons/pull-hook.sh +++ b/.gt/remotes/tegonal-gh-commons/pull-hook.sh @@ -6,12 +6,12 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.1.0-SNAPSHOT +# Version: v3.0.1 ################################### set -euo pipefail shopt -s inherit_errexit unset CDPATH -TEGONAL_SCRIPTS_LATEST_VERSION="v3.0.0" +TEGONAL_SCRIPTS_LATEST_VERSION="v3.0.1" if ! [[ -v dir_of_github_commons ]]; then dir_of_github_commons="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/lib/src" diff --git a/README.md b/README.md index 5d4ca511..df691361 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ - -[![Download](https://img.shields.io/badge/Download-v3.0.0-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v3.0.0) + - + # Scripts of Tegonal @@ -20,13 +20,13 @@ There are scripts which we use over and over again in different projects. As they might be usable for you as well, we are publishing them here. Feel free to use it and report bugs if you should find one. ---- + **Table of Content** @@ -39,7 +39,7 @@ version: [README of v3.0.0](https://github.com/tegonal/scripts/tree/v3.0.0/READM We recommend you pull the scripts with the help of [gt](https://github.com/tegonal/gt). Alternatively you can -[![Download](https://img.shields.io/badge/Download-v3.0.0-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v3.0.0) +[![Download](https://img.shields.io/badge/Download-v3.0.1-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v3.0.1) the sources. Following the commands you need to execute to set up tegonal scripts via [gt](https://github.com/tegonal/gt). @@ -51,7 +51,7 @@ gt remote add -r tegonal-scripts -u https://github.com/tegonal/scripts Now you can pull the scripts you want via: ```bash -export TEGONAL_SCRIPTS_VERSION="v3.0.0" +export TEGONAL_SCRIPTS_VERSION="v3.0.1" gt pull -r tegonal-scripts -t "$TEGONAL_SCRIPTS_VERSION" -p ... ``` @@ -61,7 +61,7 @@ Many of the scripts depend on further scripts located in `src/utility`. Therefore, for simplicity reasons, we recommend you pull `src/setup.sh` and all files in `src/utility` in addition: ``` -export TEGONAL_SCRIPTS_VERSION="v3.0.0" +export TEGONAL_SCRIPTS_VERSION="v3.0.1" gt pull -r tegonal-scripts -t "$TEGONAL_SCRIPTS_VERSION" -p src/setup.sh gt pull -r tegonal-scripts -t "$TEGONAL_SCRIPTS_VERSION" -p src/utility/ ``` @@ -254,7 +254,7 @@ Parameters: --version prints the version of this script INFO: Version of deploy.sh is: -v3.1.0-SNAPSHOT +v3.0.1 ``` @@ -370,7 +370,7 @@ Parameters: --version prints the version of this script INFO: Version of release-files.sh is: -v3.1.0-SNAPSHOT +v3.0.1 ``` @@ -456,7 +456,7 @@ Parameters: --version prints the version of this script INFO: Version of prepare-files-next-dev-cycle.sh is: -v3.1.0-SNAPSHOT +v3.0.1 ``` @@ -557,7 +557,7 @@ Parameters: --version prints the version of this script INFO: Version of release-template.sh is: -v3.1.0-SNAPSHOT +v3.0.1 ``` @@ -640,7 +640,7 @@ Parameters: --version prints the version of this script INFO: Version of prepare-next-dev-cycle-template.sh is: -v3.1.0-SNAPSHOT +v3.0.1 ``` @@ -715,7 +715,7 @@ Parameters: --version prints the version of this script INFO: Version of pre-release-checks-git.sh is: -v3.1.0-SNAPSHOT +v3.0.1 ``` @@ -770,7 +770,7 @@ Parameters: --version prints the version of this script INFO: Version of update-version-common-steps.sh is: -v3.1.0-SNAPSHOT +v3.0.1 ``` @@ -858,7 +858,7 @@ update-version-README.sh -v v0.1.0 -f ./docs/index.md update-version-README.sh -v v0.1.0 -p "(VERSION=['\"])[^'\"]+(['\"])" INFO: Version of update-version-README.sh is: -v3.1.0-SNAPSHOT +v3.0.1 ``` @@ -917,7 +917,7 @@ update-version-scripts.sh -v v0.1.0 -d ./scripts update-version-scripts.sh -v v0.1.0 -p "(VERSION=['\"])[^'\"]+(['\"])" INFO: Version of update-version-scripts.sh is: -v3.1.0-SNAPSHOT +v3.0.1 ``` @@ -976,7 +976,7 @@ update-version-issue-templates.sh -v v0.1.0 -d ./tpls update-version-issue-templates.sh -v v0.1.0 -p "(VERSION=['\"])[^'\"]+(['\"])" INFO: Version of update-version-issue-templates.sh is: -v3.1.0-SNAPSHOT +v3.0.1 ``` @@ -1049,7 +1049,7 @@ toggle-sections.sh -c main toggle-sections.sh -c release -f ./docs/index.md INFO: Version of toggle-sections.sh is: -v3.1.0-SNAPSHOT +v3.0.1 ``` @@ -1104,7 +1104,7 @@ sneak-peek-banner.sh -c hide sneak-peek-banner.sh -c show -f ./docs/index.md INFO: Version of sneak-peek-banner.sh is: -v3.1.0-SNAPSHOT +v3.0.1 ``` diff --git a/scripts/before-pr.sh b/scripts/before-pr.sh index b78f55db..2c2bd569 100755 --- a/scripts/before-pr.sh +++ b/scripts/before-pr.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.1.0-SNAPSHOT +# Version: v3.0.1 ################################### set -euo pipefail shopt -s inherit_errexit diff --git a/scripts/check-in-bug-template.sh b/scripts/check-in-bug-template.sh index ad731d41..87448ab7 100755 --- a/scripts/check-in-bug-template.sh +++ b/scripts/check-in-bug-template.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.1.0-SNAPSHOT +# Version: v3.0.1 ################################### set -euo pipefail shopt -s inherit_errexit diff --git a/scripts/cleanup-on-push-to-main.sh b/scripts/cleanup-on-push-to-main.sh index 2963bc0d..a81c52a7 100755 --- a/scripts/cleanup-on-push-to-main.sh +++ b/scripts/cleanup-on-push-to-main.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.1.0-SNAPSHOT +# Version: v3.0.1 ################################### set -euo pipefail shopt -s inherit_errexit diff --git a/scripts/prepare-next-dev-cycle.sh b/scripts/prepare-next-dev-cycle.sh index a9b73b6b..51a03341 100755 --- a/scripts/prepare-next-dev-cycle.sh +++ b/scripts/prepare-next-dev-cycle.sh @@ -6,12 +6,12 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.1.0-SNAPSHOT +# Version: v3.0.1 ################################### set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v3.1.0-SNAPSHOT' +export TEGONAL_SCRIPTS_VERSION='v3.0.1' if ! [[ -v scriptsDir ]]; then scriptsDir="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)" diff --git a/scripts/release.sh b/scripts/release.sh index 7fb4f26a..6be630ab 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -6,12 +6,12 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.1.0-SNAPSHOT +# Version: v3.0.1 ################################### set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v3.1.0-SNAPSHOT' +export TEGONAL_SCRIPTS_VERSION='v3.0.1' if ! [[ -v scriptsDir ]]; then scriptsDir="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)" diff --git a/scripts/run-shellcheck.sh b/scripts/run-shellcheck.sh index b0e0205c..be178a89 100755 --- a/scripts/run-shellcheck.sh +++ b/scripts/run-shellcheck.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.1.0-SNAPSHOT +# Version: v3.0.1 ################################### set -euo pipefail shopt -s inherit_errexit diff --git a/src/ci/install-shellcheck.sh b/src/ci/install-shellcheck.sh index a9df65fa..60bb1f44 100755 --- a/src/ci/install-shellcheck.sh +++ b/src/ci/install-shellcheck.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.1.0-SNAPSHOT +# Version: v3.0.1 ####### Description ############# # # function which searches for *.sh files within defined paths (directories or a single *.sh) and diff --git a/src/ci/install-shellcheck.sh.sig b/src/ci/install-shellcheck.sh.sig index 4278c4e4..bdc1b0dd 100644 Binary files a/src/ci/install-shellcheck.sh.sig and b/src/ci/install-shellcheck.sh.sig differ diff --git a/src/ci/install-shellspec.sh b/src/ci/install-shellspec.sh index 3f6fdbb0..a54a8f4d 100755 --- a/src/ci/install-shellspec.sh +++ b/src/ci/install-shellspec.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.1.0-SNAPSHOT +# Version: v3.0.1 ####### Description ############# # # function which searches for *.sh files within defined paths (directories or a single *.sh) and diff --git a/src/ci/install-shellspec.sh.sig b/src/ci/install-shellspec.sh.sig index 0cc48d0a..fae465ce 100644 Binary files a/src/ci/install-shellspec.sh.sig and b/src/ci/install-shellspec.sh.sig differ diff --git a/src/ci/jelastic/deploy.sh b/src/ci/jelastic/deploy.sh index 38441ce9..a6ac7a5b 100755 --- a/src/ci/jelastic/deploy.sh +++ b/src/ci/jelastic/deploy.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.1.0-SNAPSHOT +# Version: v3.0.1 ####### Description ############# # # function which helps deploying an image to a jelastic instance @@ -39,7 +39,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v3.1.0-SNAPSHOT' +export TEGONAL_SCRIPTS_VERSION='v3.0.1' if ! [[ -v dir_of_tegonal_scripts ]]; then dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/../.." diff --git a/src/ci/jelastic/deploy.sh.sig b/src/ci/jelastic/deploy.sh.sig index 1b310855..952d6529 100644 Binary files a/src/ci/jelastic/deploy.sh.sig and b/src/ci/jelastic/deploy.sh.sig differ diff --git a/src/ci/jelastic/utils.sh b/src/ci/jelastic/utils.sh index 946e8a96..eccadad2 100755 --- a/src/ci/jelastic/utils.sh +++ b/src/ci/jelastic/utils.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.1.0-SNAPSHOT +# Version: v3.0.1 ####### Description ############# # # function which helps deploying an image to a jelastic instance @@ -39,7 +39,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v3.1.0-SNAPSHOT' +export TEGONAL_SCRIPTS_VERSION='v3.0.1' if ! [[ -v dir_of_tegonal_scripts ]]; then dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/../.." diff --git a/src/ci/jelastic/utils.sh.sig b/src/ci/jelastic/utils.sh.sig index 557c5869..6314046d 100644 Binary files a/src/ci/jelastic/utils.sh.sig and b/src/ci/jelastic/utils.sh.sig differ diff --git a/src/qa/run-shellcheck.sh b/src/qa/run-shellcheck.sh index b117a9ee..661c668b 100755 --- a/src/qa/run-shellcheck.sh +++ b/src/qa/run-shellcheck.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.1.0-SNAPSHOT +# Version: v3.0.1 ####### Description ############# # # function which searches for *.sh files within defined paths (directories or a single *.sh) and diff --git a/src/qa/run-shellcheck.sh.sig b/src/qa/run-shellcheck.sh.sig index 575bf50d..9e08e606 100644 Binary files a/src/qa/run-shellcheck.sh.sig and b/src/qa/run-shellcheck.sh.sig differ diff --git a/src/releasing/common-constants.source.sh b/src/releasing/common-constants.source.sh index 84d06d21..83019dac 100644 --- a/src/releasing/common-constants.source.sh +++ b/src/releasing/common-constants.source.sh @@ -6,7 +6,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / Copyright 2022 Tegonal Genossenschaft # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License 1.2 # /___/ Please report bugs and contribute back your improvements -# Version: v3.1.0-SNAPSHOT +# Version: v3.0.1 ####### Description ############# # # constants intended to be sourced into a function diff --git a/src/releasing/common-constants.source.sh.sig b/src/releasing/common-constants.source.sh.sig index 91a9e966..087a743f 100644 Binary files a/src/releasing/common-constants.source.sh.sig and b/src/releasing/common-constants.source.sh.sig differ diff --git a/src/releasing/deduce-next-version.source.sh b/src/releasing/deduce-next-version.source.sh index e6603ab4..37959136 100644 --- a/src/releasing/deduce-next-version.source.sh +++ b/src/releasing/deduce-next-version.source.sh @@ -7,7 +7,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.1.0-SNAPSHOT +# Version: v3.0.1 ####### Description ############# # # intended to be sourced into a function which expects params version and nextVersion diff --git a/src/releasing/deduce-next-version.source.sh.sig b/src/releasing/deduce-next-version.source.sh.sig index 51581a82..360d0b6c 100644 Binary files a/src/releasing/deduce-next-version.source.sh.sig and b/src/releasing/deduce-next-version.source.sh.sig differ diff --git a/src/releasing/pre-release-checks-git.sh b/src/releasing/pre-release-checks-git.sh index bb020ccb..d580cc7b 100755 --- a/src/releasing/pre-release-checks-git.sh +++ b/src/releasing/pre-release-checks-git.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.1.0-SNAPSHOT +# Version: v3.0.1 ####### Description ############# # # Checks that releasing a certain version (creating a corresponding git tag) makes sense: We check: @@ -34,7 +34,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v3.1.0-SNAPSHOT' +export TEGONAL_SCRIPTS_VERSION='v3.0.1' if ! [[ -v dir_of_tegonal_scripts ]]; then dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.." diff --git a/src/releasing/pre-release-checks-git.sh.sig b/src/releasing/pre-release-checks-git.sh.sig index f33c7e96..ea477e17 100644 Binary files a/src/releasing/pre-release-checks-git.sh.sig and b/src/releasing/pre-release-checks-git.sh.sig differ diff --git a/src/releasing/prepare-files-next-dev-cycle.sh b/src/releasing/prepare-files-next-dev-cycle.sh index 2c2a8ac7..fb5d9e8b 100755 --- a/src/releasing/prepare-files-next-dev-cycle.sh +++ b/src/releasing/prepare-files-next-dev-cycle.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.1.0-SNAPSHOT +# Version: v3.0.1 ####### Description ############# # # Prepare the next dev cycle for files based on conventions: @@ -60,7 +60,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v3.1.0-SNAPSHOT' +export TEGONAL_SCRIPTS_VERSION='v3.0.1' if ! [[ -v dir_of_tegonal_scripts ]]; then dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.." diff --git a/src/releasing/prepare-files-next-dev-cycle.sh.sig b/src/releasing/prepare-files-next-dev-cycle.sh.sig index e413f811..359e68c3 100644 Binary files a/src/releasing/prepare-files-next-dev-cycle.sh.sig and b/src/releasing/prepare-files-next-dev-cycle.sh.sig differ diff --git a/src/releasing/prepare-next-dev-cycle-template.sh b/src/releasing/prepare-next-dev-cycle-template.sh index 8f96fa70..42b75ade 100755 --- a/src/releasing/prepare-next-dev-cycle-template.sh +++ b/src/releasing/prepare-next-dev-cycle-template.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.1.0-SNAPSHOT +# Version: v3.0.1 ####### Description ############# # # Prepares the next dev cycle based on conventions: @@ -61,7 +61,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v3.1.0-SNAPSHOT' +export TEGONAL_SCRIPTS_VERSION='v3.0.1' if ! [[ -v dir_of_tegonal_scripts ]]; then dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.." diff --git a/src/releasing/prepare-next-dev-cycle-template.sh.sig b/src/releasing/prepare-next-dev-cycle-template.sh.sig index 89e103ac..87393290 100644 Binary files a/src/releasing/prepare-next-dev-cycle-template.sh.sig and b/src/releasing/prepare-next-dev-cycle-template.sh.sig differ diff --git a/src/releasing/release-files.sh b/src/releasing/release-files.sh index c5ea1985..39cfc57c 100755 --- a/src/releasing/release-files.sh +++ b/src/releasing/release-files.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.1.0-SNAPSHOT +# Version: v3.0.1 ####### Description ############# # # Releasing files based on conventions: @@ -75,7 +75,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v3.1.0-SNAPSHOT' +export TEGONAL_SCRIPTS_VERSION='v3.0.1' if ! [[ -v dir_of_tegonal_scripts ]]; then dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.." diff --git a/src/releasing/release-files.sh.sig b/src/releasing/release-files.sh.sig index 284779fa..cd37608b 100644 Binary files a/src/releasing/release-files.sh.sig and b/src/releasing/release-files.sh.sig differ diff --git a/src/releasing/release-template.sh b/src/releasing/release-template.sh index b9b58060..a49a92fe 100755 --- a/src/releasing/release-template.sh +++ b/src/releasing/release-template.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.1.0-SNAPSHOT +# Version: v3.0.1 ####### Description ############# # # Defines a release process template where some conventions are defined: @@ -80,7 +80,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v3.1.0-SNAPSHOT' +export TEGONAL_SCRIPTS_VERSION='v3.0.1' if ! [[ -v dir_of_tegonal_scripts ]]; then dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.." diff --git a/src/releasing/release-template.sh.sig b/src/releasing/release-template.sh.sig index ae86b4a0..f186ad42 100644 Binary files a/src/releasing/release-template.sh.sig and b/src/releasing/release-template.sh.sig differ diff --git a/src/releasing/sneak-peek-banner.sh b/src/releasing/sneak-peek-banner.sh index 30362dda..68e29e98 100755 --- a/src/releasing/sneak-peek-banner.sh +++ b/src/releasing/sneak-peek-banner.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.1.0-SNAPSHOT +# Version: v3.0.1 ####### Description ############# # # Shows or hides the sneak peek banner @@ -32,7 +32,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v3.1.0-SNAPSHOT' +export TEGONAL_SCRIPTS_VERSION='v3.0.1' if ! [[ -v dir_of_tegonal_scripts ]]; then dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.." diff --git a/src/releasing/sneak-peek-banner.sh.sig b/src/releasing/sneak-peek-banner.sh.sig index 980c93d9..3716abe6 100644 Binary files a/src/releasing/sneak-peek-banner.sh.sig and b/src/releasing/sneak-peek-banner.sh.sig differ diff --git a/src/releasing/toggle-sections.sh b/src/releasing/toggle-sections.sh index c7cfefa9..fcbd64e5 100755 --- a/src/releasing/toggle-sections.sh +++ b/src/releasing/toggle-sections.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.1.0-SNAPSHOT +# Version: v3.0.1 ####### Description ############# # # Searches for ... as well as for @@ -36,7 +36,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v3.1.0-SNAPSHOT' +export TEGONAL_SCRIPTS_VERSION='v3.0.1' if ! [[ -v dir_of_tegonal_scripts ]]; then dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.." diff --git a/src/releasing/toggle-sections.sh.sig b/src/releasing/toggle-sections.sh.sig index 34980f9d..7c6b2633 100644 Binary files a/src/releasing/toggle-sections.sh.sig and b/src/releasing/toggle-sections.sh.sig differ diff --git a/src/releasing/update-version-README.sh b/src/releasing/update-version-README.sh index 308ee056..e824193d 100755 --- a/src/releasing/update-version-README.sh +++ b/src/releasing/update-version-README.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.1.0-SNAPSHOT +# Version: v3.0.1 ####### Description ############# # # Replaces the version used in download badge(s) and in the sneak peek banner @@ -32,7 +32,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v3.1.0-SNAPSHOT' +export TEGONAL_SCRIPTS_VERSION='v3.0.1' if ! [[ -v dir_of_tegonal_scripts ]]; then dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.." diff --git a/src/releasing/update-version-README.sh.sig b/src/releasing/update-version-README.sh.sig index 20011396..0524155c 100644 Binary files a/src/releasing/update-version-README.sh.sig and b/src/releasing/update-version-README.sh.sig differ diff --git a/src/releasing/update-version-common-steps.sh b/src/releasing/update-version-common-steps.sh index 3fdb8e8b..3a311c1b 100755 --- a/src/releasing/update-version-common-steps.sh +++ b/src/releasing/update-version-common-steps.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.1.0-SNAPSHOT +# Version: v3.0.1 ####### Description ############# # # Carry out some common update version steps either during releasing or in preparing the next dev cycle (indicated via @@ -56,7 +56,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v3.1.0-SNAPSHOT' +export TEGONAL_SCRIPTS_VERSION='v3.0.1' if ! [[ -v dir_of_tegonal_scripts ]]; then dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.." diff --git a/src/releasing/update-version-common-steps.sh.sig b/src/releasing/update-version-common-steps.sh.sig index a2f062da..91f8adc6 100644 Binary files a/src/releasing/update-version-common-steps.sh.sig and b/src/releasing/update-version-common-steps.sh.sig differ diff --git a/src/releasing/update-version-issue-templates.sh b/src/releasing/update-version-issue-templates.sh index bb4feeb9..991723f9 100755 --- a/src/releasing/update-version-issue-templates.sh +++ b/src/releasing/update-version-issue-templates.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.1.0-SNAPSHOT +# Version: v3.0.1 ####### Description ############# # # Updates the placeholder of all labels named `Affected Version` in issue templates. @@ -32,7 +32,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v3.1.0-SNAPSHOT' +export TEGONAL_SCRIPTS_VERSION='v3.0.1' if ! [[ -v dir_of_tegonal_scripts ]]; then dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.." diff --git a/src/releasing/update-version-issue-templates.sh.sig b/src/releasing/update-version-issue-templates.sh.sig index ec92b0aa..607d9f7c 100644 Binary files a/src/releasing/update-version-issue-templates.sh.sig and b/src/releasing/update-version-issue-templates.sh.sig differ diff --git a/src/releasing/update-version-scripts.sh b/src/releasing/update-version-scripts.sh index aa46a854..6497276b 100755 --- a/src/releasing/update-version-scripts.sh +++ b/src/releasing/update-version-scripts.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.1.0-SNAPSHOT +# Version: v3.0.1 ####### Description ############# # # Updates the version which is placed before the `Description` section in bash files (line 8 in this file). @@ -32,7 +32,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v3.1.0-SNAPSHOT' +export TEGONAL_SCRIPTS_VERSION='v3.0.1' if ! [[ -v dir_of_tegonal_scripts ]]; then dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.." diff --git a/src/releasing/update-version-scripts.sh.sig b/src/releasing/update-version-scripts.sh.sig index 5d23a201..b0a4d7af 100644 Binary files a/src/releasing/update-version-scripts.sh.sig and b/src/releasing/update-version-scripts.sh.sig differ diff --git a/src/setup.sh b/src/setup.sh index 67dc4981..9bd3089b 100644 --- a/src/setup.sh +++ b/src/setup.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.1.0-SNAPSHOT +# Version: v3.0.1 ####### Description ############# # # script which should be sourced and sets up variables and functions for the scripts diff --git a/src/setup.sh.sig b/src/setup.sh.sig index b22483e6..854c3278 100644 Binary files a/src/setup.sh.sig and b/src/setup.sh.sig differ diff --git a/src/utility/array-utils.sh b/src/utility/array-utils.sh index ca651827..ec0cafde 100644 --- a/src/utility/array-utils.sh +++ b/src/utility/array-utils.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.1.0-SNAPSHOT +# Version: v3.0.1 ####### Description ############# # # utility functions for dealing with arrays diff --git a/src/utility/array-utils.sh.sig b/src/utility/array-utils.sh.sig index 6e9800df..be684edf 100644 Binary files a/src/utility/array-utils.sh.sig and b/src/utility/array-utils.sh.sig differ diff --git a/src/utility/ask.sh b/src/utility/ask.sh index d4f35aa0..a9445f9a 100644 --- a/src/utility/ask.sh +++ b/src/utility/ask.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.1.0-SNAPSHOT +# Version: v3.0.1 ####### Description ############# # # Utility functions to ask the user something via input. diff --git a/src/utility/ask.sh.sig b/src/utility/ask.sh.sig index 54aee5aa..d96ef755 100644 Binary files a/src/utility/ask.sh.sig and b/src/utility/ask.sh.sig differ diff --git a/src/utility/checks.sh b/src/utility/checks.sh index ed0612a9..c5cbfb05 100644 --- a/src/utility/checks.sh +++ b/src/utility/checks.sh @@ -7,7 +7,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.1.0-SNAPSHOT +# Version: v3.0.1 ####### Description ############# # # Functions to check declarations diff --git a/src/utility/checks.sh.sig b/src/utility/checks.sh.sig index f53acd58..cd9430f2 100644 Binary files a/src/utility/checks.sh.sig and b/src/utility/checks.sh.sig differ diff --git a/src/utility/execute-if-defined.sh b/src/utility/execute-if-defined.sh index 6ea8d54c..d8287c2a 100644 --- a/src/utility/execute-if-defined.sh +++ b/src/utility/execute-if-defined.sh @@ -7,7 +7,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.1.0-SNAPSHOT +# Version: v3.0.1 ####### Description ############# # # Utility functions wrapping printf and prefixing the message with a coloured INFO, WARNING or ERROR. diff --git a/src/utility/execute-if-defined.sh.sig b/src/utility/execute-if-defined.sh.sig index 86b34724..41267f88 100644 Binary files a/src/utility/execute-if-defined.sh.sig and b/src/utility/execute-if-defined.sh.sig differ diff --git a/src/utility/git-utils.sh b/src/utility/git-utils.sh index 3e905dc8..f529fe76 100644 --- a/src/utility/git-utils.sh +++ b/src/utility/git-utils.sh @@ -5,7 +5,7 @@ # / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache License 2.0 # \__/\__/\_, /\___/_//_/\_,_/_/ Please remotert bugs and contribute back your improvements # /___/ -# Version: v3.1.0-SNAPSHOT +# Version: v3.0.1 # ####### Description ############# # diff --git a/src/utility/git-utils.sh.sig b/src/utility/git-utils.sh.sig index 2d66d01b..2a2f1c4f 100644 Binary files a/src/utility/git-utils.sh.sig and b/src/utility/git-utils.sh.sig differ diff --git a/src/utility/gpg-utils.sh b/src/utility/gpg-utils.sh index 3ca84c47..96fa83c0 100644 --- a/src/utility/gpg-utils.sh +++ b/src/utility/gpg-utils.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.1.0-SNAPSHOT +# Version: v3.0.1 ####### Description ############# # # utility functions for dealing with gpg diff --git a/src/utility/gpg-utils.sh.sig b/src/utility/gpg-utils.sh.sig index 3e1cb0b6..99e9f237 100644 Binary files a/src/utility/gpg-utils.sh.sig and b/src/utility/gpg-utils.sh.sig differ diff --git a/src/utility/http.sh b/src/utility/http.sh index 971169e4..08fd35e8 100644 --- a/src/utility/http.sh +++ b/src/utility/http.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.1.0-SNAPSHOT +# Version: v3.0.1 ####### Description ############# # # utility function dealing with fetching files via http @@ -29,7 +29,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v3.1.0-SNAPSHOT' +export TEGONAL_SCRIPTS_VERSION='v3.0.1' if ! [[ -v dir_of_tegonal_scripts ]]; then dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.." diff --git a/src/utility/http.sh.sig b/src/utility/http.sh.sig index 78c8ef92..a2a1c543 100644 Binary files a/src/utility/http.sh.sig and b/src/utility/http.sh.sig differ diff --git a/src/utility/io.sh b/src/utility/io.sh index bc38becc..616c6fc9 100644 --- a/src/utility/io.sh +++ b/src/utility/io.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.1.0-SNAPSHOT +# Version: v3.0.1 ####### Description ############# # # utility function dealing with Input/Ouput diff --git a/src/utility/io.sh.sig b/src/utility/io.sh.sig index eceb6b61..96fac405 100644 Binary files a/src/utility/io.sh.sig and b/src/utility/io.sh.sig differ diff --git a/src/utility/log.sh b/src/utility/log.sh index d9afd279..40f63a58 100644 --- a/src/utility/log.sh +++ b/src/utility/log.sh @@ -7,7 +7,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.1.0-SNAPSHOT +# Version: v3.0.1 ####### Description ############# # # Utility functions wrapping printf and prefixing the message with a coloured INFO, WARNING or ERROR. diff --git a/src/utility/log.sh.sig b/src/utility/log.sh.sig index c37951fc..d180365f 100644 Binary files a/src/utility/log.sh.sig and b/src/utility/log.sh.sig differ diff --git a/src/utility/parse-args.sh b/src/utility/parse-args.sh index 51285d6b..964e4897 100644 --- a/src/utility/parse-args.sh +++ b/src/utility/parse-args.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.1.0-SNAPSHOT +# Version: v3.0.1 ####### Description ############# # # Intended to parse command line arguments. Provides a simple way to parse named arguments including a documentation diff --git a/src/utility/parse-args.sh.sig b/src/utility/parse-args.sh.sig index 7597bf8e..cb019ef9 100644 Binary files a/src/utility/parse-args.sh.sig and b/src/utility/parse-args.sh.sig differ diff --git a/src/utility/parse-commands.sh b/src/utility/parse-commands.sh index a736392f..a7ebed3a 100644 --- a/src/utility/parse-commands.sh +++ b/src/utility/parse-commands.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.1.0-SNAPSHOT +# Version: v3.0.1 ####### Description ############# # # Intended to parse command line arguments of a script which uses commands and delegates accordingly. diff --git a/src/utility/parse-commands.sh.sig b/src/utility/parse-commands.sh.sig index 53bfd657..0a523ed2 100644 Binary files a/src/utility/parse-commands.sh.sig and b/src/utility/parse-commands.sh.sig differ diff --git a/src/utility/parse-fn-args.sh b/src/utility/parse-fn-args.sh index f520b3a6..765fbcee 100644 --- a/src/utility/parse-fn-args.sh +++ b/src/utility/parse-fn-args.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.1.0-SNAPSHOT +# Version: v3.0.1 ####### Description ############# # # Intended to parse positional function parameters including assignment and check if there are enough arguments diff --git a/src/utility/parse-fn-args.sh.sig b/src/utility/parse-fn-args.sh.sig index 52622c67..e388b87b 100644 Binary files a/src/utility/parse-fn-args.sh.sig and b/src/utility/parse-fn-args.sh.sig differ diff --git a/src/utility/parse-utils.sh b/src/utility/parse-utils.sh index 14b0cecf..6fd99591 100644 --- a/src/utility/parse-utils.sh +++ b/src/utility/parse-utils.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.1.0-SNAPSHOT +# Version: v3.0.1 ####### Description ############# # # Intended to parse command line arguments. Provides a simple way to parse named arguments including a documentation diff --git a/src/utility/parse-utils.sh.sig b/src/utility/parse-utils.sh.sig index 2f42af78..6e775bfc 100644 Binary files a/src/utility/parse-utils.sh.sig and b/src/utility/parse-utils.sh.sig differ diff --git a/src/utility/recursive-declare-p.sh b/src/utility/recursive-declare-p.sh index 963fcf52..7e013e4f 100644 --- a/src/utility/recursive-declare-p.sh +++ b/src/utility/recursive-declare-p.sh @@ -7,7 +7,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.1.0-SNAPSHOT +# Version: v3.0.1 ####### Description ############# # # Utility function which returns the `declare` statement of a variable with given name where it recursively calls diff --git a/src/utility/recursive-declare-p.sh.sig b/src/utility/recursive-declare-p.sh.sig index 4928eb72..ea895144 100644 Binary files a/src/utility/recursive-declare-p.sh.sig and b/src/utility/recursive-declare-p.sh.sig differ diff --git a/src/utility/replace-help-snippet.sh b/src/utility/replace-help-snippet.sh index c2d5138e..41d6cd35 100644 --- a/src/utility/replace-help-snippet.sh +++ b/src/utility/replace-help-snippet.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.1.0-SNAPSHOT +# Version: v3.0.1 ####### Description ############# # # Helper script do capture the `--help` output of a script and replace a snippet in HTML based scripts (e.g. in a Markdown script). diff --git a/src/utility/replace-help-snippet.sh.sig b/src/utility/replace-help-snippet.sh.sig index 5c5d593a..35c05f6a 100644 Binary files a/src/utility/replace-help-snippet.sh.sig and b/src/utility/replace-help-snippet.sh.sig differ diff --git a/src/utility/replace-snippet.sh b/src/utility/replace-snippet.sh index e99998eb..2735b5c4 100644 --- a/src/utility/replace-snippet.sh +++ b/src/utility/replace-snippet.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.1.0-SNAPSHOT +# Version: v3.0.1 ####### Description ############# # # Helper script do replace a snippet in HTML based files (e.g. in a Markdown file). diff --git a/src/utility/replace-snippet.sh.sig b/src/utility/replace-snippet.sh.sig index 887c7da0..6e2a6fbe 100644 Binary files a/src/utility/replace-snippet.sh.sig and b/src/utility/replace-snippet.sh.sig differ diff --git a/src/utility/source-once.sh b/src/utility/source-once.sh index e203d860..8dd1f2ba 100644 --- a/src/utility/source-once.sh +++ b/src/utility/source-once.sh @@ -7,7 +7,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.1.0-SNAPSHOT +# Version: v3.0.1 ####### Description ############# # # Utility functions wrapping printf and prefixing the message with a coloured INFO, WARNING or ERROR. diff --git a/src/utility/source-once.sh.sig b/src/utility/source-once.sh.sig index 35409460..c807847d 100644 Binary files a/src/utility/source-once.sh.sig and b/src/utility/source-once.sh.sig differ diff --git a/src/utility/update-bash-docu.sh b/src/utility/update-bash-docu.sh index b78b826d..de8fc7ee 100644 --- a/src/utility/update-bash-docu.sh +++ b/src/utility/update-bash-docu.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.1.0-SNAPSHOT +# Version: v3.0.1 # ####### Description ############# # diff --git a/src/utility/update-bash-docu.sh.sig b/src/utility/update-bash-docu.sh.sig index bd2a7caa..c763f3d8 100644 Binary files a/src/utility/update-bash-docu.sh.sig and b/src/utility/update-bash-docu.sh.sig differ