Skip to content

Commit

Permalink
v0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robstoll committed Sep 21, 2022
1 parent 636c08a commit 9e76a3a
Show file tree
Hide file tree
Showing 69 changed files with 66 additions and 66 deletions.
2 changes: 1 addition & 1 deletion .gget/remotes/tegonal-gh-commons/pull-hook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.8.0-SNAPSHOT
# Version: v0.18.0
#
###################################
set -euo pipefail
Expand Down
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


______________________________________
I confirm that I have read the [Contributor Agreement v1.1](https://github.com/tegonal/gget/blob/main/.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/gget/blob/v0.18.0/.github/Contributor%20Agreement.txt), agree to be bound on them and confirm that my contribution is compliant.
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<!-- for main -->

[![Download](https://img.shields.io/badge/Download-v0.17.1-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v0.17.1)
<!--
[![Download](https://img.shields.io/badge/Download-v0.18.0-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v0.18.0)
[![Apache 2.0](https://img.shields.io/badge/%E2%9A%96-Apache%202.0-%230b45a6)](http://opensource.org/licenses/Apache2.0 "License")
[![Code Quality](https://github.com/tegonal/scripts/workflows/Code%20Quality/badge.svg?event=push&branch=main)](https://github.com/tegonal/scripts/actions/workflows/code-quality.yml?query=branch%3Amain)
[![Newcomers Welcome](https://img.shields.io/badge/%F0%9F%91%8B-Newcomers%20Welcome-blueviolet)](https://github.com/tegonal/scripts/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22 "Ask in discussions for help")

-->
<!-- for main end -->
<!-- for release -->
<!--
[![Download](https://img.shields.io/badge/Download-v0.17.1-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v0.17.1)

[![Download](https://img.shields.io/badge/Download-v0.18.0-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v0.18.0)
[![Apache 2.0](https://img.shields.io/badge/%E2%9A%96-Apache%202.0-%230b45a6)](http://opensource.org/licenses/Apache2.0 "License")
[![Newcomers Welcome](https://img.shields.io/badge/%F0%9F%91%8B-Newcomers%20Welcome-blueviolet)](https://github.com/tegonal/scripts/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22 "Ask in discussions for help")
-->

<!-- for release end -->

# Scripts of Tegonal
Expand All @@ -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.

---
<!---
❗ You are taking a _sneak peek_ at the next version.
Please have a look at the README of the git tag in case you are looking for the documentation of the corresponding
version.
For instance, the [README of v0.17.1](https://github.com/tegonal/scripts/tree/v0.17.1/README.md).
For instance, the [README of v0.18.0](https://github.com/tegonal/scripts/tree/v0.18.0/README.md).
---
--->

**Table of Content**

Expand All @@ -39,7 +39,7 @@ For instance, the [README of v0.17.1](https://github.com/tegonal/scripts/tree/v0

We recommend you pull the scripts with the help of [gget](https://github.com/tegonal/gget).
Alternatively you can
[![Download](https://img.shields.io/badge/Download-v0.17.1-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v0.17.1)
[![Download](https://img.shields.io/badge/Download-v0.18.0-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v0.18.0)
the sources.

Following the commands you need to execute to setup tegonal scripts via [gget](https://github.com/tegonal/gget).
Expand All @@ -51,7 +51,7 @@ gget 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="v0.17.1"
export TEGONAL_SCRIPTS_VERSION="v0.18.0"
gget pull -r tegonal-scripts -t "$TEGONAL_SCRIPTS_VERSION" -p ...
```

Expand All @@ -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` all files of `src/utility` in addition:

```
export TEGONAL_SCRIPTS_VERSION="v0.17.1"
export TEGONAL_SCRIPTS_VERSION="v0.18.0"
gget pull -r tegonal-scripts -t "$TEGONAL_SCRIPTS_VERSION" -p src/setup.sh
gget pull -r tegonal-scripts -t "$TEGONAL_SCRIPTS_VERSION" -p src/utility/
```
Expand Down Expand Up @@ -242,7 +242,7 @@ Parameters:
--version prints the version of this script

INFO: Version of deploy.sh is:
v0.18.0-SNAPSHOT
v0.18.0
```
</ci-jelastic-deploy-help>
Expand Down Expand Up @@ -361,7 +361,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:
v0.18.0-SNAPSHOT
v0.18.0
```
</releasing-update-version-README-help>
Expand Down Expand Up @@ -420,7 +420,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:
v0.18.0-SNAPSHOT
v0.18.0
```
</releasing-update-version-scripts-help>
Expand Down Expand Up @@ -493,7 +493,7 @@ toggle-sections.sh -c main
toggle-sections.sh -c release -f ./docs/index.md
INFO: Version of toggle-sections.sh is:
v0.18.0-SNAPSHOT
v0.18.0
```
</releasing-toggle-sections-help>
Expand Down Expand Up @@ -548,7 +548,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:
v0.18.0-SNAPSHOT
v0.18.0
```
</releasing-sneak-peek-banner-help>
Expand Down Expand Up @@ -632,7 +632,7 @@ Parameters:
--version prints the version of this script
INFO: Version of release-files.sh is:
v0.18.0-SNAPSHOT
v0.18.0
```
</releasing-release-files-help>
Expand Down
2 changes: 1 addition & 1 deletion scripts/additional-prepare-files-next-dev-cycle-steps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Creative Commons Zero v1.0 Universal
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.8.0-SNAPSHOT
# Version: v0.18.0
#
###################################
set -euo pipefail
Expand Down
2 changes: 1 addition & 1 deletion scripts/additional-release-files-preparations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.8.0-SNAPSHOT
# Version: v0.18.0
#
###################################
set -euo pipefail
Expand Down
2 changes: 1 addition & 1 deletion scripts/before-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.18.0-SNAPSHOT
# Version: v0.18.0
#
###################################
set -euo pipefail
Expand Down
2 changes: 1 addition & 1 deletion scripts/check-in-bug-template.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.18.0-SNAPSHOT
# Version: v0.18.0
#
###################################
set -euo pipefail
Expand Down
2 changes: 1 addition & 1 deletion scripts/cleanup-on-push-to-main.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.8.0-SNAPSHOT
# Version: v0.18.0
#
###################################
set -euo pipefail
Expand Down
2 changes: 1 addition & 1 deletion scripts/prepare-next-dev-cycle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.18.0-SNAPSHOT
# Version: v0.18.0
#
###################################
set -euo pipefail
Expand Down
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.18.0-SNAPSHOT
# Version: v0.18.0
#
###################################
set -euo pipefail
Expand Down
2 changes: 1 addition & 1 deletion scripts/run-shellcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.18.0-SNAPSHOT
# Version: v0.18.0
#
###################################
set -euo pipefail
Expand Down
2 changes: 1 addition & 1 deletion src/ci/install-shellcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.18.0-SNAPSHOT
# Version: v0.18.0
#
####### Description #############
#
Expand Down
Binary file modified src/ci/install-shellcheck.sh.sig
Binary file not shown.
2 changes: 1 addition & 1 deletion src/ci/install-shellspec.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.18.0-SNAPSHOT
# Version: v0.18.0
#
####### Description #############
#
Expand Down
Binary file modified src/ci/install-shellspec.sh.sig
Binary file not shown.
4 changes: 2 additions & 2 deletions src/ci/jelastic/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.18.0-SNAPSHOT
# Version: v0.18.0
#
####### Description #############
#
Expand Down Expand Up @@ -39,7 +39,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export TEGONAL_SCRIPTS_VERSION='v0.18.0-SNAPSHOT'
export TEGONAL_SCRIPTS_VERSION='v0.18.0'

if ! [[ -v dir_of_tegonal_scripts ]]; then
dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/../.."
Expand Down
Binary file added src/ci/jelastic/deploy.sh.sig
Binary file not shown.
4 changes: 2 additions & 2 deletions src/ci/jelastic/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.18.0-SNAPSHOT
# Version: v0.18.0
#
####### Description #############
#
Expand Down Expand Up @@ -39,7 +39,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export TEGONAL_SCRIPTS_VERSION='v0.18.0-SNAPSHOT'
export TEGONAL_SCRIPTS_VERSION='v0.18.0'

if ! [[ -v dir_of_tegonal_scripts ]]; then
dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/../.."
Expand Down
Binary file added src/ci/jelastic/utils.sh.sig
Binary file not shown.
2 changes: 1 addition & 1 deletion src/qa/run-shellcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.18.0-SNAPSHOT
# Version: v0.18.0
#
####### Description #############
#
Expand Down
Binary file modified src/qa/run-shellcheck.sh.sig
Binary file not shown.
4 changes: 2 additions & 2 deletions src/releasing/prepare-files-next-dev-cycle.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.18.0-SNAPSHOT
# Version: v0.18.0
#
####### Description #############
#
Expand Down Expand Up @@ -50,7 +50,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export TEGONAL_SCRIPTS_VERSION='v0.18.0-SNAPSHOT'
export TEGONAL_SCRIPTS_VERSION='v0.18.0'

if ! [[ -v dir_of_tegonal_scripts ]]; then
dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.."
Expand Down
Binary file modified src/releasing/prepare-files-next-dev-cycle.sh.sig
Binary file not shown.
4 changes: 2 additions & 2 deletions src/releasing/release-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.18.0-SNAPSHOT
# Version: v0.18.0
#
####### Description #############
#
Expand Down Expand Up @@ -60,7 +60,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export TEGONAL_SCRIPTS_VERSION='v0.18.0-SNAPSHOT'
export TEGONAL_SCRIPTS_VERSION='v0.18.0'

if ! [[ -v dir_of_tegonal_scripts ]]; then
dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.."
Expand Down
Binary file modified src/releasing/release-files.sh.sig
Binary file not shown.
4 changes: 2 additions & 2 deletions src/releasing/sneak-peek-banner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.18.0-SNAPSHOT
# Version: v0.18.0
#
####### Description #############
#
Expand All @@ -32,7 +32,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export TEGONAL_SCRIPTS_VERSION='v0.18.0-SNAPSHOT'
export TEGONAL_SCRIPTS_VERSION='v0.18.0'

if ! [[ -v dir_of_tegonal_scripts ]]; then
dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.."
Expand Down
Binary file modified src/releasing/sneak-peek-banner.sh.sig
Binary file not shown.
4 changes: 2 additions & 2 deletions src/releasing/toggle-sections.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.18.0-SNAPSHOT
# Version: v0.18.0
#
####### Description #############
#
Expand Down Expand Up @@ -36,7 +36,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export TEGONAL_SCRIPTS_VERSION='v0.18.0-SNAPSHOT'
export TEGONAL_SCRIPTS_VERSION='v0.18.0'

if ! [[ -v dir_of_tegonal_scripts ]]; then
dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.."
Expand Down
Binary file modified src/releasing/toggle-sections.sh.sig
Binary file not shown.
4 changes: 2 additions & 2 deletions src/releasing/update-version-README.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.18.0-SNAPSHOT
# Version: v0.18.0
#
####### Description #############
#
Expand All @@ -32,7 +32,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export TEGONAL_SCRIPTS_VERSION='v0.18.0-SNAPSHOT'
export TEGONAL_SCRIPTS_VERSION='v0.18.0'

if ! [[ -v dir_of_tegonal_scripts ]]; then
dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.."
Expand Down
Binary file modified src/releasing/update-version-README.sh.sig
Binary file not shown.
4 changes: 2 additions & 2 deletions src/releasing/update-version-scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.18.0-SNAPSHOT
# Version: v0.18.0
#
####### Description #############
#
Expand All @@ -32,7 +32,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export TEGONAL_SCRIPTS_VERSION='v0.18.0-SNAPSHOT'
export TEGONAL_SCRIPTS_VERSION='v0.18.0'

if ! [[ -v dir_of_tegonal_scripts ]]; then
dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.."
Expand Down
Binary file modified src/releasing/update-version-scripts.sh.sig
Binary file not shown.
2 changes: 1 addition & 1 deletion src/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.18.0-SNAPSHOT
# Version: v0.18.0
#
####### Description #############
#
Expand Down
Binary file modified src/setup.sh.sig
Binary file not shown.
2 changes: 1 addition & 1 deletion src/utility/array-utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.18.0-SNAPSHOT
# Version: v0.18.0
#
####### Description #############
#
Expand Down
Binary file modified src/utility/array-utils.sh.sig
Binary file not shown.
Loading

0 comments on commit 9e76a3a

Please sign in to comment.