Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robstoll committed Oct 10, 2022
1 parent 0081758 commit b928713
Show file tree
Hide file tree
Showing 44 changed files with 50 additions and 50 deletions.
4 changes: 2 additions & 2 deletions .gget/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 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.9.0-SNAPSHOT
# Version: v0.9.0
#
###################################
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
GGET_LATEST_VERSION="v0.8.0"
GGET_LATEST_VERSION="v0.9.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
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/gget/blob/v0.8.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/gget/blob/v0.9.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/gget-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.8.0
# Version: v0.9.0
#
###################################
name: "gget update"
Expand Down
Binary file modified .github/workflows/gget-update.yml.sig
Binary file not shown.
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.8.0-%23007ec6)](https://github.com/tegonal/gget/releases/tag/v0.8.0)
<!--
[![Download](https://img.shields.io/badge/Download-v0.9.0-%23007ec6)](https://github.com/tegonal/gget/releases/tag/v0.9.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/gget/workflows/Code%20Quality/badge.svg?event=push&branch=main)](https://github.com/tegonal/gget/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/gget/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.8.0-%23007ec6)](https://github.com/tegonal/gget/releases/tag/v0.8.0)

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

<!-- for release end -->

# gget
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.8.0](https://github.com/tegonal/gget/tree/v0.8.0/README.md).
For instance, the [README of v0.9.0](https://github.com/tegonal/gget/tree/v0.9.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.8.0-%23007ec6)](https://github.com/tegonal/gget/releases/tag/v0.8.0)
1. [![Download](https://img.shields.io/badge/Download-v0.9.0-%23007ec6)](https://github.com/tegonal/gget/releases/tag/v0.9.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 gget to the latest version
--version prints the version of this script
INFO: Version of gget.sh is:
v0.9.0-SNAPSHOT
v0.9.0
```
</gget-help>
Expand All @@ -260,7 +260,7 @@ list list all remotes
--version prints the version of this script
INFO: Version of gget-remote.sh is:
v0.9.0-SNAPSHOT
v0.9.0
```
</gget-remote-help>
Expand Down Expand Up @@ -421,7 +421,7 @@ gget pull -r tegonal-scripts -t v0.1.0 -p src/utility/
gget pull -r tegonal-scripts -t v0.1.0 -d .github --chop-path true -p .github/CODE_OF_CONDUCT.md
INFO: Version of gget-pull.sh is:
v0.9.0-SNAPSHOT
v0.9.0
```
</gget-pull-help>
Expand Down Expand Up @@ -522,7 +522,7 @@ gget re-pull
gget re-pull -r tegonal-scripts --only-missing false --auto-trust true
INFO: Version of gget-re-pull.sh is:
v0.9.0-SNAPSHOT
v0.9.0
```
</gget-re-pull-help>
Expand Down Expand Up @@ -581,7 +581,7 @@ gget reset
gget reset --gpg-only true
INFO: Version of gget-reset.sh is:
v0.9.0-SNAPSHOT
v0.9.0
```
</gget-reset-help>
Expand Down Expand Up @@ -641,7 +641,7 @@ gget update -r tegonal-scripts
gget update -r tegonal-scripts -t v1.0.0
INFO: Version of gget-update.sh is:
v0.9.0-SNAPSHOT
v0.9.0
```
</gget-update-help>
Expand Down Expand Up @@ -817,7 +817,7 @@ gget self-update
gget self-update --force
INFO: Version of gget-self-update.sh is:
v0.9.0-SNAPSHOT
v0.9.0
```
</gget-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 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.8.0
# Version: v0.9.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.9.0-SNAPSHOT
# Version: v0.9.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 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.9.0-SNAPSHOT
# Version: v0.9.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 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.9.0-SNAPSHOT
# Version: v0.9.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 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.9.0-SNAPSHOT
# Version: v0.9.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 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.9.0-SNAPSHOT
# Version: v0.9.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 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.9.0-SNAPSHOT
# Version: v0.9.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 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.9.0-SNAPSHOT
# Version: v0.9.0
#
###################################
set -euo pipefail
Expand Down
4 changes: 2 additions & 2 deletions src/gget-pull.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.9.0-SNAPSHOT
# Version: v0.9.0
#
####### Description #############
#
Expand All @@ -27,7 +27,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export GGET_VERSION='v0.9.0-SNAPSHOT'
export GGET_VERSION='v0.9.0'

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

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

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

if ! [[ -v dir_of_gget ]]; then
dir_of_gget="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)"
Expand Down
Binary file modified src/gget-reset.sh.sig
Binary file not shown.
4 changes: 2 additions & 2 deletions src/gget-self-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.9.0-SNAPSHOT
# Version: v0.9.0
#
####### Description #############
#
Expand All @@ -22,7 +22,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export GGET_VERSION='v0.9.0-SNAPSHOT'
export GGET_VERSION='v0.9.0'

if ! [[ -v dir_of_gget ]]; then
dir_of_gget="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)"
Expand Down
Binary file modified src/gget-self-update.sh.sig
Binary file not shown.
4 changes: 2 additions & 2 deletions src/gget-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.9.0-SNAPSHOT
# Version: v0.9.0
#
####### Description #############
#
Expand All @@ -28,7 +28,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export GGET_VERSION='v0.9.0-SNAPSHOT'
export GGET_VERSION='v0.9.0'

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

if ! [[ -v dir_of_gget ]]; then
declare intermediateSource=${BASH_SOURCE[0]:-$0}
Expand Down
Binary file modified src/gget.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 @@ -5,7 +5,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.9.0-SNAPSHOT
# Version: v0.9.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-gget.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# / __/ -_) _ `/ _ \/ _ \/ _ `/ / It is licensed under Apache 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.9.0-SNAPSHOT
# Version: v0.9.0
#
###################################
set -euo pipefail
Expand Down
Binary file modified src/gitlab/install-gget.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 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.9.0-SNAPSHOT
# Version: v0.9.0
#
###################################
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export GGET_VERSION='v0.9.0-SNAPSHOT'
export GGET_VERSION='v0.9.0'

function exitIfEnvVarNotSet() {
local -rn exitIfEnvVarNotSet_arr=$1
Expand Down
Binary file modified src/gitlab/utils.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 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.9.0-SNAPSHOT
# Version: v0.9.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 2.0
# \__/\__/\_, /\___/_//_/\_,_/_/ Please report bugs and contribute back your improvements
# /___/
# Version: v0.9.0-SNAPSHOT
# Version: v0.9.0
#
####### Description #############
#
Expand All @@ -16,7 +16,7 @@
set -euo pipefail
shopt -s inherit_errexit
unset CDPATH
export GGET_VERSION='v0.9.0-SNAPSHOT'
export GGET_VERSION='v0.9.0'

if ! [[ -v dir_of_gget ]]; then
dir_of_gget="$(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 b928713

Please sign in to comment.