Skip to content

Commit f9a58e9

Browse files
committed
v4.4.2 fix wget check in instal-...
1 parent 9b629cf commit f9a58e9

File tree

96 files changed

+94
-94
lines changed

Some content is hidden

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

96 files changed

+94
-94
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: "v4.4.1"
14+
placeholder: "v4.4.2"
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/v4.4.1/.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/v4.4.2/.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: v4.5.0-SNAPSHOT
9+
# Version: v4.4.2
1010
###################################
1111
set -euo pipefail
1212
shopt -s inherit_errexit
1313
unset CDPATH
14-
TEGONAL_SCRIPTS_LATEST_VERSION="v4.4.1"
14+
TEGONAL_SCRIPTS_LATEST_VERSION="v4.4.2"
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-v4.4.1-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v4.4.1)
2+
<!--
3+
[![Download](https://img.shields.io/badge/Download-v4.4.2-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v4.4.2)
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-v4.4.1-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v4.4.1)
10+
11+
[![Download](https://img.shields.io/badge/Download-v4.4.2-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v4.4.2)
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 v4.4.1](https://github.com/tegonal/scripts/tree/v4.4.1/README.md).
27+
version: [README of v4.4.2](https://github.com/tegonal/scripts/tree/v4.4.2/README.md).
2828
29-
---
29+
--->
3030

3131
**Table of Content**
3232

@@ -39,7 +39,7 @@ version: [README of v4.4.1](https://github.com/tegonal/scripts/tree/v4.4.1/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-v4.4.1-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v4.4.1)
42+
[![Download](https://img.shields.io/badge/Download-v4.4.2-%23007ec6)](https://github.com/tegonal/scripts/releases/tag/v4.4.2)
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="v4.4.1"
54+
export TEGONAL_SCRIPTS_VERSION="v4.4.2"
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="v4.4.1"
64+
export TEGONAL_SCRIPTS_VERSION="v4.4.2"
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
```
@@ -259,7 +259,7 @@ Parameters:
259259
--version prints the version of this script
260260

261261
INFO: Version of deploy.sh is:
262-
v4.5.0-SNAPSHOT
262+
v4.4.2
263263
```
264264
265265
</ci-jelastic-deploy-help>
@@ -428,7 +428,7 @@ Parameters:
428428
--version prints the version of this script
429429
430430
INFO: Version of release-files.sh is:
431-
v4.5.0-SNAPSHOT
431+
v4.4.2
432432
```
433433
434434
</releasing-release-files-help>
@@ -515,7 +515,7 @@ Parameters:
515515
--version prints the version of this script
516516
517517
INFO: Version of prepare-files-next-dev-cycle.sh is:
518-
v4.5.0-SNAPSHOT
518+
v4.4.2
519519
```
520520
521521
</releasing-prepare-files-next-dev-cycle-help>
@@ -616,7 +616,7 @@ Parameters:
616616
--version prints the version of this script
617617
618618
INFO: Version of release-template.sh is:
619-
v4.5.0-SNAPSHOT
619+
v4.4.2
620620
```
621621
622622
</releasing-release-template-help>
@@ -699,7 +699,7 @@ Parameters:
699699
--version prints the version of this script
700700
701701
INFO: Version of prepare-next-dev-cycle-template.sh is:
702-
v4.5.0-SNAPSHOT
702+
v4.4.2
703703
```
704704
705705
</releasing-prepare-next-dev-cycle-template-help>
@@ -774,7 +774,7 @@ Parameters:
774774
--version prints the version of this script
775775
776776
INFO: Version of pre-release-checks-git.sh is:
777-
v4.5.0-SNAPSHOT
777+
v4.4.2
778778
```
779779
780780
</releasing-pre-release-checks-git-help>
@@ -875,7 +875,7 @@ Parameters:
875875
--version prints the version of this script
876876
877877
INFO: Version of update-version-common-steps.sh is:
878-
v4.5.0-SNAPSHOT
878+
v4.4.2
879879
```
880880
881881
</releasing-update-version-common-steps-help>
@@ -963,7 +963,7 @@ update-version-README.sh -v v0.1.0 -f ./docs/index.md
963963
update-version-README.sh -v v0.1.0 -p "(VERSION=['\"])[^'\"]+(['\"])"
964964
965965
INFO: Version of update-version-README.sh is:
966-
v4.5.0-SNAPSHOT
966+
v4.4.2
967967
```
968968
969969
</releasing-update-version-README-help>
@@ -1022,7 +1022,7 @@ update-version-scripts.sh -v v0.1.0 -d ./scripts
10221022
update-version-scripts.sh -v v0.1.0 -p "(VERSION=['\"])[^'\"]+(['\"])"
10231023
10241024
INFO: Version of update-version-scripts.sh is:
1025-
v4.5.0-SNAPSHOT
1025+
v4.4.2
10261026
```
10271027
10281028
</releasing-update-version-scripts-help>
@@ -1081,7 +1081,7 @@ update-version-issue-templates.sh -v v0.1.0 -d ./tpls
10811081
update-version-issue-templates.sh -v v0.1.0 -p "(VERSION=['\"])[^'\"]+(['\"])"
10821082
10831083
INFO: Version of update-version-issue-templates.sh is:
1084-
v4.5.0-SNAPSHOT
1084+
v4.4.2
10851085
```
10861086
10871087
</releasing-update-version-issue-templates-help>
@@ -1154,7 +1154,7 @@ toggle-sections.sh -c main
11541154
toggle-sections.sh -c release -f ./docs/index.md
11551155
11561156
INFO: Version of toggle-sections.sh is:
1157-
v4.5.0-SNAPSHOT
1157+
v4.4.2
11581158
```
11591159
11601160
</releasing-toggle-sections-help>
@@ -1209,7 +1209,7 @@ sneak-peek-banner.sh -c hide
12091209
sneak-peek-banner.sh -c show -f ./docs/index.md
12101210
12111211
INFO: Version of sneak-peek-banner.sh is:
1212-
v4.5.0-SNAPSHOT
1212+
v4.4.2
12131213
```
12141214
12151215
</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: v4.5.0-SNAPSHOT
9+
# Version: v4.4.2
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: v4.5.0-SNAPSHOT
9+
# Version: v4.4.2
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: v4.5.0-SNAPSHOT
9+
# Version: v4.4.2
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: v4.5.0-SNAPSHOT
9+
# Version: v4.4.2
1010
###################################
1111
set -euo pipefail
1212
shopt -s inherit_errexit
1313
unset CDPATH
14-
export TEGONAL_SCRIPTS_VERSION='v4.5.0-SNAPSHOT'
14+
export TEGONAL_SCRIPTS_VERSION='v4.4.2'
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: v4.5.0-SNAPSHOT
9+
# Version: v4.4.2
1010
###################################
1111
set -euo pipefail
1212
shopt -s inherit_errexit
1313
unset CDPATH
14-
export TEGONAL_SCRIPTS_VERSION='v4.5.0-SNAPSHOT'
14+
export TEGONAL_SCRIPTS_VERSION='v4.4.2'
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: v4.5.0-SNAPSHOT
9+
# Version: v4.4.2
1010
###################################
1111
set -euo pipefail
1212
shopt -s inherit_errexit

0 commit comments

Comments
 (0)