Skip to content

Commit

Permalink
v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robstoll committed May 1, 2023
1 parent 690ac7d commit 075fa3f
Show file tree
Hide file tree
Showing 44 changed files with 50 additions and 50 deletions.
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.10.2/.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.11.0/.github/Contributor%20Agreement.txt), agree to be bound on them and confirm that my contribution is compliant.
2 changes: 1 addition & 1 deletion .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 Apache License 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.10.2
# Version: v0.11.0
#
###################################
name: "gt update"
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 Apache License 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.11.0-SNAPSHOT
# Version: v0.11.0
#
###################################
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
GT_LATEST_VERSION="v0.10.2"
GT_LATEST_VERSION="v0.11.0"

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
30 changes: 15 additions & 15 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.10.2-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v0.10.2)
<!--
[![Download](https://img.shields.io/badge/Download-v0.11.0-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v0.11.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/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.10.2-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v0.10.2)

[![Download](https://img.shields.io/badge/Download-v0.11.0-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v0.11.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/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 @@ at a single place.
❗ 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.10.2](https://github.com/tegonal/gt/tree/v0.10.2/README.md).
For instance, the [README of v0.11.0](https://github.com/tegonal/gt/tree/v0.11.0/README.md).

---

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.10.2-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v0.10.2)
1. [![Download](https://img.shields.io/badge/Download-v0.11.0-%23007ec6)](https://github.com/tegonal/gt/releases/tag/v0.11.0)
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.11.0-SNAPSHOT
v0.11.0
```
</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.11.0-SNAPSHOT
v0.11.0
```
</gt-remote-help>
Expand Down Expand Up @@ -421,7 +421,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.11.0-SNAPSHOT
v0.11.0
```
</gt-pull-help>
Expand Down Expand Up @@ -522,7 +522,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.11.0-SNAPSHOT
v0.11.0
```
</gt-re-pull-help>
Expand Down Expand Up @@ -581,7 +581,7 @@ gt reset
gt reset --gpg-only true
INFO: Version of gt-reset.sh is:
v0.11.0-SNAPSHOT
v0.11.0
```
</gt-reset-help>
Expand Down Expand Up @@ -641,7 +641,7 @@ gt update -r tegonal-scripts
gt update -r tegonal-scripts -t v1.0.0
INFO: Version of gt-update.sh is:
v0.11.0-SNAPSHOT
v0.11.0
```
</gt-update-help>
Expand Down Expand Up @@ -817,7 +817,7 @@ gt self-update
gt self-update --force
INFO: Version of gt-self-update.sh is:
v0.11.0-SNAPSHOT
v0.11.0
```
</gt-self-update-help>
Expand Down
Binary file modified install.doc.sh.sig
Binary file not shown.
2 changes: 1 addition & 1 deletion install.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: v0.10.2
# Version: v0.11.0
#
####### Description #############
#
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 Creative Commons Zero v1.0 Universal
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.11.0-SNAPSHOT
# Version: v0.11.0
#
###################################
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 Apache License 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.11.0-SNAPSHOT
# Version: v0.11.0
#
###################################
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 Apache License 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.11.0-SNAPSHOT
# Version: v0.11.0
#
###################################
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 Apache License 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.11.0-SNAPSHOT
# Version: v0.11.0
#
###################################
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 Apache License 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.11.0-SNAPSHOT
# Version: v0.11.0
#
###################################
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 Apache License 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.11.0-SNAPSHOT
# Version: v0.11.0
#
###################################
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 Apache License 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.11.0-SNAPSHOT
# Version: v0.11.0
#
###################################
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 Apache License 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.11.0-SNAPSHOT
# Version: v0.11.0
#
###################################
set -euo pipefail
Expand Down
Binary file modified src/gitlab/create-mr.sh.sig
Binary file not shown.
2 changes: 1 addition & 1 deletion 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 Apache License 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.11.0-SNAPSHOT
# Version: v0.11.0
#
###################################
set -euo pipefail
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 Apache License 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.11.0-SNAPSHOT
# Version: v0.11.0
#
###################################
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export GT_VERSION='v0.11.0-SNAPSHOT'
export GT_VERSION='v0.11.0'

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 Apache License 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.11.0-SNAPSHOT
# Version: v0.11.0
#
####### Description #############
#
Expand All @@ -27,7 +27,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export GT_VERSION='v0.11.0-SNAPSHOT'
export GT_VERSION='v0.11.0'

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 Apache License 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.11.0-SNAPSHOT
# Version: v0.11.0
#
####### Description #############
#
Expand All @@ -32,7 +32,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export GT_VERSION='v0.11.0-SNAPSHOT'
export GT_VERSION='v0.11.0'

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 Apache License 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.11.0-SNAPSHOT
# Version: v0.11.0
#
####### Description #############
#
Expand All @@ -28,7 +28,7 @@
set -eu -o pipefail
shopt -s inherit_errexit
unset CDPATH
export GT_VERSION='v0.11.0-SNAPSHOT'
export GT_VERSION='v0.11.0'

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 Apache License 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.11.0-SNAPSHOT
# Version: v0.11.0
#
####### Description #############
#
Expand Down Expand Up @@ -34,7 +34,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export GT_VERSION='v0.11.0-SNAPSHOT'
export GT_VERSION='v0.11.0'

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.
4 changes: 2 additions & 2 deletions src/gt-self-update.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: v0.11.0-SNAPSHOT
# Version: v0.11.0
#
####### Description #############
#
Expand All @@ -22,7 +22,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export GT_VERSION='v0.11.0-SNAPSHOT'
export GT_VERSION='v0.11.0'

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-self-update.sh.sig
Binary file not shown.
4 changes: 2 additions & 2 deletions src/gt-update.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: v0.11.0-SNAPSHOT
# Version: v0.11.0
#
####### Description #############
#
Expand All @@ -28,7 +28,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export GT_VERSION='v0.11.0-SNAPSHOT'
export GT_VERSION='v0.11.0'

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-update.sh.sig
Binary file not shown.
4 changes: 2 additions & 2 deletions src/gt.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: v0.11.0-SNAPSHOT
# Version: v0.11.0
#
####### Description #############
#
Expand Down Expand Up @@ -41,7 +41,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export GT_VERSION='v0.11.0-SNAPSHOT'
export GT_VERSION='v0.11.0'

if ! [[ -v dir_of_gt ]]; then
declare intermediateSource=${BASH_SOURCE[0]:-$0}
Expand Down
Binary file modified src/gt.sh.sig
Binary file not shown.
2 changes: 1 addition & 1 deletion src/paths.source.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: v0.11.0-SNAPSHOT
# Version: v0.11.0
#
####### Description #############
#
Expand Down
Binary file modified src/paths.source.sh.sig
Binary file not shown.
4 changes: 2 additions & 2 deletions src/pulled-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: v0.11.0-SNAPSHOT
# Version: v0.11.0
#
####### Description #############
#
Expand All @@ -16,7 +16,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export GT_VERSION='v0.11.0-SNAPSHOT'
export GT_VERSION='v0.11.0'

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/pulled-utils.sh.sig
Binary file not shown.
Loading

0 comments on commit 075fa3f

Please sign in to comment.