Releases: tegonal/scripts
Releases · tegonal/scripts
v4.10.0 install-/run-shfmt.sh
What's Changed
- install- and run-shfmt.sh, and format own sources include in cleanup by @robstoll in #304
- fix doc of prepare-next-dev-cycle-template.sh by @robstoll in #301
- update files of remote gt to version v1.4.4 via gt by @tegonal-bot in https://github.com/tegonal/scripts/pull/302pull/305
- update tegonal-gh-commons to v4.1.0 by @robstoll in #306
Full Changelog: v4.9.1...v4.10.0
v4.9.0 update shellcheck to v0.11.0
What's Changed
- checkPathNamedIsInsideOf: fix wrong variable usage in case of an error by @robstoll in #291
- fix formatting in release-files.doc.sh and improve in README by @robstoll in #293
- update files of remote gt to version v1.4.3 via gt by @tegonal-bot in #294
- update files of remote tegonal-gh-commons to version v3.2.0 via gt by @tegonal-bot in #295
- update shellcheck to v0.11.0 by @robstoll in #297
Full Changelog: v4.8.1...v4.9.0
v4.8.1 fix missing return $?, git tag.gpgSign
What's Changed
- don't store secret in case prompt fails (e.g. because interrupted) by @robstoll in #276
- handle case that git config tag.gpgSign is not defined by @robstoll in #278
- log success after prepare next and push tag and branch by @robstoll in #279
- improve comment about prefixing local variables by @robstoll in #280
- fix a few wrong argument checks and typos by @robstoll in #281
- update files of remote tegonal-gh-commons to version v3.0.0 via gt by @tegonal-bot in #282
- return exit code if preReleaseCheckGit fails by @robstoll in #284
Full Changelog: v4.8.0...v4.8.1
v4.8.0 exitIfArgIsNotArrayOrIsNonEmpty, error handling
What's Changed
- output the question if help shall be printed to stderr by @robstoll in #264
- capture exit code of callback and return at the end by @robstoll in #265
- print a newline after the last joined element by @robstoll in #266
- exitIfArgIsNotArrayOrIsNonEmpty e.g. for out array parameters by @robstoll in #267
- get array length after check that it is an array by @robstoll in #269
- update files of remote gt to version v1.3.1 via gt by @tegonal-bot in #271
- return with error if parsing (fn) args fails by @robstoll in #272
- checkIsInitialisedArray, use in exitIfArgIsNotArrayOr... by @robstoll in #273
Full Changelog: v4.7.0...v4.8.0
v4.7.0 workaround for gpg < 2.4 unix socket
v4.6.1 fix elapsedSecondsBasedOnTimestampInMs
What's Changed
Full Changelog: v4.6.0...v4.6.1
v4.6.0 logDeprecation, timestampInMs and co.
What's Changed
- fix promptForSecret when pasting secrets by @robstoll in #247
- deprecated run-shellcheck-pull-hooks.sh by @robstoll in #248
- analyse all *.sh files which start with pull-hook by @robstoll in #249
- improve withCustomOutputInput if not enough arguments are passed by @robstoll in #250
- fix typo arguments needs => arguments need by @robstoll in #251
- update files of remote gt to version v1.3.0 via gt by @tegonal-bot in #252
- introduce logDeprecation with TEGONAL_SCRIPTS_ERROR_ON_DEPRECATION by @robstoll in #254
- mention that bash 5 is a min requirement if shopt inherit_errexit fails by @robstoll in #255
- timestampInMs, formatMsToSeconds and elapsedSecondsBasedOnTimestampInMs by @robstoll in #257
- traceAndDie in case file cannot be sourced by @robstoll in #258
Full Changelog: v4.5.1...v4.6.0
v4.5.0 secret-utils, fix for exitIfVariablesNotDeclared
What's Changed
- enable source warnings, use long parameter names for shellcheck by @robstoll in #236
- don't print the help if one misses the argument, ask instead by @robstoll in #237
- introduce assignToVariableInOuterScope by @robstoll in #241
- remove shift in exitIfVariablesNotDeclared, most likely copy&paste error by @robstoll in #242
- introduce secret-utils with helpers for secret-tool by @robstoll in #243
Full Changelog: v4.4.3...v4.5.0
v4.4.3 follow redirects in install-...
What's Changed
Full Changelog: v4.4.2...v4.4.3
v4.4.2 fix check for wget in ci/install-...
What's Changed
Full Changelog: v4.4.1...v4.4.2