Skip to content

Commit

Permalink
v2.0.0-beta7
Browse files Browse the repository at this point in the history
  • Loading branch information
arybolovlev committed Jul 6, 2023
1 parent 3c72d23 commit 14ef68e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
8 changes: 2 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.0.0-beta7 (UNRELEASED)
## 2.0.0-beta7 (July 07, 2023)

NOTES:
* `Helm Chart`: the Helm chart version is synced to the Terraform Cloud Operator version. [[GH-204](https://github.com/hashicorp/terraform-cloud-operator/pull/204)]
Expand All @@ -9,12 +9,8 @@ BUG FIXES:

ENHANCEMENT:
* `Helm Chart`: `operator.image.tag` defaults to `.Chart.AppVersion`. [[GH-204](https://github.com/hashicorp/terraform-cloud-operator/pull/204)]
* `AgentPool`: add `autoscaling` field to allow configuration of a basic autoscaler for agent deployments based on pending runs.


ENHANCEMENT:

* `Workspace`: add event filtering to reduce the number of unnecessary reconciliations. [[GH-194](https://github.com/hashicorp/terraform-cloud-operator/pull/194)]
* `AgentPool`: add `autoscaling` field to allow configuration of a basic autoscaler for agent deployments based on pending runs. [[GH-198](https://github.com/hashicorp/terraform-cloud-operator/pull/198)]
* `Workspace`: add Terraform version utilized in the Workspace to the status: `status.TerraformVersion`. [[GH-206](https://github.com/hashicorp/terraform-cloud-operator/pull/206)]

DOCS:
Expand Down
4 changes: 2 additions & 2 deletions charts/terraform-cloud-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ apiVersion: v2
name: terraform-cloud-operator
description: Official Helm chart for HashiCorp Terraform Cloud Kubernetes Operator.
type: application
version: 0.0.7
appVersion: 2.0.0-beta6
version: 2.0.0-beta7
appVersion: 2.0.0-beta7
2 changes: 1 addition & 1 deletion version/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.0-beta6
2.0.0-beta7

0 comments on commit 14ef68e

Please sign in to comment.