Skip to content

Commit

Permalink
v0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robstoll committed Nov 5, 2023
1 parent 55d0ebc commit e91fe06
Show file tree
Hide file tree
Showing 46 changed files with 63 additions and 63 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 gt are you running?
placeholder: "v0.13.0"
placeholder: "v0.13.1"
validations:
required: true
- type: textarea
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/gt/blob/v0.13.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/gt/blob/v0.13.1/.github/Contributor%20Agreement.txt), agree to be bound on them and confirm that my contribution is compliant.
6 changes: 3 additions & 3 deletions .github/workflows/gt-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under European Union Public License 1.2
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.13.0
# Version: v0.13.1
#
###################################
name: "gt update"
Expand Down Expand Up @@ -38,8 +38,8 @@ jobs:
echo "public key trusted" && \
mkdir ./gpg && \
gpg --homedir ./gpg --import ./signing-key.public.asc && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.12.0/install.sh" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.12.0/install.sh.sig" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.13.1/install.sh" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.13.1/install.sh.sig" && \
gpg --homedir ./gpg --verify ./install.sh.sig ./install.sh && \
chmod +x ./install.sh && \
echo "verification successful" || (echo "!! verification failed, don't continue !!"; exit 1) && \
Expand Down
Binary file modified .github/workflows/gt-update.yml.sig
Binary file not shown.
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 @@ -5,13 +5,13 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under European Union Public License 1.2
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.14.0-SNAPSHOT
# Version: v0.13.1
#
###################################
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
GT_LATEST_VERSION="v0.13.0"
GT_LATEST_VERSION="v0.13.1"

if ! [[ -v dir_of_tegonal_scripts ]]; then
dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/../../../lib/tegonal-scripts/src"
Expand Down
38 changes: 19 additions & 19 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.0-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v0.13.0)
<!--
[![Download](https://img.shields.io/badge/Download-v0.13.1-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v0.13.1)
[![EUPL](https://img.shields.io/badge/%E2%9A%96-EUPL%201.2-%230b45a6)](https://joinup.ec.europa.eu/collection/eupl/eupl-text-11-12 "License")
[![Code Quality](https://github.com/tegonal/gt/workflows/Code%20Quality/badge.svg?event=push&branch=main)](https://github.com/tegonal/gt/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/gt/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.0-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v0.13.0)

[![Download](https://img.shields.io/badge/Download-v0.13.1-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v0.13.1)
[![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/gt/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22 "Ask in discussions for help")
-->

<!-- for release end -->

# gt
Expand Down Expand Up @@ -41,7 +41,7 @@ templates etc. which you use in multiple projects but want to maintain at a sing
❗ 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.0](https://github.com/tegonal/gt/tree/v0.13.0/README.md).
For instance, the [README of v0.13.1](https://github.com/tegonal/gt/tree/v0.13.1/README.md).

---

Expand Down Expand Up @@ -101,8 +101,8 @@ gpg --verify ./signing-key.public.asc.sig ./signing-key.public.asc && \
echo "public key trusted" && \
mkdir ./gpg && \
gpg --homedir ./gpg --import ./signing-key.public.asc && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.12.0/install.sh" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.12.0/install.sh.sig" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.13.1/install.sh" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.13.1/install.sh.sig" && \
gpg --homedir ./gpg --verify ./install.sh.sig ./install.sh && \
chmod +x ./install.sh && \
echo "verification successful" || (echo "!! verification failed, don't continue !!"; exit 1) && \
Expand Down Expand Up @@ -165,7 +165,7 @@ Last but not least, see [additional installation steps](#additional-installation

## manually

1. [![Download](https://img.shields.io/badge/Download-v0.13.0-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v0.13.0)
1. [![Download](https://img.shields.io/badge/Download-v0.13.1-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v0.13.1)
2. extract the zip/tar.gz
3. open a terminal at the corresponding folder and verify the public key of this repo
against [our public key](https://tegonal.com/gpg/github.asc):
Expand Down Expand Up @@ -237,7 +237,7 @@ self-update update gt to the latest version
--version prints the version of this script
INFO: Version of gt.sh is:
v0.14.0-SNAPSHOT
v0.13.1
```
</gt-help>
Expand All @@ -260,7 +260,7 @@ list list all remotes
--version prints the version of this script
INFO: Version of gt-remote.sh is:
v0.14.0-SNAPSHOT
v0.13.1
```
</gt-remote-help>
Expand Down Expand Up @@ -319,7 +319,7 @@ gt remote add -r tegonal-scripts -u https://github.com/tegonal/scripts --unsecur
gt remote add -r tegonal-scripts -u https://github.com/tegonal/scripts -w .github/.gt
INFO: Version of gt-remote.sh is:
v0.14.0-SNAPSHOT
v0.13.1
```
</gt_remote_add-help>
Expand Down Expand Up @@ -348,7 +348,7 @@ gt remote remove -r tegonal-scripts
gt remote remove -r tegonal-scripts -w .github/.gt

INFO: Version of gt-remote.sh is:
v0.14.0-SNAPSHOT
v0.13.1
```
</gt_remote_remove-help>
Expand Down Expand Up @@ -405,7 +405,7 @@ gt pull -r tegonal-scripts -t v0.1.0 -p src/utility/
gt pull -r tegonal-scripts -t v0.1.0 -d .github --chop-path true -p .github/CODE_OF_CONDUCT.md
INFO: Version of gt-pull.sh is:
v0.14.0-SNAPSHOT
v0.13.1
```
</gt-pull-help>
Expand Down Expand Up @@ -506,7 +506,7 @@ gt re-pull
gt re-pull -r tegonal-scripts --only-missing false --auto-trust true
INFO: Version of gt-re-pull.sh is:
v0.14.0-SNAPSHOT
v0.13.1
```
</gt-re-pull-help>
Expand Down Expand Up @@ -565,7 +565,7 @@ gt reset
gt reset --gpg-only true
INFO: Version of gt-reset.sh is:
v0.14.0-SNAPSHOT
v0.13.1
```
</gt-reset-help>
Expand Down Expand Up @@ -625,7 +625,7 @@ gt update -r tegonal-scripts
gt update -r tegonal-scripts -t v1.0.0
INFO: Version of gt-update.sh is:
v0.14.0-SNAPSHOT
v0.13.1
```
</gt-update-help>
Expand Down Expand Up @@ -801,7 +801,7 @@ gt self-update
gt self-update --force
INFO: Version of gt-self-update.sh is:
v0.14.0-SNAPSHOT
v0.13.1
```
</gt-self-update-help>
Expand Down
4 changes: 2 additions & 2 deletions install.doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ gpg --verify ./signing-key.public.asc.sig ./signing-key.public.asc && \
echo "public key trusted" && \
mkdir ./gpg && \
gpg --homedir ./gpg --import ./signing-key.public.asc && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.12.0/install.sh" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.12.0/install.sh.sig" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.13.1/install.sh" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.13.1/install.sh.sig" && \
gpg --homedir ./gpg --verify ./install.sh.sig ./install.sh && \
chmod +x ./install.sh && \
echo "verification successful" || (echo "!! verification failed, don't continue !!"; exit 1) && \
Expand Down
Binary file modified install.doc.sh.sig
Binary file not shown.
6 changes: 3 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under European Union Public License 1.2
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.13.0
# Version: v0.13.1
#
####### Description #############
#
Expand All @@ -21,8 +21,8 @@
# echo "public key trusted" && \
# mkdir ./gpg && \
# gpg --homedir ./gpg --import ./signing-key.public.asc && \
# wget "https://raw.githubusercontent.com/tegonal/gt/v0.12.0/install.sh" && \
# wget "https://raw.githubusercontent.com/tegonal/gt/v0.12.0/install.sh.sig" && \
# wget "https://raw.githubusercontent.com/tegonal/gt/v0.13.1/install.sh" && \
# wget "https://raw.githubusercontent.com/tegonal/gt/v0.13.1/install.sh.sig" && \
# gpg --homedir ./gpg --verify ./install.sh.sig ./install.sh && \
# chmod +x ./install.sh && \
# echo "verification successful" || (echo "!! verification failed, don't continue !!"; exit 1) && \
Expand Down
Binary file modified install.sh.sig
Binary file not shown.
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 European Union Public License 1.2
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.14.0-SNAPSHOT
# Version: v0.13.1
#
###################################
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 European Union Public License 1.2
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.14.0-SNAPSHOT
# Version: v0.13.1
#
###################################
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 European Union Public License 1.2
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.14.0-SNAPSHOT
# Version: v0.13.1
#
###################################
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 European Union Public License 1.2
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.14.0-SNAPSHOT
# Version: v0.13.1
#
###################################
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 European Union Public License 1.2
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.14.0-SNAPSHOT
# Version: v0.13.1
#
###################################
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 European Union Public License 1.2
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.14.0-SNAPSHOT
# Version: v0.13.1
#
###################################
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 European Union Public License 1.2
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.14.0-SNAPSHOT
# Version: v0.13.1
#
###################################
set -euo pipefail
Expand Down
Binary file modified src/gitlab/.gitlab-ci.yml.sig
Binary file not shown.
2 changes: 1 addition & 1 deletion src/gitlab/create-mr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under European Union Public License 1.2
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.14.0-SNAPSHOT
# Version: v0.13.1
#
###################################
set -euo pipefail
Expand Down
Binary file modified src/gitlab/create-mr.sh.sig
Binary file not shown.
6 changes: 3 additions & 3 deletions src/gitlab/install-gt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under European Union Public License 1.2
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.14.0-SNAPSHOT
# Version: v0.13.1
#
###################################
set -euo pipefail
Expand Down Expand Up @@ -39,8 +39,8 @@ gpg --verify ./signing-key.public.asc.sig ./signing-key.public.asc && \
echo "public key trusted" && \
mkdir ./gpg && \
gpg --homedir ./gpg --import ./signing-key.public.asc && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.12.0/install.sh" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.12.0/install.sh.sig" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.13.1/install.sh" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.13.1/install.sh.sig" && \
gpg --homedir ./gpg --verify ./install.sh.sig ./install.sh && \
chmod +x ./install.sh && \
echo "verification successful" || (echo "!! verification failed, don't continue !!"; exit 1) && \
Expand Down
Binary file modified src/gitlab/install-gt.sh.sig
Binary file not shown.
4 changes: 2 additions & 2 deletions src/gitlab/utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under European Union Public License 1.2
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.14.0-SNAPSHOT
# Version: v0.13.1
#
###################################
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export GT_VERSION='v0.14.0-SNAPSHOT'
export GT_VERSION='v0.13.1'

function exitIfEnvVarNotSet() {
local -rn exitIfEnvVarNotSet_arr=$1
Expand Down
Binary file modified src/gitlab/utils.sh.sig
Binary file not shown.
4 changes: 2 additions & 2 deletions src/gt-pull.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under European Union Public License 1.2
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.14.0-SNAPSHOT
# Version: v0.13.1
#
####### Description #############
#
Expand All @@ -27,7 +27,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export GT_VERSION='v0.14.0-SNAPSHOT'
export GT_VERSION='v0.13.1'

if ! [[ -v dir_of_gt ]]; then
dir_of_gt="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)"
Expand Down
Binary file modified src/gt-pull.sh.sig
Binary file not shown.
4 changes: 2 additions & 2 deletions src/gt-re-pull.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under European Union Public License 1.2
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.14.0-SNAPSHOT
# Version: v0.13.1
#
####### Description #############
#
Expand All @@ -32,7 +32,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export GT_VERSION='v0.14.0-SNAPSHOT'
export GT_VERSION='v0.13.1'

if ! [[ -v dir_of_gt ]]; then
dir_of_gt="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)"
Expand Down
Binary file modified src/gt-re-pull.sh.sig
Binary file not shown.
4 changes: 2 additions & 2 deletions src/gt-remote.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under European Union Public License 1.2
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.14.0-SNAPSHOT
# Version: v0.13.1
#
####### Description #############
#
Expand All @@ -28,7 +28,7 @@
set -eu -o pipefail
shopt -s inherit_errexit
unset CDPATH
export GT_VERSION='v0.14.0-SNAPSHOT'
export GT_VERSION='v0.13.1'

if ! [[ -v dir_of_gt ]]; then
dir_of_gt="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)"
Expand Down
Binary file modified src/gt-remote.sh.sig
Binary file not shown.
4 changes: 2 additions & 2 deletions src/gt-reset.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under European Union Public License 1.2
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.14.0-SNAPSHOT
# Version: v0.13.1
#
####### Description #############
#
Expand Down Expand Up @@ -34,7 +34,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export GT_VERSION='v0.14.0-SNAPSHOT'
export GT_VERSION='v0.13.1'

if ! [[ -v dir_of_gt ]]; then
dir_of_gt="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)"
Expand Down
Binary file modified src/gt-reset.sh.sig
Binary file not shown.
Loading

0 comments on commit e91fe06

Please sign in to comment.