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

Upstream v5.59.0 #4295

Merged
merged 7 commits into from
Jul 24, 2024
Merged

Upstream v5.59.0 #4295

merged 7 commits into from
Jul 24, 2024

Conversation

t0yv0
Copy link
Member

@t0yv0 t0yv0 commented Jul 23, 2024

Upgrade upstream provider to the v5.59.0 version.

Fixes #4276

New resources:

  • datazone/project.Project
  • grafana/workspaceServiceAccount.WorkspaceServiceAccount
  • grafana/workspaceServiceAccountToken.WorkspaceServiceAccountToken
  • rds/certificate.Certificate
  • rekognition/streamProcessor.StreamProcessor

New functions:

  • cloudfront/getOriginAccessControl.getOriginAccessControl
  • timestreamwrite/getDatabase.getDatabase
  • timestreamwrite/getTable.getTable

t0yv0 added 4 commits July 23, 2024 17:29

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was signed with the committer’s verified signature.
metcoder95 Carlos Fuentes

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@t0yv0
Copy link
Member Author

t0yv0 commented Jul 23, 2024

Next up:

error: Resource aws_rekognition_stream_processor has a problem:

 no "id" attribute. To map this resource consider specifying ResourceInfo.ComputeID

Copy link

Does the PR have any schema changes?

Found 8 breaking changes:

Resources

  • 🟢 "aws:elasticache/replicationGroup:ReplicationGroup": required inputs: "description" input has changed to Required

Types

  • 🟢 "aws:bedrock/AgentAgentAliasRoutingConfiguration:AgentAgentAliasRoutingConfiguration": required: "provisionedThroughput" property has changed to Required
  • 🟡 "aws:ecs/ServiceVolumeConfigurationManagedEbsVolume:ServiceVolumeConfigurationManagedEbsVolume": properties: "throughput" type changed from "string" to "integer"
  • "aws:kinesis/FirehoseDeliveryStreamRedshiftConfiguration:FirehoseDeliveryStreamRedshiftConfiguration": required:
    • 🟢 "password" property is no longer Required
    • 🟢 "username" property is no longer Required
  • "aws:kinesis/FirehoseDeliveryStreamSnowflakeConfiguration:FirehoseDeliveryStreamSnowflakeConfiguration": required:
    • 🟢 "privateKey" property is no longer Required
    • 🟢 "user" property is no longer Required
  • 🟢 "aws:kinesis/FirehoseDeliveryStreamSplunkConfiguration:FirehoseDeliveryStreamSplunkConfiguration": required: "hecToken" property is no longer Required

New resources:

  • datazone/project.Project
  • grafana/workspaceServiceAccount.WorkspaceServiceAccount
  • grafana/workspaceServiceAccountToken.WorkspaceServiceAccountToken
  • rds/certificate.Certificate
  • rekognition/streamProcessor.StreamProcessor

New functions:

  • cloudfront/getOriginAccessControl.getOriginAccessControl
  • timestreamwrite/getDatabase.getDatabase
  • timestreamwrite/getTable.getTable

Maintainer note: consult the runbook for dealing with any breaking changes.

@t0yv0 t0yv0 marked this pull request as ready for review July 24, 2024 12:34
@t0yv0 t0yv0 requested a review from corymhall July 24, 2024 12:34
var diags diag.Diagnostics
+++ /dev/null
@@ -1,127 +0,0 @@
-package elasticache
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm assuming they added this upstream so we don't need it anymore?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So this code started conflicting or not compiling but I think it was dead code. We didn't link this resource anywhere in Pulumi. Instead of fixing the code I deleted it.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ahh makes sense

@t0yv0 t0yv0 merged commit 4f9f598 into master Jul 24, 2024
30 checks passed
@t0yv0 t0yv0 deleted the upstream-v5.59.0 branch July 24, 2024 12:54
@pulumi-bot
Copy link
Contributor

This PR has been shipped in release v6.46.0.

lumiere-bot bot referenced this pull request in coolguy1771/home-ops Jul 25, 2024
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@pulumi/aws](https://pulumi.io)
([source](https://togithub.com/pulumi/pulumi-aws)) | dependencies |
minor | [`6.45.0` ->
`6.46.0`](https://renovatebot.com/diffs/npm/@pulumi%2faws/6.45.0/6.46.0)
|

---

### Release Notes

<details>
<summary>pulumi/pulumi-aws (@&#8203;pulumi/aws)</summary>

###
[`v6.46.0`](https://togithub.com/pulumi/pulumi-aws/releases/tag/v6.46.0)

[Compare
Source](https://togithub.com/pulumi/pulumi-aws/compare/v6.45.2...v6.46.0)

##### Does the PR have any schema changes?

Found 8 breaking changes:

##### Resources

- `🟢` "aws:elasticache/replicationGroup:ReplicationGroup": required
inputs: "description" input has changed to Required

##### Types

- `🟢`
"aws:bedrock/AgentAgentAliasRoutingConfiguration:AgentAgentAliasRoutingConfiguration":
required: "provisionedThroughput" property has changed to Required
- `🟡`
"aws:ecs/ServiceVolumeConfigurationManagedEbsVolume:ServiceVolumeConfigurationManagedEbsVolume":
properties: "throughput" type changed from "string" to "integer"
-
"aws:kinesis/FirehoseDeliveryStreamRedshiftConfiguration:FirehoseDeliveryStreamRedshiftConfiguration":
required:
    -   `🟢` "password" property is no longer Required
    -   `🟢` "username" property is no longer Required
-
"aws:kinesis/FirehoseDeliveryStreamSnowflakeConfiguration:FirehoseDeliveryStreamSnowflakeConfiguration":
required:
    -   `🟢` "privateKey" property is no longer Required
    -   `🟢` "user" property is no longer Required
- `🟢`
"aws:kinesis/FirehoseDeliveryStreamSplunkConfiguration:FirehoseDeliveryStreamSplunkConfiguration":
required: "hecToken" property is no longer Required

##### New resources:

-   `datazone/project.Project`
-   `grafana/workspaceServiceAccount.WorkspaceServiceAccount`
-   `grafana/workspaceServiceAccountToken.WorkspaceServiceAccountToken`
-   `rds/certificate.Certificate`
-   `rekognition/streamProcessor.StreamProcessor`

##### New functions:

-   `cloudfront/getOriginAccessControl.getOriginAccessControl`
-   `timestreamwrite/getDatabase.getDatabase`
-   `timestreamwrite/getTable.getTable`

##### What's Changed

- Upstream v5.59.0 by [@&#8203;t0yv0](https://togithub.com/t0yv0) in
[https://github.com/pulumi/pulumi-aws/pull/4295](https://togithub.com/pulumi/pulumi-aws/pull/4295)

**Full Changelog**:
pulumi/pulumi-aws@v6.45.2...v6.46.0

###
[`v6.45.2`](https://togithub.com/pulumi/pulumi-aws/releases/tag/v6.45.2)

[Compare
Source](https://togithub.com/pulumi/pulumi-aws/compare/v6.45.0...v6.45.2)

##### Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

##### What's Changed

##### Fixes

- Fix import resources with provider default tags by
[@&#8203;corymhall](https://togithub.com/corymhall) in
[https://github.com/pulumi/pulumi-aws/pull/4169](https://togithub.com/pulumi/pulumi-aws/pull/4169)

##### Dependencies

- Upgrade pulumi-terraform-bridge to v3.87.0 by
[@&#8203;pulumi-bot](https://togithub.com/pulumi-bot) in
[https://github.com/pulumi/pulumi-aws/pull/4240](https://togithub.com/pulumi/pulumi-aws/pull/4240)

##### Internal

- Rewrite GameLift regression test into TypeScript by
[@&#8203;t0yv0](https://togithub.com/t0yv0) in
[https://github.com/pulumi/pulumi-aws/pull/4285](https://togithub.com/pulumi/pulumi-aws/pull/4285)
- Update GitHub Actions workflows. by
[@&#8203;pulumi-bot](https://togithub.com/pulumi-bot) in
[https://github.com/pulumi/pulumi-aws/pull/4290](https://togithub.com/pulumi/pulumi-aws/pull/4290)

**Full Changelog**:
pulumi/pulumi-aws@v6.45.1...v6.45.2

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC42IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL21pbm9yIl19-->

Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com>
lumiere-bot bot referenced this pull request in coolguy1771/home-ops Jul 25, 2024
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@pulumi/aws](https://pulumi.io)
([source](https://togithub.com/pulumi/pulumi-aws)) | dependencies |
minor | [`6.45.0` ->
`6.46.0`](https://renovatebot.com/diffs/npm/@pulumi%2faws/6.45.0/6.46.0)
|

---

### Release Notes

<details>
<summary>pulumi/pulumi-aws (@&#8203;pulumi/aws)</summary>

###
[`v6.46.0`](https://togithub.com/pulumi/pulumi-aws/releases/tag/v6.46.0)

[Compare
Source](https://togithub.com/pulumi/pulumi-aws/compare/v6.45.2...v6.46.0)

##### Does the PR have any schema changes?

Found 8 breaking changes:

##### Resources

- `🟢` "aws:elasticache/replicationGroup:ReplicationGroup": required
inputs: "description" input has changed to Required

##### Types

- `🟢`
"aws:bedrock/AgentAgentAliasRoutingConfiguration:AgentAgentAliasRoutingConfiguration":
required: "provisionedThroughput" property has changed to Required
- `🟡`
"aws:ecs/ServiceVolumeConfigurationManagedEbsVolume:ServiceVolumeConfigurationManagedEbsVolume":
properties: "throughput" type changed from "string" to "integer"
-
"aws:kinesis/FirehoseDeliveryStreamRedshiftConfiguration:FirehoseDeliveryStreamRedshiftConfiguration":
required:
    -   `🟢` "password" property is no longer Required
    -   `🟢` "username" property is no longer Required
-
"aws:kinesis/FirehoseDeliveryStreamSnowflakeConfiguration:FirehoseDeliveryStreamSnowflakeConfiguration":
required:
    -   `🟢` "privateKey" property is no longer Required
    -   `🟢` "user" property is no longer Required
- `🟢`
"aws:kinesis/FirehoseDeliveryStreamSplunkConfiguration:FirehoseDeliveryStreamSplunkConfiguration":
required: "hecToken" property is no longer Required

##### New resources:

-   `datazone/project.Project`
-   `grafana/workspaceServiceAccount.WorkspaceServiceAccount`
-   `grafana/workspaceServiceAccountToken.WorkspaceServiceAccountToken`
-   `rds/certificate.Certificate`
-   `rekognition/streamProcessor.StreamProcessor`

##### New functions:

-   `cloudfront/getOriginAccessControl.getOriginAccessControl`
-   `timestreamwrite/getDatabase.getDatabase`
-   `timestreamwrite/getTable.getTable`

##### What's Changed

- Upstream v5.59.0 by [@&#8203;t0yv0](https://togithub.com/t0yv0) in
[https://github.com/pulumi/pulumi-aws/pull/4295](https://togithub.com/pulumi/pulumi-aws/pull/4295)

**Full Changelog**:
pulumi/pulumi-aws@v6.45.2...v6.46.0

###
[`v6.45.2`](https://togithub.com/pulumi/pulumi-aws/releases/tag/v6.45.2)

[Compare
Source](https://togithub.com/pulumi/pulumi-aws/compare/v6.45.0...v6.45.2)

##### Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

##### What's Changed

##### Fixes

- Fix import resources with provider default tags by
[@&#8203;corymhall](https://togithub.com/corymhall) in
[https://github.com/pulumi/pulumi-aws/pull/4169](https://togithub.com/pulumi/pulumi-aws/pull/4169)

##### Dependencies

- Upgrade pulumi-terraform-bridge to v3.87.0 by
[@&#8203;pulumi-bot](https://togithub.com/pulumi-bot) in
[https://github.com/pulumi/pulumi-aws/pull/4240](https://togithub.com/pulumi/pulumi-aws/pull/4240)

##### Internal

- Rewrite GameLift regression test into TypeScript by
[@&#8203;t0yv0](https://togithub.com/t0yv0) in
[https://github.com/pulumi/pulumi-aws/pull/4285](https://togithub.com/pulumi/pulumi-aws/pull/4285)
- Update GitHub Actions workflows. by
[@&#8203;pulumi-bot](https://togithub.com/pulumi-bot) in
[https://github.com/pulumi/pulumi-aws/pull/4290](https://togithub.com/pulumi/pulumi-aws/pull/4290)

**Full Changelog**:
pulumi/pulumi-aws@v6.45.1...v6.45.2

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNCIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC42IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJ0eXBlL21pbm9yIl19-->

Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com>
@mjeffryes mjeffryes added this to the 0.108 milestone Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade terraform-provider-aws to v5.59.0
4 participants