Skip to content

Commit 1e51ae2

Browse files
committed
v3.5.0
1 parent adf0100 commit 1e51ae2

File tree

92 files changed

+92
-92
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+92
-92
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ body:
1111
attributes:
1212
label: Affected Version
1313
description: What version of scripts are you running?
14-
placeholder: "v3.4.0"
14+
placeholder: "v3.5.0"
1515
validations:
1616
required: true
1717
- type: dropdown

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11

22

33
______________________________________
4-
I confirm that I have read the [Contributor Agreement v1.1](https://github.com/tegonal/scripts/blob/v3.4.0/.github/Contributor%20Agreement.txt), agree to be bound on them and confirm that my contribution is compliant.
4+
I confirm that I have read the [Contributor Agreement v1.1](https://github.com/tegonal/scripts/blob/v3.5.0/.github/Contributor%20Agreement.txt), agree to be bound on them and confirm that my contribution is compliant.

.gt/remotes/tegonal-gh-commons/pull-hook.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
77
# /___/ Please report bugs and contribute back your improvements
88
#
9-
# Version: v3.5.0-SNAPSHOT
9+
# Version: v3.5.0
1010
###################################
1111
set -euo pipefail
1212
shopt -s inherit_errexit
1313
unset CDPATH
14-
TEGONAL_SCRIPTS_LATEST_VERSION="v3.4.0"
14+
TEGONAL_SCRIPTS_LATEST_VERSION="v3.5.0"
1515

1616
if ! [[ -v dir_of_github_commons ]]; then
1717
dir_of_github_commons="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/lib/src"

README.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
<!-- for main -->
2-
3-
[![Download](https://img.shields.io/badge/Download-v3.4.0-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v3.4.0)
2+
<!--
3+
[![Download](https://img.shields.io/badge/Download-v3.5.0-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v3.5.0)
44
[![Apache 2.0](https://img.shields.io/badge/%E2%9A%96-Apache%202.0-%230b45a6)](http://opensource.org/licenses/Apache2.0 "License")
55
[![Quality Assurance](https://github.com/tegonal/scripts/actions/workflows/quality-assurance.yml/badge.svg?event=push&branch=main)](https://github.com/tegonal/scripts/actions/workflows/quality-assurance.yml?query=branch%3Amain)
66
[![Newcomers Welcome](https://img.shields.io/badge/%F0%9F%91%8B-Newcomers%20Welcome-blueviolet)](https://github.com/tegonal/scripts/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22 "Ask in discussions for help")
7-
7+
-->
88
<!-- for main end -->
99
<!-- for release -->
10-
<!--
11-
[![Download](https://img.shields.io/badge/Download-v3.4.0-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v3.4.0)
10+
11+
[![Download](https://img.shields.io/badge/Download-v3.5.0-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v3.5.0)
1212
[![Apache 2.0](https://img.shields.io/badge/%E2%9A%96-Apache%202.0-%230b45a6)](http://opensource.org/licenses/Apache2.0 "License")
1313
[![Newcomers Welcome](https://img.shields.io/badge/%F0%9F%91%8B-Newcomers%20Welcome-blueviolet)](https://github.com/tegonal/scripts/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22 "Ask in discussions for help")
14-
-->
14+
1515
<!-- for release end -->
1616

1717
# Scripts of Tegonal
@@ -20,13 +20,13 @@ There are scripts which we use over and over again in different projects.
2020
As they might be usable for you as well, we are publishing them here.
2121
Feel free to use it and report bugs if you should find one.
2222

23-
---
23+
<!---
2424
❗ You are taking a *sneak peek* at the next version. It could be that some features you find on this page are not
2525
released yet.
2626
Please have a look at the README of the corresponding release/git tag. Latest
27-
version: [README of v3.4.0](https://github.com/tegonal/scripts/tree/v3.4.0/README.md).
27+
version: [README of v3.5.0](https://github.com/tegonal/scripts/tree/v3.5.0/README.md).
2828
29-
---
29+
--->
3030

3131
**Table of Content**
3232

@@ -39,7 +39,7 @@ version: [README of v3.4.0](https://github.com/tegonal/scripts/tree/v3.4.0/READM
3939

4040
We recommend you pull the scripts with the help of [gt](https://github.com/tegonal/gt).
4141
Alternatively you can
42-
[![Download](https://img.shields.io/badge/Download-v3.4.0-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v3.4.0)
42+
[![Download](https://img.shields.io/badge/Download-v3.5.0-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v3.5.0)
4343
the sources.
4444

4545
Following the commands you need to execute to set up tegonal scripts via [gt](https://github.com/tegonal/gt).
@@ -51,7 +51,7 @@ gt remote add -r tegonal-scripts -u https://github.com/tegonal/scripts
5151
Now you can pull the scripts you want via:
5252

5353
```bash
54-
export TEGONAL_SCRIPTS_VERSION="v3.4.0"
54+
export TEGONAL_SCRIPTS_VERSION="v3.5.0"
5555
gt pull -r tegonal-scripts -t "$TEGONAL_SCRIPTS_VERSION" -p ...
5656
```
5757

@@ -61,7 +61,7 @@ Many of the scripts depend on further scripts located in `src/utility`.
6161
Therefore, for simplicity reasons, we recommend you pull `src/setup.sh` and all files in `src/utility` in addition:
6262

6363
```
64-
export TEGONAL_SCRIPTS_VERSION="v3.4.0"
64+
export TEGONAL_SCRIPTS_VERSION="v3.5.0"
6565
gt pull -r tegonal-scripts -t "$TEGONAL_SCRIPTS_VERSION" -p src/setup.sh
6666
gt pull -r tegonal-scripts -t "$TEGONAL_SCRIPTS_VERSION" -p src/utility/
6767
```
@@ -257,7 +257,7 @@ Parameters:
257257
--version prints the version of this script
258258

259259
INFO: Version of deploy.sh is:
260-
v3.5.0-SNAPSHOT
260+
v3.5.0
261261
```
262262
263263
</ci-jelastic-deploy-help>
@@ -423,7 +423,7 @@ Parameters:
423423
--version prints the version of this script
424424
425425
INFO: Version of release-files.sh is:
426-
v3.5.0-SNAPSHOT
426+
v3.5.0
427427
```
428428
429429
</releasing-release-files-help>
@@ -509,7 +509,7 @@ Parameters:
509509
--version prints the version of this script
510510
511511
INFO: Version of prepare-files-next-dev-cycle.sh is:
512-
v3.5.0-SNAPSHOT
512+
v3.5.0
513513
```
514514
515515
</releasing-prepare-files-next-dev-cycle-help>
@@ -610,7 +610,7 @@ Parameters:
610610
--version prints the version of this script
611611
612612
INFO: Version of release-template.sh is:
613-
v3.5.0-SNAPSHOT
613+
v3.5.0
614614
```
615615
616616
</releasing-release-template-help>
@@ -693,7 +693,7 @@ Parameters:
693693
--version prints the version of this script
694694
695695
INFO: Version of prepare-next-dev-cycle-template.sh is:
696-
v3.5.0-SNAPSHOT
696+
v3.5.0
697697
```
698698
699699
</releasing-prepare-next-dev-cycle-template-help>
@@ -768,7 +768,7 @@ Parameters:
768768
--version prints the version of this script
769769
770770
INFO: Version of pre-release-checks-git.sh is:
771-
v3.5.0-SNAPSHOT
771+
v3.5.0
772772
```
773773
774774
</releasing-pre-release-checks-git-help>
@@ -869,7 +869,7 @@ Parameters:
869869
--version prints the version of this script
870870
871871
INFO: Version of update-version-common-steps.sh is:
872-
v3.5.0-SNAPSHOT
872+
v3.5.0
873873
```
874874
875875
</releasing-update-version-common-steps-help>
@@ -957,7 +957,7 @@ update-version-README.sh -v v0.1.0 -f ./docs/index.md
957957
update-version-README.sh -v v0.1.0 -p "(VERSION=['\"])[^'\"]+(['\"])"
958958
959959
INFO: Version of update-version-README.sh is:
960-
v3.5.0-SNAPSHOT
960+
v3.5.0
961961
```
962962
963963
</releasing-update-version-README-help>
@@ -1016,7 +1016,7 @@ update-version-scripts.sh -v v0.1.0 -d ./scripts
10161016
update-version-scripts.sh -v v0.1.0 -p "(VERSION=['\"])[^'\"]+(['\"])"
10171017
10181018
INFO: Version of update-version-scripts.sh is:
1019-
v3.5.0-SNAPSHOT
1019+
v3.5.0
10201020
```
10211021
10221022
</releasing-update-version-scripts-help>
@@ -1075,7 +1075,7 @@ update-version-issue-templates.sh -v v0.1.0 -d ./tpls
10751075
update-version-issue-templates.sh -v v0.1.0 -p "(VERSION=['\"])[^'\"]+(['\"])"
10761076
10771077
INFO: Version of update-version-issue-templates.sh is:
1078-
v3.5.0-SNAPSHOT
1078+
v3.5.0
10791079
```
10801080
10811081
</releasing-update-version-issue-templates-help>
@@ -1148,7 +1148,7 @@ toggle-sections.sh -c main
11481148
toggle-sections.sh -c release -f ./docs/index.md
11491149
11501150
INFO: Version of toggle-sections.sh is:
1151-
v3.5.0-SNAPSHOT
1151+
v3.5.0
11521152
```
11531153
11541154
</releasing-toggle-sections-help>
@@ -1203,7 +1203,7 @@ sneak-peek-banner.sh -c hide
12031203
sneak-peek-banner.sh -c show -f ./docs/index.md
12041204
12051205
INFO: Version of sneak-peek-banner.sh is:
1206-
v3.5.0-SNAPSHOT
1206+
v3.5.0
12071207
```
12081208
12091209
</releasing-sneak-peek-banner-help>

scripts/before-pr.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
77
# /___/ Please report bugs and contribute back your improvements
88
#
9-
# Version: v3.5.0-SNAPSHOT
9+
# Version: v3.5.0
1010
###################################
1111
set -euo pipefail
1212
shopt -s inherit_errexit

scripts/check-in-bug-template.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
77
# /___/ Please report bugs and contribute back your improvements
88
#
9-
# Version: v3.5.0-SNAPSHOT
9+
# Version: v3.5.0
1010
###################################
1111
set -euo pipefail
1212
shopt -s inherit_errexit

scripts/cleanup-on-push-to-main.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
77
# /___/ Please report bugs and contribute back your improvements
88
#
9-
# Version: v3.5.0-SNAPSHOT
9+
# Version: v3.5.0
1010
###################################
1111
set -euo pipefail
1212
shopt -s inherit_errexit

scripts/prepare-next-dev-cycle.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
77
# /___/ Please report bugs and contribute back your improvements
88
#
9-
# Version: v3.5.0-SNAPSHOT
9+
# Version: v3.5.0
1010
###################################
1111
set -euo pipefail
1212
shopt -s inherit_errexit
1313
unset CDPATH
14-
export TEGONAL_SCRIPTS_VERSION='v3.5.0-SNAPSHOT'
14+
export TEGONAL_SCRIPTS_VERSION='v3.5.0'
1515

1616
if ! [[ -v scriptsDir ]]; then
1717
scriptsDir="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)"

scripts/release.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@
66
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
77
# /___/ Please report bugs and contribute back your improvements
88
#
9-
# Version: v3.5.0-SNAPSHOT
9+
# Version: v3.5.0
1010
###################################
1111
set -euo pipefail
1212
shopt -s inherit_errexit
1313
unset CDPATH
14-
export TEGONAL_SCRIPTS_VERSION='v3.5.0-SNAPSHOT'
14+
export TEGONAL_SCRIPTS_VERSION='v3.5.0'
1515

1616
if ! [[ -v scriptsDir ]]; then
1717
scriptsDir="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)"

scripts/run-shellcheck.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
77
# /___/ Please report bugs and contribute back your improvements
88
#
9-
# Version: v3.5.0-SNAPSHOT
9+
# Version: v3.5.0
1010
###################################
1111
set -euo pipefail
1212
shopt -s inherit_errexit

src/ci/install-shellcheck.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
77
# /___/ Please report bugs and contribute back your improvements
88
#
9-
# Version: v3.5.0-SNAPSHOT
9+
# Version: v3.5.0
1010
####### Description #############
1111
#
1212
# function which searches for *.sh files within defined paths (directories or a single *.sh) and

src/ci/install-shellcheck.sh.sig

0 Bytes
Binary file not shown.

src/ci/install-shellspec.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
77
# /___/ Please report bugs and contribute back your improvements
88
#
9-
# Version: v3.5.0-SNAPSHOT
9+
# Version: v3.5.0
1010
####### Description #############
1111
#
1212
# function which searches for *.sh files within defined paths (directories or a single *.sh) and

src/ci/install-shellspec.sh.sig

0 Bytes
Binary file not shown.

src/ci/jelastic/deploy.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
77
# /___/ Please report bugs and contribute back your improvements
88
#
9-
# Version: v3.5.0-SNAPSHOT
9+
# Version: v3.5.0
1010
####### Description #############
1111
#
1212
# function which helps deploying an image to a jelastic instance
@@ -39,7 +39,7 @@
3939
set -euo pipefail
4040
shopt -s inherit_errexit
4141
unset CDPATH
42-
export TEGONAL_SCRIPTS_VERSION='v3.5.0-SNAPSHOT'
42+
export TEGONAL_SCRIPTS_VERSION='v3.5.0'
4343

4444
if ! [[ -v dir_of_tegonal_scripts ]]; then
4545
dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/../.."

src/ci/jelastic/deploy.sh.sig

0 Bytes
Binary file not shown.

src/ci/jelastic/utils.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
77
# /___/ Please report bugs and contribute back your improvements
88
#
9-
# Version: v3.5.0-SNAPSHOT
9+
# Version: v3.5.0
1010
####### Description #############
1111
#
1212
# function which helps deploying an image to a jelastic instance
@@ -39,7 +39,7 @@
3939
set -euo pipefail
4040
shopt -s inherit_errexit
4141
unset CDPATH
42-
export TEGONAL_SCRIPTS_VERSION='v3.5.0-SNAPSHOT'
42+
export TEGONAL_SCRIPTS_VERSION='v3.5.0'
4343

4444
if ! [[ -v dir_of_tegonal_scripts ]]; then
4545
dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/../.."

src/ci/jelastic/utils.sh.sig

0 Bytes
Binary file not shown.

src/qa/run-shellcheck-pull-hooks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
77
# /___/ Please report bugs and contribute back your improvements
88
#
9-
# Version: v3.5.0-SNAPSHOT
9+
# Version: v3.5.0
1010
####### Description #############
1111
#
1212
# function which analyses pull-hook.sh in the `remotes` directory of the given gt working directory.
0 Bytes
Binary file not shown.

src/qa/run-shellcheck.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
77
# /___/ Please report bugs and contribute back your improvements
88
#
9-
# Version: v3.5.0-SNAPSHOT
9+
# Version: v3.5.0
1010
####### Description #############
1111
#
1212
# function which searches for *.sh files within defined paths (directories or a single *.sh) and

src/qa/run-shellcheck.sh.sig

0 Bytes
Binary file not shown.

src/qa/run-shellspec-if-installed.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
77
# /___/ Please report bugs and contribute back your improvements
88
#
9-
# Version: v3.5.0-SNAPSHOT
9+
# Version: v3.5.0
1010
####### Description #############
1111
#
1212
# function which calls shellspec in case the command exists and otherwise prints a warning
566 Bytes
Binary file not shown.

src/releasing/common-constants.source.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under European Union Public License 1.2
88
# /___/ Please report bugs and contribute back your improvements
99
#
10-
# Version: v3.5.0-SNAPSHOT
10+
# Version: v3.5.0
1111
####### Description #############
1212
#
1313
# constants intended to be sourced into a function
0 Bytes
Binary file not shown.

src/releasing/deduce-next-version.source.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
88
# /___/ Please report bugs and contribute back your improvements
99
#
10-
# Version: v3.5.0-SNAPSHOT
10+
# Version: v3.5.0
1111
####### Description #############
1212
#
1313
# intended to be sourced into a function which expects params version and nextVersion
0 Bytes
Binary file not shown.

src/releasing/pre-release-checks-git.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# \__/\__/\_, /\___/_//_/\_,_/_/ It is licensed under Apache License 2.0
77
# /___/ Please report bugs and contribute back your improvements
88
#
9-
# Version: v3.5.0-SNAPSHOT
9+
# Version: v3.5.0
1010
####### Description #############
1111
#
1212
# Checks that releasing a certain version (creating a corresponding git tag) makes sense: We check:
@@ -34,7 +34,7 @@
3434
set -euo pipefail
3535
shopt -s inherit_errexit
3636
unset CDPATH
37-
export TEGONAL_SCRIPTS_VERSION='v3.5.0-SNAPSHOT'
37+
export TEGONAL_SCRIPTS_VERSION='v3.5.0'
3838

3939
if ! [[ -v dir_of_tegonal_scripts ]]; then
4040
dir_of_tegonal_scripts="$(cd -- "$(dirname -- "${BASH_SOURCE[0]:-$0}")" >/dev/null && pwd 2>/dev/null)/.."
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)