diff --git a/CHANGELOG.md b/CHANGELOG.md index ed370c0f..7f6d2427 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)] @@ -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: diff --git a/charts/terraform-cloud-operator/Chart.yaml b/charts/terraform-cloud-operator/Chart.yaml index a2816aad..141534ff 100644 --- a/charts/terraform-cloud-operator/Chart.yaml +++ b/charts/terraform-cloud-operator/Chart.yaml @@ -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 diff --git a/version/VERSION b/version/VERSION index fca2bfd2..ce3e678f 100644 --- a/version/VERSION +++ b/version/VERSION @@ -1 +1 @@ -2.0.0-beta6 +2.0.0-beta7