Skip to content

Commit

Permalink
v3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robstoll committed Aug 29, 2024
1 parent bc93756 commit 93fad8b
Show file tree
Hide file tree
Showing 90 changed files with 91 additions and 91 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: "v3.1.0"
placeholder: "v3.2.0"
validations:
required: true
- type: dropdown
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/v3.1.0/.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/v3.2.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: v3.2.0-SNAPSHOT
# Version: v3.2.0
###################################
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
TEGONAL_SCRIPTS_LATEST_VERSION="v3.1.0"
TEGONAL_SCRIPTS_LATEST_VERSION="v3.2.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
48 changes: 24 additions & 24 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-v3.1.0-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v3.1.0)
<!--
[![Download](https://img.shields.io/badge/Download-v3.2.0-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v3.2.0)
[![Apache 2.0](https://img.shields.io/badge/%E2%9A%96-Apache%202.0-%230b45a6)](http://opensource.org/licenses/Apache2.0 "License")
[![Quality Assurance](https://github.com/tegonal/scripts/actions/workflows/quality-assurance.yml/badge.svg?event=push&branch=main)](https://github.com/tegonal/scripts/actions/workflows/quality-assurance.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-v3.1.0-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v3.1.0)

[![Download](https://img.shields.io/badge/Download-v3.2.0-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v3.2.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. It could be that some features you find on this page are not
released yet.
Please have a look at the README of the corresponding release/git tag. Latest
version: [README of v3.1.0](https://github.com/tegonal/scripts/tree/v3.1.0/README.md).
version: [README of v3.2.0](https://github.com/tegonal/scripts/tree/v3.2.0/README.md).
---
--->

**Table of Content**

Expand All @@ -39,7 +39,7 @@ version: [README of v3.1.0](https://github.com/tegonal/scripts/tree/v3.1.0/READM

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-v3.1.0-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v3.1.0)
[![Download](https://img.shields.io/badge/Download-v3.2.0-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v3.2.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="v3.1.0"
export TEGONAL_SCRIPTS_VERSION="v3.2.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="v3.1.0"
export TEGONAL_SCRIPTS_VERSION="v3.2.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 @@ -257,7 +257,7 @@ Parameters:
--version prints the version of this script

INFO: Version of deploy.sh is:
v3.2.0-SNAPSHOT
v3.2.0
```
</ci-jelastic-deploy-help>
Expand Down Expand Up @@ -399,7 +399,7 @@ Parameters:
--version prints the version of this script
INFO: Version of release-files.sh is:
v3.2.0-SNAPSHOT
v3.2.0
```
</releasing-release-files-help>
Expand Down Expand Up @@ -485,7 +485,7 @@ Parameters:
--version prints the version of this script
INFO: Version of prepare-files-next-dev-cycle.sh is:
v3.2.0-SNAPSHOT
v3.2.0
```
</releasing-prepare-files-next-dev-cycle-help>
Expand Down Expand Up @@ -586,7 +586,7 @@ Parameters:
--version prints the version of this script
INFO: Version of release-template.sh is:
v3.2.0-SNAPSHOT
v3.2.0
```
</releasing-release-template-help>
Expand Down Expand Up @@ -669,7 +669,7 @@ Parameters:
--version prints the version of this script
INFO: Version of prepare-next-dev-cycle-template.sh is:
v3.2.0-SNAPSHOT
v3.2.0
```
</releasing-prepare-next-dev-cycle-template-help>
Expand Down Expand Up @@ -744,7 +744,7 @@ Parameters:
--version prints the version of this script
INFO: Version of pre-release-checks-git.sh is:
v3.2.0-SNAPSHOT
v3.2.0
```
</releasing-pre-release-checks-git-help>
Expand Down Expand Up @@ -845,7 +845,7 @@ Parameters:
--version prints the version of this script
INFO: Version of update-version-common-steps.sh is:
v3.2.0-SNAPSHOT
v3.2.0
```
</releasing-update-version-common-steps-help>
Expand Down Expand Up @@ -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.2.0-SNAPSHOT
v3.2.0
```
</releasing-update-version-README-help>
Expand Down Expand Up @@ -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.2.0-SNAPSHOT
v3.2.0
```
</releasing-update-version-scripts-help>
Expand Down Expand Up @@ -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.2.0-SNAPSHOT
v3.2.0
```
</releasing-update-version-issue-templates-help>
Expand Down Expand Up @@ -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.2.0-SNAPSHOT
v3.2.0
```
</releasing-toggle-sections-help>
Expand Down Expand Up @@ -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.2.0-SNAPSHOT
v3.2.0
```
</releasing-sneak-peek-banner-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 @@ -6,7 +6,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
# /___/ Please report bugs and contribute back your improvements
#
# Version: v3.2.0-SNAPSHOT
# Version: v3.2.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: v3.2.0-SNAPSHOT
# Version: v3.2.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: v3.2.0-SNAPSHOT
# Version: v3.2.0
###################################
set -euo pipefail
shopt -s inherit_errexit
Expand Down
4 changes: 2 additions & 2 deletions scripts/prepare-next-dev-cycle.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: v3.2.0-SNAPSHOT
# Version: v3.2.0
###################################
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export TEGONAL_SCRIPTS_VERSION='v3.2.0-SNAPSHOT'
export TEGONAL_SCRIPTS_VERSION='v3.2.0'

if ! [[ -v scriptsDir ]]; then
scriptsDir="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)"
Expand Down
4 changes: 2 additions & 2 deletions scripts/release.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: v3.2.0-SNAPSHOT
# Version: v3.2.0
###################################
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export TEGONAL_SCRIPTS_VERSION='v3.2.0-SNAPSHOT'
export TEGONAL_SCRIPTS_VERSION='v3.2.0'

if ! [[ -v scriptsDir ]]; then
scriptsDir="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)"
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: v3.2.0-SNAPSHOT
# Version: v3.2.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 @@ -6,7 +6,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
# /___/ Please report bugs and contribute back your improvements
#
# Version: v3.2.0-SNAPSHOT
# Version: v3.2.0
####### Description #############
#
# function which searches for *.sh files within defined paths (directories or a single *.sh) and
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 @@ -6,7 +6,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
# /___/ Please report bugs and contribute back your improvements
#
# Version: v3.2.0-SNAPSHOT
# Version: v3.2.0
####### Description #############
#
# function which searches for *.sh files within defined paths (directories or a single *.sh) and
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 @@ -6,7 +6,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
# /___/ Please report bugs and contribute back your improvements
#
# Version: v3.2.0-SNAPSHOT
# Version: v3.2.0
####### Description #############
#
# function which helps deploying an image to a jelastic instance
Expand Down Expand Up @@ -39,7 +39,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export TEGONAL_SCRIPTS_VERSION='v3.2.0-SNAPSHOT'
export TEGONAL_SCRIPTS_VERSION='v3.2.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 @@ -6,7 +6,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
# /___/ Please report bugs and contribute back your improvements
#
# Version: v3.2.0-SNAPSHOT
# Version: v3.2.0
####### Description #############
#
# function which helps deploying an image to a jelastic instance
Expand Down Expand Up @@ -39,7 +39,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export TEGONAL_SCRIPTS_VERSION='v3.2.0-SNAPSHOT'
export TEGONAL_SCRIPTS_VERSION='v3.2.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-pull-hooks.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: v3.2.0-SNAPSHOT
# Version: v3.2.0
####### Description #############
#
# function which analyses pull-hook.sh in the `remotes` directory of the given gt working directory.
Expand Down
Binary file added src/qa/run-shellcheck-pull-hooks.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 @@ -6,7 +6,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
# /___/ Please report bugs and contribute back your improvements
#
# Version: v3.2.0-SNAPSHOT
# Version: v3.2.0
####### Description #############
#
# function which searches for *.sh files within defined paths (directories or a single *.sh) and
Expand Down
Binary file modified src/qa/run-shellcheck.sh.sig
Binary file not shown.
2 changes: 1 addition & 1 deletion src/releasing/common-constants.source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / Copyright 2022 Tegonal Genossenschaft <[email protected]>
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License 1.2
# /___/ Please report bugs and contribute back your improvements
# Version: v3.2.0-SNAPSHOT
# Version: v3.2.0
####### Description #############
#
# constants intended to be sourced into a function
Expand Down
Binary file modified src/releasing/common-constants.source.sh.sig
Binary file not shown.
2 changes: 1 addition & 1 deletion src/releasing/deduce-next-version.source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
# /___/ Please report bugs and contribute back your improvements
#
# Version: v3.2.0-SNAPSHOT
# Version: v3.2.0
####### Description #############
#
# intended to be sourced into a function which expects params version and nextVersion
Expand Down
Binary file modified src/releasing/deduce-next-version.source.sh.sig
Binary file not shown.
4 changes: 2 additions & 2 deletions src/releasing/pre-release-checks-git.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: v3.2.0-SNAPSHOT
# Version: v3.2.0
####### Description #############
#
# Checks that releasing a certain version (creating a corresponding git tag) makes sense: We check:
Expand Down Expand Up @@ -34,7 +34,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export TEGONAL_SCRIPTS_VERSION='v3.2.0-SNAPSHOT'
export TEGONAL_SCRIPTS_VERSION='v3.2.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/pre-release-checks-git.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 @@ -6,7 +6,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
# /___/ Please report bugs and contribute back your improvements
#
# Version: v3.2.0-SNAPSHOT
# Version: v3.2.0
####### Description #############
#
# Prepare the next dev cycle for files based on conventions:
Expand Down Expand Up @@ -60,7 +60,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export TEGONAL_SCRIPTS_VERSION='v3.2.0-SNAPSHOT'
export TEGONAL_SCRIPTS_VERSION='v3.2.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.
Loading

0 comments on commit 93fad8b

Please sign in to comment.