Skip to content

Commit

Permalink
v1.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
robstoll committed Nov 22, 2024
1 parent 8c91d33 commit 4e42403
Show file tree
Hide file tree
Showing 50 changed files with 74 additions and 74 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: "v1.0.3"
placeholder: "v1.0.4"
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/v1.0.3/.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/v1.0.4/.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: v1.1.0-SNAPSHOT
# Version: v1.0.4
###################################
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/v1.0.3/install.sh" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v1.0.3/install.sh.sig" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v1.0.4/install.sh" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v1.0.4/install.sh.sig" && \
gpg --homedir ./gpg --verify ./install.sh.sig ./install.sh && \
chmod +x ./install.sh && \
echo "verification successful" || (printf >&2 "\033[0;31mERROR\033[0m: verification failed, don't continue !!\n"; 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/v1.0.3/install.sh" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v1.0.3/install.sh.sig" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v1.0.4/install.sh" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v1.0.4/install.sh.sig" && \
gpg --homedir ./gpg --verify ./install.sh.sig ./install.sh && \
chmod +x ./install.sh && \
echo "verification successful" || (printf >&2 "\033[0;31mERROR\033[0m: verification failed, don't continue !!\n"; 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, v0.17.1, v0.17.3, v0.17.4, v0.18.0, v0.19.0, v1.0.0, v1.0.1, v1.0.2]
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, v0.17.3, v0.17.4, v0.18.0, v0.19.0, v1.0.0, v1.0.1, v1.0.2, v1.0.3]
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: v1.1.0-SNAPSHOT
# Version: v1.0.4
###################################
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
GT_LATEST_VERSION="v1.0.3"
GT_LATEST_VERSION="v1.0.4"

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
44 changes: 22 additions & 22 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.0.3-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v1.0.3)
<!--
[![Download](https://img.shields.io/badge/Download-v1.0.4-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v1.0.4)
[![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")
[![Quality Assurance](https://github.com/tegonal/gt/actions/workflows/quality-assurance.yml/badge.svg?event=push&branch=main)](https://github.com/tegonal/gt/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/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-v1.0.3-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v1.0.3)

[![Download](https://img.shields.io/badge/Download-v1.0.4-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v1.0.4)
[![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")
[![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 All @@ -36,11 +36,11 @@ templates etc. which you use in multiple projects but want to maintain at a sing

</details>

---
<!---
❗ 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 v1.0.3](https://github.com/tegonal/gt/tree/v1.0.3/README.md).
Please have a look at the README of the corresponding release/git tag. Latest version: [README of v1.0.4](https://github.com/tegonal/gt/tree/v1.0.4/README.md).
---
--->

**Table of Content**

Expand Down Expand Up @@ -99,8 +99,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/v1.0.3/install.sh" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v1.0.3/install.sh.sig" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v1.0.4/install.sh" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v1.0.4/install.sh.sig" && \
gpg --homedir ./gpg --verify ./install.sh.sig ./install.sh && \
chmod +x ./install.sh && \
echo "verification successful" || (printf >&2 "\033[0;31mERROR\033[0m: verification failed, don't continue !!\n"; exit 1) && \
Expand Down Expand Up @@ -163,7 +163,7 @@ Last but not least, see [additional installation steps](#additional-installation

## manually

1. [![Download](https://img.shields.io/badge/Download-v1.0.3-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v1.0.3)
1. [![Download](https://img.shields.io/badge/Download-v1.0.4-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v1.0.4)
2. extract the zip/tar.gz
3. open a terminal at the corresponding folder and verify the public key of this repo
against [Tegonal's public key](https://tegonal.com/gpg/github.asc):
Expand Down Expand Up @@ -253,7 +253,7 @@ self-update update gt to the latest version
--version prints the version of this script
INFO: Version of gt.sh is:
v1.1.0-SNAPSHOT
v1.0.4
```

</gt-help>
Expand Down Expand Up @@ -284,7 +284,7 @@ list list all remotes
--version prints the version of this script
INFO: Version of gt-remote.sh is:
v1.1.0-SNAPSHOT
v1.0.4
```

</gt-remote-help>
Expand Down Expand Up @@ -348,7 +348,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:
v1.1.0-SNAPSHOT
v1.0.4
```

</gt-remote-add-help>
Expand Down Expand Up @@ -380,7 +380,7 @@ gt remote remove -r tegonal-scripts --delete-pulled-files true
gt remote remove -r tegonal-scripts -w .github/.gt
INFO: Version of gt-remote.sh is:
v1.1.0-SNAPSHOT
v1.0.4
```

</gt-remote-remove-help>
Expand All @@ -407,7 +407,7 @@ gt remote list
gt remote list -w .github/.gt
INFO: Version of gt-remote.sh is:
v1.1.0-SNAPSHOT
v1.0.4
```

</gt-remote-list-help>
Expand Down Expand Up @@ -458,7 +458,7 @@ gt pull -r tegonal-scripts -t v0.1.0 -d .github --chop-path true -p .github/CODE
gt pull -r tegonal-scripts -t v0.1.0 -p src/utility/ --tag-filter "^v3.*"
INFO: Version of gt-pull.sh is:
v1.1.0-SNAPSHOT
v1.0.4
```

</gt-pull-help>
Expand Down Expand Up @@ -596,7 +596,7 @@ gt re-pull
gt re-pull -r tegonal-scripts --only-missing false
INFO: Version of gt-re-pull.sh is:
v1.1.0-SNAPSHOT
v1.0.4
```

</gt-re-pull-help>
Expand Down Expand Up @@ -660,7 +660,7 @@ gt reset
gt reset --gpg-only true
INFO: Version of gt-reset.sh is:
v1.1.0-SNAPSHOT
v1.0.4
```

</gt-reset-help>
Expand Down Expand Up @@ -723,7 +723,7 @@ gt update -r tegonal-scripts
gt update -r tegonal-scripts -t v1.0.0
INFO: Version of gt-update.sh is:
v1.1.0-SNAPSHOT
v1.0.4
```

</gt-update-help>
Expand Down Expand Up @@ -916,7 +916,7 @@ gt self-update
gt self-update --force
INFO: Version of gt-self-update.sh is:
v1.1.0-SNAPSHOT
v1.0.4
```

</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/v1.0.3/install.sh" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v1.0.3/install.sh.sig" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v1.0.4/install.sh" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v1.0.4/install.sh.sig" && \
gpg --homedir ./gpg --verify ./install.sh.sig ./install.sh && \
chmod +x ./install.sh && \
echo "verification successful" || (printf >&2 "\033[0;31mERROR\033[0m: verification failed, don't continue !!\n"; 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: v1.1.0-SNAPSHOT
# Version: v1.0.4
####### 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/v1.0.3/install.sh" && \
# wget "https://raw.githubusercontent.com/tegonal/gt/v1.0.3/install.sh.sig" && \
# wget "https://raw.githubusercontent.com/tegonal/gt/v1.0.4/install.sh" && \
# wget "https://raw.githubusercontent.com/tegonal/gt/v1.0.4/install.sh.sig" && \
# gpg --homedir ./gpg --verify ./install.sh.sig ./install.sh && \
# chmod +x ./install.sh && \
# echo "verification successful" || (printf >&2 "\033[0;31mERROR\033[0m: verification failed, don't continue !!\n"; 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: v1.1.0-SNAPSHOT
# Version: v1.0.4
###################################
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: v1.1.0-SNAPSHOT
# Version: v1.0.4
###################################
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: v1.1.0-SNAPSHOT
# Version: v1.0.4
###################################
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
GT_VERSION="v1.1.0-SNAPSHOT"
GT_VERSION="v1.0.4"

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: v1.1.0-SNAPSHOT
# Version: v1.0.4
###################################
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
GT_VERSION="v1.1.0-SNAPSHOT"
GT_VERSION="v1.0.4"

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: v1.1.0-SNAPSHOT
# Version: v1.0.4
###################################
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: v1.1.0-SNAPSHOT
# Version: v1.0.4
###################################
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
GT_VERSION="v1.1.0-SNAPSHOT"
GT_VERSION="v1.0.4"

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: v1.1.0-SNAPSHOT
# Version: v1.0.4
####### Description #############
#
# constants intended to be sourced into a function
Expand Down
Binary file modified 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: v1.1.0-SNAPSHOT
# Version: v1.0.4
###################################
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: v1.1.0-SNAPSHOT
# Version: v1.0.4
###################################
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/v1.0.3/install.sh" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v1.0.3/install.sh.sig" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v1.0.4/install.sh" && \
wget "https://raw.githubusercontent.com/tegonal/gt/v1.0.4/install.sh.sig" && \
gpg --homedir ./gpg --verify ./install.sh.sig ./install.sh && \
chmod +x ./install.sh && \
echo "verification successful" || (printf >&2 "\033[0;31mERROR\033[0m: verification failed, don't continue !!\n"; 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: v1.1.0-SNAPSHOT
# Version: v1.0.4
###################################
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export GT_VERSION='v1.1.0-SNAPSHOT'
export GT_VERSION='v1.0.4'

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: v1.1.0-SNAPSHOT
# Version: v1.0.4
####### Description #############
#
# 'pull' command of gt: utility to pull files from a previously defined git remote repository
Expand Down Expand Up @@ -64,7 +64,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export GT_VERSION='v1.1.0-SNAPSHOT'
export GT_VERSION='v1.0.4'

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

0 comments on commit 4e42403

Please sign in to comment.