Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(release): Release 0.20.9 #3733

Merged
merged 4 commits into from
Sep 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
## 0.20.9

### feat

- feat(provider-generator): Skip definition attribute for aws_quicksight_analysis.definition data source [\#3725](https://github.com/hashicorp/terraform-cdk/pull/3725)

### fix

- fix(lib): render empty string as quotes [\#3683](https://github.com/hashicorp/terraform-cdk/pull/3683)
- fix(lib): Correct types for allowedAccountIds & forbiddenAccountIds in S3Backend [\#3669](https://github.com/hashicorp/terraform-cdk/pull/3669)
- fix(provider-generator): fix collision for Go for resources named version [\#3670](https://github.com/hashicorp/terraform-cdk/pull/3670)
- fix(release): Don't validate single commit for semanticity [\#3715](https://github.com/hashicorp/terraform-cdk/pull/3715)

### chore

- chore(deps): pin trusted workflows based on HashiCorp TSCCR [\#3714](https://github.com/hashicorp/terraform-cdk/pull/3714)
- chore(deps): pin trusted workflows based on HashiCorp TSCCR [\#3700](https://github.com/hashicorp/terraform-cdk/pull/3700)
- chore: add extra pr for a catch-all package update [\#3699](https://github.com/hashicorp/terraform-cdk/pull/3699)
- chore(deps): pin trusted workflows based on HashiCorp TSCCR [\#3693](https://github.com/hashicorp/terraform-cdk/pull/3693)
- chore: Upgrade dependencies for JSII [\#3692](https://github.com/hashicorp/terraform-cdk/pull/3692)
- chore: Upgrade dependencies for util [\#3691](https://github.com/hashicorp/terraform-cdk/pull/3691)
- chore: Upgrade dependencies for cli [\#3690](https://github.com/hashicorp/terraform-cdk/pull/3690)
- chore: Upgrade dependencies for lib [\#3689](https://github.com/hashicorp/terraform-cdk/pull/3689)
- chore(deps): pin trusted workflows based on HashiCorp TSCCR [\#3682](https://github.com/hashicorp/terraform-cdk/pull/3682)
- chore: Upgrade dependencies for JSII [\#3679](https://github.com/hashicorp/terraform-cdk/pull/3679)
- chore(deps): pin trusted workflows based on HashiCorp TSCCR [\#3672](https://github.com/hashicorp/terraform-cdk/pull/3672)
- chore: added index pages for each library to the docs [\#3671](https://github.com/hashicorp/terraform-cdk/pull/3671)
- chore: reorganize API documentation [\#3668](https://github.com/hashicorp/terraform-cdk/pull/3668)
- chore(deps): pin trusted workflows based on HashiCorp TSCCR [\#3666](https://github.com/hashicorp/terraform-cdk/pull/3666)
- chore: Upgrade dependencies for util [\#3650](https://github.com/hashicorp/terraform-cdk/pull/3650)
- chore: Upgrade dependencies for cli [\#3649](https://github.com/hashicorp/terraform-cdk/pull/3649)
- chore: Upgrade dependencies for JSII [\#3648](https://github.com/hashicorp/terraform-cdk/pull/3648)
- chore: Upgrade dependencies for lib [\#3647](https://github.com/hashicorp/terraform-cdk/pull/3647)
- chore(hcl2cdk): fix yarn command in Readme.md [\#3624](https://github.com/hashicorp/terraform-cdk/pull/3624)

## 0.20.8

### feat
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "root",
"version": "0.20.8",
"version": "0.20.9",
"private": true,
"scripts": {
"build-and-package": "lerna run --scope 'cdktf*' --scope @cdktf/* build,package && tools/collect-dist.sh",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exports[`provider list command lists both local and prebuilt providers with tabu
Name Version Constraint Version
───────────┼─────────────────────────────┼────────────────────────┼────────────┤
─── ───── ─ ── ───────── ────
null │ 3.2.2 ~> 3.2.0│ │ │
null │ 3.2.3 ~> 3.2.0│ │ │

───────────┼─────────────────────────────┼────────────────────────┼────────────┤
─── ───── ─ ── ───────── ────
Expand Down
4 changes: 2 additions & 2 deletions website/docs/cdktf/api-reference/csharp/classes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12924,12 +12924,12 @@ VariableType.Set(string Type);
```csharp
using HashiCorp.Cdktf;

VariableType.Tuple(string Elements);
VariableType.Tuple(params string[] Elements);
```

###### `Elements`<sup>Required</sup> <a name="Elements" id="cdktf.VariableType.tuple.parameter.elements"></a>

- _Type:_ string
- _Type:_ params string[]

---

Expand Down
4 changes: 2 additions & 2 deletions website/docs/cdktf/api-reference/go/classes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12934,12 +12934,12 @@ cdktf.VariableType_Set(type *string) *string
```go
import "github.com/hashicorp/terraform-cdk-go/cdktf"

cdktf.VariableType_Tuple(elements *string) *string
cdktf.VariableType_Tuple(elements ...*string) *string
```

###### `elements`<sup>Required</sup> <a name="elements" id="cdktf.VariableType.tuple.parameter.elements"></a>

- _Type:_ \*string
- _Type:_ ...\*string

---

Expand Down
4 changes: 2 additions & 2 deletions website/docs/cdktf/api-reference/java/classes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12924,12 +12924,12 @@ VariableType.set(java.lang.String type)
```java
import com.hashicorp.cdktf.VariableType;

VariableType.tuple(java.lang.String elements)
VariableType.tuple(java.lang.String... elements)
```

###### `elements`<sup>Required</sup> <a name="elements" id="cdktf.VariableType.tuple.parameter.elements"></a>

- _Type:_ java.lang.String
- _Type:_ java.lang.String...

---

Expand Down
4 changes: 2 additions & 2 deletions website/docs/cdktf/api-reference/python/classes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14258,13 +14258,13 @@ cdktf.VariableType.set(
import cdktf

cdktf.VariableType.tuple(
elements: str
elements: *str
)
```

###### `elements`<sup>Required</sup> <a name="elements" id="cdktf.VariableType.tuple.parameter.elements"></a>

- _Type:_ str
- _Type:_ \*str

---

Expand Down
4 changes: 2 additions & 2 deletions website/docs/cdktf/api-reference/typescript/classes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12934,12 +12934,12 @@ VariableType.set(type: string)
```typescript
import { VariableType } from 'cdktf'

VariableType.tuple(elements: string)
VariableType.tuple(elements: ...string[])
```

###### `elements`<sup>Required</sup> <a name="elements" id="cdktf.VariableType.tuple.parameter.elements"></a>

- _Type:_ string
- _Type:_ ...string[]

---

Expand Down
Loading