Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

38 lines (21 loc) · 1.07 KB

Changelog

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog.

1.0.1 - 2019-01-08

Fixed

  • #42 Fixed wrong fbl dependency version that didn't allow to use plugin without specifying unsafe option.

1.0.0 - 2018-12-25

Added

  • #9 New action handler kubectl.delete.bulk.
  • #10 New action handler helm.describe.
  • [Development] TS Lint, Git Commit Lint and other development oriented changes.

Changed

  • #11 kubectl.get action handler signature was changed to follow same convention as other handlers.

0.0.5 - 2018-11-19

Added

  • Helm/kubectl cleanup action handler.

0.0.4 - 2018-11-12

Added

  • Kubectl "get" action handler.

Changed

  • Local kind (kubernetes in docker) creation logic.