Skip to content

Releases: essentialkaos/bibop

Version 2.5.0

26 Sep 12:32
v2.5.0
0f82b98
Compare
Choose a tag to compare

High Urgency

Changelog

New Features

  • Added recipe option for disabling IO cache for pipes (unbuffer)
  • Added option for disabling package installation check
  • Added option for adding a directory to the PATH environment variable
  • Added new actions for working with command output (expect-stdout, expect-stderr)

Improvements

  • Code refactoring
  • Improved cookbook

Bugfixes

  • Fixed major bug with reading and handling commands output

Version 2.4.0

22 Aug 16:25
v2.4.0
53d571b
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

  • Added option delay for defining delay between commands execution

Version 2.3.0

29 Jul 09:32
v2.3.0
9c08ecd
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

  • BIP-1 Add new action http-json

Version 2.2.0

27 Jul 23:33
v2.2.0
5225688
Compare
Choose a tag to compare

Moderate Urgency

Changelog

Improvements

  • Minor UI improvements
  • ek updated to the latest version

Version 2.1.0

08 May 22:46
v2.1.0
d5eb692
Compare
Choose a tag to compare

Moderate Urgency

Changelog

Improvements

  • Added more run-time variables for Python

Version 2.0.1

12 Feb 21:10
v2.0.1
d69870b
Compare
Choose a tag to compare

High Urgency

Changelog

Bugfixes

  • Fix bug with handling lib-exist action

Version 2.0.0

16 Jan 15:05
v2.0.0
b033b39
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

  • Possibility to define a payload for POST/PUT/PATCH requests
  • Possibility to set basic auth data through new action http-set-auth
  • Possibility to set request headers through new action http-set-header

Bugfixes

  • Fixed cookbook info for http-header action

Version 1.8.0

09 Jan 21:43
v1.8.0
a79676b
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

  • BIP-21 Added signal action

Version 1.7.0

11 Dec 11:24
v1.7.0
f44218e
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

  • BIP-20 Added runtime variable with path to directory with Erlang executables

Version 1.6.0

26 Oct 23:56
v1.6.0
2a82e68
Compare
Choose a tag to compare

Moderate Urgency

Changelog

New Features

  • Added action for checking python modules