Skip to content

Releases: cyberark/bash-lib

Pass SHELLCHECK_OPTS to Shellcheck

23 Aug 11:24
a0644c1
Compare
Choose a tag to compare

[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

22 Feb 12:42
ea3d323
Compare
Choose a tag to compare

[2.0.5] - 2021-02-16

Changed

  • bl_all_files_in_repo now excludes submodules

Fix Automatic Ticket Creation

25 Sep 13:15
009e32b
Compare
Choose a tag to compare

[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

17 Mar 15:26
c97a16d
Compare
Choose a tag to compare

Adds function for verifying that a repo's changelog conforms to keepachangelog.com format.

Rubygems version retrieval

10 Mar 14:15
2323968
Compare
Choose a tag to compare

Added function for checking the latest verion of a gem available from rubygems.org

Github Hub CLI Wrapper for automating ticket creation

26 Feb 14:38
d90c471
Compare
Choose a tag to compare
Merge pull request #20 from cyberark/conjurinc-ops-492

Add github issue functions with 'hub' cli

Namespaced Functions

24 Jan 08:41
24f1b27
Compare
Choose a tag to compare

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

20 Nov 18:09
0a797b9
Compare
Choose a tag to compare

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.