Skip to content

Commit

Permalink
TFKUBE-259: Preparing for release 1.0.1 (#141)
Browse files Browse the repository at this point in the history
* TFKUBE-258: Add a feature to install local helm charts  (#138)

* Added a new internal variable to be used for install local bamboo/agent helm charts
* Introduced path_local_helm_charts to define optional path to local helm charts
* Refactored to use the local helm chart for each Helm chart individually - added validation for chart paths
* Added validation and changed the default value to empty string instead of null

Co-authored-by: nghazalibeiklar <[email protected]>
Co-authored-by: Adam Brokes <[email protected]>
Co-authored-by: Yifei Zhang <[email protected]>

* TFKUBE-259: Preparing for release 1.0.1

Co-authored-by: nghazalibeiklar <[email protected]>
Co-authored-by: Adam Brokes <[email protected]>
Co-authored-by: Yifei Zhang <[email protected]>
  • Loading branch information
4 people authored Feb 7, 2022
1 parent dde6733 commit b7d49d8
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 1.0.1

**Release date:** 2022-02-07

* Improved integration testing
* Added optional local Helm charts installation
* Updated the copyright info


## 1.0.0

**Release date:** 2022-01-31
Expand All @@ -12,12 +21,14 @@
* Improved the end to end tests
* Changed the maximum length for environment name to 24 characters and restricted to lowercase


## 0.0.2-beta

**Release date:** 2022-01-11

* Updated the Bamboo software and Bamboo agent Helm chart versions to 1.0.0


## v0.0.1-beta

Initial release

0 comments on commit b7d49d8

Please sign in to comment.