22
33All notable changes of this project are documented in this file.
44
5+ # v0.11.0
6+
7+ ** Release date:** 2022-08-12
8+
9+ This release is another milestone of the project as it is the first release of TF-controller
10+ that supports Flux's OCIRepository.
11+
12+ New Features and Bug Fixing:
13+ * Added support for Flux's OCIRepository (@chanwit )
14+ * Fixed EnvVars to pick up ` valueFrom ` to work with Secrets and ConfigMaps (@Nalum )
15+ * Fixed tfctl to show plan in the working directory (@github-vincent-miszczak )
16+ * Updated tfexec to v0.16.1 for the force-lock option (@chanwit )
17+ * Updated the Source controller to v0.26.1 (@chanwit )
18+
519# v0.10.1
620
721** Release date:** 2022-08-05
@@ -42,7 +56,7 @@ This pre-release contains the following changes.
4256New Features:
4357 * Update Terraform binary to 1.1.9 (@chanwit )
4458 * Allow runner pod metadata customization (@tomhuang12 )
45- * Support runner pod environment variables specification (@nalum )
59+ * Support runner pod environment variables specification (@Nalum )
4660 * Implement ` .spec.refreshBeforeApply ` to refresh the state before apply (@chanwit )
4761 * Use controller runtime logging library in runner (@chanwit )
4862
@@ -58,11 +72,11 @@ Bug Fixing:
5872This pre-release contains the following changes.
5973
6074New Features and Bug Fixing:
61- * Fix Helm chart to support image pull secrets for ` tf-runner ` Service Accounts (@nalum )
75+ * Fix Helm chart to support image pull secrets for ` tf-runner ` Service Accounts (@Nalum )
6276 * Upgrade Source Controller API to v0.22.4 (@tomhuang12 )
6377 * Fix json bytes encoding (@phoban01 )
64- * Add Helm chart an option to specify AWS Security Group policy (@nalum )
65- * Move plan revision from labels to annotations (@nalum )
78+ * Add Helm chart an option to specify AWS Security Group policy (@Nalum )
79+ * Move plan revision from labels to annotations (@Nalum )
6680 * Update images to include fix for CVE-2022 -28391 (@chanwit )
6781 * Update Terraform binary to 1.1.8 (@chanwit )
6882
0 commit comments