Skip to content

Releases: Kaholo/kaholo-plugin-library

Release v2.4.0

31 Jul 17:50
87b8876
Compare
Choose a tag to compare

Changed:

  • KP-1257 Now allowing AWS Tags with no value

Release v2.3.2

04 Jul 20:09
79a375b
Compare
Choose a tag to compare

Fixed:

  • KP-1242 Required params in autocomplete function bug
  • KP-1204 Empty result condition

Release v2.3.1

12 Jun 19:05
af1a0cc
Compare
Choose a tag to compare

Fixed:

  • KP-1204 Numeric results being treated as empty results
  • KP-1205 Autocomplete functions receiving bad parameters

Release v2.3.0

09 Jun 17:01
7b94274
Compare
Choose a tag to compare

Fixed:

  • KP-1153 Secrets redaction (Account's vault params were not redacted)

Added:

  • KP-1165 Support for allowEmptyResult configuration field

Release v2.2.1

15 May 18:19
fb1019b
Compare
Choose a tag to compare

Fixed:

  • Parsing of the autocomplete function parameters

Release v2.2.0

11 May 12:29
7983888
Compare
Choose a tag to compare

Added:

  • KP-1086 New filePath parser and analyzePath helper function
  • KP-1118 Secrets redaction
  • KP-1168 AWS Tags parser

Fixed:

  • KP-1129 Parsing parameters passed to autocomplete functions

Release v2.1.2

11 Aug 14:10
35fc153
Compare
Choose a tag to compare

Fixed:

Release v2.1.1

10 Aug 09:38
76a10b5
Compare
Choose a tag to compare

Changed:

  • Nil parameter value no longer causes an error, however it still is not passed to the autocompletion function.

Release v2.1.0

15 Jul 08:59
Compare
Choose a tag to compare

Added:

Fixed:

  • KP-829 Accounts params parsing and validation

Release v2.0.0

14 Jun 07:23
f53dcc9
Compare
Choose a tag to compare

Changed:

  • Simplified docker module which helps to create Dockerified CLI plugins.
  • Renamed createVolumeConfig to createVolumeDefinition.
  • Removed extractEnvironmentVariablesFromVolumeConfigs.
  • buildDockerCommand now accepts environmental variables in a form of an object, instead of an array.
  • buildEnvironmentVariableArguments now accepts variables object instead of an array.
    (https://kaholo.atlassian.net/browse/KP-810)