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): 2.92.0 #26759

Merged
merged 14 commits into from
Aug 15, 2023
Merged

chore(release): 2.92.0 #26759

merged 14 commits into from
Aug 15, 2023

Conversation

aws-cdk-automation
Copy link
Collaborator

@aws-cdk-automation aws-cdk-automation commented Aug 15, 2023

See CHANGELOG

MrArnoldPalmer and others added 14 commits August 10, 2023 18:49
Fixes logic within the aws-sdk-v3-handler for AwsCustomResource to
behave more like the v2 handler, in so much as if `installLatestSdk`
fails, but it can still require the package it was attempting to
install, it will continue.

This makes the runtime more friendly to deploying your constructs across
regions that may or may not have access to npm within the lambda
runtime.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
* Update .mergify.yml

* gmb

---------

Co-authored-by: Rico Hermans <rix0rrr@gmail.com>
Changes the IAM OIDC provider custom resource to use Node18 and SDKv3.

Changes the restrict-default-security-group custom resource to use
Node18 and sdkv3. Updates unit tests to use the mock client library for
easier mocking.

deployed integration test stacks for testing.

Closes #26708

----

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

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
…CITY_OPTIMIZED` (#26731)

https://aws.amazon.com/about-aws/whats-new/2023/08/aws-batch-price-capacity-optimized-allocation-strategy-spot-instances/ and https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-fleet-allocation-strategy.html

`SPOT_PRICE_CAPACITY_OPTIMIZED` is now recommended over `SPOT_CAPACITY_OPTIMIZED`; make it the new default, while the construct is still in alpha.

BREAKING CHANGE: if using spot instances on your Compute Environments, they will default to `SPOT_PRICE_CAPACITY_OPTIMIZED` instead of `SPOT_CAPACITY_OPTIMIZED` now.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
…struct (#26673)

Allows to specify [SAML authentication](https://docs.aws.amazon.com/opensearch-service/latest/developerguide/saml.html) for OpenSearch domains via high-level construct properties.

Example:
```
const domain = new Domain(this, 'Domain', {
  version: EngineVersion.OPENSEARCH_1_0,
  enforceHttps: true,
  nodeToNodeEncryption: true,
  encryptionAtRest: {
    enabled: true,
  },
  fineGrainedAccessControl: {
    masterUserName: 'master-user',
    samlAuthenticationEnabled: true,
    samlAuthenticationOptions: {
      idpEntityId: 'entity-id',
      idpMetadataContent: 'metadata-content-with-quotes-escaped',
    },
  },
});
```

Closes #26600.

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
Ran npm-check-updates and yarn upgrade to keep the `yarn.lock` file up-to-date.
…to 2.4.2 (#26747)

Bumps [thollander/actions-comment-pull-request](https://github.com/thollander/actions-comment-pull-request) from 2.4.0 to 2.4.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/thollander/actions-comment-pull-request/releases">thollander/actions-comment-pull-request's releases</a>.</em></p>
<blockquote>
<h2>v2.4.2 : dependencies update</h2>
<h2>What's Changed</h2>
<ul>
<li>chore(deps): bump semver from 6.3.0 to 6.3.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/thollander/actions-comment-pull-request/pull/253">thollander/actions-comment-pull-request#253</a></li>
<li>chore(deps-dev): bump prettier from 2.8.8 to 3.0.1 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/thollander/actions-comment-pull-request/pull/263">thollander/actions-comment-pull-request#263</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/thollander/actions-comment-pull-request/compare/v2.4.1...v2.4.2">https://github.com/thollander/actions-comment-pull-request/compare/v2.4.1...v2.4.2</a></p>
<h2>v2.4.1 : delete mode fix</h2>
<h2>What's Changed</h2>
<ul>
<li>chore(deps-dev): bump typescript from 5.0.4 to 5.1.3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/thollander/actions-comment-pull-request/pull/238">thollander/actions-comment-pull-request#238</a></li>
<li>chore(deps-dev): bump typescript from 5.1.3 to 5.1.6 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/thollander/actions-comment-pull-request/pull/245">thollander/actions-comment-pull-request#245</a></li>
<li>chore(deps-dev): bump <code>@​tsconfig/node16</code> from 1.0.4 to 16.1.0 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/thollander/actions-comment-pull-request/pull/244">thollander/actions-comment-pull-request#244</a></li>
<li>docs: add information on forks permissions by <a href="https://github.com/thollander"><code>@​thollander</code></a> in <a href="https://redirect.github.com/thollander/actions-comment-pull-request/pull/261">thollander/actions-comment-pull-request#261</a></li>
<li>fix: delete should remove all comments with pattern (not only one) by <a href="https://github.com/thollander"><code>@​thollander</code></a> in <a href="https://redirect.github.com/thollander/actions-comment-pull-request/pull/266">thollander/actions-comment-pull-request#266</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/thollander/actions-comment-pull-request/compare/v2.4.0...v2.4.1">https://github.com/thollander/actions-comment-pull-request/compare/v2.4.0...v2.4.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/thollander/actions-comment-pull-request/commit/d61db783da9abefc3437960d0cce08552c7c004f"><code>d61db78</code></a> chore: bump to v2.4.2</li>
<li><a href="https://github.com/thollander/actions-comment-pull-request/commit/553fcaaf0e1f5ec5bb49e18540b8fa818e5281a5"><code>553fcaa</code></a> chore(deps-dev): bump prettier from 2.8.8 to 3.0.1 (<a href="https://redirect.github.com/thollander/actions-comment-pull-request/issues/263">#263</a>)</li>
<li><a href="https://github.com/thollander/actions-comment-pull-request/commit/c9b7b9c6972a55986401c4cd67dda1638a3c905a"><code>c9b7b9c</code></a> chore(deps): bump semver from 6.3.0 to 6.3.1 (<a href="https://redirect.github.com/thollander/actions-comment-pull-request/issues/253">#253</a>)</li>
<li><a href="https://github.com/thollander/actions-comment-pull-request/commit/630516fc6533722c61ef2e633786b52ca3250ce3"><code>630516f</code></a> fix: delete should remove all comments with pattern (not only one) (<a href="https://redirect.github.com/thollander/actions-comment-pull-request/issues/266">#266</a>)</li>
<li><a href="https://github.com/thollander/actions-comment-pull-request/commit/2af827f6f36bcb3ad19e2d3c503de38efab7e3e8"><code>2af827f</code></a> docs: add information on forks permissions (<a href="https://redirect.github.com/thollander/actions-comment-pull-request/issues/261">#261</a>)</li>
<li><a href="https://github.com/thollander/actions-comment-pull-request/commit/8c77f42bbcc27c832a3a5962c8f9a60e34b594f3"><code>8c77f42</code></a> chore(deps-dev): bump <code>@​tsconfig/node16</code> from 1.0.4 to 16.1.0 (<a href="https://redirect.github.com/thollander/actions-comment-pull-request/issues/244">#244</a>)</li>
<li><a href="https://github.com/thollander/actions-comment-pull-request/commit/7242f4aa8c90309e33111d9fa508853e41fc3e92"><code>7242f4a</code></a> chore(deps-dev): bump typescript from 5.1.3 to 5.1.6 (<a href="https://redirect.github.com/thollander/actions-comment-pull-request/issues/245">#245</a>)</li>
<li><a href="https://github.com/thollander/actions-comment-pull-request/commit/f2181d27402cc52da389b80bf22ca201192edcc7"><code>f2181d2</code></a> chore(deps-dev): bump typescript from 5.0.4 to 5.1.3 (<a href="https://redirect.github.com/thollander/actions-comment-pull-request/issues/238">#238</a>)</li>
<li>See full diff in <a href="https://github.com/thollander/actions-comment-pull-request/compare/dadb7667129e23f12ca3925c90dc5cd7121ab57e...d61db783da9abefc3437960d0cce08552c7c004f">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=thollander/actions-comment-pull-request&package-manager=github_actions&previous-version=2.4.0&new-version=2.4.2)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@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 [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 37.5.0 to 37.6.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/tj-actions/changed-files/releases">tj-actions/changed-files's releases</a>.</em></p>
<blockquote>
<h2>v37.6.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Upgraded to v37.5.2 by <a href="https://github.com/tj-actions-bot"><code>@​tj-actions-bot</code></a> in <a href="https://redirect.github.com/tj-actions/changed-files/pull/1431">tj-actions/changed-files#1431</a></li>
<li>Updated README.md by <a href="https://github.com/tj-actions-bot"><code>@​tj-actions-bot</code></a> in <a href="https://redirect.github.com/tj-actions/changed-files/pull/1432">tj-actions/changed-files#1432</a></li>
<li>chore(deps-dev): bump <code>@​types/node</code> from 20.4.6 to 20.4.7 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/tj-actions/changed-files/pull/1433">tj-actions/changed-files#1433</a></li>
<li>test: improve test coverage by <a href="https://github.com/jackton1"><code>@​jackton1</code></a> in <a href="https://redirect.github.com/tj-actions/changed-files/pull/1435">tj-actions/changed-files#1435</a></li>
<li>feat: improve checking local branch history by <a href="https://github.com/jackton1"><code>@​jackton1</code></a> in <a href="https://redirect.github.com/tj-actions/changed-files/pull/1436">tj-actions/changed-files#1436</a></li>
<li>chore(deps): lock file maintenance by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/tj-actions/changed-files/pull/1437">tj-actions/changed-files#1437</a></li>
<li>chore(deps): update dependency <code>@​types/node</code> to v20.4.8 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/tj-actions/changed-files/pull/1425">tj-actions/changed-files#1425</a></li>
<li>chore(deps): lock file maintenance by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/tj-actions/changed-files/pull/1438">tj-actions/changed-files#1438</a></li>
<li>chore: simplify code by <a href="https://github.com/jackton1"><code>@​jackton1</code></a> in <a href="https://redirect.github.com/tj-actions/changed-files/pull/1439">tj-actions/changed-files#1439</a></li>
<li>chore: improve test coverage by <a href="https://github.com/jackton1"><code>@​jackton1</code></a> in <a href="https://redirect.github.com/tj-actions/changed-files/pull/1440">tj-actions/changed-files#1440</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/tj-actions/changed-files/compare/v37...v37.6.0">https://github.com/tj-actions/changed-files/compare/v37...v37.6.0</a></p>
<h2>v37.5.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Upgraded to v37.5.1 by <a href="https://github.com/tj-actions-bot"><code>@​tj-actions-bot</code></a> in <a href="https://redirect.github.com/tj-actions/changed-files/pull/1418">tj-actions/changed-files#1418</a></li>
<li>chore(deps): lock file maintenance by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/tj-actions/changed-files/pull/1419">tj-actions/changed-files#1419</a></li>
<li>Updated README.md by <a href="https://github.com/tj-actions-bot"><code>@​tj-actions-bot</code></a> in <a href="https://redirect.github.com/tj-actions/changed-files/pull/1420">tj-actions/changed-files#1420</a></li>
<li>chore(deps): lock file maintenance by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/tj-actions/changed-files/pull/1421">tj-actions/changed-files#1421</a></li>
<li>chore(deps): update typescript-eslint monorepo to v6.2.1 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/tj-actions/changed-files/pull/1422">tj-actions/changed-files#1422</a></li>
<li>chore(deps): lock file maintenance by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/tj-actions/changed-files/pull/1423">tj-actions/changed-files#1423</a></li>
<li>chore(deps): lock file maintenance by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/tj-actions/changed-files/pull/1424">tj-actions/changed-files#1424</a></li>
<li>chore(deps-dev): bump <code>@​types/node</code> from 20.4.5 to 20.4.6 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/tj-actions/changed-files/pull/1426">tj-actions/changed-files#1426</a></li>
<li>chore(deps): lock file maintenance by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/tj-actions/changed-files/pull/1427">tj-actions/changed-files#1427</a></li>
<li>chore(deps): update dependency prettier to v3.0.1 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/tj-actions/changed-files/pull/1428">tj-actions/changed-files#1428</a></li>
<li>chore: improve test coverage by <a href="https://github.com/jackton1"><code>@​jackton1</code></a> in <a href="https://redirect.github.com/tj-actions/changed-files/pull/1430">tj-actions/changed-files#1430</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/tj-actions/changed-files/compare/v37...v37.5.2">https://github.com/tj-actions/changed-files/compare/v37...v37.5.2</a></p>
<h2>v37.5.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Upgraded to v37.5.0 by <a href="https://github.com/tj-actions-bot"><code>@​tj-actions-bot</code></a> in <a href="https://redirect.github.com/tj-actions/changed-files/pull/1407">tj-actions/changed-files#1407</a></li>
<li>chore(deps): lock file maintenance by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/tj-actions/changed-files/pull/1408">tj-actions/changed-files#1408</a></li>
<li>chore(deps): update dependency <code>@​types/node</code> to v20.4.5 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/tj-actions/changed-files/pull/1409">tj-actions/changed-files#1409</a></li>
<li>Updated README.md by <a href="https://github.com/tj-actions-bot"><code>@​tj-actions-bot</code></a> in <a href="https://redirect.github.com/tj-actions/changed-files/pull/1412">tj-actions/changed-files#1412</a></li>
<li>chore(deps): update dependency <code>@​types/lodash</code> to v4.14.196 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/tj-actions/changed-files/pull/1413">tj-actions/changed-files#1413</a></li>
<li>chore(deps): update dependency jest to v29.6.2 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/tj-actions/changed-files/pull/1415">tj-actions/changed-files#1415</a></li>
<li>chore(deps): lock file maintenance by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/tj-actions/changed-files/pull/1416">tj-actions/changed-files#1416</a></li>
<li>chore(deps): update dependency eslint to v8.46.0 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/tj-actions/changed-files/pull/1417">tj-actions/changed-files#1417</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/tj-actions/changed-files/compare/v37...v37.5.1">https://github.com/tj-actions/changed-files/compare/v37...v37.5.1</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/tj-actions/changed-files/blob/main/HISTORY.md">tj-actions/changed-files's changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<h1><a href="https://github.com/tj-actions/changed-files/compare/v37.5.2...v37.6.0">37.6.0</a> - (2023-08-07)</h1>
<h2>🚀 Features</h2>
<ul>
<li>Improve checking local branch history (<a href="https://redirect.github.com/tj-actions/changed-files/issues/1436">#1436</a>) (<a href="https://github.com/tj-actions/changed-files/commit/d4e6e22e932832260459e972c83fa76adca04a5c">d4e6e22</a>)  - (Tonye Jack)</li>
</ul>
<h2>🔄 Update</h2>
<ul>
<li>Update README.md (<a href="https://github.com/tj-actions/changed-files/commit/1e9cd5f2990496e3dc049d7978a807ed153b11a7">1e9cd5f</a>)  - (Tonye Jack)</li>
<li>Update README.md (<a href="https://github.com/tj-actions/changed-files/commit/6b028b63039ee69ccfad97e35166eb997f6807ff">6b028b6</a>)  - (Tonye Jack)</li>
<li>Updated README.md (<a href="https://redirect.github.com/tj-actions/changed-files/issues/1432">#1432</a>)</li>
</ul>
<p>Co-authored-by: jackton1 <a href="mailto:jackton1@users.noreply.github.com">jackton1@users.noreply.github.com</a> (<a href="https://github.com/tj-actions/changed-files/commit/b61db7817fbdc9f587fb205f4276886cda5913c5">b61db78</a>)  - (tj-actions[bot])</p>
<ul>
<li>Update README.md (<a href="https://github.com/tj-actions/changed-files/commit/6a48a0a0182db1daa7e00603ede7e99364f65ff2">6a48a0a</a>)  - (Tonye Jack)</li>
<li>Update README.md (<a href="https://github.com/tj-actions/changed-files/commit/3415802ae92f45865a7bb5f80578ad22994f57ea">3415802</a>)  - (Tonye Jack)</li>
<li>Update README.md (<a href="https://github.com/tj-actions/changed-files/commit/20a19b977fa3a78c7d87956e7b388681926d3b56">20a19b9</a>)  - (Tonye Jack)</li>
<li>Update README.md (<a href="https://github.com/tj-actions/changed-files/commit/10228bf07b9286b8db198de83022b52ab908bde7">10228bf</a>)  - (Tonye Jack)</li>
</ul>
<h2>🧪 Testing</h2>
<ul>
<li>Improve test coverage (<a href="https://redirect.github.com/tj-actions/changed-files/issues/1435">#1435</a>) (<a href="https://github.com/tj-actions/changed-files/commit/29022e81a423492ed68172112181d0109be5e64e">29022e8</a>)  - (Tonye Jack)</li>
</ul>
<h2>⚙️ Miscellaneous Tasks</h2>
<ul>
<li>Improve test coverage (<a href="https://redirect.github.com/tj-actions/changed-files/issues/1440">#1440</a>) (<a href="https://github.com/tj-actions/changed-files/commit/87697c0dca7dd44e37a2b79a79489332556ff1f3">87697c0</a>)  - (Tonye Jack)</li>
<li>Simplify code (<a href="https://redirect.github.com/tj-actions/changed-files/issues/1439">#1439</a>) (<a href="https://github.com/tj-actions/changed-files/commit/0acc1c308efedeb1a3a82d4c3812e380cacc86ec">0acc1c3</a>)  - (Tonye Jack)</li>
<li><strong>deps:</strong> Lock file maintenance (<a href="https://redirect.github.com/tj-actions/changed-files/issues/1438">#1438</a>) (<a href="https://github.com/tj-actions/changed-files/commit/312a3d8003811361254cc82903f9a5e057bd1d66">312a3d8</a>)  - (renovate[bot])</li>
<li><strong>deps:</strong> Update dependency <code>@​types/node</code> to v20.4.8 (<a href="https://redirect.github.com/tj-actions/changed-files/issues/1425">#1425</a>) (<a href="https://github.com/tj-actions/changed-files/commit/701bae514b676a5deb33f611a66c7639c3ee2690">701bae5</a>)  - (renovate[bot])</li>
<li><strong>deps:</strong> Lock file maintenance (<a href="https://redirect.github.com/tj-actions/changed-files/issues/1437">#1437</a>) (<a href="https://github.com/tj-actions/changed-files/commit/8bffb974e49dd3c5f242d8af10b9326194c99740">8bffb97</a>)  - (renovate[bot])</li>
<li><strong>deps-dev:</strong> Bump <code>@​types/node</code> from 20.4.6 to 20.4.7 (<a href="https://redirect.github.com/tj-actions/changed-files/issues/1433">#1433</a>) (<a href="https://github.com/tj-actions/changed-files/commit/f76208237d15a696b0174f93dbb00254bc016c65">f762082</a>)  - (dependabot[bot])</li>
</ul>
<h2>⬆️ Upgrades</h2>
<ul>
<li>Upgraded to v37.5.2 (<a href="https://redirect.github.com/tj-actions/changed-files/issues/1431">#1431</a>)</li>
</ul>
<p>Co-authored-by: jackton1 <a href="mailto:jackton1@users.noreply.github.com">jackton1@users.noreply.github.com</a> (<a href="https://github.com/tj-actions/changed-files/commit/24ac45c74eee7f284e92f053e045dd94823f7255">24ac45c</a>)  - (tj-actions[bot])</p>
<h1><a href="https://github.com/tj-actions/changed-files/compare/v37.5.1...v37.5.2">37.5.2</a> - (2023-08-03)</h1>
<h2>🔄 Update</h2>
<ul>
<li>Update README.md (<a href="https://github.com/tj-actions/changed-files/commit/948fd1aec0f923945aefa5b428966a3148c14b6f">948fd1a</a>)  - (Tonye Jack)</li>
<li>Update README.md (<a href="https://github.com/tj-actions/changed-files/commit/bde04d3ec66f15d1bc7856d05ca626fb6573dc64">bde04d3</a>)  - (Tonye Jack)</li>
<li>Update README.md (<a href="https://github.com/tj-actions/changed-files/commit/3fdcd6b1fa054b93db539c7b381c93fa2268d74e">3fdcd6b</a>)  - (Tonye Jack)</li>
<li>Update README.md (<a href="https://github.com/tj-actions/changed-files/commit/6b62acfc401246667fa6575c368224614e69d150">6b62acf</a>)  - (Tonye Jack)</li>
<li>Updated README.md (<a href="https://redirect.github.com/tj-actions/changed-files/issues/1420">#1420</a>)</li>
</ul>
<p>Co-authored-by: jackton1 <a href="mailto:jackton1@users.noreply.github.com">jackton1@users.noreply.github.com</a> (<a href="https://github.com/tj-actions/changed-files/commit/c10ebdc85fde7af2ea8c66779702ccdc2c09c3ba">c10ebdc</a>)  - (tj-actions[bot])</p>

</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/tj-actions/changed-files/commit/87697c0dca7dd44e37a2b79a79489332556ff1f3"><code>87697c0</code></a> chore: improve test coverage (<a href="https://redirect.github.com/tj-actions/changed-files/issues/1440">#1440</a>)</li>
<li><a href="https://github.com/tj-actions/changed-files/commit/0acc1c308efedeb1a3a82d4c3812e380cacc86ec"><code>0acc1c3</code></a> chore: simplify code (<a href="https://redirect.github.com/tj-actions/changed-files/issues/1439">#1439</a>)</li>
<li><a href="https://github.com/tj-actions/changed-files/commit/312a3d8003811361254cc82903f9a5e057bd1d66"><code>312a3d8</code></a> chore(deps): lock file maintenance (<a href="https://redirect.github.com/tj-actions/changed-files/issues/1438">#1438</a>)</li>
<li><a href="https://github.com/tj-actions/changed-files/commit/701bae514b676a5deb33f611a66c7639c3ee2690"><code>701bae5</code></a> chore(deps): update dependency <code>@​types/node</code> to v20.4.8 (<a href="https://redirect.github.com/tj-actions/changed-files/issues/1425">#1425</a>)</li>
<li><a href="https://github.com/tj-actions/changed-files/commit/8bffb974e49dd3c5f242d8af10b9326194c99740"><code>8bffb97</code></a> chore(deps): lock file maintenance (<a href="https://redirect.github.com/tj-actions/changed-files/issues/1437">#1437</a>)</li>
<li><a href="https://github.com/tj-actions/changed-files/commit/d4e6e22e932832260459e972c83fa76adca04a5c"><code>d4e6e22</code></a> feat: improve checking local branch history (<a href="https://redirect.github.com/tj-actions/changed-files/issues/1436">#1436</a>)</li>
<li><a href="https://github.com/tj-actions/changed-files/commit/1e9cd5f2990496e3dc049d7978a807ed153b11a7"><code>1e9cd5f</code></a> Update README.md</li>
<li><a href="https://github.com/tj-actions/changed-files/commit/29022e81a423492ed68172112181d0109be5e64e"><code>29022e8</code></a> test: improve test coverage (<a href="https://redirect.github.com/tj-actions/changed-files/issues/1435">#1435</a>)</li>
<li><a href="https://github.com/tj-actions/changed-files/commit/6b028b63039ee69ccfad97e35166eb997f6807ff"><code>6b028b6</code></a> Update README.md</li>
<li><a href="https://github.com/tj-actions/changed-files/commit/f76208237d15a696b0174f93dbb00254bc016c65"><code>f762082</code></a> chore(deps-dev): bump <code>@​types/node</code> from 20.4.6 to 20.4.7 (<a href="https://redirect.github.com/tj-actions/changed-files/issues/1433">#1433</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/tj-actions/changed-files/compare/920e7b9ae1d45913fc81f86c956fee89c77d2e5e...87697c0dca7dd44e37a2b79a79489332556ff1f3">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tj-actions/changed-files&package-manager=github_actions&previous-version=37.5.0&new-version=37.6.0)](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@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>
AWS Service Spec packages to latest versions.
Add a new method, `grantSubmitJob`, to the JobDefinition construct. Enables batch users to easily grant `submitJob` permissions to any principal. 

Closes #25574.

----

*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 auto-approve pr/no-squash This PR should be merged instead of squash-merging it labels Aug 15, 2023
@github-actions github-actions bot added the p2 label Aug 15, 2023
@aws-cdk-automation aws-cdk-automation requested a review from a team August 15, 2023 15:31
@aws-cdk-automation
Copy link
Collaborator Author

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildv2Project1C6BFA3F-wQm2hXv2jqQv
  • Commit ID: d80b2fc
  • 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 Aug 15, 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 bf62e55 into v2-release Aug 15, 2023
24 of 25 checks passed
@mergify mergify bot deleted the bump/2.92.0 branch August 15, 2023 15:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-approve 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.

5 participants