Skip to content

Commit 5ba9930

Browse files
v2.11.3
1 parent bdefb66 commit 5ba9930

File tree

8 files changed

+21
-16
lines changed

8 files changed

+21
-16
lines changed

.changes/2.11.3.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## 2.11.3 (February 23, 2026)
2+
3+
ENHANCEMENTS:
4+
5+
* Support for PolicyChecked run status to help right agent scale down [[GH-703](https://github.com/hashicorp/hcp-terraform-operator/pull/703)]
6+

.changes/unreleased/ENHANCEMENTS-703-20260220-101734.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.11.3 (February 23, 2026)
2+
3+
ENHANCEMENTS:
4+
5+
* Support for PolicyChecked run status to help right agent scale down [[GH-703](https://github.com/hashicorp/hcp-terraform-operator/pull/703)]
6+
17
## 2.11.2 (February 05, 2026)
28

39
NOTES:
@@ -7,7 +13,6 @@ NOTES:
713
BUG FIXES:
814

915
* `AgentPool`: Fixed an issue that could cause unnecessary agent scaling when runs were pending in specific scenarios. [[GH-694](https://github.com/hashicorp/hcp-terraform-operator/pull/694)]
10-
1116
## 2.11.1 (January 27, 2026)
1217

1318
BUG FIXES:
@@ -46,7 +51,6 @@ We would like to say THANK YOU one more time to everyone who contributed to this
4651
- @baptman21
4752

4853
Happy holidays! 🎉
49-
5054
## 2.10.0 (November 12, 2025)
5155

5256
NOTES:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Three simple commands to install the Operator:
4646
```console
4747
$ helm repo add hashicorp https://helm.releases.hashicorp.com
4848
$ helm repo update
49-
$ helm install demo hashicorp/hcp-terraform-operator --wait --version 2.11.2
49+
$ helm install demo hashicorp/hcp-terraform-operator --wait --version 2.11.3
5050
```
5151

5252
More detailed information about the installation and available values can be found [here](./charts/hcp-terraform-operator/README.md).

charts/hcp-terraform-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ apiVersion: v2
55
name: hcp-terraform-operator
66
description: Official Helm chart for HCP Terraform Operator for Kubernetes.
77
type: application
8-
version: "2.11.2"
9-
appVersion: "2.11.2"
8+
version: "2.11.3"
9+
appVersion: "2.11.3"

charts/hcp-terraform-operator/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Use the option `--version VERSION` with `helm install` and `helm upgrade` comman
2525

2626
```console
2727
$ helm install demo hashicorp/hcp-terraform-operator \
28-
--version 2.11.2 \
28+
--version 2.11.3 \
2929
--namespace tfc-operator-system \
3030
--create-namespace
3131
```
@@ -36,7 +36,7 @@ Below are examples of the Operator installation/upgrade Helm chart with options.
3636

3737
```console
3838
$ helm install demo hashicorp/hcp-terraform-operator \
39-
--version 2.11.2 \
39+
--version 2.11.3 \
4040
--namespace tfc-operator-system \
4141
--create-namespace \
4242
--set operator.syncPeriod=10m \
@@ -57,7 +57,7 @@ If targeting a Terraform Enterprise instance rather than HCP Terraform, set the
5757

5858
```console
5959
$ helm install demo hashicorp/hcp-terraform-operator \
60-
--version 2.11.2 \
60+
--version 2.11.3 \
6161
--set operator.tfeAddress="https://tfe-api.my-company.com"
6262
```
6363

@@ -69,7 +69,7 @@ For more information, please refer to the [FAQ](./../../docs/faq.md#general-ques
6969

7070
```console
7171
$ helm upgrade demo hashicorp/hcp-terraform-operator \
72-
--version 2.11.2 \
72+
--version 2.11.3 \
7373
--namespace hcp-terraform-operator-system \
7474
--set operator.syncPeriod=5m \
7575
--set controllers.agentPool.workers=5 \

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kind: Kustomization
55
images:
66
- name: controller
77
newName: registry.connect.redhat.com/hashicorp/hcp-terraform-operator
8-
newTag: 2.11.2
8+
newTag: 2.11.3

version/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.11.2
1+
2.11.3

0 commit comments

Comments
 (0)