Skip to content

Commit 125de61

Browse files
chore: release v0.16.2 (#1743)
1 parent 6faee1e commit 125de61

10 files changed

Lines changed: 38 additions & 19 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,25 @@
22

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

5+
## v0.16.2
6+
7+
**Release date:** 2026-04-01
8+
9+
### What's Changed
10+
11+
* fix: temporarily ignore trivy vulnerabilities by @alexandermarston in https://github.com/flux-iac/tofu-controller/pull/1738
12+
* chore(deps): bump actions/cache from 5.0.3 to 5.0.4 in the gh-patch group across 1 directory by @dependabot[bot] in https://github.com/flux-iac/tofu-controller/pull/1735
13+
* build(docker): add --no-install-recommends to apt-get install by @cschindlbeck in https://github.com/flux-iac/tofu-controller/pull/1734
14+
* fix(deps): perform a fleet of dependency upgrades by @alexandermarston in https://github.com/flux-iac/tofu-controller/pull/1740
15+
* chore(docs): backup and restore (add information that custom backends do not create secrets) by @cschindlbeck in https://github.com/flux-iac/tofu-controller/pull/1736
16+
* chore(deps): bump the go-minor group across 2 directories with 5 updates by @dependabot[bot] in https://github.com/flux-iac/tofu-controller/pull/1741
17+
* fix: handle plan failing if workspace is too long by @alexandermarston in https://github.com/flux-iac/tofu-controller/pull/1742
18+
* chore(lints): ran golangci-lint run --fix on codebase by @coillteoir in https://github.com/flux-iac/tofu-controller/pull/1725
19+
20+
## New Contributors
21+
* @cschindlbeck made their first contribution in https://github.com/flux-iac/tofu-controller/pull/1734
22+
* @coillteoir made their first contribution in https://github.com/flux-iac/tofu-controller/pull/1725
23+
524
## v0.16.1
625

726
**Release date:** 2026-02-03

charts/tofu-controller/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: tofu-controller
33
description: The Helm chart for Weave GitOps Terraform Controller
44
type: application
5-
version: 0.16.1
6-
appVersion: "v0.16.1"
5+
version: 0.16.2
6+
appVersion: "v0.16.2"

charts/tofu-controller/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Tofu Controller
22

3-
![Version: 0.16.1](https://img.shields.io/badge/Version-0.16.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.16.1](https://img.shields.io/badge/AppVersion-v0.16.1-informational?style=flat-square)
3+
![Version: 0.16.2](https://img.shields.io/badge/Version-0.16.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.16.2](https://img.shields.io/badge/AppVersion-v0.16.2-informational?style=flat-square)
44

55
This is the Helm chart for the [Tofu Controller](https://github.com/flux-iac/tofu-controller), an IAC controller for Flux [Flux](https://fluxcd.io) to reconcile OpenTofu and Terraform resources in the GitOps way.
66

@@ -80,7 +80,7 @@ __Note__: If you need to use the `imagePullSecrets` it would be best to set `ser
8080
| rbac.create | bool | `true` | If `true`, create and use RBAC resources |
8181
| replicaCount | int | `1` | Number of tofu-controller pods to deploy |
8282
| resources | object | `{"limits":{"cpu":"1000m","memory":"1Gi"},"requests":{"cpu":"200m","memory":"64Mi"}}` | Resource limits and requests |
83-
| runner | object | `{"creationTimeout":"5m0s","grpc":{"maxMessageSize":4},"image":{"repository":"ghcr.io/flux-iac/tf-runner","tag":"v0.16.1"},"serviceAccount":{"allowedNamespaces":["flux-system"],"annotations":{},"create":true,"name":""}}` | Runner-specific configurations |
83+
| runner | object | `{"creationTimeout":"5m0s","grpc":{"maxMessageSize":4},"image":{"repository":"ghcr.io/flux-iac/tf-runner","tag":"v0.16.2"},"serviceAccount":{"allowedNamespaces":["flux-system"],"annotations":{},"create":true,"name":""}}` | Runner-specific configurations |
8484
| runner.creationTimeout | string | `"5m0s"` | Timeout for runner-creation (Controller) |
8585
| runner.grpc.maxMessageSize | int | `4` | Maximum GRPC message size (Controller) |
8686
| runner.image.repository | string | `"ghcr.io/flux-iac/tf-runner"` | Runner image repository |

charts/tofu-controller/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ image:
3131
pullPolicy: IfNotPresent
3232
# -- Overrides the image tag whose default is the chart appVersion.
3333
# @default -- `.Chart.AppVersion`
34-
tag: "v0.16.1"
34+
tag: "v0.16.2"
3535
# -- Controller image pull secret
3636
imagePullSecrets: []
3737
# -- Resource limits and requests
@@ -128,7 +128,7 @@ runner:
128128
repository: ghcr.io/flux-iac/tf-runner
129129
# -- Runner image tag
130130
# @default -- `.Chart.AppVersion`
131-
tag: "v0.16.1"
131+
tag: "v0.16.2"
132132
grpc:
133133
# -- Maximum GRPC message size (Controller)
134134
maxMessageSize: 4

config/branch-planner/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ generatorOptions:
88
images:
99
- name: flux-iac/branch-planner
1010
newName: ghcr.io/flux-iac/branch-planner
11-
newTag: v0.16.1
11+
newTag: v0.16.2

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ generatorOptions:
88
images:
99
- name: flux-iac/tofu-controller
1010
newName: ghcr.io/flux-iac/tofu-controller
11-
newTag: v0.16.1
11+
newTag: v0.16.2

docs/branch-planner/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
sourceRef:
2222
kind: HelmRepository
2323
name: tf-controller
24-
version: '>=0.16.1'
24+
version: '>=0.16.2'
2525
interval: 1h0s
2626
releaseName: tf-controller
2727
targetNamespace: flux-system
@@ -46,13 +46,13 @@ spec:
4646
caCertValidityDuration: 24h
4747
certRotationCheckFrequency: 30m
4848
image:
49-
tag: v0.16.1
49+
tag: v0.16.2
5050
runner:
5151
image:
52-
tag: v0.16.1
52+
tag: v0.16.2
5353
grpc:
5454
maxMessageSize: 30
5555
branchPlanner:
5656
enabled: true
5757
image:
58-
tag: v0.16.1
58+
tag: v0.16.2

docs/rc-gke.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ spec:
4343
certRotationCheckFrequency: 30m
4444
usePodSubdomainResolution: true
4545
image:
46-
tag: v0.16.1
46+
tag: v0.16.2
4747
runner:
4848
image:
49-
tag: v0.16.1
49+
tag: v0.16.2

docs/rc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ spec:
4545
caCertValidityDuration: 24h
4646
certRotationCheckFrequency: 30m
4747
image:
48-
tag: v0.16.1
48+
tag: v0.16.2
4949
runner:
5050
image:
51-
tag: v0.16.1
51+
tag: v0.16.2
5252
grpc:
5353
maxMessageSize: 30

docs/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
sourceRef:
2121
kind: HelmRepository
2222
name: tofu-controller
23-
version: '>=0.16.1'
23+
version: '>=0.16.2'
2424
interval: 1h0s
2525
releaseName: tofu-controller
2626
targetNamespace: flux-system
@@ -45,9 +45,9 @@ spec:
4545
caCertValidityDuration: 24h
4646
certRotationCheckFrequency: 30m
4747
image:
48-
tag: v0.16.1
48+
tag: v0.16.2
4949
runner:
5050
image:
51-
tag: v0.16.1
51+
tag: v0.16.2
5252
grpc:
5353
maxMessageSize: 30

0 commit comments

Comments
 (0)