From cb5ff1ce4226e2266f223986e33dc0cf05699b5f Mon Sep 17 00:00:00 2001 From: Robert Stoll Date: Sun, 20 Oct 2024 20:30:29 +0200 Subject: [PATCH] prepare next dev cycle for v3.6.0 --- .gt/remotes/tegonal-gh-commons/pull-hook.sh | 2 +- README.md | 36 +++++++++---------- scripts/before-pr.sh | 2 +- scripts/check-in-bug-template.sh | 2 +- scripts/cleanup-on-push-to-main.sh | 2 +- scripts/prepare-next-dev-cycle.sh | 4 +-- scripts/release.sh | 4 +-- scripts/run-shellcheck.sh | 2 +- src/ci/install-shellcheck.sh | 2 +- src/ci/install-shellspec.sh | 2 +- src/ci/jelastic/deploy.sh | 4 +-- src/ci/jelastic/utils.sh | 4 +-- src/qa/run-shellcheck-pull-hooks.sh | 2 +- src/qa/run-shellcheck.sh | 2 +- src/qa/run-shellspec-if-installed.sh | 2 +- src/releasing/common-constants.source.sh | 2 +- src/releasing/deduce-next-version.source.sh | 2 +- src/releasing/pre-release-checks-git.sh | 4 +-- src/releasing/prepare-files-next-dev-cycle.sh | 4 +-- .../prepare-next-dev-cycle-template.sh | 4 +-- src/releasing/release-files.sh | 4 +-- src/releasing/release-template.sh | 4 +-- src/releasing/sbt-publish-to-sonatype.sh | 4 +-- src/releasing/sneak-peek-banner.sh | 4 +-- src/releasing/toggle-sections.sh | 4 +-- src/releasing/update-version-README.sh | 4 +-- src/releasing/update-version-common-steps.sh | 4 +-- .../update-version-issue-templates.sh | 4 +-- src/releasing/update-version-scripts.sh | 4 +-- src/setup.sh | 2 +- src/utility/array-utils.sh | 2 +- src/utility/ask.sh | 2 +- src/utility/checks.sh | 2 +- src/utility/cleanups.sh | 2 +- src/utility/execute-if-defined.sh | 2 +- src/utility/git-utils.sh | 2 +- src/utility/gpg-utils.sh | 2 +- src/utility/http.sh | 4 +-- src/utility/io.sh | 2 +- src/utility/log.sh | 2 +- src/utility/parse-args.sh | 2 +- src/utility/parse-commands.sh | 2 +- src/utility/parse-fn-args.sh | 2 +- src/utility/parse-utils.sh | 2 +- src/utility/recursive-declare-p.sh | 2 +- src/utility/replace-help-snippet.sh | 2 +- src/utility/replace-snippet.sh | 2 +- src/utility/source-once.sh | 2 +- src/utility/update-bash-docu.sh | 2 +- 49 files changed, 83 insertions(+), 83 deletions(-) diff --git a/.gt/remotes/tegonal-gh-commons/pull-hook.sh b/.gt/remotes/tegonal-gh-commons/pull-hook.sh index 9bbe6ae5..abf20e56 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.5.0 +# Version: v3.6.0-SNAPSHOT ################################### set -euo pipefail shopt -s inherit_errexit diff --git a/README.md b/README.md index 07c3f282..4a0dfa91 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.5.0 +v3.6.0-SNAPSHOT ``` @@ -423,7 +423,7 @@ Parameters: --version prints the version of this script INFO: Version of release-files.sh is: -v3.5.0 +v3.6.0-SNAPSHOT ``` @@ -509,7 +509,7 @@ Parameters: --version prints the version of this script INFO: Version of prepare-files-next-dev-cycle.sh is: -v3.5.0 +v3.6.0-SNAPSHOT ``` @@ -610,7 +610,7 @@ Parameters: --version prints the version of this script INFO: Version of release-template.sh is: -v3.5.0 +v3.6.0-SNAPSHOT ``` @@ -693,7 +693,7 @@ Parameters: --version prints the version of this script INFO: Version of prepare-next-dev-cycle-template.sh is: -v3.5.0 +v3.6.0-SNAPSHOT ``` @@ -768,7 +768,7 @@ Parameters: --version prints the version of this script INFO: Version of pre-release-checks-git.sh is: -v3.5.0 +v3.6.0-SNAPSHOT ``` @@ -869,7 +869,7 @@ Parameters: --version prints the version of this script INFO: Version of update-version-common-steps.sh is: -v3.5.0 +v3.6.0-SNAPSHOT ``` @@ -957,7 +957,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.5.0 +v3.6.0-SNAPSHOT ``` @@ -1016,7 +1016,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.5.0 +v3.6.0-SNAPSHOT ``` @@ -1075,7 +1075,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.5.0 +v3.6.0-SNAPSHOT ``` @@ -1148,7 +1148,7 @@ toggle-sections.sh -c main toggle-sections.sh -c release -f ./docs/index.md INFO: Version of toggle-sections.sh is: -v3.5.0 +v3.6.0-SNAPSHOT ``` @@ -1203,7 +1203,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.5.0 +v3.6.0-SNAPSHOT ``` diff --git a/scripts/before-pr.sh b/scripts/before-pr.sh index 4ed5767c..93fc97b9 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.5.0 +# Version: v3.6.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 c5859e5f..7d4f1d65 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.5.0 +# Version: v3.6.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 d1d71191..0d0dfbe3 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.5.0 +# Version: v3.6.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 2a45b220..992f547e 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.5.0 +# Version: v3.6.0-SNAPSHOT ################################### set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v3.5.0' +export TEGONAL_SCRIPTS_VERSION='v3.6.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 63709d67..f7f454f2 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.5.0 +# Version: v3.6.0-SNAPSHOT ################################### set -euo pipefail shopt -s inherit_errexit unset CDPATH -export TEGONAL_SCRIPTS_VERSION='v3.5.0' +export TEGONAL_SCRIPTS_VERSION='v3.6.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 a3ba66ab..430a0852 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.5.0 +# Version: v3.6.0-SNAPSHOT ################################### set -euo pipefail shopt -s inherit_errexit diff --git a/src/ci/install-shellcheck.sh b/src/ci/install-shellcheck.sh index 4e12f8e0..1e590618 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.5.0 +# Version: v3.6.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 fefcebb6..6a899b6b 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.5.0 +# Version: v3.6.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 d06ee8b9..7329232b 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.5.0 +# Version: v3.6.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.5.0' +export TEGONAL_SCRIPTS_VERSION='v3.6.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 88752c00..43af0568 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.5.0 +# Version: v3.6.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.5.0' +export TEGONAL_SCRIPTS_VERSION='v3.6.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 96b93697..7f7b3ec9 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.5.0 +# Version: v3.6.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 c446cc0d..9f2c5d5e 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.5.0 +# Version: v3.6.0-SNAPSHOT ####### Description ############# # # function which searches for *.sh files within defined paths (directories or a single *.sh) and diff --git a/src/qa/run-shellspec-if-installed.sh b/src/qa/run-shellspec-if-installed.sh index b4c72070..d2c61461 100755 --- a/src/qa/run-shellspec-if-installed.sh +++ b/src/qa/run-shellspec-if-installed.sh @@ -6,7 +6,7 @@ # \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0 # /___/ Please report bugs and contribute back your improvements # -# Version: v3.5.0 +# Version: v3.6.0-SNAPSHOT ####### Description ############# # # function which calls shellspec in case the command exists and otherwise prints a warning diff --git a/src/releasing/common-constants.source.sh b/src/releasing/common-constants.source.sh index aa24eefc..86293fde 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.5.0 +# Version: v3.6.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 50c144d1..741907a8 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.5.0 +# Version: v3.6.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 3cfa4932..12106cbe 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.5.0 +# Version: v3.6.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.5.0' +export TEGONAL_SCRIPTS_VERSION='v3.6.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 b383d611..7fda919d 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.5.0 +# Version: v3.6.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.5.0' +export TEGONAL_SCRIPTS_VERSION='v3.6.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 1dabd37b..9fc3581a 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.5.0 +# Version: v3.6.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.5.0' +export TEGONAL_SCRIPTS_VERSION='v3.6.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 98ceea4e..9789d550 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.5.0 +# Version: v3.6.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.5.0' +export TEGONAL_SCRIPTS_VERSION='v3.6.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 46637c8c..377a9a72 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.5.0 +# Version: v3.6.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.5.0' +export TEGONAL_SCRIPTS_VERSION='v3.6.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 d6c9e5b2..aff78fa0 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.5.0 +# Version: v3.6.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.5.0' +export TEGONAL_SCRIPTS_VERSION='v3.6.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 cf414881..866ffe71 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.5.0 +# Version: v3.6.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.5.0' +export TEGONAL_SCRIPTS_VERSION='v3.6.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 8b78c292..95c5394f 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.5.0 +# Version: v3.6.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.5.0' +export TEGONAL_SCRIPTS_VERSION='v3.6.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 eb42f92a..2cd3bf04 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.5.0 +# Version: v3.6.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.5.0' +export TEGONAL_SCRIPTS_VERSION='v3.6.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 267a8b73..5afc35e9 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.5.0 +# Version: v3.6.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.5.0' +export TEGONAL_SCRIPTS_VERSION='v3.6.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 1371674f..7f618d42 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.5.0 +# Version: v3.6.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.5.0' +export TEGONAL_SCRIPTS_VERSION='v3.6.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 92404743..d6a2448c 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.5.0 +# Version: v3.6.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.5.0' +export TEGONAL_SCRIPTS_VERSION='v3.6.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 bcaa60f9..fdec78d8 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.5.0 +# Version: v3.6.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 6beacb1c..70e3d45d 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.5.0 +# Version: v3.6.0-SNAPSHOT ####### Description ############# # # utility functions for dealing with arrays diff --git a/src/utility/ask.sh b/src/utility/ask.sh index 0dfce9d1..b238c5da 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.5.0 +# Version: v3.6.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 6f6cdc06..471fe1d0 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.5.0 +# Version: v3.6.0-SNAPSHOT ####### Description ############# # # Functions to check declarations diff --git a/src/utility/cleanups.sh b/src/utility/cleanups.sh index 30c28a82..4a2cab29 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.5.0 +# Version: v3.6.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 6c659b5f..bf04689a 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.5.0 +# Version: v3.6.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 17f68a35..b6e5eb99 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.5.0 +# Version: v3.6.0-SNAPSHOT # ####### Description ############# # diff --git a/src/utility/gpg-utils.sh b/src/utility/gpg-utils.sh index 56b355dc..4c7ac4a9 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.5.0 +# Version: v3.6.0-SNAPSHOT ####### Description ############# # # utility functions for dealing with gpg diff --git a/src/utility/http.sh b/src/utility/http.sh index 21d22111..407384d4 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.5.0 +# Version: v3.6.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.5.0' +export TEGONAL_SCRIPTS_VERSION='v3.6.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 612c8871..655dac31 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.5.0 +# Version: v3.6.0-SNAPSHOT ####### Description ############# # # utility function dealing with Input/Ouput diff --git a/src/utility/log.sh b/src/utility/log.sh index e70124d8..e81876af 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.5.0 +# Version: v3.6.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 0cbf6f40..5e369ad1 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.5.0 +# Version: v3.6.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 1f2fffbd..c03e9ba9 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.5.0 +# Version: v3.6.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 8e8a920f..4d0484dc 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.5.0 +# Version: v3.6.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 a04b6993..5b070457 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.5.0 +# Version: v3.6.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 714bf644..5b175103 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.5.0 +# Version: v3.6.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 ab06c21b..bebfff86 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.5.0 +# Version: v3.6.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 dbe36034..fea003c2 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.5.0 +# Version: v3.6.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 fd10b70d..00f6b275 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.5.0 +# Version: v3.6.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 6c6474b4..fdaa0fda 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.5.0 +# Version: v3.6.0-SNAPSHOT # ####### Description ############# #