Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.44 KB

CHANGELOG.md

File metadata and controls

37 lines (22 loc) · 1.44 KB

v0.1.2 [2024-01-10]

Fixes:

  • Fixing issues in markdown table HTML tags

v0.1.1 [2024-01-10]

Fixes:

  • Minor issue in documentation

v0.1.0 [2024-01-09]

What's new?

  • The plugin now supports:
    • Reading service key details from a file: There is no need to specify lots of variables in the connection if a path to the service key is provided in the config cis_service_key_path (BTP_CIS_SERVICE_KEY_PATH).
    • Authenticating on behalf of a user to get an access token. Two new variables are required in the config: username (BTP_USERNAME) and password (BTP_PASSWORD). Note: The access token will be cached by the plugin.

v0.0.2 [2024-01-03]

What's new?

  • Aligning documentation with Turbot release week changes

v0.0.1 [2023-12-15]

What's new?