Skip to content

Commit

Permalink
v2.6.1 (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
arybolovlev authored Aug 7, 2024
1 parent 9a36897 commit a2a4665
Show file tree
Hide file tree
Showing 14 changed files with 44 additions and 23 deletions.
1 change: 1 addition & 0 deletions .changes/2.2.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,3 +197,4 @@ DOCS:
* Update documentation.
* Add FAQ.
* Reorganize documentation structure.

1 change: 1 addition & 0 deletions .changes/2.3.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,4 @@ DEPENDENCIES:
## Community Contributors :raised_hands:

- @bFekete made their contribution in https://github.com/hashicorp/terraform-cloud-operator/pull/326

1 change: 1 addition & 0 deletions .changes/2.4.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ DEPENDENCIES:

- @jtdoepke made their contribution in https://github.com/hashicorp/terraform-cloud-operator/pull/423
- @nabadger for constantly providing us with a valuable feedback :rocket:

1 change: 1 addition & 0 deletions .changes/2.5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ ENHANCEMENTS:
## Community Contributors :raised_hands:

- @vadim-kubasov made their contribution in https://github.com/hashicorp/terraform-cloud-operator/pull/432

1 change: 1 addition & 0 deletions .changes/2.6.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ DEPENDENCIES:
- @frgray made their contribution in https://github.com/hashicorp/hcp-terraform-operator/pull/431
- @jtdoepke made their contribution in https://github.com/hashicorp/hcp-terraform-operator/pull/426
- @omelnyk1 for sharing his Helm expertise and valuable feedback 🚀

15 changes: 15 additions & 0 deletions .changes/2.6.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## 2.6.1 (August 07, 2024)

BUG FIXES:

* `Workspace`: Fix an issue where the controller fails to update CR Status when CR gets modified during the reconciliation. [[GH-457](https://github.com/hashicorp/hcp-terraform-operator/pull/457)]
* `Workspace`: Fix an issue where, in some circumstances, the controller cannot properly handle the deletion event. [[GH-460](https://github.com/hashicorp/hcp-terraform-operator/pull/460)]

ENHANCEMENTS:

* `Helm Chart`: Add the ability to configure the Deployment priority class. [[GH-451](https://github.com/hashicorp/hcp-terraform-operator/pull/451)]

## Community Contributors :raised_hands:

- @vadim-kubasov made their contribution in https://github.com/hashicorp/hcp-terraform-operator/pull/451

5 changes: 0 additions & 5 deletions .changes/unreleased/BUG FIXES-457-20240805-112846.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/BUG FIXES-460-20240805-123610.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/ENHANCEMENTS-451-20240806-184914.yaml

This file was deleted.

16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 2.6.1 (August 07, 2024)

BUG FIXES:

* `Workspace`: Fix an issue where the controller fails to update CR Status when CR gets modified during the reconciliation. [[GH-457](https://github.com/hashicorp/hcp-terraform-operator/pull/457)]
* `Workspace`: Fix an issue where, in some circumstances, the controller cannot properly handle the deletion event. [[GH-460](https://github.com/hashicorp/hcp-terraform-operator/pull/460)]

ENHANCEMENTS:

* `Helm Chart`: Add the ability to configure the Deployment priority class. [[GH-451](https://github.com/hashicorp/hcp-terraform-operator/pull/451)]

## Community Contributors :raised_hands:

- @vadim-kubasov made their contribution in https://github.com/hashicorp/hcp-terraform-operator/pull/451

## 2.6.0 (July 30, 2024)

NOTES:
Expand Down Expand Up @@ -340,3 +355,4 @@ DOCS:
* Update documentation.
* Add FAQ.
* Reorganize documentation structure.

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.6.0
$ helm install demo hashicorp/hcp-terraform-operator --wait --version 2.6.1
```

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.6.0"
appVersion: "2.6.0"
version: "2.6.1"
appVersion: "2.6.1"
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.6.0 \
--version 2.6.1 \
--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.6.0 \
--version 2.6.1 \
--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.6.0 \
--version 2.6.1 \
--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.6.0 \
--version 2.6.1 \
--namespace hcp-terraform-operator-system \
--set operator.syncPeriod=5m \
--set controllers.agentPool.workers=5 \
Expand Down
2 changes: 1 addition & 1 deletion version/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.0
2.6.1

0 comments on commit a2a4665

Please sign in to comment.