Skip to content

Commit bfdc400

Browse files
authored
Merge pull request #9 from oracle-community/rebase-1
Rebased with upstream
2 parents c7dbc69 + 6ec88b9 commit bfdc400

File tree

205 files changed

+38063
-3246
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

205 files changed

+38063
-3246
lines changed

.changelog/42877.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
resource/aws_ssm_parameter: Fix `Provider produced inconsistent final plan` errors when changing from using `value` to using `value_wo`
3+
```

.changelog/43452.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
```release-note:enhancement
2+
data-source/aws_verifiedpermissions_policy_store: Add `deletion_protection` attribute
3+
```
4+
5+
```release-note:enhancement
6+
resource/aws_verifiedpermissions_policy_store: Add `deletion_protection` argument
7+
```

.changelog/43589.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
```release-note:bug
2+
resource/aws_s3_bucket: Accept `NoSuchTagSetError` responses from S3-compatible services
3+
```
4+
5+
```release-note:bug
6+
resource/aws_s3_object: Accept `NoSuchTagSetError` responses from S3-compatible services
7+
```

.changelog/43595.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
resource/aws_bedrockagent_flow: Fix `missing required field, CreateFlowInput.Definition.Nodes[0].Configuration[prompt].SourceConfiguration[resource].PromptArn` errors on Create
3+
```

.changelog/43596.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:new-resource
2+
aws_quicksight_ip_restriction
3+
```

.changelog/43606.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:bug
2+
resource/aws_servicequotas_service_quota: Fix error when updating a pending service quota request
3+
```

.changelog/43614.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:enhancement
2+
resource/aws_cleanrooms_collaboration: Add `analytics_engine` argument
3+
```

.github/ISSUE_TEMPLATE/00_bug_report.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ body:
9898
9999
For convenience, we pre-populate this section such that configurations pasted between the backticks (\```) will be contained within a disclosure triangle and have syntax highlighting as appropriate for HCL in the resulting issue. Where appropriate, feel free to delete this.
100100
value: |
101-
<details>
101+
<details open>
102102
<summary>Click to expand configuration</summary>
103103
104104
```hcl
@@ -130,7 +130,7 @@ body:
130130
131131
For convenience, we pre-populate this section such that logs pasted between the backticks (\```) will be contained within a disclosure triangle and have syntax highlighting associated with console output in the resulting issue.
132132
value: |
133-
<details>
133+
<details open>
134134
<summary>Click to expand log output</summary>
135135
136136
```console

.github/ISSUE_TEMPLATE/05_beta_feedback.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ body:
104104
105105
When providing more general feedback, where this section may not be relevent, feel free to clear out the pre-populated text and enter "n/a" to satisfy this being a required field.
106106
value: |
107-
<details>
107+
<details open>
108108
<summary>Click to expand configuration</summary>
109109
110110
```hcl
@@ -138,7 +138,7 @@ body:
138138
139139
When providing more general feedback, where this section may not be relevent, feel free to clear out the pre-populated text and enter "n/a" to satisfy this being a required field.
140140
value: |
141-
<details>
141+
<details open>
142142
<summary>Click to expand log output</summary>
143143
144144
```console

.github/workflows/smarterr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
path: ~/go/pkg/mod
4343
key: ${{ runner.os }}-go-pkg-mod-${{ hashFiles('go.sum') }}
4444
# long-running test
45-
- uses: YakDriver/check-smarterr-config@v0.3.0 # v0.3.0
45+
- uses: YakDriver/check-smarterr-config@6c840c1f0df56a8b550b159c7496770c28c75e51 # v0.3.0
4646
name: Check smarterr config
4747
with:
4848
base-dir: './internal'

0 commit comments

Comments
 (0)