Releases: cyberark/bash-lib
Releases · cyberark/bash-lib
Pass SHELLCHECK_OPTS to Shellcheck
[2.0.6] - 2021-08-23
Changed
- bl_shellcheck_script now passes SHELLCHECK_OPTS through to the container that runs shellcheck
Exclude submodules from git repo file lists
[2.0.5] - 2021-02-16
Changed
- bl_all_files_in_repo now excludes submodules
Fix Automatic Ticket Creation
[2.0.4] - 2020-09-25
Changed
- bl_hub_issue_number_for_title now returns the first matching issue number only, instead of all matching issue numbers separated by newlines.
Add verify changelog function
Adds function for verifying that a repo's changelog conforms to keepachangelog.com format.
Rubygems version retrieval
Added function for checking the latest verion of a gem available from rubygems.org
Github Hub CLI Wrapper for automating ticket creation
Merge pull request #20 from cyberark/conjurinc-ops-492 Add github issue functions with 'hub' cli
Namespaced Functions
This release prefixes every bash-lib function with bl_
to prevent collisions with builtins and user functions from other sources.
This release also includes basic logging and a constant interval version of the retry function.
Initial Release Of bash-lib
This release is the first version of bash-lib to be released.
Most of the libraries are bare-bones, but a basic testing and documentation system is in place.