Skip to content

Releases: tegonal/scripts

v4.10.0 install-/run-shfmt.sh

22 Oct 15:22
v4.10.0
1fe4563

Choose a tag to compare

What's Changed

Full Changelog: v4.9.1...v4.10.0

v4.9.0 update shellcheck to v0.11.0

11 Aug 19:22
v4.9.0
895ff46

Choose a tag to compare

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

16 May 16:41
v4.8.1
36fdc98

Choose a tag to compare

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

16 May 16:40
v4.8.0
da95881

Choose a tag to compare

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

11 Apr 09:24
v4.7.0
ef13bfd

Choose a tag to compare

What's Changed

  • BSD date does not error but merely prints the N modifier by @robstoll in #260
  • use importGpg rather than own logic in release-files by @robstoll in #261
  • gpg < 2.4 limits path to 180 chars, symlink gpg dir during import by @robstoll in #263

Full Changelog: v4.6.1...v4.7.0

v4.6.1 fix elapsedSecondsBasedOnTimestampInMs

10 Apr 10:02
v4.6.1
17c505e

Choose a tag to compare

What's Changed

Full Changelog: v4.6.0...v4.6.1

v4.6.0 logDeprecation, timestampInMs and co.

10 Apr 09:46
v4.6.0
6cad04c

Choose a tag to compare

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

25 Mar 08:52
v4.5.0
bc3755d

Choose a tag to compare

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-...

19 Mar 07:55
v4.4.3
8b2b93e

Choose a tag to compare

What's Changed

  • follow redirects when using curl in install-... by @robstoll in #235

Full Changelog: v4.4.2...v4.4.3

v4.4.2 fix check for wget in ci/install-...

18 Mar 18:37
v4.4.2
f9a58e9

Choose a tag to compare

What's Changed

  • fix check for wget in install-... and better error messages by @robstoll in #234

Full Changelog: v4.4.1...v4.4.2