Releases: tegonal/scripts
Releases · tegonal/scripts
fix remoteTagsSorted less than 2 args bug
What's Changed
Full Changelog: v0.14.0...v0.14.1
remoteTagsSorted and latestRemoteTag
parseCommand, fix error message
What's Changed
Full Changelog: v0.13.1...v0.13.2
parseCommand fix help, show all commands
What's Changed
- show available commands if only command is missing by @robstoll in #92
- show all commands in --help when using parseCommands by @robstoll in #93
Full Changelog: v0.13.0...v0.13.1
parseCommands, rename checkAllArgumentsSet, array- and parse-utils
What's Changed
- prefix sourceOnce guard variables to avoid name clashes by @robstoll in #82
- rename checkAllArgumentsSet to exitIfNotAllArgumentsSet by @robstoll in #84
- make it clearer which gpg keys are imported by printing a line by @robstoll in #85
- prefix the functions in parse-args with parse_args to avoid name clashes by @robstoll in #86
- checkArgIsArrayWithTuples and exitIfArgIsNotArrayWithTuples by @robstoll in #87
- fix function name in error message if exitIf... is used ant not check... by @robstoll in #88
- introduce array-utils and move printVersion to parse-utils by @robstoll in #89
- introduce parseCommands with --help and --version included by @robstoll in #90
- die if shift fails by @robstoll in #91
Full Changelog: v0.12.0...v0.13.0
exitIf..., deleteDirChmod777 and make scripts set +e safe (and others)
What's Changed
- log if askYesOrNo ran into a timeout by @robstoll in #66
- shift file name in sourceOnce as it is propagated to sourced file... by @robstoll in #67
- add exit based checks, basically same as check but with || exit $? by @robstoll in #68
- don't use realpath in dir_of_tegonal_scripts by @robstoll in #69
- do no longer disable SC2312 and cleanup issues by @robstoll in #70
- activate
shopt -s inherit_errexit
in all files by @robstoll in #71 - check that passed paths to runShellcheck can be used in find by @robstoll in #72
- don't hide output to stderr of cd which determines the scripts dir by @robstoll in #73
- show all missing scripts which are not in bug template by @robstoll in #74
- always exit if there are not enough args or input validation fails by @robstoll in #75
- exitIfGitHasChanges and use in prepare/release-files.sh by @robstoll in #76
- since sourceOnce already sources log.sh we don't need to repeat this by @robstoll in #77
- make functions set +e compatible by @robstoll in #78
- add deleteDirChmod777 by @robstoll in #79
- fix printStackTrace, caller should be in while condition not outside by @robstoll in #80
- show also frame 0 as default for printStackTrace by @robstoll in #81
Full Changelog: v0.11.1...v0.12.0
fix for gpg-utils
See https://github.com/tegonal/scripts/releases/tag/v0.11.0 for changes in v0.11.0
Full Changelog: v0.11.0...v0.11.1
checkArgIsFunction, checkCommandExists, withCustomOutputInput
v0.10.0 determineSourceOnceGuard
printStackTrace, traceAndDie/AndReturnDying, ask
What's Changed
- Print stack trace trace and die trance and return dying by @robstoll in #51
- traceAndDie if a file does not exist (is not a file) in source-once.sh by @robstoll in #52
- show stackTrace in parse-args if not command line by @robstoll in #53
- factor out logic of ask a yes no question and use in release-files.sh by @robstoll in #54
- fix ignoring value in parse-args could be there is none by @robstoll in #55
- fix logInfo in release-files regarding nextVersion if version is not set by @robstoll in #56
- only show stacktrace in checkAllArgumentsSet in case of a problem by @robstoll in #57
Full Changelog: v0.8.0...v0.9.0