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): 1.198.0 #24751

Merged
merged 12 commits into from
Mar 22, 2023
Merged

chore(release): 1.198.0 #24751

merged 12 commits into from
Mar 22, 2023

Conversation

aws-cdk-automation
Copy link
Collaborator

@aws-cdk-automation aws-cdk-automation commented Mar 22, 2023

See CHANGELOG

mergify bot and others added 12 commits March 14, 2023 21:08
This change removes the following patch from `cfnspec`, which was blocking the build after `VpcEndpoint` was removed from `AWS::Redshift::EndpointAccess`:

```json
"AWS::Redshift::EndpointAccess": {
  "patch": {
  "description": "This patch fixes all types that were previously typed as Json, and CfnSpec v101.0.0 added types to them, which is a breaking change.",
  "operations": [
    {
      "op": "remove",
      "path": "/Properties/VpcEndpoint/Type"
    },
    {
      "op": "add",
      "path": "/Properties/VpcEndpoint/PrimitiveType",
      "value": "Json"
    }
  ]
}
```

The property  `aws-events/CfnArchive.attrArchiveName` was removed, breaking the `aws-events/Archive` L2. Fixed by replacing it with `archive.ref`.

The rest of the changes in this PR were auto-generated.


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
…k/lambda-layer-awscli (#24700)

Bumps [awscli](https://github.com/aws/aws-cli) from 1.27.89 to 1.27.94.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/aws/aws-cli/blob/develop/CHANGELOG.rst">awscli's changelog</a>.</em></p>
<blockquote>
<h1>1.27.94</h1>
<ul>
<li>api-change:<code>billingconductor</code>: This release adds a new filter to ListAccountAssociations API and a new filter to ListBillingGroups API.</li>
<li>api-change:<code>config</code>: This release adds resourceType enums for types released from October 2022 through February 2023.</li>
<li>api-change:<code>dms</code>: S3 setting to create AWS Glue Data Catalog. Oracle setting to control conversion of timestamp column. Support for Kafka SASL Plain authentication. Setting to map boolean from PostgreSQL to Redshift. SQL Server settings to force lob lookup on inline LOBs and to control access of database logs.</li>
</ul>
<h1>1.27.93</h1>
<ul>
<li>api-change:<code>guardduty</code>: Updated 9 APIs for feature enablement to reflect expansion of GuardDuty to features. Added new APIs and updated existing APIs to support RDS Protection GA.</li>
<li>api-change:<code>resource-explorer-2</code>: Documentation updates for APIs.</li>
<li>api-change:<code>sagemaker-runtime</code>: Update sagemaker-runtime command to latest version</li>
</ul>
<h1>1.27.92</h1>
<ul>
<li>api-change:<code>migrationhubstrategy</code>: This release adds the binary analysis that analyzes IIS application DLLs on Windows and Java applications on Linux to provide anti-pattern report without configuring access to the source code.</li>
<li>api-change:<code>s3control</code>: Added support for S3 Object Lambda aliases.</li>
<li>api-change:<code>securitylake</code>: Make Create/Get/ListSubscribers APIs return resource share ARN and name so they can be used to validate the RAM resource share to accept. GetDatalake can be used to track status of UpdateDatalake and DeleteDatalake requests.</li>
</ul>
<h1>1.27.91</h1>
<ul>
<li>api-change:<code>application-autoscaling</code>: Application Auto Scaling customers can now use mathematical functions to customize the metric used with Target Tracking policies within the policy configuration itself, saving the cost and effort of publishing the customizations as a separate metric.</li>
<li>api-change:<code>dataexchange</code>: This release enables data providers to license direct access to S3 objects encrypted with Customer Managed Keys (CMK) in AWS KMS through AWS Data Exchange. Subscribers can use these keys to decrypt, then use the encrypted S3 objects shared with them, without creating or managing copies.</li>
<li>api-change:<code>directconnect</code>: describe-direct-connect-gateway-associations includes a new status, updating, indicating that the association is currently in-process of updating.</li>
<li>api-change:<code>ec2</code>: This release adds a new DnsOptions key (PrivateDnsOnlyForInboundResolverEndpoint) to CreateVpcEndpoint and ModifyVpcEndpoint APIs.</li>
<li>api-change:<code>iam</code>: Documentation only updates to correct customer-reported issues</li>
<li>api-change:<code>keyspaces</code>: Adding support for client-side timestamps</li>
</ul>
<h1>1.27.90</h1>
<ul>
<li>bugfix:<code>codeartifact login</code>: Prevent AWS CodeArtifact login command from hanging unexpectedly.</li>
<li>api-change:<code>appintegrations</code>: Adds FileConfiguration to Amazon AppIntegrations CreateDataIntegration supporting scheduled downloading of third party files into Amazon Connect from sources such as Microsoft SharePoint.</li>
<li>api-change:<code>lakeformation</code>: This release updates the documentation regarding Get/Update DataCellsFilter</li>
<li>api-change:<code>s3control</code>: Added support for cross-account Multi-Region Access Points. Added support for S3 Replication for S3 on Outposts.</li>
<li>api-change:<code>tnb</code>: This release adds tagging support to the following Network Instance APIs : Instantiate, Update, Terminate.</li>
<li>api-change:<code>wisdom</code>: This release extends Wisdom CreateKnowledgeBase API to support SharePoint connector type by removing the <a href="https://github.com/required"><code>@​required</code></a> trait for objectField</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/aws/aws-cli/commit/81359ff6948f5df594b0a2f38aa9127608f2d750"><code>81359ff</code></a> Merge branch 'release-1.27.94'</li>
<li><a href="https://github.com/aws/aws-cli/commit/fba22bf39f0c162b467eba04a990333123f82b67"><code>fba22bf</code></a> Bumping version to 1.27.94</li>
<li><a href="https://github.com/aws/aws-cli/commit/587a8d47286ac1ccb26cc46d448da4a1ff9277a6"><code>587a8d4</code></a> Update changelog based on model updates</li>
<li><a href="https://github.com/aws/aws-cli/commit/dce0842162383e63f69a846111eb7cf0e660b16c"><code>dce0842</code></a> Merge branch 'release-1.27.93' into develop</li>
<li><a href="https://github.com/aws/aws-cli/commit/620f879d52d16bbdd9f40ac596e13383dceb7f82"><code>620f879</code></a> Merge branch 'release-1.27.93'</li>
<li><a href="https://github.com/aws/aws-cli/commit/a9aa84642797e5d6f68202376fa19b02224d2724"><code>a9aa846</code></a> Bumping version to 1.27.93</li>
<li><a href="https://github.com/aws/aws-cli/commit/c117bcec9527fc5845997ed9b128caa9cc62922f"><code>c117bce</code></a> Update changelog based on model updates</li>
<li><a href="https://github.com/aws/aws-cli/commit/2512bcca76e295c562bfed4ee2be830393296279"><code>2512bcc</code></a> Merge branch 'release-1.27.92' into develop</li>
<li><a href="https://github.com/aws/aws-cli/commit/07e3aa9735d721ee81fa09a6b4489a9adadc752c"><code>07e3aa9</code></a> Merge branch 'release-1.27.92'</li>
<li><a href="https://github.com/aws/aws-cli/commit/2b207a391f818d344c34f1aa74dbd8a59af98743"><code>2b207a3</code></a> Bumping version to 1.27.92</li>
<li>Additional commits viewable in <a href="https://github.com/aws/aws-cli/compare/1.27.89...1.27.94">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=awscli&package-manager=pip&previous-version=1.27.89&new-version=1.27.94)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
Bumps [hmarr/auto-approve-action](https://github.com/hmarr/auto-approve-action) from 3.2.0 to 3.2.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/hmarr/auto-approve-action/releases">hmarr/auto-approve-action's releases</a>.</em></p>
<blockquote>
<h2>v3.2.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Only consider the latest review for a user when deciding whether to re-review by <a href="https://github.com/hmarr"><code>@​hmarr</code></a> in <a href="https://redirect.github.com/hmarr/auto-approve-action/pull/216">hmarr/auto-approve-action#216</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/hmarr/auto-approve-action/compare/v3.2.0...v3.2.1">https://github.com/hmarr/auto-approve-action/compare/v3.2.0...v3.2.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/hmarr/auto-approve-action/commit/44888193675f29a83e04faf4002fa8c0b537b1e4"><code>4488819</code></a> Only consider the latest review for a user (<a href="https://redirect.github.com/hmarr/auto-approve-action/issues/216">#216</a>)</li>
<li>See full diff in <a href="https://github.com/hmarr/auto-approve-action/compare/v3.2.0...v3.2.1">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=hmarr/auto-approve-action&package-manager=github_actions&previous-version=3.2.0&new-version=3.2.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


</details>
This PR is reverting the property type names from pattern `FooAction` to `Foo` for `WAFv2` resource. This change was introduced as part of a [CFNSpec merge](affe040#diff-827a2fd012e049c7ccedffa0360c12e7d967a173f36b8150de73ef6adc42ee4cL175-L357) and would be breaking existing customers if they were using previous property names.

Duplicating from [PR](#24651) for same issue for V2.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
closes #23144


----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
@aws-cdk-automation aws-cdk-automation added the pr/no-squash This PR should be merged instead of squash-merging it label Mar 22, 2023
@github-actions github-actions bot added the p2 label Mar 22, 2023
@aws-cdk-automation aws-cdk-automation requested a review from a team March 22, 2023 17:52
@aws-cdk-automation
Copy link
Collaborator Author

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildProject89A8053A-LhjRyN9kxr8o
  • Commit ID: fe46c95
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@mergify
Copy link
Contributor

mergify bot commented Mar 22, 2023

Thank you for contributing! Your pull request will be automatically updated and merged without squashing (do not update manually, and be sure to allow changes to be pushed to your fork).

@mergify mergify bot merged commit 21c5b6e into v1-release Mar 22, 2023
@mergify mergify bot deleted the bump/1.198.0 branch March 22, 2023 18:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
p2 pr/no-squash This PR should be merged instead of squash-merging it
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants