diff --git a/.gt/remotes/tegonal-gh-commons/pull-hook.sh b/.gt/remotes/tegonal-gh-commons/pull-hook.sh index bafe3b8f..d8e9b47f 100755 --- a/.gt/remotes/tegonal-gh-commons/pull-hook.sh +++ b/.gt/remotes/tegonal-gh-commons/pull-hook.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0 +# Version: v3.5.0-SNAPSHOT ################################### set -euo pipefail shopt -s inherit_errexit diff --git a/README.md b/README.md index 1fefc114..839f1dc9 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ - + - + # 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** @@ -257,7 +257,7 @@ Parameters: --version prints the version of this script INFO: Version of deploy.sh is: -v3.4.0 +v3.5.0-SNAPSHOT ``` @@ -399,7 +399,7 @@ Parameters: --version prints the version of this script INFO: Version of release-files.sh is: -v3.4.0 +v3.5.0-SNAPSHOT ``` @@ -485,7 +485,7 @@ Parameters: --version prints the version of this script INFO: Version of prepare-files-next-dev-cycle.sh is: -v3.4.0 +v3.5.0-SNAPSHOT ``` @@ -586,7 +586,7 @@ Parameters: --version prints the version of this script INFO: Version of release-template.sh is: -v3.4.0 +v3.5.0-SNAPSHOT ``` @@ -669,7 +669,7 @@ Parameters: --version prints the version of this script INFO: Version of prepare-next-dev-cycle-template.sh is: -v3.4.0 +v3.5.0-SNAPSHOT ``` @@ -744,7 +744,7 @@ Parameters: --version prints the version of this script INFO: Version of pre-release-checks-git.sh is: -v3.4.0 +v3.5.0-SNAPSHOT ``` @@ -845,7 +845,7 @@ Parameters: --version prints the version of this script INFO: Version of update-version-common-steps.sh is: -v3.4.0 +v3.5.0-SNAPSHOT ``` @@ -933,7 +933,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.4.0 +v3.5.0-SNAPSHOT ``` @@ -992,7 +992,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.4.0 +v3.5.0-SNAPSHOT ``` @@ -1051,7 +1051,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.4.0 +v3.5.0-SNAPSHOT ``` @@ -1124,7 +1124,7 @@ toggle-sections.sh -c main toggle-sections.sh -c release -f ./docs/index.md INFO: Version of toggle-sections.sh is: -v3.4.0 +v3.5.0-SNAPSHOT ``` @@ -1179,7 +1179,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.4.0 +v3.5.0-SNAPSHOT ``` diff --git a/scripts/before-pr.sh b/scripts/before-pr.sh index adcf1022..645d854e 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.4.0 +# Version: v3.5.0-SNAPSHOT ################################### set -euo pipefail shopt -s inherit_errexit diff --git a/scripts/check-in-bug-template.sh b/scripts/check-in-bug-template.sh index be6db984..d3d58200 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.4.0 +# Version: v3.5.0-SNAPSHOT ################################### 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 349005fd..c702039c 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.4.0 +# Version: v3.5.0-SNAPSHOT ################################### set -euo pipefail shopt -s inherit_errexit diff --git a/scripts/prepare-next-dev-cycle.sh b/scripts/prepare-next-dev-cycle.sh index 52c7a4c9..79109078 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.4.0 +# Version: v3.5.0-SNAPSHOT ################################### set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v3.4.0' +export TEGONAL_SCRIPTS_VERSION='v3.5.0-SNAPSHOT' 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 b603fa98..b927e305 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.4.0 +# Version: v3.5.0-SNAPSHOT ################################### set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v3.4.0' +export TEGONAL_SCRIPTS_VERSION='v3.5.0-SNAPSHOT' 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 a10593e6..ab2135e1 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.4.0 +# Version: v3.5.0-SNAPSHOT ################################### set -euo pipefail shopt -s inherit_errexit diff --git a/src/ci/install-shellcheck.sh b/src/ci/install-shellcheck.sh index e5b2d618..4b159063 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.4.0 +# Version: v3.5.0-SNAPSHOT ####### Description ############# # # function which searches for *.sh files within defined paths (directories or a single *.sh) and diff --git a/src/ci/install-shellspec.sh b/src/ci/install-shellspec.sh index 40d2a8e0..1bf71c31 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.4.0 +# Version: v3.5.0-SNAPSHOT ####### Description ############# # # function which searches for *.sh files within defined paths (directories or a single *.sh) and diff --git a/src/ci/jelastic/deploy.sh b/src/ci/jelastic/deploy.sh index 78b6b583..b1d20dae 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.4.0 +# Version: v3.5.0-SNAPSHOT ####### 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.4.0' +export TEGONAL_SCRIPTS_VERSION='v3.5.0-SNAPSHOT' 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 b/src/ci/jelastic/utils.sh index 66984083..5a637e99 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.4.0 +# Version: v3.5.0-SNAPSHOT ####### 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.4.0' +export TEGONAL_SCRIPTS_VERSION='v3.5.0-SNAPSHOT' 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/qa/run-shellcheck-pull-hooks.sh b/src/qa/run-shellcheck-pull-hooks.sh index cdb68fba..82d121ae 100755 --- a/src/qa/run-shellcheck-pull-hooks.sh +++ b/src/qa/run-shellcheck-pull-hooks.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0 +# Version: v3.5.0-SNAPSHOT ####### Description ############# # # function which analyses pull-hook.sh in the `remotes` directory of the given gt working directory. diff --git a/src/qa/run-shellcheck.sh b/src/qa/run-shellcheck.sh index e45e1585..c1e47c61 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.4.0 +# Version: v3.5.0-SNAPSHOT ####### Description ############# # # function which searches for *.sh files within defined paths (directories or a single *.sh) and diff --git a/src/releasing/common-constants.source.sh b/src/releasing/common-constants.source.sh index 74efff5b..a56fd8d4 100644 --- a/src/releasing/common-constants.source.sh +++ b/src/releasing/common-constants.source.sh @@ -7,7 +7,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License 1.2 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0 +# Version: v3.5.0-SNAPSHOT ####### Description ############# # # constants intended to be sourced into a function diff --git a/src/releasing/deduce-next-version.source.sh b/src/releasing/deduce-next-version.source.sh index 724249f7..a7ebafac 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.4.0 +# Version: v3.5.0-SNAPSHOT ####### Description ############# # # intended to be sourced into a function which expects params version and nextVersion diff --git a/src/releasing/pre-release-checks-git.sh b/src/releasing/pre-release-checks-git.sh index 5327b6ec..a11938b2 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.4.0 +# Version: v3.5.0-SNAPSHOT ####### 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.4.0' +export TEGONAL_SCRIPTS_VERSION='v3.5.0-SNAPSHOT' 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 b/src/releasing/prepare-files-next-dev-cycle.sh index c8a37f9d..d06e2a80 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.4.0 +# Version: v3.5.0-SNAPSHOT ####### 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.4.0' +export TEGONAL_SCRIPTS_VERSION='v3.5.0-SNAPSHOT' 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 b/src/releasing/prepare-next-dev-cycle-template.sh index 1aa03960..02255c91 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.4.0 +# Version: v3.5.0-SNAPSHOT ####### 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.4.0' +export TEGONAL_SCRIPTS_VERSION='v3.5.0-SNAPSHOT' 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 b/src/releasing/release-files.sh index 609a6625..20c5b0c8 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.4.0 +# Version: v3.5.0-SNAPSHOT ####### Description ############# # # Releasing files based on conventions: @@ -75,7 +75,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v3.4.0' +export TEGONAL_SCRIPTS_VERSION='v3.5.0-SNAPSHOT' 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 b/src/releasing/release-template.sh index 2025d192..7e7b5a6d 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.4.0 +# Version: v3.5.0-SNAPSHOT ####### 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.4.0' +export TEGONAL_SCRIPTS_VERSION='v3.5.0-SNAPSHOT' 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/sbt-publish-to-sonatype.sh b/src/releasing/sbt-publish-to-sonatype.sh index 12c3957f..069db01b 100755 --- a/src/releasing/sbt-publish-to-sonatype.sh +++ b/src/releasing/sbt-publish-to-sonatype.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0 +# Version: v3.5.0-SNAPSHOT ####### Description ############# # # Checks if (env) var SONATYPE_USER and SONATYPE_PW is set and if not ask the user to input them (via stdin). @@ -38,7 +38,7 @@ set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v3.4.0' +export TEGONAL_SCRIPTS_VERSION='v3.5.0-SNAPSHOT' 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 b/src/releasing/sneak-peek-banner.sh index 90dffe35..bf8eb16b 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.4.0 +# Version: v3.5.0-SNAPSHOT ####### 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.4.0' +export TEGONAL_SCRIPTS_VERSION='v3.5.0-SNAPSHOT' 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 b/src/releasing/toggle-sections.sh index 4f761f06..79045048 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.4.0 +# Version: v3.5.0-SNAPSHOT ####### 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.4.0' +export TEGONAL_SCRIPTS_VERSION='v3.5.0-SNAPSHOT' 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 b/src/releasing/update-version-README.sh index 0e935807..fba59678 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.4.0 +# Version: v3.5.0-SNAPSHOT ####### 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.4.0' +export TEGONAL_SCRIPTS_VERSION='v3.5.0-SNAPSHOT' 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 b/src/releasing/update-version-common-steps.sh index f1c2245f..9e44308e 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.4.0 +# Version: v3.5.0-SNAPSHOT ####### 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.4.0' +export TEGONAL_SCRIPTS_VERSION='v3.5.0-SNAPSHOT' 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 b/src/releasing/update-version-issue-templates.sh index f4264602..0750ef5f 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.4.0 +# Version: v3.5.0-SNAPSHOT ####### 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.4.0' +export TEGONAL_SCRIPTS_VERSION='v3.5.0-SNAPSHOT' 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 b/src/releasing/update-version-scripts.sh index da85dc0e..ebbab55c 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.4.0 +# Version: v3.5.0-SNAPSHOT ####### 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.4.0' +export TEGONAL_SCRIPTS_VERSION='v3.5.0-SNAPSHOT' 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/setup.sh b/src/setup.sh index 9d8f3805..5e7dd47a 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.4.0 +# Version: v3.5.0-SNAPSHOT ####### Description ############# # # script which should be sourced and sets up variables and functions for the scripts diff --git a/src/utility/array-utils.sh b/src/utility/array-utils.sh index c2e11062..a3aaca1d 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.4.0 +# Version: v3.5.0-SNAPSHOT ####### Description ############# # # utility functions for dealing with arrays diff --git a/src/utility/ask.sh b/src/utility/ask.sh index e8391f31..c01f50b3 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.4.0 +# Version: v3.5.0-SNAPSHOT ####### Description ############# # # Utility functions to ask the user something via input. diff --git a/src/utility/checks.sh b/src/utility/checks.sh index dd5d98e0..fbfa5075 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.4.0 +# Version: v3.5.0-SNAPSHOT ####### Description ############# # # Functions to check declarations diff --git a/src/utility/cleanups.sh b/src/utility/cleanups.sh index 6c968176..6428308f 100644 --- a/src/utility/cleanups.sh +++ b/src/utility/cleanups.sh @@ -7,7 +7,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.4.0 +# Version: v3.5.0-SNAPSHOT ####### Description ############# # # Functions which help in doing cleanup in e.g. scripts/cleanup-on-push-to-main.sh diff --git a/src/utility/execute-if-defined.sh b/src/utility/execute-if-defined.sh index 5ec8d7c6..10cf0a59 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.4.0 +# Version: v3.5.0-SNAPSHOT ####### Description ############# # # Utility functions wrapping printf and prefixing the message with a coloured INFO, WARNING or ERROR. diff --git a/src/utility/git-utils.sh b/src/utility/git-utils.sh index f97b01cf..a2784c34 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 report bugs and contribute back your improvements # /___/ -# Version: v3.4.0 +# Version: v3.5.0-SNAPSHOT # ####### Description ############# # diff --git a/src/utility/gpg-utils.sh b/src/utility/gpg-utils.sh index e28199d1..1729da66 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.4.0 +# Version: v3.5.0-SNAPSHOT ####### Description ############# # # utility functions for dealing with gpg diff --git a/src/utility/http.sh b/src/utility/http.sh index c18d2c7f..16c6e9ae 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.4.0 +# Version: v3.5.0-SNAPSHOT ####### 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.4.0' +export TEGONAL_SCRIPTS_VERSION='v3.5.0-SNAPSHOT' 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/io.sh b/src/utility/io.sh index f2cd4f51..407ba4dd 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.4.0 +# Version: v3.5.0-SNAPSHOT ####### Description ############# # # utility function dealing with Input/Ouput diff --git a/src/utility/log.sh b/src/utility/log.sh index 94aa47a6..0150299b 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.4.0 +# Version: v3.5.0-SNAPSHOT ####### Description ############# # # Utility functions wrapping printf and prefixing the message with a coloured INFO, WARNING or ERROR. diff --git a/src/utility/parse-args.sh b/src/utility/parse-args.sh index 04809ec4..7e0538e8 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.4.0 +# Version: v3.5.0-SNAPSHOT ####### Description ############# # # Intended to parse command line arguments. Provides a simple way to parse named arguments including a documentation diff --git a/src/utility/parse-commands.sh b/src/utility/parse-commands.sh index 1afd75e9..84f3094c 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.4.0 +# Version: v3.5.0-SNAPSHOT ####### Description ############# # # Intended to parse command line arguments of a script which uses commands and delegates accordingly. diff --git a/src/utility/parse-fn-args.sh b/src/utility/parse-fn-args.sh index 974ba6a6..8c0a5f07 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.4.0 +# Version: v3.5.0-SNAPSHOT ####### Description ############# # # Intended to parse positional function parameters including assignment and check if there are enough arguments diff --git a/src/utility/parse-utils.sh b/src/utility/parse-utils.sh index 5c9c3508..d4351678 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.4.0 +# Version: v3.5.0-SNAPSHOT ####### Description ############# # # Intended to parse command line arguments. Provides a simple way to parse named arguments including a documentation diff --git a/src/utility/recursive-declare-p.sh b/src/utility/recursive-declare-p.sh index 4eb72ecb..a6e9fd15 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.4.0 +# Version: v3.5.0-SNAPSHOT ####### Description ############# # # Utility function which returns the `declare` statement of a variable with given name where it recursively calls diff --git a/src/utility/replace-help-snippet.sh b/src/utility/replace-help-snippet.sh index 135366be..652da753 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.4.0 +# Version: v3.5.0-SNAPSHOT ####### 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-snippet.sh b/src/utility/replace-snippet.sh index 2306cdc9..daca9244 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.4.0 +# Version: v3.5.0-SNAPSHOT ####### Description ############# # # Helper script do replace a snippet in HTML based files (e.g. in a Markdown file). diff --git a/src/utility/source-once.sh b/src/utility/source-once.sh index 32f57d1b..212312d5 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.4.0 +# Version: v3.5.0-SNAPSHOT ####### Description ############# # # Utility functions wrapping printf and prefixing the message with a coloured INFO, WARNING or ERROR. diff --git a/src/utility/update-bash-docu.sh b/src/utility/update-bash-docu.sh index 10d04763..d414276b 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.4.0 +# Version: v3.5.0-SNAPSHOT # ####### Description ############# #