File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project are documented in this file.
44
5+ ## 0.16.0
6+
7+ ** Release date:** 2022-08-11
8+
9+ This prerelease includes flux2 [ v0.32.0] ( https://github.com/fluxcd/flux2/releases/tag/v0.32.0 ) .
10+
511## 0.15.5
612
713** Release date:** 2022-07-27
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ data "flux_install" "main" {
4242- ` network_policy ` (Boolean) Deny ingress access to the toolkit controllers from other namespaces using network policies. Defaults to ` true ` .
4343- ` registry ` (String) Container registry where the toolkit images are published. Defaults to ` ghcr.io/fluxcd ` .
4444- ` toleration_keys ` (Set of String) List of toleration keys used to schedule the components pods onto nodes with matching taints.
45- - ` version ` (String) Flux version. Defaults to ` v0.31.5 ` .
45+ - ` version ` (String) Flux version. Defaults to ` v0.32.0 ` .
4646- ` watch_all_namespaces ` (Boolean) If true watch for custom resources in all namespaces. Defaults to ` true ` .
4747
4848### Read-Only
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ func DataInstall() *schema.Resource {
4747 Description : "Flux version." ,
4848 Type : schema .TypeString ,
4949 Optional : true ,
50- Default : "v0.31.5 " ,
50+ Default : "v0.32.0 " ,
5151 ValidateFunc : func (val interface {}, key string ) ([]string , []error ) {
5252 errs := []error {}
5353 v := val .(string )
You can’t perform that action at this time.
0 commit comments