Skip to content

Commit

Permalink
bump version to v0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
chanwit committed May 30, 2022
1 parent 4969edf commit 5a00b1d
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

All notable changes of this project are documented in this file.

# v0.9.5

**Release date:** 2022-05-30

This pre-release contains the following changes.

New Features:
* Update Terraform binary to 1.1.9 (@chanwit)
* Allow runner pod metadata customization (@tomhuang12)
* Support runner pod environment variables specification (@nalum)
* Implement `.spec.refreshBeforeApply` to refresh the state before apply (@chanwit)
* Use controller runtime logging library in runner (@chanwit)

Bug Fixing:
* Fix nil reference for event recorder (@chanwit)
* Fix insertion of sensitive information to runner pod logging (@chanwit)
* Fix nil reference for in writeBackendConfig (@chanwit)

# v0.9.4

**Release date:** 2022-04-15
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ generatorOptions:
images:
- name: weaveworks/tf-controller
newName: ghcr.io/weaveworks/tf-controller
newTag: v0.9.5-rc.3
newTag: v0.9.5

0 comments on commit 5a00b1d

Please sign in to comment.