Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robstoll committed Mar 7, 2024
1 parent 662aa83 commit b39c6a1
Show file tree
Hide file tree
Showing 72 changed files with 72 additions and 72 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ body:
attributes:
label: Affected Version
description: What version of scripts are you running?
placeholder: "v1.2.1"
placeholder: "v1.3.0"
validations:
required: true
- type: input
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/scripts/blob/v1.2.1/.github/Contributor%20Agreement.txt), agree to be bound on them and confirm that my contribution is compliant.
I confirm that I have read the [Contributor Agreement v1.1](https://github.com/tegonal/scripts/blob/v1.3.0/.github/Contributor%20Agreement.txt), agree to be bound on them and confirm that my contribution is compliant.
4 changes: 2 additions & 2 deletions .gt/remotes/tegonal-gh-commons/pull-hook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
# /___/ Please report bugs and contribute back your improvements
#
# Version: v1.3.0-SNAPSHOT
# Version: v1.3.0
###################################
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
TEGONAL_SCRIPTS_LATEST_VERSION="v1.2.1"
TEGONAL_SCRIPTS_LATEST_VERSION="v1.3.0"

if ! [[ -v dir_of_github_commons ]]; then
dir_of_github_commons="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/lib/src"
Expand Down
40 changes: 20 additions & 20 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-v1.2.1-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v1.2.1)
<!--
[![Download](https://img.shields.io/badge/Download-v1.3.0-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v1.3.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-v1.2.1-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v1.2.1)

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

**Table of Content**

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

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

Following the commands you need to execute to set up tegonal scripts via [gt](https://github.com/tegonal/gt).
Expand All @@ -51,7 +51,7 @@ gt remote add -r tegonal-scripts -u https://github.com/tegonal/scripts
Now you can pull the scripts you want via:

```bash
export TEGONAL_SCRIPTS_VERSION="v1.2.1"
export TEGONAL_SCRIPTS_VERSION="v1.3.0"
gt 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` and all files in `src/utility` in addition:

```
export TEGONAL_SCRIPTS_VERSION="v1.2.1"
export TEGONAL_SCRIPTS_VERSION="v1.3.0"
gt pull -r tegonal-scripts -t "$TEGONAL_SCRIPTS_VERSION" -p src/setup.sh
gt pull -r tegonal-scripts -t "$TEGONAL_SCRIPTS_VERSION" -p src/utility/
```
Expand Down Expand Up @@ -244,7 +244,7 @@ Parameters:
--version prints the version of this script

INFO: Version of deploy.sh is:
v1.3.0-SNAPSHOT
v1.3.0
```
</ci-jelastic-deploy-help>
Expand Down Expand Up @@ -363,7 +363,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:
v1.3.0-SNAPSHOT
v1.3.0
```
</releasing-update-version-README-help>
Expand Down Expand Up @@ -422,7 +422,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:
v1.3.0-SNAPSHOT
v1.3.0
```
</releasing-update-version-scripts-help>
Expand Down Expand Up @@ -481,7 +481,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:
v1.3.0-SNAPSHOT
v1.3.0
```
</releasing-update-version-issue-templates-help>
Expand Down Expand Up @@ -554,7 +554,7 @@ toggle-sections.sh -c main
toggle-sections.sh -c release -f ./docs/index.md
INFO: Version of toggle-sections.sh is:
v1.3.0-SNAPSHOT
v1.3.0
```
</releasing-toggle-sections-help>
Expand Down Expand Up @@ -609,7 +609,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:
v1.3.0-SNAPSHOT
v1.3.0
```
</releasing-sneak-peek-banner-help>
Expand Down Expand Up @@ -695,7 +695,7 @@ Parameters:
--version prints the version of this script
INFO: Version of release-files.sh is:
v1.3.0-SNAPSHOT
v1.3.0
```
</releasing-release-files-help>
Expand Down Expand Up @@ -761,7 +761,7 @@ Parameters:
--version prints the version of this script
INFO: Version of prepare-files-next-dev-cycle.sh is:
v1.3.0-SNAPSHOT
v1.3.0
```
</releasing-prepare-files-next-dev-cycle-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 @@ -6,7 +6,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
# /___/ Please report bugs and contribute back your improvements
#
# Version: v1.3.0-SNAPSHOT
# Version: v1.3.0
###################################
set -euo pipefail
shopt -s inherit_errexit
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 @@ -6,7 +6,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
# /___/ Please report bugs and contribute back your improvements
#
# Version: v1.3.0-SNAPSHOT
# Version: v1.3.0
###################################
set -euo pipefail
shopt -s inherit_errexit
Expand Down
2 changes: 1 addition & 1 deletion scripts/before-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
# /___/ Please report bugs and contribute back your improvements
#
# Version: v1.3.0-SNAPSHOT
# Version: v1.3.0
###################################
set -euo pipefail
shopt -s inherit_errexit
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 @@ -6,7 +6,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
# /___/ Please report bugs and contribute back your improvements
#
# Version: v1.3.0-SNAPSHOT
# Version: v1.3.0
###################################
set -euo pipefail
shopt -s inherit_errexit
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 @@ -6,7 +6,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
# /___/ Please report bugs and contribute back your improvements
#
# Version: v1.3.0-SNAPSHOT
# Version: v1.3.0
###################################
set -euo pipefail
shopt -s inherit_errexit
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 @@ -6,7 +6,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
# /___/ Please report bugs and contribute back your improvements
#
# Version: v1.3.0-SNAPSHOT
# Version: v1.3.0
###################################
set -euo pipefail
shopt -s inherit_errexit
Expand Down
2 changes: 1 addition & 1 deletion scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
# /___/ Please report bugs and contribute back your improvements
#
# Version: v1.3.0-SNAPSHOT
# Version: v1.3.0
###################################
set -euo pipefail
shopt -s inherit_errexit
Expand Down
2 changes: 1 addition & 1 deletion scripts/run-shellcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
# /___/ Please report bugs and contribute back your improvements
#
# Version: v1.3.0-SNAPSHOT
# Version: v1.3.0
###################################
set -euo pipefail
shopt -s inherit_errexit
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 License 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v1.3.0-SNAPSHOT
# Version: v1.3.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 License 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v1.3.0-SNAPSHOT
# Version: v1.3.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 License 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v1.3.0-SNAPSHOT
# Version: v1.3.0
#
####### Description #############
#
Expand Down Expand Up @@ -39,7 +39,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export TEGONAL_SCRIPTS_VERSION='v1.3.0-SNAPSHOT'
export TEGONAL_SCRIPTS_VERSION='v1.3.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/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 License 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v1.3.0-SNAPSHOT
# Version: v1.3.0
#
####### Description #############
#
Expand Down Expand Up @@ -39,7 +39,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export TEGONAL_SCRIPTS_VERSION='v1.3.0-SNAPSHOT'
export TEGONAL_SCRIPTS_VERSION='v1.3.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/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 License 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v1.3.0-SNAPSHOT
# Version: v1.3.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 License 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v1.3.0-SNAPSHOT
# Version: v1.3.0
#
####### Description #############
#
Expand Down Expand Up @@ -50,7 +50,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export TEGONAL_SCRIPTS_VERSION='v1.3.0-SNAPSHOT'
export TEGONAL_SCRIPTS_VERSION='v1.3.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 License 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v1.3.0-SNAPSHOT
# Version: v1.3.0
#
####### Description #############
#
Expand Down Expand Up @@ -60,7 +60,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export TEGONAL_SCRIPTS_VERSION='v1.3.0-SNAPSHOT'
export TEGONAL_SCRIPTS_VERSION='v1.3.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 License 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v1.3.0-SNAPSHOT
# Version: v1.3.0
#
####### Description #############
#
Expand All @@ -32,7 +32,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export TEGONAL_SCRIPTS_VERSION='v1.3.0-SNAPSHOT'
export TEGONAL_SCRIPTS_VERSION='v1.3.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 License 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v1.3.0-SNAPSHOT
# Version: v1.3.0
#
####### Description #############
#
Expand Down Expand Up @@ -36,7 +36,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export TEGONAL_SCRIPTS_VERSION='v1.3.0-SNAPSHOT'
export TEGONAL_SCRIPTS_VERSION='v1.3.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 License 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v1.3.0-SNAPSHOT
# Version: v1.3.0
#
####### Description #############
#
Expand All @@ -32,7 +32,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export TEGONAL_SCRIPTS_VERSION='v1.3.0-SNAPSHOT'
export TEGONAL_SCRIPTS_VERSION='v1.3.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.
Loading

0 comments on commit b39c6a1

Please sign in to comment.