Skip to content

Commit

Permalink
v0.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robstoll committed Apr 1, 2024
1 parent 68d7f5f commit 384be56
Show file tree
Hide file tree
Showing 46 changed files with 68 additions and 68 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 using?
placeholder: "v0.17.1"
placeholder: "v0.17.2"
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.17.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/gt/blob/v0.17.2/.github/Contributor%20Agreement.txt), agree to be bound on them and confirm that my contribution is compliant.
10 changes: 5 additions & 5 deletions .github/workflows/gt-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2
# /___/ Please report bugs and contribute back your improvements
#
# Version: v0.18.0-SNAPSHOT
# Version: v0.17.2
###################################
name: "gt update"
on:
Expand Down Expand Up @@ -40,8 +40,8 @@ jobs:
echo "public key trusted" && \
mkdir ./gpg && \
gpg --homedir ./gpg --import ./signing-key.public.asc && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.1/install.sh" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.1/install.sh.sig" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.2/install.sh" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.2/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 @@ -79,8 +79,8 @@ jobs:
echo "public key trusted" && \
mkdir ./gpg && \
gpg --homedir ./gpg --import ./signing-key.public.asc && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.1/install.sh" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.1/install.sh.sig" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.2/install.sh" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.2/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.
2 changes: 1 addition & 1 deletion .github/workflows/installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
installOld:
strategy:
matrix:
tag: [v0.10.2, v0.11.0, v0.12.0, v0.13.3, v0.14.0, v0.15.0, v0.16.0, v0.17.0]
tag: [v0.10.2, v0.11.0, v0.12.0, v0.13.3, v0.14.0, v0.15.0, v0.16.0, v0.17.0, v0.17.1]
runs-on: ubuntu-latest
name: 'self-update from ${{matrix.tag}}'
steps:
Expand Down
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 European Union Public License v. 1.2
# /___/ Please report bugs and contribute back your improvements
#
# Version: v0.18.0-SNAPSHOT
# Version: v0.17.2
###################################
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
GT_LATEST_VERSION="v0.17.1"
GT_LATEST_VERSION="v0.17.2"

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.17.1-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v0.17.1)
<!--
[![Download](https://img.shields.io/badge/Download-v0.17.2-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v0.17.2)
[![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.17.1-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v0.17.1)

[![Download](https://img.shields.io/badge/Download-v0.17.2-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v0.17.2)
[![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.17.1](https://github.com/tegonal/gt/tree/v0.17.1/README.md).
For instance, the [README of v0.17.2](https://github.com/tegonal/gt/tree/v0.17.2/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.17.1/install.sh" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.1/install.sh.sig" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.2/install.sh" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.2/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.17.1-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v0.17.1)
1. [![Download](https://img.shields.io/badge/Download-v0.17.2-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v0.17.2)
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.18.0-SNAPSHOT
v0.17.2
```
</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.18.0-SNAPSHOT
v0.17.2
```
</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.18.0-SNAPSHOT
v0.17.2
```
</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.18.0-SNAPSHOT
v0.17.2
```
</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.18.0-SNAPSHOT
v0.17.2
```
</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.18.0-SNAPSHOT
v0.17.2
```
</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.18.0-SNAPSHOT
v0.17.2
```
</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.18.0-SNAPSHOT
v0.17.2
```
</gt-update-help>
Expand Down Expand Up @@ -806,7 +806,7 @@ gt self-update
gt self-update --force
INFO: Version of gt-self-update.sh is:
v0.18.0-SNAPSHOT
v0.17.2
```
</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.17.1/install.sh" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.1/install.sh.sig" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.2/install.sh" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.2/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 @@ -6,7 +6,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2
# /___/ Please report bugs and contribute back your improvements
#
# Version: v0.18.0-SNAPSHOT
# Version: v0.17.2
####### Description #############
#
# installation script which downloads and set ups the latest or a specific tag of gt
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.17.1/install.sh" && \
# wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.1/install.sh.sig" && \
# wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.2/install.sh" && \
# wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.2/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/before-pr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2
# /___/ Please report bugs and contribute back your improvements
#
# Version: v0.18.0-SNAPSHOT
# Version: v0.17.2
###################################
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 European Union Public License v. 1.2
# /___/ Please report bugs and contribute back your improvements
#
# Version: v0.18.0-SNAPSHOT
# Version: v0.17.2
###################################
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 European Union Public License v. 1.2
# /___/ Please report bugs and contribute back your improvements
#
# Version: v0.18.0-SNAPSHOT
# Version: v0.17.2
###################################
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
GT_VERSION="v0.18.0-SNAPSHOT"
GT_VERSION="v0.17.2"

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 European Union Public License v. 1.2
# /___/ Please report bugs and contribute back your improvements
#
# Version: v0.18.0-SNAPSHOT
# Version: v0.17.2
###################################
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
GT_VERSION="v0.18.0-SNAPSHOT"
GT_VERSION="v0.17.2"

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 European Union Public License v. 1.2
# /___/ Please report bugs and contribute back your improvements
#
# Version: v0.18.0-SNAPSHOT
# Version: v0.17.2
###################################
set -euo pipefail
shopt -s inherit_errexit
Expand Down
4 changes: 2 additions & 2 deletions scripts/update-version-in-non-sh-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2
# /___/ Please report bugs and contribute back your improvements
#
# Version: v0.18.0-SNAPSHOT
# Version: v0.17.2
###################################
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
GT_VERSION="v0.18.0-SNAPSHOT"
GT_VERSION="v0.17.2"

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 src/common-constants.source.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2
# /___/ Please report bugs and contribute back your improvements
#
# Version: v0.18.0-SNAPSHOT
# Version: v0.17.2
####### Description #############
#
# constants intended to be sourced into a function
Expand Down
Binary file added src/common-constants.source.sh.sig
Binary file not shown.
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 @@ -6,7 +6,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2
# /___/ Please report bugs and contribute back your improvements
#
# Version: v0.18.0-SNAPSHOT
# Version: v0.17.2
###################################
set -euo pipefail
shopt -s inherit_errexit
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 @@ -6,7 +6,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2
# /___/ Please report bugs and contribute back your improvements
#
# Version: v0.18.0-SNAPSHOT
# Version: v0.17.2
###################################
set -euo pipefail
shopt -s inherit_errexit
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.17.1/install.sh" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.1/install.sh.sig" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.2/install.sh" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v0.17.2/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 @@ -6,12 +6,12 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2
# /___/ Please report bugs and contribute back your improvements
#
# Version: v0.18.0-SNAPSHOT
# Version: v0.17.2
###################################
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export GT_VERSION='v0.18.0-SNAPSHOT'
export GT_VERSION='v0.17.2'

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 @@ -6,7 +6,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2
# /___/ Please report bugs and contribute back your improvements
#
# Version: v0.18.0-SNAPSHOT
# Version: v0.17.2
####### Description #############
#
# 'pull' command of gt: utility to pull files from a previously defined git remote repository
Expand All @@ -27,7 +27,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export GT_VERSION='v0.18.0-SNAPSHOT'
export GT_VERSION='v0.17.2'

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 @@ -6,7 +6,7 @@
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License v. 1.2
# /___/ Please report bugs and contribute back your improvements
#
# Version: v0.18.0-SNAPSHOT
# Version: v0.17.2
####### Description #############
#
# 're-pull' command of gt: utility to pull files defined in pulled.tsv for all or one previously defined remote
Expand All @@ -32,7 +32,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export GT_VERSION='v0.18.0-SNAPSHOT'
export GT_VERSION='v0.17.2'

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.
Loading

0 comments on commit 384be56

Please sign in to comment.