Skip to content

Commit

Permalink
v2.1.0 (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
arybolovlev authored Nov 27, 2023
1 parent 4f73ba2 commit 8d510ee
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 2.1.0 (UNRELEASED)
## 2.1.0 (November 27, 2023)

ENHANCEMENT:

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,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/terraform-cloud-operator --wait --version 2.0.0
$ helm install demo hashicorp/terraform-cloud-operator --wait --version 2.1.0
```

More detailed information about the installation and available values can be found [here](./charts/terraform-cloud-operator/README.md).
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: 2.0.0
appVersion: 2.0.0
version: 2.1.0
appVersion: 2.1.0
8 changes: 4 additions & 4 deletions charts/terraform-cloud-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Use the option `--version VERSION` with `helm install` and `helm upgrade` comman

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

```console
$ helm install demo hashicorp/terraform-cloud-operator \
--version 2.0.0 \
--version 2.1.0 \
--namespace tfc-operator-system \
--create-namespace \
--set operator.syncPeriod=10m \
Expand All @@ -49,7 +49,7 @@ If targeting a Terraform Enterprise instance rather than Terraform Cloud, set th

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

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

```console
$ helm upgrade demo hashicorp/terraform-cloud-operator \
--version 2.0.0 \
--version 2.1.0 \
--namespace tfc-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.0.0
2.1.0

0 comments on commit 8d510ee

Please sign in to comment.