Skip to content

Commit

Permalink
v2.8.0 (#557)
Browse files Browse the repository at this point in the history
  • Loading branch information
arybolovlev authored Feb 10, 2025
1 parent 7f70bcb commit a82dbaa
Show file tree
Hide file tree
Showing 11 changed files with 38 additions and 23 deletions.
1 change: 1 addition & 0 deletions .changes/2.7.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,4 @@ DEPENDENCIES:
## Community Contributors :raised_hands:

- @domino-sbr1 made their contribution in https://github.com/hashicorp/hcp-terraform-operator/pull/491

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

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

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

NOTES:

* The `Workspace` CRD has been changed. Please follow the Helm chart instructions on how to upgrade it. [[GH-497](https://github.com/hashicorp/hcp-terraform-operator/pull/497)]

ENHANCEMENTS:

* `Workspace`: Add the ability to attach variable sets to a workspace via a new optional field `spec.variableSets`. [[GH-497](https://github.com/hashicorp/hcp-terraform-operator/pull/497)]

DEPENDENCIES:

* Bump `github.com/hashicorp/go-slug` from 0.16.1 to 0.16.3. [[GH-549](https://github.com/hashicorp/hcp-terraform-operator/pull/549)]

5 changes: 0 additions & 5 deletions .changes/unreleased/DEPENDENCIES-549-20250123-105556.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/ENHANCEMENTS-497-20250210-095711.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions .changes/unreleased/NOTES-497-20250210-095741.yaml

This file was deleted.

14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 2.8.0 (February 10, 2025)

NOTES:

* The `Workspace` CRD has been changed. Please follow the Helm chart instructions on how to upgrade it. [[GH-497](https://github.com/hashicorp/hcp-terraform-operator/pull/497)]

ENHANCEMENTS:

* `Workspace`: Add the ability to attach variable sets to a workspace via a new optional field `spec.variableSets`. [[GH-497](https://github.com/hashicorp/hcp-terraform-operator/pull/497)]

DEPENDENCIES:

* Bump `github.com/hashicorp/go-slug` from 0.16.1 to 0.16.3. [[GH-549](https://github.com/hashicorp/hcp-terraform-operator/pull/549)]

## 2.7.1 (December 04, 2024)

BREAKING CHANGES:
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.7.1
$ helm install demo hashicorp/hcp-terraform-operator --wait --version 2.8.0
```

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.7.1"
appVersion: "2.7.1"
version: "2.8.0"
appVersion: "2.8.0"
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.7.1 \
--version 2.8.0 \
--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.7.1 \
--version 2.8.0 \
--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.7.1 \
--version 2.8.0 \
--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.7.1 \
--version 2.8.0 \
--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.7.1
2.8.0

0 comments on commit a82dbaa

Please sign in to comment.