Skip to content

Commit

Permalink
v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robstoll committed Aug 28, 2022
1 parent a562d81 commit 7c22953
Show file tree
Hide file tree
Showing 55 changed files with 53 additions and 53 deletions.
34 changes: 17 additions & 17 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.13.3-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v0.13.3)
<!--
[![Download](https://img.shields.io/badge/Download-v0.14.0-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v0.14.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.13.3-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v0.13.3)

[![Download](https://img.shields.io/badge/Download-v0.14.0-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v0.14.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.13.3](https://github.com/tegonal/scripts/tree/v0.13.3/README.md).
For instance, the [README of v0.14.0](https://github.com/tegonal/scripts/tree/v0.14.0/README.md).
---
--->

**Table of Content**

Expand All @@ -39,7 +39,7 @@ For instance, the [README of v0.13.3](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.13.3-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v0.13.3)
[![Download](https://img.shields.io/badge/Download-v0.14.0-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v0.14.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.13.3"
export TEGONAL_SCRIPTS_VERSION="v0.14.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.13.3"
export TEGONAL_SCRIPTS_VERSION="v0.14.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 @@ -202,7 +202,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.14.0-SNAPSHOT
v0.14.0
```
</releasing-update-version-README-help>
Expand Down Expand Up @@ -261,7 +261,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.14.0-SNAPSHOT
v0.14.0
```
</releasing-update-version-scripts-help>
Expand Down Expand Up @@ -334,7 +334,7 @@ toggle-sections.sh -c main
toggle-sections.sh -c release -f ./docs/index.md

INFO: Version of toggle-sections.sh is:
v0.14.0-SNAPSHOT
v0.14.0
```
</releasing-toggle-sections-help>
Expand Down Expand Up @@ -389,7 +389,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.14.0-SNAPSHOT
v0.14.0
```
</releasing-sneak-peek-banner-help>
Expand Down Expand Up @@ -468,7 +468,7 @@ Parameters:
--version prints the version of this script
INFO: Version of release-files.sh is:
v0.14.0-SNAPSHOT
v0.14.0
```
</releasing-release-files-help>
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.14.0-SNAPSHOT
# Version: v0.14.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.14.0-SNAPSHOT
# Version: v0.14.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.14.0-SNAPSHOT
# Version: v0.14.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.14.0-SNAPSHOT
# Version: v0.14.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.14.0-SNAPSHOT
# Version: v0.14.0
#
###################################
set -euo pipefail
Expand Down
2 changes: 1 addition & 1 deletion scripts/update-docu.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.14.0-SNAPSHOT
# Version: v0.14.0
#
###################################
set -euo pipefail
Expand Down
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.14.0-SNAPSHOT
# Version: v0.14.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.14.0-SNAPSHOT
# Version: v0.14.0
#
####### Description #############
#
Expand Down Expand Up @@ -50,7 +50,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export TEGONAL_SCRIPTS_VERSION='v0.14.0-SNAPSHOT'
export TEGONAL_SCRIPTS_VERSION='v0.14.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.14.0-SNAPSHOT
# Version: v0.14.0
#
####### Description #############
#
Expand Down Expand Up @@ -60,7 +60,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export TEGONAL_SCRIPTS_VERSION='v0.14.0-SNAPSHOT'
export TEGONAL_SCRIPTS_VERSION='v0.14.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.14.0-SNAPSHOT
# Version: v0.14.0
#
####### Description #############
#
Expand All @@ -32,7 +32,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export TEGONAL_SCRIPTS_VERSION='v0.14.0-SNAPSHOT'
export TEGONAL_SCRIPTS_VERSION='v0.14.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.14.0-SNAPSHOT
# Version: v0.14.0
#
####### Description #############
#
Expand Down Expand Up @@ -36,7 +36,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export TEGONAL_SCRIPTS_VERSION='v0.14.0-SNAPSHOT'
export TEGONAL_SCRIPTS_VERSION='v0.14.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.14.0-SNAPSHOT
# Version: v0.14.0
#
####### Description #############
#
Expand All @@ -32,7 +32,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export TEGONAL_SCRIPTS_VERSION='v0.14.0-SNAPSHOT'
export TEGONAL_SCRIPTS_VERSION='v0.14.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.14.0-SNAPSHOT
# Version: v0.14.0
#
####### Description #############
#
Expand All @@ -32,7 +32,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export TEGONAL_SCRIPTS_VERSION='v0.14.0-SNAPSHOT'
export TEGONAL_SCRIPTS_VERSION='v0.14.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.14.0-SNAPSHOT
# Version: v0.14.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.14.0-SNAPSHOT
# Version: v0.14.0
#
####### Description #############
#
Expand Down
Binary file modified src/utility/array-utils.sh.sig
Binary file not shown.
2 changes: 1 addition & 1 deletion src/utility/ask.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.14.0-SNAPSHOT
# Version: v0.14.0
#
####### Description #############
#
Expand Down
Binary file modified src/utility/ask.sh.sig
Binary file not shown.
2 changes: 1 addition & 1 deletion src/utility/checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.14.0-SNAPSHOT
# Version: v0.14.0
#
####### Description #############
#
Expand Down
Binary file modified src/utility/checks.sh.sig
Binary file not shown.
2 changes: 1 addition & 1 deletion src/utility/git-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.14.0-SNAPSHOT
# Version: v0.14.0
#
####### Description #############
#
Expand Down
Binary file modified src/utility/git-utils.sh.sig
Binary file not shown.
2 changes: 1 addition & 1 deletion src/utility/gpg-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.14.0-SNAPSHOT
# Version: v0.14.0
#
####### Description #############
#
Expand Down
Binary file modified src/utility/gpg-utils.sh.sig
Binary file not shown.
2 changes: 1 addition & 1 deletion src/utility/io.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.14.0-SNAPSHOT
# Version: v0.14.0
#
####### Description #############
#
Expand Down
Binary file modified src/utility/io.sh.sig
Binary file not shown.
2 changes: 1 addition & 1 deletion src/utility/log.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.14.0-SNAPSHOT
# Version: v0.14.0
#
####### Description #############
#
Expand Down
Binary file modified src/utility/log.sh.sig
Binary file not shown.
2 changes: 1 addition & 1 deletion src/utility/parse-args.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.14.0-SNAPSHOT
# Version: v0.14.0
#
####### Description #############
#
Expand Down
Binary file modified src/utility/parse-args.sh.sig
Binary file not shown.
2 changes: 1 addition & 1 deletion src/utility/parse-commands.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.14.0-SNAPSHOT
# Version: v0.14.0
#
####### Description #############
#
Expand Down
Binary file modified src/utility/parse-commands.sh.sig
Binary file not shown.
2 changes: 1 addition & 1 deletion src/utility/parse-fn-args.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.14.0-SNAPSHOT
# Version: v0.14.0
#
####### Description #############
#
Expand Down
Binary file modified src/utility/parse-fn-args.sh.sig
Binary file not shown.
2 changes: 1 addition & 1 deletion src/utility/parse-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.14.0-SNAPSHOT
# Version: v0.14.0
#
####### Description #############
#
Expand Down
Binary file modified src/utility/parse-utils.sh.sig
Binary file not shown.
Loading

0 comments on commit 7c22953

Please sign in to comment.