Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .changes/2.9.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ DEPENDENCIES:
## Community Contributors :raised_hands:

- @baptman21 made their contribution in https://github.com/hashicorp/hcp-terraform-operator/pull/496

10 changes: 10 additions & 0 deletions .changes/2.9.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## 2.9.2 (May 28, 2025)

BUG FIXES:

* Fix an issue where the agent can be terminated while it still has an active run during the post-plan or post-apply stage, such as, but not limited to, Sentinel policy evaluation. [[GH-610](https://github.com/hashicorp/hcp-terraform-operator/pull/610)]

## Community Contributors :raised_hands:

- @munnep identified and successfully reproduced the issue. Great work tracking it down! https://github.com/hashicorp/hcp-terraform-operator/pull/610

5 changes: 0 additions & 5 deletions .changes/unreleased/BUG FIXES-610-20250527-092719.yaml

This file was deleted.

11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## 2.9.2 (May 28, 2025)

BUG FIXES:

* Fix an issue where the agent can be terminated while it still has an active run during the post-plan or post-apply stage, such as, but not limited to, Sentinel policy evaluation. [[GH-610](https://github.com/hashicorp/hcp-terraform-operator/pull/610)]

## Community Contributors :raised_hands:

- @munnep identified and successfully reproduced the issue. Great work tracking it down! https://github.com/hashicorp/hcp-terraform-operator/pull/610

## 2.9.1 (May 14, 2025)

BUG FIXES:
Expand Down Expand Up @@ -54,6 +64,7 @@ DEPENDENCIES:
## Community Contributors :raised_hands:

- @baptman21 made their contribution in https://github.com/hashicorp/hcp-terraform-operator/pull/496

## 2.8.1 (March 12, 2025)

ENHANCEMENTS:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Three simple commands to install the Operator:
```console
$ helm repo add hashicorp https://helm.releases.hashicorp.com
$ helm repo update
$ helm install demo hashicorp/hcp-terraform-operator --wait --version 2.9.1
$ helm install demo hashicorp/hcp-terraform-operator --wait --version 2.9.2
```

More detailed information about the installation and available values can be found [here](./charts/hcp-terraform-operator/README.md).
Expand Down
4 changes: 2 additions & 2 deletions charts/hcp-terraform-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ apiVersion: v2
name: hcp-terraform-operator
description: Official Helm chart for HCP Terraform Operator for Kubernetes.
type: application
version: "2.9.1"
appVersion: "2.9.1"
version: "2.9.2"
appVersion: "2.9.2"
8 changes: 4 additions & 4 deletions charts/hcp-terraform-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Use the option `--version VERSION` with `helm install` and `helm upgrade` comman

```console
$ helm install demo hashicorp/hcp-terraform-operator \
--version 2.9.1 \
--version 2.9.2 \
--namespace tfc-operator-system \
--create-namespace
```
Expand All @@ -36,7 +36,7 @@ Below are examples of the Operator installation/upgrade Helm chart with options.

```console
$ helm install demo hashicorp/hcp-terraform-operator \
--version 2.9.1 \
--version 2.9.2 \
--namespace tfc-operator-system \
--create-namespace \
--set operator.syncPeriod=10m \
Expand All @@ -55,7 +55,7 @@ If targeting a Terraform Enterprise instance rather than HCP Terraform, set the

```console
$ helm install demo hashicorp/hcp-terraform-operator \
--version 2.9.1 \
--version 2.9.2 \
--set operator.tfeAddress="https://tfe-api.my-company.com"
```

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

```console
$ helm upgrade demo hashicorp/hcp-terraform-operator \
--version 2.9.1 \
--version 2.9.2 \
--namespace hcp-terraform-operator-system \
--set operator.syncPeriod=5m \
--set controllers.agentPool.workers=5 \
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: registry.connect.redhat.com/hashicorp/hcp-terraform-operator
newTag: 2.9.1
newTag: 2.9.2
2 changes: 1 addition & 1 deletion version/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.9.1
2.9.2
Loading