Skip to content

refactor: scale down tests #3996

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

Closed
wants to merge 714 commits into from
Closed

Conversation

npalm
Copy link
Member

@npalm npalm commented Jul 17, 2024

The test structure and magic for scaling down makes it hard to make any change. This PR refactor the tests cases in suche way

  • only global default mocking
  • per test explicit mocking
  • per test setup test data, avoiding global data mesh

Test coverage is 100% for scale-down.

dependabot bot and others added 30 commits October 17, 2023 21:54
…8.0 in /lambdas (#3542)

Bumps
[@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)
from 6.7.5 to 6.8.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/eslint-plugin</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v6.8.0</h2>
<h1><a
href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.5...v6.8.0">6.8.0</a>
(2023-10-16)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [consistent-type-imports] import
assertion checks added (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7722">#7722</a>)
(<a
href="https://github.com/typescript-eslint/typescript-eslint/commit/afdae3739c68469a488277eb7b7f56f679d6eb20">afdae37</a>)</li>
<li><strong>eslint-plugin:</strong> [no-shadow] fix static class
generics for class expressions (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7724">#7724</a>)
(<a
href="https://github.com/typescript-eslint/typescript-eslint/commit/e5ea1d05603e6212093de541e5da49f139571454">e5ea1d0</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unsafe-member-access] report on
only the accessed property (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7717">#7717</a>)
(<a
href="https://github.com/typescript-eslint/typescript-eslint/commit/f81a2da13529e77d039c5b31b4313a6984ceb964">f81a2da</a>)</li>
<li><strong>eslint-plugin:</strong> [no-useless-empty-export] exempt
.d.ts (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7718">#7718</a>)
(<a
href="https://github.com/typescript-eslint/typescript-eslint/commit/ac397f18176a9defd8c189b5b6b4e5d0b7582210">ac397f1</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> add new extended rule
<code>prefer-destructuring</code> (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7117">#7117</a>)
(<a
href="https://github.com/typescript-eslint/typescript-eslint/commit/3c6379b7678bcb190ae70d211cb3930c942d17a0">3c6379b</a>)</li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md"><code>@​typescript-eslint/eslint-plugin</code>'s
changelog</a>.</em></p>
<blockquote>
<h1><a
href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.5...v6.8.0">6.8.0</a>
(2023-10-16)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [consistent-type-imports] import
assertion checks added (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7722">#7722</a>)
(<a
href="https://github.com/typescript-eslint/typescript-eslint/commit/afdae3739c68469a488277eb7b7f56f679d6eb20">afdae37</a>)</li>
<li><strong>eslint-plugin:</strong> [no-shadow] fix static class
generics for class expressions (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7724">#7724</a>)
(<a
href="https://github.com/typescript-eslint/typescript-eslint/commit/e5ea1d05603e6212093de541e5da49f139571454">e5ea1d0</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unsafe-member-access] report on
only the accessed property (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7717">#7717</a>)
(<a
href="https://github.com/typescript-eslint/typescript-eslint/commit/f81a2da13529e77d039c5b31b4313a6984ceb964">f81a2da</a>)</li>
<li><strong>eslint-plugin:</strong> [no-useless-empty-export] exempt
.d.ts (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7718">#7718</a>)
(<a
href="https://github.com/typescript-eslint/typescript-eslint/commit/ac397f18176a9defd8c189b5b6b4e5d0b7582210">ac397f1</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> add new extended rule
<code>prefer-destructuring</code> (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7117">#7117</a>)
(<a
href="https://github.com/typescript-eslint/typescript-eslint/commit/3c6379b7678bcb190ae70d211cb3930c942d17a0">3c6379b</a>)</li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/d475f88575563913b3ee5acdf0765c3e6b4947cb"><code>d475f88</code></a>
chore: publish v6.8.0</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/3d58813ac9ccd758e440b8e8ba55fef9b88f6058"><code>3d58813</code></a>
build: fix introduced post-merge build break with
no-useless-empty-export</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/3c6379b7678bcb190ae70d211cb3930c942d17a0"><code>3c6379b</code></a>
feat(eslint-plugin): add new extended rule
<code>prefer-destructuring</code> (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7117">#7117</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/afdae3739c68469a488277eb7b7f56f679d6eb20"><code>afdae37</code></a>
fix(eslint-plugin): [consistent-type-imports] import assertion checks
added (...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/e5ea1d05603e6212093de541e5da49f139571454"><code>e5ea1d0</code></a>
fix(eslint-plugin): [no-shadow] fix static class generics for class
expressio...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/ac397f18176a9defd8c189b5b6b4e5d0b7582210"><code>ac397f1</code></a>
fix(eslint-plugin): [no-useless-empty-export] exempt .d.ts (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7718">#7718</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/f81a2da13529e77d039c5b31b4313a6984ceb964"><code>f81a2da</code></a>
fix(eslint-plugin): [no-unsafe-member-access] report on only the
accessed pro...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/cff6e472996c6ccdd672be09d033d2e0a67d5687"><code>cff6e47</code></a>
docs(eslint-plugin): deduplicate examples for no-explicit-any (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7715">#7715</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/afee34c0a8d01595414c85af5018f1e219f1513d"><code>afee34c</code></a>
chore: use named import for <code>util</code> (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/7669">#7669</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/a9c7928b34adde86078ea27b95f0fd083d9ea573"><code>a9c7928</code></a>
docs(eslint-plugin): [explicit-function-return-type] fix typo in option
name ...</li>
<li>See full diff in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v6.8.0/packages/eslint-plugin">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=6.7.5&new-version=6.8.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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…/lambdas (#3541)

Bumps
[@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)
from 6.7.3 to 6.8.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/parser</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v6.8.0</h2>
<h1><a
href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.5...v6.8.0">6.8.0</a>
(2023-10-16)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [consistent-type-imports] import
assertion checks added (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7722">#7722</a>)
(<a
href="https://github.com/typescript-eslint/typescript-eslint/commit/afdae3739c68469a488277eb7b7f56f679d6eb20">afdae37</a>)</li>
<li><strong>eslint-plugin:</strong> [no-shadow] fix static class
generics for class expressions (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7724">#7724</a>)
(<a
href="https://github.com/typescript-eslint/typescript-eslint/commit/e5ea1d05603e6212093de541e5da49f139571454">e5ea1d0</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unsafe-member-access] report on
only the accessed property (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7717">#7717</a>)
(<a
href="https://github.com/typescript-eslint/typescript-eslint/commit/f81a2da13529e77d039c5b31b4313a6984ceb964">f81a2da</a>)</li>
<li><strong>eslint-plugin:</strong> [no-useless-empty-export] exempt
.d.ts (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7718">#7718</a>)
(<a
href="https://github.com/typescript-eslint/typescript-eslint/commit/ac397f18176a9defd8c189b5b6b4e5d0b7582210">ac397f1</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>eslint-plugin:</strong> add new extended rule
<code>prefer-destructuring</code> (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7117">#7117</a>)
(<a
href="https://github.com/typescript-eslint/typescript-eslint/commit/3c6379b7678bcb190ae70d211cb3930c942d17a0">3c6379b</a>)</li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
<h2>v6.7.5</h2>
<h2><a
href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.4...v6.7.5">6.7.5</a>
(2023-10-09)</h2>
<h3>Bug Fixes</h3>
<ul>
<li><strong>eslint-plugin:</strong> [prefer-string-starts-ends-with]
only report slice/substring with correct range (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/7712">#7712</a>)
(<a
href="https://github.com/typescript-eslint/typescript-eslint/commit/db40a0a83abf14237a7a9b3f75d869da26512292">db40a0a</a>)</li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
<h2>v6.7.4</h2>
<h2><a
href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.3...v6.7.4">6.7.4</a>
(2023-10-02)</h2>
<p><strong>Note:</strong> Version bump only for package
<code>@​typescript-eslint/typescript-eslint</code></p>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md"><code>@​typescript-eslint/parser</code>'s
changelog</a>.</em></p>
<blockquote>
<h1><a
href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.5...v6.8.0">6.8.0</a>
(2023-10-16)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@​typescript-eslint/parser</code></p>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
<h2><a
href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.4...v6.7.5">6.7.5</a>
(2023-10-09)</h2>
<p><strong>Note:</strong> Version bump only for package
<code>@​typescript-eslint/parser</code></p>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
<h2><a
href="https://github.com/typescript-eslint/typescript-eslint/compare/v6.7.3...v6.7.4">6.7.4</a>
(2023-10-02)</h2>
<p><strong>Note:</strong> Version bump only for package
<code>@​typescript-eslint/parser</code></p>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/d475f88575563913b3ee5acdf0765c3e6b4947cb"><code>d475f88</code></a>
chore: publish v6.8.0</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/36aecb6a836eb01307c35b42ca60f5a78496c339"><code>36aecb6</code></a>
chore: publish v6.7.5</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/d948dc4a21ad8e15eec152c0cf2fdda819ea4a3a"><code>d948dc4</code></a>
chore: publish v6.7.4</li>
<li>See full diff in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v6.8.0/packages/parser">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/parser&package-manager=npm_and_yarn&previous-version=6.7.3&new-version=6.8.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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
## Descirption

When using the mult-runner with an exact match set to `true` worklfows
events with an empty array of labels matches the first matcher. This
cause not intented runners are created. This change avoids jobs with no
labels ar accepted.

The exactMatch is some bagage we ccarry from the past. I have aaded a
set of unit tests to show how the match is working. We should think
about removing the switch.
🤖 I have created a release *beep* *boop*
---


##
[4.5.1](philips-labs/terraform-aws-github-runner@v4.5.0...v4.5.1)
(2023-10-18)


### Bug Fixes

* **lambda:** bump the aws group in /lambdas with 5 updates
([#3530](https://github.com/philips-labs/terraform-aws-github-runner/issues/3530))
([0ada33b](philips-labs/terraform-aws-github-runner@0ada33b))
* **webhook:** Avoid jobs are accepted without labels
([#3548](https://github.com/philips-labs/terraform-aws-github-runner/issues/3548))
([cb78738](philips-labs/terraform-aws-github-runner@cb78738))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: forest-releaser[bot] <80285352+forest-releaser[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
🤖 I have created a release *beep* *boop*
---


##
[4.6.0](philips-labs/terraform-aws-github-runner@v4.5.1...v4.6.0)
(2023-10-19)


### Features

* Use Instance Metadata Service Version 2 by default.
([#3513](https://github.com/philips-labs/terraform-aws-github-runner/issues/3513))
([d8d69c3](philips-labs/terraform-aws-github-runner@d8d69c3))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: forest-releaser[bot] <80285352+forest-releaser[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
### Description

* Add option to associate public IP with runner (disabled by default)

Fixes
[3528](https://github.com/philips-labs/terraform-aws-github-runner/issues/3528)

Suggested changes have been used in our env for over a month and it
works as expected.

### Checklists

**Development and testing:**
- [x] All tests related to the changed code pass in development
- [x] Pull request is ready for review

---------

Co-authored-by: Niek Palm <[email protected]>
Add tags to AWS resources that do not have any tags.

Co-authored-by: Niek Palm <[email protected]>
Runner security group is currently open.

This patch removes the default ingress rule security group to deny
everything.

More info on [this
documentation](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/security_group#removing-all-ingress-and-egress-rules).
🤖 I have created a release *beep* *boop*
---


##
[4.7.0](philips-labs/terraform-aws-github-runner@v4.6.0...v4.7.0)
(2023-10-26)


### Features

* Add public IP association to github runner
([#3547](https://github.com/philips-labs/terraform-aws-github-runner/issues/3547))
([1a25b2c](philips-labs/terraform-aws-github-runner@1a25b2c))


### Bug Fixes

* add tags to aws resources
([#3549](https://github.com/philips-labs/terraform-aws-github-runner/issues/3549))
([c747139](philips-labs/terraform-aws-github-runner@c747139))
* restrict runner security group to only ingress
([#3564](https://github.com/philips-labs/terraform-aws-github-runner/issues/3564))
([e63fdc5](philips-labs/terraform-aws-github-runner@e63fdc5))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: forest-releaser[bot] <80285352+forest-releaser[bot]@users.noreply.github.com>
…MI (#3437)

Replaces Amazon lLnux 2 (default) by Amazon Linux 2023. Impact for anyone relying on the default setup provided by the module.

---------

Co-authored-by: Niek Palm <[email protected]>
Change variables `runner_labels` and `runner_extra_labels` to type:
`list[string]` to better represent the content

Additionally:
- [x] Automatic determine runner labels for multi runner based on label
matchers
- [x] Enable Terraform linting on all modules, including naming
conventions
- [x] Enable check annotations for linting errors
- [x] Fix existing linting errors
- [ ] Apply naming conventions within objects (not supported by
[TFLint](terraform-linters/tflint#1310))


This PR is based on #3143 creaed by @koendelaat but now via a dedicate
branch in this repository.

---------

Co-authored-by: Koen de Laat <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
🤖 I have created a release *beep* *boop*
---


##
[5.0.0](philips-labs/terraform-aws-github-runner@v4.7.0...v5.0.0)
(2023-10-27)

### Migration directions

See
[PR](https://github.com/philips-labs/terraform-aws-github-runner/pull/3552)
for migration directions.

### ⚠ BREAKING CHANGES

* remove depcrecated input and output variables
([#3567](https://github.com/philips-labs/terraform-aws-github-runner/issues/3567))
* Change runner labels to list[string] and apply TFLint
([#3410](https://github.com/philips-labs/terraform-aws-github-runner/issues/3410))
* replace Amazon Linux 2 by Amazon Linux 2023 as default Linux AMI
([#3437](https://github.com/philips-labs/terraform-aws-github-runner/issues/3437))

### Features

* replace Amazon Linux 2 by Amazon Linux 2023 as default Linux AMI
([#3437](https://github.com/philips-labs/terraform-aws-github-runner/issues/3437))
([35219f5](philips-labs/terraform-aws-github-runner@35219f5))


### Bug Fixes

* Change runner labels to list[string] and apply TFLint
([#3410](https://github.com/philips-labs/terraform-aws-github-runner/issues/3410))
([0b398f2](philips-labs/terraform-aws-github-runner@0b398f2))
* remove depcrecated input and output variables
([#3567](https://github.com/philips-labs/terraform-aws-github-runner/issues/3567))
([89c8575](philips-labs/terraform-aws-github-runner@89c8575))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: forest-releaser[bot] <80285352+forest-releaser[bot]@users.noreply.github.com>
## Description
Quite common to build AMI's with packer. Cleaning up old images could be
a challenge. This housekeeping lambda can remove old AMI based on a few
criteria.

The AMI housekeepr is implemented as an extra terraform module with a
lambda that runs once a day. The housekeepr can be configured to exclude
images based on reference in SSM, and tags. Images. The module is
deisabled by default and can used as part of the main module,
multi-runner or stand alone.

This PR also updates outdated lambda dependencies. And updates terraform
workflows to 1.5.6 as main version.

## Tested

- [x] default example (with new housekeeper)
- [x] multi runner example

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Bumps the aws group in /lambdas with 5 updates:

| Package | From | To |
| --- | --- | --- |
|
[@aws-sdk/client-ec2](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ec2)
| `3.436.0` | `3.438.0` |
|
[@aws-sdk/client-sqs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs)
| `3.436.0` | `3.438.0` |
|
[@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3)
| `3.436.0` | `3.438.0` |
|
[@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage)
| `3.436.0` | `3.438.0` |
|
[@aws-sdk/client-ssm](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ssm)
| `3.436.0` | `3.438.0` |

Updates `@aws-sdk/client-ec2` from 3.436.0 to 3.438.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-js-v3/releases"><code>@​aws-sdk/client-ec2</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v3.438.0</h2>
<h4>3.438.0(2023-10-27)</h4>
<h5>Documentation Changes</h5>
<ul>
<li><strong>client-wafv2:</strong> Updates the descriptions for the
calls that manage web ACL associations, to provide information for
customer-managed IAM policies. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/2e086ef5a0cf5b3cfbcd3db599280150569d4853">2e086ef5</a>)</li>
<li><strong>client-pinpoint:</strong> Updated documentation to describe
the case insensitivity for EndpointIds. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/731b82117d0d9ff09cc8d15a5758560ba9dd6ec8">731b8211</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>clients:</strong> update client endpoints as of 2023-10-27
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/45e96d32540c82c5464676527e5b04fc544abc61">45e96d32</a>)</li>
<li><strong>client-redshift:</strong> added support to create a dual
stack cluster (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/45b42fc0040d3d01fd0f3514c4c5530138fb3214">45b42fc0</a>)</li>
<li><strong>client-emr:</strong> Updated CreateCluster API request and
DescribeCluster API responses to include EbsRootVolumeIops, and
EbsRootVolumeThroughput attributes that specify the user configured root
volume IOPS and throughput for Amazon EBS root device volume. This
feature will be available from Amazon EMR releases 6.15.0 (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/ce8979f6a081ec561f152660f74663fb959a406d">ce8979f6</a>)</li>
<li><strong>client-neptune:</strong> Update TdeCredentialPassword type
to SensitiveString (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/e7cee7e19bba83116b49874c21231299990030b3">e7cee7e1</a>)</li>
</ul>
<h5>Bug Fixes</h5>
<ul>
<li><strong>signature-v4-crt:</strong> set min version of aws-crt to
1.18.3 (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/5426">#5426</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/5e5784fccaf45524cbb62c5691ea56c0456478e8">5e5784fc</a>)</li>
</ul>
<h5>Tests</h5>
<ul>
<li><strong>karma-credential-loader:</strong> use workspace version of
STS in karma credential loader (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/5424">#5424</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/b080028714a8fe9296bdfb34e457acb2ca07dbb8">b0800287</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.438.0.zip</strong></p>
<h2>v3.437.0</h2>
<h4>3.437.0(2023-10-26)</h4>
<h5>New Features</h5>
<ul>
<li><strong>clients:</strong> update client endpoints as of 2023-10-26
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/dead611e044211944e1bd76cef0eaf31bc2a1645">dead611e</a>)</li>
<li><strong>client-network-firewall:</strong> Network Firewall now
supports inspection of outbound SSL/TLS traffic. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/3686e694042ada9360f9dee41c7ce928da8de069">3686e694</a>)</li>
<li><strong>client-sagemaker:</strong> Amazon Sagemaker Autopilot now
supports Text Generation jobs. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/fd8ca9031d4f06d108b60f43f98bfb288ab2a261">fd8ca903</a>)</li>
<li><strong>client-ec2:</strong> Launching GetSecurityGroupsForVpc API.
This API gets security groups that can be associated by the AWS account
making the request with network interfaces in the specified VPC. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/0bc9a39b6069ab8a1df7b29798e93045167dcffe">0bc9a39b</a>)</li>
<li><strong>client-transfer:</strong> No API changes from previous
release. This release migrated the model to Smithy keeping all features
unchanged. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/6bd640200ded7ee472800de542748e26ea8def71">6bd64020</a>)</li>
<li><strong>client-appstream:</strong> This release introduces
multi-session fleets, allowing customers to provision more than one user
session on a single fleet instance. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/8e3c248319464415579b5dcea13d5f1c6b784090">8e3c2483</a>)</li>
<li><strong>client-opensearch:</strong> You can specify ipv4 or
dualstack IPAddressType for cluster endpoints. If you specify
IPAddressType as dualstack, the new endpoint will be visible under the
'EndpointV2' parameter and will support IPv4 and IPv6 requests. Whereas,
the 'Endpoint' will continue to serve IPv4 requests. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/a9637b16a328233b3dbf0b47d736446f28ddd63c">a9637b16</a>)</li>
<li><strong>client-redshift:</strong> Add Redshift APIs
GetResourcePolicy, DeleteResourcePolicy, PutResourcePolicy and
DescribeInboundIntegrations for the new Amazon Redshift Zero-ETL
integration feature, which can be used to control data ingress into
Redshift namespace, and view inbound integrations. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/f0791f139f80d0a27a601237b2dc65e510a967bf">f0791f13</a>)</li>
<li><strong>client-sns:</strong> Message Archiving and Replay is now
supported in Amazon SNS for FIFO topics. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/10014a819d3e8a2d1732b85b666f7cafd25590b7">10014a81</a>)</li>
<li><strong>client-ssm-sap:</strong> AWS Systems Manager for SAP added
support for registration and discovery of SAP ABAP applications (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/6a156d7d8482bc018a4f6b15cd7f121e54c58f44">6a156d7d</a>)</li>
</ul>
<h5>Bug Fixes</h5>
<ul>
<li><strong>signature-v4-crt:</strong> remove dynamic imports (!) (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/5225">#5225</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/89f97b5cea8052510471cdad69acced9f5be60d1">89f97b5c</a>)</li>
</ul>
<hr />
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-ec2/CHANGELOG.md"><code>@​aws-sdk/client-ec2</code>'s
changelog</a>.</em></p>
<blockquote>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.437.0...v3.438.0">3.438.0</a>
(2023-10-27)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@​aws-sdk/client-ec2</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.436.0...v3.437.0">3.437.0</a>
(2023-10-26)</h1>
<h3>Features</h3>
<ul>
<li><strong>client-ec2:</strong> Launching GetSecurityGroupsForVpc API.
This API gets security groups that can be associated by the AWS account
making the request with network interfaces in the specified VPC. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/0bc9a39b6069ab8a1df7b29798e93045167dcffe">0bc9a39</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/7ffd9bcc73d7752c8fc881f519516516e0e6af7c"><code>7ffd9bc</code></a>
Publish v3.438.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/e0faec34a250145097a48f05a61094262b755541"><code>e0faec3</code></a>
Migrate util-endpoints package (<a
href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ec2/issues/5390">#5390</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/373e006919dd20ac8925b24a2a8039ab67d5d5cd"><code>373e006</code></a>
Publish v3.437.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/0bc9a39b6069ab8a1df7b29798e93045167dcffe"><code>0bc9a39</code></a>
feat(client-ec2): Launching GetSecurityGroupsForVpc API. This API gets
securi...</li>
<li>See full diff in <a
href="https://github.com/aws/aws-sdk-js-v3/commits/v3.438.0/clients/client-ec2">compare
view</a></li>
</ul>
</details>
<br />

Updates `@aws-sdk/client-sqs` from 3.436.0 to 3.438.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-js-v3/releases"><code>@​aws-sdk/client-sqs</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v3.438.0</h2>
<h4>3.438.0(2023-10-27)</h4>
<h5>Documentation Changes</h5>
<ul>
<li><strong>client-wafv2:</strong> Updates the descriptions for the
calls that manage web ACL associations, to provide information for
customer-managed IAM policies. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/2e086ef5a0cf5b3cfbcd3db599280150569d4853">2e086ef5</a>)</li>
<li><strong>client-pinpoint:</strong> Updated documentation to describe
the case insensitivity for EndpointIds. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/731b82117d0d9ff09cc8d15a5758560ba9dd6ec8">731b8211</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>clients:</strong> update client endpoints as of 2023-10-27
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/45e96d32540c82c5464676527e5b04fc544abc61">45e96d32</a>)</li>
<li><strong>client-redshift:</strong> added support to create a dual
stack cluster (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/45b42fc0040d3d01fd0f3514c4c5530138fb3214">45b42fc0</a>)</li>
<li><strong>client-emr:</strong> Updated CreateCluster API request and
DescribeCluster API responses to include EbsRootVolumeIops, and
EbsRootVolumeThroughput attributes that specify the user configured root
volume IOPS and throughput for Amazon EBS root device volume. This
feature will be available from Amazon EMR releases 6.15.0 (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/ce8979f6a081ec561f152660f74663fb959a406d">ce8979f6</a>)</li>
<li><strong>client-neptune:</strong> Update TdeCredentialPassword type
to SensitiveString (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/e7cee7e19bba83116b49874c21231299990030b3">e7cee7e1</a>)</li>
</ul>
<h5>Bug Fixes</h5>
<ul>
<li><strong>signature-v4-crt:</strong> set min version of aws-crt to
1.18.3 (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/5426">#5426</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/5e5784fccaf45524cbb62c5691ea56c0456478e8">5e5784fc</a>)</li>
</ul>
<h5>Tests</h5>
<ul>
<li><strong>karma-credential-loader:</strong> use workspace version of
STS in karma credential loader (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/5424">#5424</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/b080028714a8fe9296bdfb34e457acb2ca07dbb8">b0800287</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.438.0.zip</strong></p>
<h2>v3.437.0</h2>
<h4>3.437.0(2023-10-26)</h4>
<h5>New Features</h5>
<ul>
<li><strong>clients:</strong> update client endpoints as of 2023-10-26
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/dead611e044211944e1bd76cef0eaf31bc2a1645">dead611e</a>)</li>
<li><strong>client-network-firewall:</strong> Network Firewall now
supports inspection of outbound SSL/TLS traffic. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/3686e694042ada9360f9dee41c7ce928da8de069">3686e694</a>)</li>
<li><strong>client-sagemaker:</strong> Amazon Sagemaker Autopilot now
supports Text Generation jobs. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/fd8ca9031d4f06d108b60f43f98bfb288ab2a261">fd8ca903</a>)</li>
<li><strong>client-ec2:</strong> Launching GetSecurityGroupsForVpc API.
This API gets security groups that can be associated by the AWS account
making the request with network interfaces in the specified VPC. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/0bc9a39b6069ab8a1df7b29798e93045167dcffe">0bc9a39b</a>)</li>
<li><strong>client-transfer:</strong> No API changes from previous
release. This release migrated the model to Smithy keeping all features
unchanged. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/6bd640200ded7ee472800de542748e26ea8def71">6bd64020</a>)</li>
<li><strong>client-appstream:</strong> This release introduces
multi-session fleets, allowing customers to provision more than one user
session on a single fleet instance. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/8e3c248319464415579b5dcea13d5f1c6b784090">8e3c2483</a>)</li>
<li><strong>client-opensearch:</strong> You can specify ipv4 or
dualstack IPAddressType for cluster endpoints. If you specify
IPAddressType as dualstack, the new endpoint will be visible under the
'EndpointV2' parameter and will support IPv4 and IPv6 requests. Whereas,
the 'Endpoint' will continue to serve IPv4 requests. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/a9637b16a328233b3dbf0b47d736446f28ddd63c">a9637b16</a>)</li>
<li><strong>client-redshift:</strong> Add Redshift APIs
GetResourcePolicy, DeleteResourcePolicy, PutResourcePolicy and
DescribeInboundIntegrations for the new Amazon Redshift Zero-ETL
integration feature, which can be used to control data ingress into
Redshift namespace, and view inbound integrations. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/f0791f139f80d0a27a601237b2dc65e510a967bf">f0791f13</a>)</li>
<li><strong>client-sns:</strong> Message Archiving and Replay is now
supported in Amazon SNS for FIFO topics. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/10014a819d3e8a2d1732b85b666f7cafd25590b7">10014a81</a>)</li>
<li><strong>client-ssm-sap:</strong> AWS Systems Manager for SAP added
support for registration and discovery of SAP ABAP applications (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/6a156d7d8482bc018a4f6b15cd7f121e54c58f44">6a156d7d</a>)</li>
</ul>
<h5>Bug Fixes</h5>
<ul>
<li><strong>signature-v4-crt:</strong> remove dynamic imports (!) (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/5225">#5225</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/89f97b5cea8052510471cdad69acced9f5be60d1">89f97b5c</a>)</li>
</ul>
<hr />
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sqs/CHANGELOG.md"><code>@​aws-sdk/client-sqs</code>'s
changelog</a>.</em></p>
<blockquote>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.437.0...v3.438.0">3.438.0</a>
(2023-10-27)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@​aws-sdk/client-sqs</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.436.0...v3.437.0">3.437.0</a>
(2023-10-26)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@​aws-sdk/client-sqs</code></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/7ffd9bcc73d7752c8fc881f519516516e0e6af7c"><code>7ffd9bc</code></a>
Publish v3.438.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/e0faec34a250145097a48f05a61094262b755541"><code>e0faec3</code></a>
Migrate util-endpoints package (<a
href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs/issues/5390">#5390</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/373e006919dd20ac8925b24a2a8039ab67d5d5cd"><code>373e006</code></a>
Publish v3.437.0</li>
<li>See full diff in <a
href="https://github.com/aws/aws-sdk-js-v3/commits/v3.438.0/clients/client-sqs">compare
view</a></li>
</ul>
</details>
<br />

Updates `@aws-sdk/client-s3` from 3.436.0 to 3.438.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-js-v3/releases"><code>@​aws-sdk/client-s3</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v3.438.0</h2>
<h4>3.438.0(2023-10-27)</h4>
<h5>Documentation Changes</h5>
<ul>
<li><strong>client-wafv2:</strong> Updates the descriptions for the
calls that manage web ACL associations, to provide information for
customer-managed IAM policies. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/2e086ef5a0cf5b3cfbcd3db599280150569d4853">2e086ef5</a>)</li>
<li><strong>client-pinpoint:</strong> Updated documentation to describe
the case insensitivity for EndpointIds. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/731b82117d0d9ff09cc8d15a5758560ba9dd6ec8">731b8211</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>clients:</strong> update client endpoints as of 2023-10-27
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/45e96d32540c82c5464676527e5b04fc544abc61">45e96d32</a>)</li>
<li><strong>client-redshift:</strong> added support to create a dual
stack cluster (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/45b42fc0040d3d01fd0f3514c4c5530138fb3214">45b42fc0</a>)</li>
<li><strong>client-emr:</strong> Updated CreateCluster API request and
DescribeCluster API responses to include EbsRootVolumeIops, and
EbsRootVolumeThroughput attributes that specify the user configured root
volume IOPS and throughput for Amazon EBS root device volume. This
feature will be available from Amazon EMR releases 6.15.0 (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/ce8979f6a081ec561f152660f74663fb959a406d">ce8979f6</a>)</li>
<li><strong>client-neptune:</strong> Update TdeCredentialPassword type
to SensitiveString (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/e7cee7e19bba83116b49874c21231299990030b3">e7cee7e1</a>)</li>
</ul>
<h5>Bug Fixes</h5>
<ul>
<li><strong>signature-v4-crt:</strong> set min version of aws-crt to
1.18.3 (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/5426">#5426</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/5e5784fccaf45524cbb62c5691ea56c0456478e8">5e5784fc</a>)</li>
</ul>
<h5>Tests</h5>
<ul>
<li><strong>karma-credential-loader:</strong> use workspace version of
STS in karma credential loader (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/5424">#5424</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/b080028714a8fe9296bdfb34e457acb2ca07dbb8">b0800287</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.438.0.zip</strong></p>
<h2>v3.437.0</h2>
<h4>3.437.0(2023-10-26)</h4>
<h5>New Features</h5>
<ul>
<li><strong>clients:</strong> update client endpoints as of 2023-10-26
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/dead611e044211944e1bd76cef0eaf31bc2a1645">dead611e</a>)</li>
<li><strong>client-network-firewall:</strong> Network Firewall now
supports inspection of outbound SSL/TLS traffic. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/3686e694042ada9360f9dee41c7ce928da8de069">3686e694</a>)</li>
<li><strong>client-sagemaker:</strong> Amazon Sagemaker Autopilot now
supports Text Generation jobs. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/fd8ca9031d4f06d108b60f43f98bfb288ab2a261">fd8ca903</a>)</li>
<li><strong>client-ec2:</strong> Launching GetSecurityGroupsForVpc API.
This API gets security groups that can be associated by the AWS account
making the request with network interfaces in the specified VPC. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/0bc9a39b6069ab8a1df7b29798e93045167dcffe">0bc9a39b</a>)</li>
<li><strong>client-transfer:</strong> No API changes from previous
release. This release migrated the model to Smithy keeping all features
unchanged. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/6bd640200ded7ee472800de542748e26ea8def71">6bd64020</a>)</li>
<li><strong>client-appstream:</strong> This release introduces
multi-session fleets, allowing customers to provision more than one user
session on a single fleet instance. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/8e3c248319464415579b5dcea13d5f1c6b784090">8e3c2483</a>)</li>
<li><strong>client-opensearch:</strong> You can specify ipv4 or
dualstack IPAddressType for cluster endpoints. If you specify
IPAddressType as dualstack, the new endpoint will be visible under the
'EndpointV2' parameter and will support IPv4 and IPv6 requests. Whereas,
the 'Endpoint' will continue to serve IPv4 requests. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/a9637b16a328233b3dbf0b47d736446f28ddd63c">a9637b16</a>)</li>
<li><strong>client-redshift:</strong> Add Redshift APIs
GetResourcePolicy, DeleteResourcePolicy, PutResourcePolicy and
DescribeInboundIntegrations for the new Amazon Redshift Zero-ETL
integration feature, which can be used to control data ingress into
Redshift namespace, and view inbound integrations. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/f0791f139f80d0a27a601237b2dc65e510a967bf">f0791f13</a>)</li>
<li><strong>client-sns:</strong> Message Archiving and Replay is now
supported in Amazon SNS for FIFO topics. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/10014a819d3e8a2d1732b85b666f7cafd25590b7">10014a81</a>)</li>
<li><strong>client-ssm-sap:</strong> AWS Systems Manager for SAP added
support for registration and discovery of SAP ABAP applications (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/6a156d7d8482bc018a4f6b15cd7f121e54c58f44">6a156d7d</a>)</li>
</ul>
<h5>Bug Fixes</h5>
<ul>
<li><strong>signature-v4-crt:</strong> remove dynamic imports (!) (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/5225">#5225</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/89f97b5cea8052510471cdad69acced9f5be60d1">89f97b5c</a>)</li>
</ul>
<hr />
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md"><code>@​aws-sdk/client-s3</code>'s
changelog</a>.</em></p>
<blockquote>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.437.0...v3.438.0">3.438.0</a>
(2023-10-27)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@​aws-sdk/client-s3</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.436.0...v3.437.0">3.437.0</a>
(2023-10-26)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>signature-v4-crt:</strong> remove dynamic imports (!) (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/issues/5225">#5225</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/89f97b5cea8052510471cdad69acced9f5be60d1">89f97b5</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/7ffd9bcc73d7752c8fc881f519516516e0e6af7c"><code>7ffd9bc</code></a>
Publish v3.438.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/e0faec34a250145097a48f05a61094262b755541"><code>e0faec3</code></a>
Migrate util-endpoints package (<a
href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3/issues/5390">#5390</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/373e006919dd20ac8925b24a2a8039ab67d5d5cd"><code>373e006</code></a>
Publish v3.437.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/89f97b5cea8052510471cdad69acced9f5be60d1"><code>89f97b5</code></a>
fix(signature-v4-crt): remove dynamic imports (!) (<a
href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3/issues/5225">#5225</a>)</li>
<li>See full diff in <a
href="https://github.com/aws/aws-sdk-js-v3/commits/v3.438.0/clients/client-s3">compare
view</a></li>
</ul>
</details>
<br />

Updates `@aws-sdk/lib-storage` from 3.436.0 to 3.438.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-js-v3/releases"><code>@​aws-sdk/lib-storage</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v3.438.0</h2>
<h4>3.438.0(2023-10-27)</h4>
<h5>Documentation Changes</h5>
<ul>
<li><strong>client-wafv2:</strong> Updates the descriptions for the
calls that manage web ACL associations, to provide information for
customer-managed IAM policies. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/2e086ef5a0cf5b3cfbcd3db599280150569d4853">2e086ef5</a>)</li>
<li><strong>client-pinpoint:</strong> Updated documentation to describe
the case insensitivity for EndpointIds. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/731b82117d0d9ff09cc8d15a5758560ba9dd6ec8">731b8211</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>clients:</strong> update client endpoints as of 2023-10-27
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/45e96d32540c82c5464676527e5b04fc544abc61">45e96d32</a>)</li>
<li><strong>client-redshift:</strong> added support to create a dual
stack cluster (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/45b42fc0040d3d01fd0f3514c4c5530138fb3214">45b42fc0</a>)</li>
<li><strong>client-emr:</strong> Updated CreateCluster API request and
DescribeCluster API responses to include EbsRootVolumeIops, and
EbsRootVolumeThroughput attributes that specify the user configured root
volume IOPS and throughput for Amazon EBS root device volume. This
feature will be available from Amazon EMR releases 6.15.0 (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/ce8979f6a081ec561f152660f74663fb959a406d">ce8979f6</a>)</li>
<li><strong>client-neptune:</strong> Update TdeCredentialPassword type
to SensitiveString (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/e7cee7e19bba83116b49874c21231299990030b3">e7cee7e1</a>)</li>
</ul>
<h5>Bug Fixes</h5>
<ul>
<li><strong>signature-v4-crt:</strong> set min version of aws-crt to
1.18.3 (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/5426">#5426</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/5e5784fccaf45524cbb62c5691ea56c0456478e8">5e5784fc</a>)</li>
</ul>
<h5>Tests</h5>
<ul>
<li><strong>karma-credential-loader:</strong> use workspace version of
STS in karma credential loader (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/5424">#5424</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/b080028714a8fe9296bdfb34e457acb2ca07dbb8">b0800287</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.438.0.zip</strong></p>
<h2>v3.437.0</h2>
<h4>3.437.0(2023-10-26)</h4>
<h5>New Features</h5>
<ul>
<li><strong>clients:</strong> update client endpoints as of 2023-10-26
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/dead611e044211944e1bd76cef0eaf31bc2a1645">dead611e</a>)</li>
<li><strong>client-network-firewall:</strong> Network Firewall now
supports inspection of outbound SSL/TLS traffic. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/3686e694042ada9360f9dee41c7ce928da8de069">3686e694</a>)</li>
<li><strong>client-sagemaker:</strong> Amazon Sagemaker Autopilot now
supports Text Generation jobs. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/fd8ca9031d4f06d108b60f43f98bfb288ab2a261">fd8ca903</a>)</li>
<li><strong>client-ec2:</strong> Launching GetSecurityGroupsForVpc API.
This API gets security groups that can be associated by the AWS account
making the request with network interfaces in the specified VPC. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/0bc9a39b6069ab8a1df7b29798e93045167dcffe">0bc9a39b</a>)</li>
<li><strong>client-transfer:</strong> No API changes from previous
release. This release migrated the model to Smithy keeping all features
unchanged. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/6bd640200ded7ee472800de542748e26ea8def71">6bd64020</a>)</li>
<li><strong>client-appstream:</strong> This release introduces
multi-session fleets, allowing customers to provision more than one user
session on a single fleet instance. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/8e3c248319464415579b5dcea13d5f1c6b784090">8e3c2483</a>)</li>
<li><strong>client-opensearch:</strong> You can specify ipv4 or
dualstack IPAddressType for cluster endpoints. If you specify
IPAddressType as dualstack, the new endpoint will be visible under the
'EndpointV2' parameter and will support IPv4 and IPv6 requests. Whereas,
the 'Endpoint' will continue to serve IPv4 requests. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/a9637b16a328233b3dbf0b47d736446f28ddd63c">a9637b16</a>)</li>
<li><strong>client-redshift:</strong> Add Redshift APIs
GetResourcePolicy, DeleteResourcePolicy, PutResourcePolicy and
DescribeInboundIntegrations for the new Amazon Redshift Zero-ETL
integration feature, which can be used to control data ingress into
Redshift namespace, and view inbound integrations. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/f0791f139f80d0a27a601237b2dc65e510a967bf">f0791f13</a>)</li>
<li><strong>client-sns:</strong> Message Archiving and Replay is now
supported in Amazon SNS for FIFO topics. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/10014a819d3e8a2d1732b85b666f7cafd25590b7">10014a81</a>)</li>
<li><strong>client-ssm-sap:</strong> AWS Systems Manager for SAP added
support for registration and discovery of SAP ABAP applications (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/6a156d7d8482bc018a4f6b15cd7f121e54c58f44">6a156d7d</a>)</li>
</ul>
<h5>Bug Fixes</h5>
<ul>
<li><strong>signature-v4-crt:</strong> remove dynamic imports (!) (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/5225">#5225</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/89f97b5cea8052510471cdad69acced9f5be60d1">89f97b5c</a>)</li>
</ul>
<hr />
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-storage/CHANGELOG.md"><code>@​aws-sdk/lib-storage</code>'s
changelog</a>.</em></p>
<blockquote>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.437.0...v3.438.0">3.438.0</a>
(2023-10-27)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@​aws-sdk/lib-storage</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.436.0...v3.437.0">3.437.0</a>
(2023-10-26)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@​aws-sdk/lib-storage</code></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/7ffd9bcc73d7752c8fc881f519516516e0e6af7c"><code>7ffd9bc</code></a>
Publish v3.438.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/373e006919dd20ac8925b24a2a8039ab67d5d5cd"><code>373e006</code></a>
Publish v3.437.0</li>
<li>See full diff in <a
href="https://github.com/aws/aws-sdk-js-v3/commits/v3.438.0/lib/lib-storage">compare
view</a></li>
</ul>
</details>
<br />

Updates `@aws-sdk/client-ssm` from 3.436.0 to 3.438.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-js-v3/releases"><code>@​aws-sdk/client-ssm</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v3.438.0</h2>
<h4>3.438.0(2023-10-27)</h4>
<h5>Documentation Changes</h5>
<ul>
<li><strong>client-wafv2:</strong> Updates the descriptions for the
calls that manage web ACL associations, to provide information for
customer-managed IAM policies. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/2e086ef5a0cf5b3cfbcd3db599280150569d4853">2e086ef5</a>)</li>
<li><strong>client-pinpoint:</strong> Updated documentation to describe
the case insensitivity for EndpointIds. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/731b82117d0d9ff09cc8d15a5758560ba9dd6ec8">731b8211</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>clients:</strong> update client endpoints as of 2023-10-27
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/45e96d32540c82c5464676527e5b04fc544abc61">45e96d32</a>)</li>
<li><strong>client-redshift:</strong> added support to create a dual
stack cluster (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/45b42fc0040d3d01fd0f3514c4c5530138fb3214">45b42fc0</a>)</li>
<li><strong>client-emr:</strong> Updated CreateCluster API request and
DescribeCluster API responses to include EbsRootVolumeIops, and
EbsRootVolumeThroughput attributes that specify the user configured root
volume IOPS and throughput for Amazon EBS root device volume. This
feature will be available from Amazon EMR releases 6.15.0 (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/ce8979f6a081ec561f152660f74663fb959a406d">ce8979f6</a>)</li>
<li><strong>client-neptune:</strong> Update TdeCredentialPassword type
to SensitiveString (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/e7cee7e19bba83116b49874c21231299990030b3">e7cee7e1</a>)</li>
</ul>
<h5>Bug Fixes</h5>
<ul>
<li><strong>signature-v4-crt:</strong> set min version of aws-crt to
1.18.3 (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/5426">#5426</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/5e5784fccaf45524cbb62c5691ea56c0456478e8">5e5784fc</a>)</li>
</ul>
<h5>Tests</h5>
<ul>
<li><strong>karma-credential-loader:</strong> use workspace version of
STS in karma credential loader (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/5424">#5424</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/b080028714a8fe9296bdfb34e457acb2ca07dbb8">b0800287</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.438.0.zip</strong></p>
<h2>v3.437.0</h2>
<h4>3.437.0(2023-10-26)</h4>
<h5>New Features</h5>
<ul>
<li><strong>clients:</strong> update client endpoints as of 2023-10-26
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/dead611e044211944e1bd76cef0eaf31bc2a1645">dead611e</a>)</li>
<li><strong>client-network-firewall:</strong> Network Firewall now
supports inspection of outbound SSL/TLS traffic. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/3686e694042ada9360f9dee41c7ce928da8de069">3686e694</a>)</li>
<li><strong>client-sagemaker:</strong> Amazon Sagemaker Autopilot now
supports Text Generation jobs. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/fd8ca9031d4f06d108b60f43f98bfb288ab2a261">fd8ca903</a>)</li>
<li><strong>client-ec2:</strong> Launching GetSecurityGroupsForVpc API.
This API gets security groups that can be associated by the AWS account
making the request with network interfaces in the specified VPC. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/0bc9a39b6069ab8a1df7b29798e93045167dcffe">0bc9a39b</a>)</li>
<li><strong>client-transfer:</strong> No API changes from previous
release. This release migrated the model to Smithy keeping all features
unchanged. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/6bd640200ded7ee472800de542748e26ea8def71">6bd64020</a>)</li>
<li><strong>client-appstream:</strong> This release introduces
multi-session fleets, allowing customers to provision more than one user
session on a single fleet instance. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/8e3c248319464415579b5dcea13d5f1c6b784090">8e3c2483</a>)</li>
<li><strong>client-opensearch:</strong> You can specify ipv4 or
dualstack IPAddressType for cluster endpoints. If you specify
IPAddressType as dualstack, the new endpoint will be visible under the
'EndpointV2' parameter and will support IPv4 and IPv6 requests. Whereas,
the 'Endpoint' will continue to serve IPv4 requests. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/a9637b16a328233b3dbf0b47d736446f28ddd63c">a9637b16</a>)</li>
<li><strong>client-redshift:</strong> Add Redshift APIs
GetResourcePolicy, DeleteResourcePolicy, PutResourcePolicy and
DescribeInboundIntegrations for the new Amazon Redshift Zero-ETL
integration feature, which can be used to control data ingress into
Redshift namespace, and view inbound integrations. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/f0791f139f80d0a27a601237b2dc65e510a967bf">f0791f13</a>)</li>
<li><strong>client-sns:</strong> Message Archiving and Replay is now
supported in Amazon SNS for FIFO topics. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/10014a819d3e8a2d1732b85b666f7cafd25590b7">10014a81</a>)</li>
<li><strong>client-ssm-sap:</strong> AWS Systems Manager for SAP added
support for registration and discovery of SAP ABAP applications (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/6a156d7d8482bc018a4f6b15cd7f121e54c58f44">6a156d7d</a>)</li>
</ul>
<h5>Bug Fixes</h5>
<ul>
<li><strong>signature-v4-crt:</strong> remove dynamic imports (!) (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/5225">#5225</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/89f97b5cea8052510471cdad69acced9f5be60d1">89f97b5c</a>)</li>
</ul>
<hr />
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-ssm/CHANGELOG.md"><code>@​aws-sdk/client-ssm</code>'s
changelog</a>.</em></p>
<blockquote>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.437.0...v3.438.0">3.438.0</a>
(2023-10-27)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@​aws-sdk/client-ssm</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.436.0...v3.437.0">3.437.0</a>
(2023-10-26)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@​aws-sdk/client-ssm</code></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/7ffd9bcc73d7752c8fc881f519516516e0e6af7c"><code>7ffd9bc</code></a>
Publish v3.438.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/e0faec34a250145097a48f05a61094262b755541"><code>e0faec3</code></a>
Migrate util-endpoints package (<a
href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ssm/issues/5390">#5390</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/373e006919dd20ac8925b24a2a8039ab67d5d5cd"><code>373e006</code></a>
Publish v3.437.0</li>
<li>See full diff in <a
href="https://github.com/aws/aws-sdk-js-v3/commits/v3.438.0/clients/client-ssm">compare
view</a></li>
</ul>
</details>
<br />


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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/setup-node](https://github.com/actions/setup-node) from
3.8.1 to 4.0.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/setup-node/releases">actions/setup-node's
releases</a>.</em></p>
<blockquote>
<h2>v4.0.0</h2>
<h2>What's Changed</h2>
<p>In scope of this release we changed version of node runtime for
action from node16 to node20 and updated dependencies in <a
href="https://redirect.github.com/actions/setup-node/pull/866">actions/setup-node#866</a></p>
<p>Besides, release contains such changes as:</p>
<ul>
<li>Upgrade actions/checkout to v4 by <a
href="https://github.com/gmembre-zenika"><code>@​gmembre-zenika</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/868">actions/setup-node#868</a></li>
<li>Update actions/checkout for documentation and yaml by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/876">actions/setup-node#876</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/gmembre-zenika"><code>@​gmembre-zenika</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/setup-node/pull/868">actions/setup-node#868</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/setup-node/compare/v3...v4.0.0">https://github.com/actions/setup-node/compare/v3...v4.0.0</a></p>
<h2>v3.8.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Update semver by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/861">actions/setup-node#861</a></li>
<li>Update temp directory creation by <a
href="https://github.com/nikolai-laevskii"><code>@​nikolai-laevskii</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/859">actions/setup-node#859</a></li>
<li>Bump <code>@​babel/traverse</code> from 7.15.4 to 7.23.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/setup-node/pull/870">actions/setup-node#870</a></li>
<li>Add notice about binaries not being updated yet by <a
href="https://github.com/nikolai-laevskii"><code>@​nikolai-laevskii</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/872">actions/setup-node#872</a></li>
<li>Update toolkit cache and core by <a
href="https://github.com/dmitry-shibanov"><code>@​dmitry-shibanov</code></a>
and <a
href="https://github.com/seongwon-privatenote"><code>@​seongwon-privatenote</code></a>
in <a
href="https://redirect.github.com/actions/setup-node/pull/875">actions/setup-node#875</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/setup-node/compare/v3...v3.8.2">https://github.com/actions/setup-node/compare/v3...v3.8.2</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/actions/setup-node/commit/8f152de45cc393bb48ce5d89d36b731f54556e65"><code>8f152de</code></a>
Update actions/checkout for documentation and yaml (<a
href="https://redirect.github.com/actions/setup-node/issues/876">#876</a>)</li>
<li><a
href="https://github.com/actions/setup-node/commit/23755b521f87533c8ed7f8fb13674f9021579e34"><code>23755b5</code></a>
upgrade actions/checkout to v4 (<a
href="https://redirect.github.com/actions/setup-node/issues/868">#868</a>)</li>
<li><a
href="https://github.com/actions/setup-node/commit/54534a2a9ba7308e8a8995af3104899e6a95b681"><code>54534a2</code></a>
Change node version for action to node20 (<a
href="https://redirect.github.com/actions/setup-node/issues/866">#866</a>)</li>
<li><a
href="https://github.com/actions/setup-node/commit/1a4442cacd436585916779262731d5b162bc6ec7"><code>1a4442c</code></a>
Update toolkit cache and core (<a
href="https://redirect.github.com/actions/setup-node/issues/875">#875</a>)</li>
<li><a
href="https://github.com/actions/setup-node/commit/6e9e44895f11c5489716beba7b3be1cd4d76f8e9"><code>6e9e448</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/setup-node/issues/872">#872</a>
from akv-platform/add-notice-about-binaries-not-being...</li>
<li><a
href="https://github.com/actions/setup-node/commit/e52912ef25bc38da27c83c00c3c61bbb5b7bddc3"><code>e52912e</code></a>
Update tests</li>
<li><a
href="https://github.com/actions/setup-node/commit/ac16ae42d727f28d8231c7ce87ef399a68ce8d80"><code>ac16ae4</code></a>
Update message to use waning instead of info</li>
<li><a
href="https://github.com/actions/setup-node/commit/5a8d9111e32e049e80167427e34aad324f306b77"><code>5a8d911</code></a>
Update build</li>
<li><a
href="https://github.com/actions/setup-node/commit/9e956a555c2c3d534ac93f57280063bfa7c63468"><code>9e956a5</code></a>
Add notice about binaries not being updated yet</li>
<li><a
href="https://github.com/actions/setup-node/commit/7da2a7eb0c8ca16886c2abd4199f2cdda6f64dd4"><code>7da2a7e</code></a>
Bump <code>@​babel/traverse</code> from 7.15.4 to 7.23.2 (<a
href="https://redirect.github.com/actions/setup-node/issues/870">#870</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/actions/setup-node/compare/5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d...8f152de45cc393bb48ce5d89d36b731f54556e65">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/setup-node&package-manager=github_actions&previous-version=3.8.1&new-version=4.0.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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0
to 4.1.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/checkout/releases">actions/checkout's
releases</a>.</em></p>
<blockquote>
<h2>v4.1.1</h2>
<h2>What's Changed</h2>
<ul>
<li>Update CODEOWNERS to Launch team by <a
href="https://github.com/joshmgross"><code>@​joshmgross</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1510">actions/checkout#1510</a></li>
<li>Correct link to GitHub Docs by <a
href="https://github.com/peterbe"><code>@​peterbe</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1511">actions/checkout#1511</a></li>
<li>Link to release page from what's new section by <a
href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
<a
href="https://redirect.github.com/actions/checkout/pull/1514">actions/checkout#1514</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/joshmgross"><code>@​joshmgross</code></a> made
their first contribution in <a
href="https://redirect.github.com/actions/checkout/pull/1510">actions/checkout#1510</a></li>
<li><a href="https://github.com/peterbe"><code>@​peterbe</code></a> made
their first contribution in <a
href="https://redirect.github.com/actions/checkout/pull/1511">actions/checkout#1511</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/checkout/compare/v4.1.0...v4.1.1">https://github.com/actions/checkout/compare/v4.1.0...v4.1.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/actions/checkout/commit/b4ffde65f46336ab88eb53be808477a3936bae11"><code>b4ffde6</code></a>
Link to release page from what's new section (<a
href="https://redirect.github.com/actions/checkout/issues/1514">#1514</a>)</li>
<li><a
href="https://github.com/actions/checkout/commit/8530928916aaef40f59e6f221989ccb31f5759e7"><code>8530928</code></a>
Correct link to GitHub Docs (<a
href="https://redirect.github.com/actions/checkout/issues/1511">#1511</a>)</li>
<li><a
href="https://github.com/actions/checkout/commit/7cdaf2fbc075e6f3b9ca94cfd6cec5adc8a75622"><code>7cdaf2f</code></a>
Update CODEOWNERS to Launch team (<a
href="https://redirect.github.com/actions/checkout/issues/1510">#1510</a>)</li>
<li>See full diff in <a
href="https://github.com/actions/checkout/compare/8ade135a41bc03ea155e62e844d188df1ea18608...b4ffde65f46336ab88eb53be808477a3936bae11">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout&package-manager=github_actions&previous-version=4.1.0&new-version=4.1.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 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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
🤖 I have created a release *beep* *boop*
---


##
[5.1.0](philips-labs/terraform-aws-github-runner@v5.0.0...v5.1.0)
(2023-10-30)


### Features

* add AMI housekeeper lambda
([#3570](https://github.com/philips-labs/terraform-aws-github-runner/issues/3570))
([87104e8](philips-labs/terraform-aws-github-runner@87104e8))


### Bug Fixes

* **lambda:** bump the aws group in /lambdas with 5 updates
([#3579](https://github.com/philips-labs/terraform-aws-github-runner/issues/3579))
([ccb1d32](philips-labs/terraform-aws-github-runner@ccb1d32))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: forest-releaser[bot] <80285352+forest-releaser[bot]@users.noreply.github.com>
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to
3.3.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/cache/releases">actions/cache's
releases</a>.</em></p>
<blockquote>
<h2>v3.3.2</h2>
<h2>What's Changed</h2>
<ul>
<li>Fixed readme with new segment timeout values by <a
href="https://github.com/kotewar"><code>@​kotewar</code></a> in <a
href="https://redirect.github.com/actions/cache/pull/1133">actions/cache#1133</a></li>
<li>Readme fixes by <a
href="https://github.com/kotewar"><code>@​kotewar</code></a> in <a
href="https://redirect.github.com/actions/cache/pull/1134">actions/cache#1134</a></li>
<li>Updated description of the lookup-only input for main action by <a
href="https://github.com/kotewar"><code>@​kotewar</code></a> in <a
href="https://redirect.github.com/actions/cache/pull/1130">actions/cache#1130</a></li>
<li>Change two new actions mention as quoted text by <a
href="https://github.com/bishal-pdMSFT"><code>@​bishal-pdMSFT</code></a>
in <a
href="https://redirect.github.com/actions/cache/pull/1131">actions/cache#1131</a></li>
<li>Update Cross-OS Caching tips by <a
href="https://github.com/pdotl"><code>@​pdotl</code></a> in <a
href="https://redirect.github.com/actions/cache/pull/1122">actions/cache#1122</a></li>
<li>Bazel example (Take <a
href="https://redirect.github.com/actions/cache/issues/2">#2</a>️⃣) by
<a href="https://github.com/vorburger"><code>@​vorburger</code></a> in
<a
href="https://redirect.github.com/actions/cache/pull/1132">actions/cache#1132</a></li>
<li>Remove actions to add new PRs and issues to a project board by <a
href="https://github.com/jorendorff"><code>@​jorendorff</code></a> in <a
href="https://redirect.github.com/actions/cache/pull/1187">actions/cache#1187</a></li>
<li>Consume latest toolkit and fix dangling promise bug by <a
href="https://github.com/chkimes"><code>@​chkimes</code></a> in <a
href="https://redirect.github.com/actions/cache/pull/1217">actions/cache#1217</a></li>
<li>Bump action version to 3.3.2 by <a
href="https://github.com/bethanyj28"><code>@​bethanyj28</code></a> in <a
href="https://redirect.github.com/actions/cache/pull/1236">actions/cache#1236</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/vorburger"><code>@​vorburger</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/cache/pull/1132">actions/cache#1132</a></li>
<li><a
href="https://github.com/jorendorff"><code>@​jorendorff</code></a> made
their first contribution in <a
href="https://redirect.github.com/actions/cache/pull/1187">actions/cache#1187</a></li>
<li><a href="https://github.com/chkimes"><code>@​chkimes</code></a> made
their first contribution in <a
href="https://redirect.github.com/actions/cache/pull/1217">actions/cache#1217</a></li>
<li><a
href="https://github.com/bethanyj28"><code>@​bethanyj28</code></a> made
their first contribution in <a
href="https://redirect.github.com/actions/cache/pull/1236">actions/cache#1236</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/cache/compare/v3...v3.3.2">https://github.com/actions/cache/compare/v3...v3.3.2</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/actions/cache/blob/main/RELEASES.md">actions/cache's
changelog</a>.</em></p>
<blockquote>
<h3>3.3.1</h3>
<ul>
<li>Reduced segment size to 128MB and segment timeout to 10 minutes to
fail fast in case the cache download is stuck.</li>
</ul>
<h3>3.3.2</h3>
<ul>
<li>Fixes bug with Azure SDK causing blob downloads to get stuck.</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/actions/cache/commit/704facf57e6136b1bc63b828d79edcd491f0ee84"><code>704facf</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/cache/issues/1236">#1236</a>
from actions/bethanyj28/bump-version</li>
<li><a
href="https://github.com/actions/cache/commit/17e2888746ae4cdbac78cbb1a45a157d310c0e53"><code>17e2888</code></a>
Add to RELEASES.md</li>
<li><a
href="https://github.com/actions/cache/commit/667d8fdfa213683cee9fcaad43be0f25322bef02"><code>667d8fd</code></a>
bump action version to 3.3.2</li>
<li><a
href="https://github.com/actions/cache/commit/f7ebb81a3f195b4fb88dab7c14e2f7aff52045aa"><code>f7ebb81</code></a>
Consume latest toolkit and fix dangling promise bug (<a
href="https://redirect.github.com/actions/cache/issues/1217">#1217</a>)</li>
<li><a
href="https://github.com/actions/cache/commit/67b839edb68371cc5014f6cea11c9aa77238de78"><code>67b839e</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/cache/issues/1187">#1187</a>
from jorendorff/jorendorff/rm-add-to-project</li>
<li><a
href="https://github.com/actions/cache/commit/57f0e3f198251983d70fc3c83e71b973822da983"><code>57f0e3f</code></a>
Remove actions to add new PRs and issues to a project board</li>
<li><a
href="https://github.com/actions/cache/commit/04f198bf0b2a39f7230a4304bf07747a0bddf146"><code>04f198b</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/cache/issues/1132">#1132</a>
from vorburger/bazel-example</li>
<li><a
href="https://github.com/actions/cache/commit/bd9b49b6c3b91fb2f92c80901a466ba260a746eb"><code>bd9b49b</code></a>
Merge branch 'main' into bazel-example</li>
<li><a
href="https://github.com/actions/cache/commit/ea0503788c59256f4da17725d04df850ca027df5"><code>ea05037</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/cache/issues/1122">#1122</a>
from actions/pdotl-patch-1</li>
<li><a
href="https://github.com/actions/cache/commit/6a1a45d49b4738670d9804cd9a8fee56a01b6bf2"><code>6a1a45d</code></a>
Merge branch 'main' into pdotl-patch-1</li>
<li>Additional commits viewable in <a
href="https://github.com/actions/cache/compare/v3.3.1...v3.3.2">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/cache&package-manager=github_actions&previous-version=3.3.1&new-version=3.3.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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
# Description

Update Slack link in CONTRIBUTING 

## Related issue

Closes: #3576

Signed-off-by: Jeroen Knoops <[email protected]>
Bumps
[terraform-linters/setup-tflint](https://github.com/terraform-linters/setup-tflint)
from 3 to 4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/terraform-linters/setup-tflint/releases">terraform-linters/setup-tflint's
releases</a>.</em></p>
<blockquote>
<h2>v4.0.0</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>Breaking Changes</h3>
<ul>
<li>Use Node 20 by <a
href="https://github.com/bendrucker"><code>@​bendrucker</code></a> in <a
href="https://redirect.github.com/terraform-linters/setup-tflint/pull/194">terraform-linters/setup-tflint#194</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/terraform-linters/setup-tflint/compare/v3...v4.0.0">https://github.com/terraform-linters/setup-tflint/compare/v3...v4.0.0</a></p>
<h2>v3.1.1</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>Features</h3>
<ul>
<li>disable <code>github_token</code> in GHES by <a
href="https://github.com/bendrucker"><code>@​bendrucker</code></a> in <a
href="https://redirect.github.com/terraform-linters/setup-tflint/pull/193">terraform-linters/setup-tflint#193</a></li>
</ul>
<h3>Dependencies</h3>
<ul>
<li>build(deps-dev): Bump eslint-plugin-import from 2.28.0 to 2.28.1 by
<a href="https://github.com/dependabot"><code>@​dependabot</code></a> in
<a
href="https://redirect.github.com/terraform-linters/setup-tflint/pull/189">terraform-linters/setup-tflint#189</a></li>
<li>build(deps-dev): Bump jest from 29.6.2 to 29.6.4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/terraform-linters/setup-tflint/pull/190">terraform-linters/setup-tflint#190</a></li>
<li>build(deps-dev): Bump eslint-plugin-jsdoc from 46.4.3 to 46.5.1 by
<a href="https://github.com/dependabot"><code>@​dependabot</code></a> in
<a
href="https://redirect.github.com/terraform-linters/setup-tflint/pull/192">terraform-linters/setup-tflint#192</a></li>
<li>build(deps-dev): Bump eslint-config-prettier from 8.8.0 to 9.0.0 by
<a href="https://github.com/dependabot"><code>@​dependabot</code></a> in
<a
href="https://redirect.github.com/terraform-linters/setup-tflint/pull/191">terraform-linters/setup-tflint#191</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/terraform-linters/setup-tflint/compare/v3...v3.1.1">https://github.com/terraform-linters/setup-tflint/compare/v3...v3.1.1</a></p>
<h2>v3.1.0</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>Features</h3>
<ul>
<li>add wrapper to expose stdout, stderr, and exitcode by <a
href="https://github.com/dreinhardt-terminus"><code>@​dreinhardt-terminus</code></a>
in <a
href="https://redirect.github.com/terraform-linters/setup-tflint/issues/173">#173</a>
/ <a
href="https://github.com/terraform-linters/setup-tflint/commit/dfc4d182f56add8cc58c313fdbab26952757c1ac">https://github.com/terraform-linters/setup-tflint/commit/dfc4d182f56add8cc58c313fdbab26952757c1ac</a></li>
<li>Run integration tests on Windows by <a
href="https://github.com/bendrucker"><code>@​bendrucker</code></a> in <a
href="https://redirect.github.com/terraform-linters/setup-tflint/pull/168">terraform-linters/setup-tflint#168</a></li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Bump version tags in README by <a
href="https://github.com/trallnag"><code>@​trallnag</code></a> in <a
href="https://redirect.github.com/terraform-linters/setup-tflint/pull/145">terraform-linters/setup-tflint#145</a></li>
<li>include <code>GITHUB_TOKEN</code> in init example by <a
href="https://github.com/bendrucker"><code>@​bendrucker</code></a> in <a
href="https://redirect.github.com/terraform-linters/setup-tflint/pull/157">terraform-linters/setup-tflint#157</a></li>
<li>add guidance on auth for GHES users by <a
href="https://github.com/bendrucker"><code>@​bendrucker</code></a> in <a
href="https://redirect.github.com/terraform-linters/setup-tflint/pull/186">terraform-linters/setup-tflint#186</a></li>
</ul>
<h3>Dependencies</h3>
<ul>
<li>build(deps-dev): bump eslint-plugin-jest from 27.1.5 to 27.1.6 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/terraform-linters/setup-tflint/pull/133">terraform-linters/setup-tflint#133</a></li>
<li>build(deps-dev): bump eslint from 8.27.0 to 8.28.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/terraform-linters/setup-tflint/pull/135">terraform-linters/setup-tflint#135</a></li>
<li>build(deps-dev): bump prettier from 2.7.1 to 2.8.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/terraform-linters/setup-tflint/pull/136">terraform-linters/setup-tflint#136</a></li>
<li>build(deps-dev): bump eslint-plugin-jsdoc from 39.6.2 to 39.6.4 by
<a href="https://github.com/dependabot"><code>@​dependabot</code></a> in
<a
href="https://redirect.github.com/terraform-linters/setup-tflint/pull/134">terraform-linters/setup-tflint#134</a></li>
<li>build(deps-dev): bump prettier from 2.8.0 to 2.8.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/terraform-linters/setup-tflint/pull/140">terraform-linters/setup-tflint#140</a></li>
<li>build(deps-dev): bump <code>@​vercel/ncc</code> from 0.34.0 to
0.36.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/terraform-linters/setup-tflint/pull/141">terraform-linters/setup-tflint#141</a></li>
<li>build(deps-dev): bump eslint from 8.28.0 to 8.31.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/terraform-linters/setup-tflint/pull/139">terraform-linters/setup-tflint#139</a></li>
<li>build(deps-dev): bump eslint-plugin-jsdoc from 39.6.4 to 39.7.5 by
<a href="https://github.com/dependabot"><code>@​dependabot</code></a> in
<a
href="https://redirect.github.com/terraform-linters/setup-tflint/pull/148">terraform-linters/setup-tflint#148</a></li>
<li>build(deps-dev): bump eslint-plugin-import from 2.26.0 to 2.27.5 by
<a href="https://github.com/dependabot"><code>@​dependabot</code></a> in
<a
href="https://redirect.github.com/terraform-linters/setup-tflint/pull/150">terraform-linters/setup-tflint#150</a></li>
<li>build(deps-dev): bump eslint-plugin-security from 1.5.0 to 1.7.0 by
<a href="https://github.com/dependabot"><code>@​dependabot</code></a> in
<a
href="https://redirect.github.com/terraform-linters/setup-tflint/pull/149">terraform-linters/setup-tflint#149</a></li>
<li>build(deps-dev): bump eslint-plugin-jest from 27.1.6 to 27.2.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/terraform-linters/setup-tflint/pull/146">terraform-linters/setup-tflint#146</a></li>
<li>build(deps-dev): bump eslint-config-prettier from 8.5.0 to 8.6.0 by
<a href="https://github.com/dependabot"><code>@​dependabot</code></a> in
<a
href="https://redirect.github.com/terraform-linters/setup-tflint/pull/147">terraform-linters/setup-tflint#147</a></li>
<li>build(deps): bump json5 from 1.0.1 to 1.0.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/terraform-linters/setup-tflint/pull/151">terraform-linters/setup-tflint#151</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/terraform-linters/setup-tflint/commit/19a52fbac37dacb22a09518e4ef6ee234f2d4987"><code>19a52fb</code></a>
Use Node 20 (<a
href="https://redirect.github.com/terraform-linters/setup-tflint/issues/194">#194</a>)</li>
<li>See full diff in <a
href="https://github.com/terraform-linters/setup-tflint/compare/v3...v4">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=terraform-linters/setup-tflint&package-manager=github_actions&previous-version=3&new-version=4)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
# Description
The runner module uses SSM to provide the JIT config or token to the
runner. In case the runner does not start healthy the SSM parameter is
not deleted. This PR adds a Lambda to remove by default SSM paramaters
in the token path that are older then a day.

The lambda will be deployed by default as part of the control plane and
manage the tokens in the path used by the scale-up runner function.

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Scott Guymer <[email protected]>
iainlane and others added 29 commits June 27, 2024 18:27
…3943)

We currently indicate that this feature is disabled by setting the env
var to an empty string. But instead we could omit it, to avoid polluting
the environment, and causing a warning to be logged.

This is a companion to #3942. That one stops the warning mentioned, this
one fixes the original cause by not setting the env var in the first
place. Both could be merged, ideally.
)

Right now the Terraform module is causing `${SQS_WORKFLOW_JOB_QUEUE}` to
be set to an empty string. Since we pass this through currently, and
explicitly check for `!== undefined` - not any falsy value - we end up
trying to send to an empty queue and logging a warning.

Doesn't break anything, but it's noisy in the logs.

Fix this by checking for any falsy value instead, and also using `||`
instead of `??` when setting the variable in the first place, so an
empty string ends up as `undefined`. Also, modify the testsuite to check
for the `SQS` being created at all, since that happens earlier on and
reproduces the failure.

This is a companion to #3943. This one stops the warning, and that one
fixes the original cause by not setting the env var in the first place.
Both could be merged, ideally.

Co-authored-by: Niek Palm <[email protected]>
This feature is useful as a workaround when you have a larger number of
runner configurations and run into problems where the parameter store
limit is being reached (4KB). The limit of Standard is 4KB and Advanced
is 8KB.

⚠️ **It should be noted that if you changed the parameter store tier for
the matcher config manually, this change might override your changes!**

Signed-off-by: Brend Smits <[email protected]>

---------

Signed-off-by: Brend Smits <[email protected]>
Co-authored-by: forest-pr|bot <forest-pr[bot]@users.noreply.github.com>
These changes make it easier to debug the scale down lambda to diagnose
problems

Signed-off-by: Brend Smits <[email protected]>
)

Bumps the aws group with 5 updates in the /lambdas directory:

| Package | From | To |
| --- | --- | --- |
|
[@aws-sdk/client-ec2](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ec2)
| `3.575.0` | `3.600.0` |
|
[@aws-sdk/client-ssm](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ssm)
| `3.575.0` | `3.600.0` |
|
[@aws-sdk/client-s3](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3)
| `3.575.0` | `3.600.0` |
|
[@aws-sdk/lib-storage](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage)
| `3.575.0` | `3.600.0` |
|
[@aws-sdk/client-sqs](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs)
| `3.575.0` | `3.600.0` |


Updates `@aws-sdk/client-ec2` from 3.575.0 to 3.600.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-js-v3/releases"><code>@​aws-sdk/client-ec2</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v3.600.0</h2>
<h4>3.600.0(2024-06-18)</h4>
<h5>Chores</h5>
<ul>
<li><strong>credential-provider-node:</strong> fix readme typo (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6180">#6180</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/a2f25e3245f0ed6f6acb450b5377b1a4ad433db0">a2f25e32</a>)</li>
</ul>
<h5>Documentation Changes</h5>
<ul>
<li><strong>s3-request-presigner:</strong> add in getSignedUrl example
with and without signed headers (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6129">#6129</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/1bf87e397d35675324636e19f937d265d155099f">1bf87e39</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>clients:</strong> update command documentation examples as
of 2024-06-18 (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/861d05668806eb333684a320592047706893d5c1">861d0566</a>)</li>
<li><strong>client-polly:</strong> Add v2 smoke tests and smithy
smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/141cb0b30cc9baa095b9860d3ef28bf4945a1fa1">141cb0b3</a>)</li>
<li><strong>client-snowball:</strong> Add v2 smoke tests and smithy
smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/aaf2ab7630bb28b4e99e5916295428bbd6dfb55c">aaf2ab76</a>)</li>
<li><strong>client-shield:</strong> Add v2 smoke tests and smithy
smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/db1da4cf35690ed0997c52e954732a8f3637d43f">db1da4cf</a>)</li>
<li><strong>client-cloudtrail:</strong> Add v2 smoke tests and smithy
smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/96b429f192304bd0e3e48f40901329652daf2efd">96b429f1</a>)</li>
<li><strong>client-eks:</strong> This release adds support to surface
async fargate customer errors from async path to customer through
describe-fargate-profile API response. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/34e2d616261849ca046a0680873066671bce033c">34e2d616</a>)</li>
<li><strong>client-config-service:</strong> Add v2 smoke tests and
smithy smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/472d873af157e6790f0ffbe2de1d444d2771d4b8">472d873a</a>)</li>
<li><strong>client-sagemaker:</strong> Launched a new feature in
SageMaker to provide managed MLflow Tracking Servers for customers to
track ML experiments. This release also adds a new capability of
attaching additional storage to SageMaker HyperPod cluster instances.
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/92df9320a71707bf958e8800a9c863a0489cda60">92df9320</a>)</li>
<li><strong>client-bedrock-runtime:</strong> This release adds support
for using Guardrails with the Converse and ConverseStream APIs. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/2bdad15f1bb161aef177fe4b8eaafd8c7929b3df">2bdad15f</a>)</li>
<li><strong>client-rekognition:</strong> Add v2 smoke tests and smithy
smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/fd9be0591197a91f71abe1454ea477539c97a7ac">fd9be059</a>)</li>
<li><strong>client-lightsail:</strong> Add v2 smoke tests and smithy
smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/9a35ffe65610e30aaf37449892a151eea3a7ee87">9a35ffe6</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.600.0.zip</strong></p>
<h2>v3.599.0</h2>
<h4>3.599.0(2024-06-17)</h4>
<h5>Chores</h5>
<ul>
<li>update devDependency webpack (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6200">#6200</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/fcbbf8ef92e6244f865f9cd06f20163514df96d6">fcbbf8ef</a>)</li>
</ul>
<h5>Documentation Changes</h5>
<ul>
<li><strong>client-acm-pca:</strong> Doc-only update that adds name
constraints as an allowed extension for
ImportCertificateAuthorityCertificate. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/d3f9d15002ac4a11968ee984b6b061f324428e2a">d3f9d150</a>)</li>
<li><strong>client-kms:</strong> Updating SDK example for KMS
DeriveSharedSecret API. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/76ace8fd722d1e872f8de2d0ba6f6032e3119776">76ace8fd</a>)</li>
<li><strong>client-secrets-manager:</strong> Doc only update for Secrets
Manager (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/a18206cfeb9738cf2ad7002450cb5b3417bcf5bf">a18206cf</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>client-cognito-identity-provider:</strong> Add v2 smoke
tests and smithy smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/23b312413efe0f870ac7a1e7a6ad65ddce2fa4ee">23b31241</a>)</li>
<li><strong>client-efs:</strong> Add v2 smoke tests and smithy
smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/58a3ed7ee09973859483fd87ea43278eb961e5c7">58a3ed7e</a>)</li>
<li><strong>client-directory-service:</strong> Add v2 smoke tests and
smithy smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/98f1ae3f5ed63cd9b23f04299f518f790d0f5e1f">98f1ae3f</a>)</li>
<li><strong>client-codebuild:</strong> AWS CodeBuild now supports global
and organization GitHub webhooks (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/a7798f3b311435199e321afc5d4577ab40ca13e9">a7798f3b</a>)</li>
<li><strong>client-batch:</strong> Add v2 smoke tests and smithy
smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/1ae8691aefea2957cb1c03c70a31478c874b591d">1ae8691a</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-ec2/CHANGELOG.md"><code>@​aws-sdk/client-ec2</code>'s
changelog</a>.</em></p>
<blockquote>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.599.0...v3.600.0">3.600.0</a>
(2024-06-18)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@​aws-sdk/client-ec2</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.597.0...v3.598.0">3.598.0</a>
(2024-06-14)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@​aws-sdk/client-ec2</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.595.0...v3.596.0">3.596.0</a>
(2024-06-12)</h1>
<h3>Features</h3>
<ul>
<li><strong>client-ec2:</strong> Tagging support for Traffic Mirroring
FilterRule resource (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/9539a33ea4fcd0bfa5dd74cb8863c38636fdcfe0">9539a33</a>)</li>
</ul>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.591.0...v3.592.0">3.592.0</a>
(2024-06-06)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@​aws-sdk/client-ec2</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.589.0...v3.590.0">3.590.0</a>
(2024-06-04)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>codegen:</strong> consistently add region as config option
when generated client is Sigv4 but not AWS (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/issues/6156">#6156</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/06f51ccdc1c825f4b4de6a865520ace78c098ff3">06f51cc</a>)</li>
</ul>
<h3>Features</h3>
<ul>
<li><strong>client-ec2:</strong> U7i instances with up to 32 TiB of DDR5
memory and 896 vCPUs are now available. C7i-flex instances are launched
and are lower-priced variants of the Amazon EC2 C7i instances that offer
a baseline level of CPU performance with the ability to scale up to the
full compute performance 95% of the time. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/370c001783ddf3927e9c4088be411a485f972991">370c001</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/5a9caa5d3c911305adbe6b95be6d5f28fd834d3f"><code>5a9caa5</code></a>
Publish v3.600.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/4f06802176da9f37b6fafdd8022e28d2e42063e1"><code>4f06802</code></a>
Publish v3.598.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/227e3996228d3f95ec312a21e6cb103f7c500629"><code>227e399</code></a>
docs(client-ec2): Documentation updates for Amazon EC2.</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/8443ecaba82db3fcf8c63a7fe7a5bd26d1016053"><code>8443eca</code></a>
chore(codegen): sync for bumping @aws-crypto/* packages (<a
href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ec2/issues/6199">#6199</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/22a403f360821ed4a33f1d804e1a427b49ad4307"><code>22a403f</code></a>
chore(clients): update <a
href="https://github.com/smithy"><code>@​smithy</code></a> dependencies
(<a
href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ec2/issues/6196">#6196</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/bd9be2319cbf80d360a7f05f9ebcba2a5a6db494"><code>bd9be23</code></a>
Publish v3.596.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/9539a33ea4fcd0bfa5dd74cb8863c38636fdcfe0"><code>9539a33</code></a>
feat(client-ec2): Tagging support for Traffic Mirroring FilterRule
resource</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/6c7ef8dacbbbe1fd1988462e6b19a34ba2e5369b"><code>6c7ef8d</code></a>
Publish v3.592.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/fdd7f756492a6fe8e218b58ee15efdb297f07102"><code>fdd7f75</code></a>
chore(clients): export types with <code>export type</code> (<a
href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ec2/issues/6171">#6171</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/0e7d14557b3d8802b806022cf29a54f128161e15"><code>0e7d145</code></a>
chore: module export fields in <code>@​smithy/core</code> (<a
href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ec2/issues/6168">#6168</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/aws/aws-sdk-js-v3/commits/v3.600.0/clients/client-ec2">compare
view</a></li>
</ul>
</details>
<br />

Updates `@aws-sdk/client-ssm` from 3.575.0 to 3.600.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-js-v3/releases"><code>@​aws-sdk/client-ssm</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v3.600.0</h2>
<h4>3.600.0(2024-06-18)</h4>
<h5>Chores</h5>
<ul>
<li><strong>credential-provider-node:</strong> fix readme typo (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6180">#6180</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/a2f25e3245f0ed6f6acb450b5377b1a4ad433db0">a2f25e32</a>)</li>
</ul>
<h5>Documentation Changes</h5>
<ul>
<li><strong>s3-request-presigner:</strong> add in getSignedUrl example
with and without signed headers (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6129">#6129</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/1bf87e397d35675324636e19f937d265d155099f">1bf87e39</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>clients:</strong> update command documentation examples as
of 2024-06-18 (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/861d05668806eb333684a320592047706893d5c1">861d0566</a>)</li>
<li><strong>client-polly:</strong> Add v2 smoke tests and smithy
smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/141cb0b30cc9baa095b9860d3ef28bf4945a1fa1">141cb0b3</a>)</li>
<li><strong>client-snowball:</strong> Add v2 smoke tests and smithy
smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/aaf2ab7630bb28b4e99e5916295428bbd6dfb55c">aaf2ab76</a>)</li>
<li><strong>client-shield:</strong> Add v2 smoke tests and smithy
smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/db1da4cf35690ed0997c52e954732a8f3637d43f">db1da4cf</a>)</li>
<li><strong>client-cloudtrail:</strong> Add v2 smoke tests and smithy
smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/96b429f192304bd0e3e48f40901329652daf2efd">96b429f1</a>)</li>
<li><strong>client-eks:</strong> This release adds support to surface
async fargate customer errors from async path to customer through
describe-fargate-profile API response. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/34e2d616261849ca046a0680873066671bce033c">34e2d616</a>)</li>
<li><strong>client-config-service:</strong> Add v2 smoke tests and
smithy smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/472d873af157e6790f0ffbe2de1d444d2771d4b8">472d873a</a>)</li>
<li><strong>client-sagemaker:</strong> Launched a new feature in
SageMaker to provide managed MLflow Tracking Servers for customers to
track ML experiments. This release also adds a new capability of
attaching additional storage to SageMaker HyperPod cluster instances.
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/92df9320a71707bf958e8800a9c863a0489cda60">92df9320</a>)</li>
<li><strong>client-bedrock-runtime:</strong> This release adds support
for using Guardrails with the Converse and ConverseStream APIs. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/2bdad15f1bb161aef177fe4b8eaafd8c7929b3df">2bdad15f</a>)</li>
<li><strong>client-rekognition:</strong> Add v2 smoke tests and smithy
smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/fd9be0591197a91f71abe1454ea477539c97a7ac">fd9be059</a>)</li>
<li><strong>client-lightsail:</strong> Add v2 smoke tests and smithy
smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/9a35ffe65610e30aaf37449892a151eea3a7ee87">9a35ffe6</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.600.0.zip</strong></p>
<h2>v3.599.0</h2>
<h4>3.599.0(2024-06-17)</h4>
<h5>Chores</h5>
<ul>
<li>update devDependency webpack (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6200">#6200</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/fcbbf8ef92e6244f865f9cd06f20163514df96d6">fcbbf8ef</a>)</li>
</ul>
<h5>Documentation Changes</h5>
<ul>
<li><strong>client-acm-pca:</strong> Doc-only update that adds name
constraints as an allowed extension for
ImportCertificateAuthorityCertificate. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/d3f9d15002ac4a11968ee984b6b061f324428e2a">d3f9d150</a>)</li>
<li><strong>client-kms:</strong> Updating SDK example for KMS
DeriveSharedSecret API. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/76ace8fd722d1e872f8de2d0ba6f6032e3119776">76ace8fd</a>)</li>
<li><strong>client-secrets-manager:</strong> Doc only update for Secrets
Manager (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/a18206cfeb9738cf2ad7002450cb5b3417bcf5bf">a18206cf</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>client-cognito-identity-provider:</strong> Add v2 smoke
tests and smithy smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/23b312413efe0f870ac7a1e7a6ad65ddce2fa4ee">23b31241</a>)</li>
<li><strong>client-efs:</strong> Add v2 smoke tests and smithy
smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/58a3ed7ee09973859483fd87ea43278eb961e5c7">58a3ed7e</a>)</li>
<li><strong>client-directory-service:</strong> Add v2 smoke tests and
smithy smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/98f1ae3f5ed63cd9b23f04299f518f790d0f5e1f">98f1ae3f</a>)</li>
<li><strong>client-codebuild:</strong> AWS CodeBuild now supports global
and organization GitHub webhooks (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/a7798f3b311435199e321afc5d4577ab40ca13e9">a7798f3b</a>)</li>
<li><strong>client-batch:</strong> Add v2 smoke tests and smithy
smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/1ae8691aefea2957cb1c03c70a31478c874b591d">1ae8691a</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-ssm/CHANGELOG.md"><code>@​aws-sdk/client-ssm</code>'s
changelog</a>.</em></p>
<blockquote>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.599.0...v3.600.0">3.600.0</a>
(2024-06-18)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@​aws-sdk/client-ssm</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.597.0...v3.598.0">3.598.0</a>
(2024-06-14)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@​aws-sdk/client-ssm</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.595.0...v3.596.0">3.596.0</a>
(2024-06-12)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@​aws-sdk/client-ssm</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.591.0...v3.592.0">3.592.0</a>
(2024-06-06)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@​aws-sdk/client-ssm</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.589.0...v3.590.0">3.590.0</a>
(2024-06-04)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>codegen:</strong> consistently add region as config option
when generated client is Sigv4 but not AWS (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/issues/6156">#6156</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/06f51ccdc1c825f4b4de6a865520ace78c098ff3">06f51cc</a>)</li>
</ul>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.587.0...v3.588.0">3.588.0</a>
(2024-05-31)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@​aws-sdk/client-ssm</code></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/5a9caa5d3c911305adbe6b95be6d5f28fd834d3f"><code>5a9caa5</code></a>
Publish v3.600.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/4f06802176da9f37b6fafdd8022e28d2e42063e1"><code>4f06802</code></a>
Publish v3.598.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/8443ecaba82db3fcf8c63a7fe7a5bd26d1016053"><code>8443eca</code></a>
chore(codegen): sync for bumping @aws-crypto/* packages (<a
href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ssm/issues/6199">#6199</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/22a403f360821ed4a33f1d804e1a427b49ad4307"><code>22a403f</code></a>
chore(clients): update <a
href="https://github.com/smithy"><code>@​smithy</code></a> dependencies
(<a
href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ssm/issues/6196">#6196</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/bd9be2319cbf80d360a7f05f9ebcba2a5a6db494"><code>bd9be23</code></a>
Publish v3.596.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/6c7ef8dacbbbe1fd1988462e6b19a34ba2e5369b"><code>6c7ef8d</code></a>
Publish v3.592.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/fdd7f756492a6fe8e218b58ee15efdb297f07102"><code>fdd7f75</code></a>
chore(clients): export types with <code>export type</code> (<a
href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ssm/issues/6171">#6171</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/0e7d14557b3d8802b806022cf29a54f128161e15"><code>0e7d145</code></a>
chore: module export fields in <code>@​smithy/core</code> (<a
href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ssm/issues/6168">#6168</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/031a10ad9f9e8cc5ecced34830ce24ad309dbe7d"><code>031a10a</code></a>
Publish v3.590.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/06f51ccdc1c825f4b4de6a865520ace78c098ff3"><code>06f51cc</code></a>
fix(codegen): consistently add region as config option when generated
client ...</li>
<li>Additional commits viewable in <a
href="https://github.com/aws/aws-sdk-js-v3/commits/v3.600.0/clients/client-ssm">compare
view</a></li>
</ul>
</details>
<br />

Updates `@aws-sdk/types` from 3.575.0 to 3.598.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-js-v3/releases"><code>@​aws-sdk/types</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v3.598.0</h2>
<h4>3.598.0(2024-06-14)</h4>
<h5>Chores</h5>
<ul>
<li><strong>codegen:</strong> sync for bumping @aws-crypto/* packages
(<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6199">#6199</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/8443ecaba82db3fcf8c63a7fe7a5bd26d1016053">8443ecab</a>)</li>
<li><strong>scripts:</strong> ignore dirs with no package jsons (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6198">#6198</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/ac4cdb5c3f5dbd67eeda4d46fd10dd18e6e0fab8">ac4cdb5c</a>)</li>
<li><strong>clients:</strong> update <a
href="https://github.com/smithy"><code>@​smithy</code></a> dependencies
(<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6196">#6196</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/22a403f360821ed4a33f1d804e1a427b49ad4307">22a403f3</a>)</li>
</ul>
<h5>Documentation Changes</h5>
<ul>
<li><strong>client-ec2:</strong> Documentation updates for Amazon EC2.
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/227e3996228d3f95ec312a21e6cb103f7c500629">227e3996</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>client-route-53-domains:</strong> Add v2 smoke tests and
smithy smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/f397a80ff8db1f2065e884c3e2baf58036516c11">f397a80f</a>)</li>
<li><strong>client-macie2:</strong> This release adds support for
managing the status of automated sensitive data discovery for individual
accounts in an organization, and determining whether individual S3
buckets are included in the scope of the analyses. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/5d00c7e9bfaf02d39eac9fa9065abc88e23afe7d">5d00c7e9</a>)</li>
<li><strong>client-mediaconvert:</strong> This release adds the ability
to search for historical job records within the management console using
a search box and/or via the SDK/CLI with partial string matching search
on input file name. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/33a5089f4aa00a125e3fb2497e8f527f77ca86bf">33a5089f</a>)</li>
<li><strong>client-datazone:</strong> This release introduces a new
default service blueprint for custom environment creation. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/2d57a05e8caa021235970a737ab566b6fb32f065">2d57a05e</a>)</li>
</ul>
<h5>Bug Fixes</h5>
<ul>
<li><strong>lib-storage:</strong> ignore overall data content-length for
UploadPart operation (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6131">#6131</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/fbfce5509341bf10fc04573e0fa453e38c9d528f">fbfce550</a>)</li>
<li><strong>util-dynamodb:</strong> fix signature overload resolution
for marshall() fn (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6195">#6195</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/3682a4365c47c43396d103fefba7d28126784674">3682a436</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.598.0.zip</strong></p>
<h2>v3.597.0</h2>
<h4>3.597.0(2024-06-13)</h4>
<h5>New Features</h5>
<ul>
<li><strong>client-mediapackagev2:</strong> This release adds support
for CMAF ingest (DASH-IF live media ingest protocol interface 1) (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/b35cc161214ce9a205490ba049cae602aff8e0c0">b35cc161</a>)</li>
<li><strong>client-kms:</strong> This feature allows customers to use
their keys stored in KMS to derive a shared secret which can then be
used to establish a secured channel for communication, provide proof of
possession, or establish trust with other parties. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/06c60417c8c2fc350f3eb92e459dd647a929ec2c">06c60417</a>)</li>
<li><strong>client-cloudhsm-v2:</strong> Added support for hsm type
hsm2m.medium. Added supported for creating a cluster in FIPS or NON_FIPS
mode. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/59f9e1a016f98719f1ce1cc0ed8084a2174c1616">59f9e1a0</a>)</li>
<li><strong>client-iot-wireless:</strong> Add RoamingDeviceSNR and
RoamingDeviceRSSI to Customer Metrics. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/b0de95cb5301e485120a0639880d3517bf3d454d">b0de95cb</a>)</li>
<li><strong>client-glue:</strong> This release adds support for
configuration of evaluation method for composite rules in Glue Data
Quality rulesets. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/5fff081c46cc2174b69b4985852cd62a75ddca90">5fff081c</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.597.0.zip</strong></p>
<h2>v3.596.0</h2>
<h4>3.596.0(2024-06-12)</h4>
<h5>Chores</h5>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-js-v3/blob/main/packages/types/CHANGELOG.md"><code>@​aws-sdk/types</code>'s
changelog</a>.</em></p>
<blockquote>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.597.0...v3.598.0">3.598.0</a>
(2024-06-14)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@​aws-sdk/types</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.576.0...v3.577.0">3.577.0</a>
(2024-05-15)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@​aws-sdk/types</code></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/4f06802176da9f37b6fafdd8022e28d2e42063e1"><code>4f06802</code></a>
Publish v3.598.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/22a403f360821ed4a33f1d804e1a427b49ad4307"><code>22a403f</code></a>
chore(clients): update <a
href="https://github.com/smithy"><code>@​smithy</code></a> dependencies
(<a
href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/types/issues/6196">#6196</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/d6c6982a64d0798e2c030fd172ce4d885c8c41b3"><code>d6c6982</code></a>
Publish v3.577.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/c7cfb66a044d5d25c90e0159bd81333ff0290239"><code>c7cfb66</code></a>
chore(types): change Logger import to type-only (<a
href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/packages/types/issues/6100">#6100</a>)</li>
<li>See full diff in <a
href="https://github.com/aws/aws-sdk-js-v3/commits/v3.598.0/packages/types">compare
view</a></li>
</ul>
</details>
<br />

Updates `@aws-sdk/client-s3` from 3.575.0 to 3.600.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-js-v3/releases"><code>@​aws-sdk/client-s3</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v3.600.0</h2>
<h4>3.600.0(2024-06-18)</h4>
<h5>Chores</h5>
<ul>
<li><strong>credential-provider-node:</strong> fix readme typo (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6180">#6180</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/a2f25e3245f0ed6f6acb450b5377b1a4ad433db0">a2f25e32</a>)</li>
</ul>
<h5>Documentation Changes</h5>
<ul>
<li><strong>s3-request-presigner:</strong> add in getSignedUrl example
with and without signed headers (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6129">#6129</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/1bf87e397d35675324636e19f937d265d155099f">1bf87e39</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>clients:</strong> update command documentation examples as
of 2024-06-18 (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/861d05668806eb333684a320592047706893d5c1">861d0566</a>)</li>
<li><strong>client-polly:</strong> Add v2 smoke tests and smithy
smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/141cb0b30cc9baa095b9860d3ef28bf4945a1fa1">141cb0b3</a>)</li>
<li><strong>client-snowball:</strong> Add v2 smoke tests and smithy
smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/aaf2ab7630bb28b4e99e5916295428bbd6dfb55c">aaf2ab76</a>)</li>
<li><strong>client-shield:</strong> Add v2 smoke tests and smithy
smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/db1da4cf35690ed0997c52e954732a8f3637d43f">db1da4cf</a>)</li>
<li><strong>client-cloudtrail:</strong> Add v2 smoke tests and smithy
smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/96b429f192304bd0e3e48f40901329652daf2efd">96b429f1</a>)</li>
<li><strong>client-eks:</strong> This release adds support to surface
async fargate customer errors from async path to customer through
describe-fargate-profile API response. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/34e2d616261849ca046a0680873066671bce033c">34e2d616</a>)</li>
<li><strong>client-config-service:</strong> Add v2 smoke tests and
smithy smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/472d873af157e6790f0ffbe2de1d444d2771d4b8">472d873a</a>)</li>
<li><strong>client-sagemaker:</strong> Launched a new feature in
SageMaker to provide managed MLflow Tracking Servers for customers to
track ML experiments. This release also adds a new capability of
attaching additional storage to SageMaker HyperPod cluster instances.
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/92df9320a71707bf958e8800a9c863a0489cda60">92df9320</a>)</li>
<li><strong>client-bedrock-runtime:</strong> This release adds support
for using Guardrails with the Converse and ConverseStream APIs. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/2bdad15f1bb161aef177fe4b8eaafd8c7929b3df">2bdad15f</a>)</li>
<li><strong>client-rekognition:</strong> Add v2 smoke tests and smithy
smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/fd9be0591197a91f71abe1454ea477539c97a7ac">fd9be059</a>)</li>
<li><strong>client-lightsail:</strong> Add v2 smoke tests and smithy
smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/9a35ffe65610e30aaf37449892a151eea3a7ee87">9a35ffe6</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.600.0.zip</strong></p>
<h2>v3.599.0</h2>
<h4>3.599.0(2024-06-17)</h4>
<h5>Chores</h5>
<ul>
<li>update devDependency webpack (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6200">#6200</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/fcbbf8ef92e6244f865f9cd06f20163514df96d6">fcbbf8ef</a>)</li>
</ul>
<h5>Documentation Changes</h5>
<ul>
<li><strong>client-acm-pca:</strong> Doc-only update that adds name
constraints as an allowed extension for
ImportCertificateAuthorityCertificate. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/d3f9d15002ac4a11968ee984b6b061f324428e2a">d3f9d150</a>)</li>
<li><strong>client-kms:</strong> Updating SDK example for KMS
DeriveSharedSecret API. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/76ace8fd722d1e872f8de2d0ba6f6032e3119776">76ace8fd</a>)</li>
<li><strong>client-secrets-manager:</strong> Doc only update for Secrets
Manager (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/a18206cfeb9738cf2ad7002450cb5b3417bcf5bf">a18206cf</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>client-cognito-identity-provider:</strong> Add v2 smoke
tests and smithy smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/23b312413efe0f870ac7a1e7a6ad65ddce2fa4ee">23b31241</a>)</li>
<li><strong>client-efs:</strong> Add v2 smoke tests and smithy
smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/58a3ed7ee09973859483fd87ea43278eb961e5c7">58a3ed7e</a>)</li>
<li><strong>client-directory-service:</strong> Add v2 smoke tests and
smithy smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/98f1ae3f5ed63cd9b23f04299f518f790d0f5e1f">98f1ae3f</a>)</li>
<li><strong>client-codebuild:</strong> AWS CodeBuild now supports global
and organization GitHub webhooks (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/a7798f3b311435199e321afc5d4577ab40ca13e9">a7798f3b</a>)</li>
<li><strong>client-batch:</strong> Add v2 smoke tests and smithy
smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/1ae8691aefea2957cb1c03c70a31478c874b591d">1ae8691a</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-s3/CHANGELOG.md"><code>@​aws-sdk/client-s3</code>'s
changelog</a>.</em></p>
<blockquote>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.599.0...v3.600.0">3.600.0</a>
(2024-06-18)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@​aws-sdk/client-s3</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.597.0...v3.598.0">3.598.0</a>
(2024-06-14)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@​aws-sdk/client-s3</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.595.0...v3.596.0">3.596.0</a>
(2024-06-12)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@​aws-sdk/client-s3</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.591.0...v3.592.0">3.592.0</a>
(2024-06-06)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@​aws-sdk/client-s3</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.590.0...v3.591.0">3.591.0</a>
(2024-06-05)</h1>
<h3>Features</h3>
<ul>
<li><strong>client-s3:</strong> Added new params copySource and key to
copyObject API for supporting S3 Access Grants plugin. These changes
will not change any of the existing S3 API functionality. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/ad0e8d9c766f82e3231398d6f544b9ab09d69985">ad0e8d9</a>)</li>
</ul>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.589.0...v3.590.0">3.590.0</a>
(2024-06-04)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@​aws-sdk/client-s3</code></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/5a9caa5d3c911305adbe6b95be6d5f28fd834d3f"><code>5a9caa5</code></a>
Publish v3.600.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/4f06802176da9f37b6fafdd8022e28d2e42063e1"><code>4f06802</code></a>
Publish v3.598.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/8443ecaba82db3fcf8c63a7fe7a5bd26d1016053"><code>8443eca</code></a>
chore(codegen): sync for bumping @aws-crypto/* packages (<a
href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3/issues/6199">#6199</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/22a403f360821ed4a33f1d804e1a427b49ad4307"><code>22a403f</code></a>
chore(clients): update <a
href="https://github.com/smithy"><code>@​smithy</code></a> dependencies
(<a
href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3/issues/6196">#6196</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/bd9be2319cbf80d360a7f05f9ebcba2a5a6db494"><code>bd9be23</code></a>
Publish v3.596.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/6c7ef8dacbbbe1fd1988462e6b19a34ba2e5369b"><code>6c7ef8d</code></a>
Publish v3.592.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/fdd7f756492a6fe8e218b58ee15efdb297f07102"><code>fdd7f75</code></a>
chore(clients): export types with <code>export type</code> (<a
href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3/issues/6171">#6171</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/0e7d14557b3d8802b806022cf29a54f128161e15"><code>0e7d145</code></a>
chore: module export fields in <code>@​smithy/core</code> (<a
href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-s3/issues/6168">#6168</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/765853d89fbc0be8e7be8e872d7fe9b6025a30c4"><code>765853d</code></a>
Publish v3.591.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/ad0e8d9c766f82e3231398d6f544b9ab09d69985"><code>ad0e8d9</code></a>
feat(client-s3): Added new params copySource and key to copyObject API
for su...</li>
<li>Additional commits viewable in <a
href="https://github.com/aws/aws-sdk-js-v3/commits/v3.600.0/clients/client-s3">compare
view</a></li>
</ul>
</details>
<br />

Updates `@aws-sdk/lib-storage` from 3.575.0 to 3.600.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-js-v3/releases"><code>@​aws-sdk/lib-storage</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v3.600.0</h2>
<h4>3.600.0(2024-06-18)</h4>
<h5>Chores</h5>
<ul>
<li><strong>credential-provider-node:</strong> fix readme typo (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6180">#6180</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/a2f25e3245f0ed6f6acb450b5377b1a4ad433db0">a2f25e32</a>)</li>
</ul>
<h5>Documentation Changes</h5>
<ul>
<li><strong>s3-request-presigner:</strong> add in getSignedUrl example
with and without signed headers (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6129">#6129</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/1bf87e397d35675324636e19f937d265d155099f">1bf87e39</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>clients:</strong> update command documentation examples as
of 2024-06-18 (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/861d05668806eb333684a320592047706893d5c1">861d0566</a>)</li>
<li><strong>client-polly:</strong> Add v2 smoke tests and smithy
smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/141cb0b30cc9baa095b9860d3ef28bf4945a1fa1">141cb0b3</a>)</li>
<li><strong>client-snowball:</strong> Add v2 smoke tests and smithy
smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/aaf2ab7630bb28b4e99e5916295428bbd6dfb55c">aaf2ab76</a>)</li>
<li><strong>client-shield:</strong> Add v2 smoke tests and smithy
smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/db1da4cf35690ed0997c52e954732a8f3637d43f">db1da4cf</a>)</li>
<li><strong>client-cloudtrail:</strong> Add v2 smoke tests and smithy
smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/96b429f192304bd0e3e48f40901329652daf2efd">96b429f1</a>)</li>
<li><strong>client-eks:</strong> This release adds support to surface
async fargate customer errors from async path to customer through
describe-fargate-profile API response. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/34e2d616261849ca046a0680873066671bce033c">34e2d616</a>)</li>
<li><strong>client-config-service:</strong> Add v2 smoke tests and
smithy smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/472d873af157e6790f0ffbe2de1d444d2771d4b8">472d873a</a>)</li>
<li><strong>client-sagemaker:</strong> Launched a new feature in
SageMaker to provide managed MLflow Tracking Servers for customers to
track ML experiments. This release also adds a new capability of
attaching additional storage to SageMaker HyperPod cluster instances.
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/92df9320a71707bf958e8800a9c863a0489cda60">92df9320</a>)</li>
<li><strong>client-bedrock-runtime:</strong> This release adds support
for using Guardrails with the Converse and ConverseStream APIs. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/2bdad15f1bb161aef177fe4b8eaafd8c7929b3df">2bdad15f</a>)</li>
<li><strong>client-rekognition:</strong> Add v2 smoke tests and smithy
smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/fd9be0591197a91f71abe1454ea477539c97a7ac">fd9be059</a>)</li>
<li><strong>client-lightsail:</strong> Add v2 smoke tests and smithy
smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/9a35ffe65610e30aaf37449892a151eea3a7ee87">9a35ffe6</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.600.0.zip</strong></p>
<h2>v3.599.0</h2>
<h4>3.599.0(2024-06-17)</h4>
<h5>Chores</h5>
<ul>
<li>update devDependency webpack (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6200">#6200</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/fcbbf8ef92e6244f865f9cd06f20163514df96d6">fcbbf8ef</a>)</li>
</ul>
<h5>Documentation Changes</h5>
<ul>
<li><strong>client-acm-pca:</strong> Doc-only update that adds name
constraints as an allowed extension for
ImportCertificateAuthorityCertificate. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/d3f9d15002ac4a11968ee984b6b061f324428e2a">d3f9d150</a>)</li>
<li><strong>client-kms:</strong> Updating SDK example for KMS
DeriveSharedSecret API. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/76ace8fd722d1e872f8de2d0ba6f6032e3119776">76ace8fd</a>)</li>
<li><strong>client-secrets-manager:</strong> Doc only update for Secrets
Manager (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/a18206cfeb9738cf2ad7002450cb5b3417bcf5bf">a18206cf</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>client-cognito-identity-provider:</strong> Add v2 smoke
tests and smithy smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/23b312413efe0f870ac7a1e7a6ad65ddce2fa4ee">23b31241</a>)</li>
<li><strong>client-efs:</strong> Add v2 smoke tests and smithy
smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/58a3ed7ee09973859483fd87ea43278eb961e5c7">58a3ed7e</a>)</li>
<li><strong>client-directory-service:</strong> Add v2 smoke tests and
smithy smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/98f1ae3f5ed63cd9b23f04299f518f790d0f5e1f">98f1ae3f</a>)</li>
<li><strong>client-codebuild:</strong> AWS CodeBuild now supports global
and organization GitHub webhooks (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/a7798f3b311435199e321afc5d4577ab40ca13e9">a7798f3b</a>)</li>
<li><strong>client-batch:</strong> Add v2 smoke tests and smithy
smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/1ae8691aefea2957cb1c03c70a31478c874b591d">1ae8691a</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-js-v3/blob/main/lib/lib-storage/CHANGELOG.md"><code>@​aws-sdk/lib-storage</code>'s
changelog</a>.</em></p>
<blockquote>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.599.0...v3.600.0">3.600.0</a>
(2024-06-18)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@​aws-sdk/lib-storage</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.597.0...v3.598.0">3.598.0</a>
(2024-06-14)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>lib-storage:</strong> ignore overall data content-length for
UploadPart operation (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/issues/6131">#6131</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/fbfce5509341bf10fc04573e0fa453e38c9d528f">fbfce55</a>)</li>
</ul>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.595.0...v3.596.0">3.596.0</a>
(2024-06-12)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@​aws-sdk/lib-storage</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.591.0...v3.592.0">3.592.0</a>
(2024-06-06)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@​aws-sdk/lib-storage</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.590.0...v3.591.0">3.591.0</a>
(2024-06-05)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@​aws-sdk/lib-storage</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.589.0...v3.590.0">3.590.0</a>
(2024-06-04)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@​aws-sdk/lib-storage</code></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/5a9caa5d3c911305adbe6b95be6d5f28fd834d3f"><code>5a9caa5</code></a>
Publish v3.600.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/4f06802176da9f37b6fafdd8022e28d2e42063e1"><code>4f06802</code></a>
Publish v3.598.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/8443ecaba82db3fcf8c63a7fe7a5bd26d1016053"><code>8443eca</code></a>
chore(codegen): sync for bumping @aws-crypto/* packages (<a
href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage/issues/6199">#6199</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/fbfce5509341bf10fc04573e0fa453e38c9d528f"><code>fbfce55</code></a>
fix(lib-storage): ignore overall data content-length for UploadPart
operation...</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/22a403f360821ed4a33f1d804e1a427b49ad4307"><code>22a403f</code></a>
chore(clients): update <a
href="https://github.com/smithy"><code>@​smithy</code></a> dependencies
(<a
href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/lib/lib-storage/issues/6196">#6196</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/bd9be2319cbf80d360a7f05f9ebcba2a5a6db494"><code>bd9be23</code></a>
Publish v3.596.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/6c7ef8dacbbbe1fd1988462e6b19a34ba2e5369b"><code>6c7ef8d</code></a>
Publish v3.592.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/765853d89fbc0be8e7be8e872d7fe9b6025a30c4"><code>765853d</code></a>
Publish v3.591.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/031a10ad9f9e8cc5ecced34830ce24ad309dbe7d"><code>031a10a</code></a>
Publish v3.590.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/aeca658b05fa24cca15ae731e16d04e5b99d84d3"><code>aeca658</code></a>
Publish v3.588.0</li>
<li>Additional commits viewable in <a
href="https://github.com/aws/aws-sdk-js-v3/commits/v3.600.0/lib/lib-storage">compare
view</a></li>
</ul>
</details>
<br />

Updates `@aws-sdk/client-sqs` from 3.575.0 to 3.600.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-js-v3/releases"><code>@​aws-sdk/client-sqs</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v3.600.0</h2>
<h4>3.600.0(2024-06-18)</h4>
<h5>Chores</h5>
<ul>
<li><strong>credential-provider-node:</strong> fix readme typo (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6180">#6180</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/a2f25e3245f0ed6f6acb450b5377b1a4ad433db0">a2f25e32</a>)</li>
</ul>
<h5>Documentation Changes</h5>
<ul>
<li><strong>s3-request-presigner:</strong> add in getSignedUrl example
with and without signed headers (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6129">#6129</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/1bf87e397d35675324636e19f937d265d155099f">1bf87e39</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>clients:</strong> update command documentation examples as
of 2024-06-18 (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/861d05668806eb333684a320592047706893d5c1">861d0566</a>)</li>
<li><strong>client-polly:</strong> Add v2 smoke tests and smithy
smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/141cb0b30cc9baa095b9860d3ef28bf4945a1fa1">141cb0b3</a>)</li>
<li><strong>client-snowball:</strong> Add v2 smoke tests and smithy
smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/aaf2ab7630bb28b4e99e5916295428bbd6dfb55c">aaf2ab76</a>)</li>
<li><strong>client-shield:</strong> Add v2 smoke tests and smithy
smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/db1da4cf35690ed0997c52e954732a8f3637d43f">db1da4cf</a>)</li>
<li><strong>client-cloudtrail:</strong> Add v2 smoke tests and smithy
smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/96b429f192304bd0e3e48f40901329652daf2efd">96b429f1</a>)</li>
<li><strong>client-eks:</strong> This release adds support to surface
async fargate customer errors from async path to customer through
describe-fargate-profile API response. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/34e2d616261849ca046a0680873066671bce033c">34e2d616</a>)</li>
<li><strong>client-config-service:</strong> Add v2 smoke tests and
smithy smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/472d873af157e6790f0ffbe2de1d444d2771d4b8">472d873a</a>)</li>
<li><strong>client-sagemaker:</strong> Launched a new feature in
SageMaker to provide managed MLflow Tracking Servers for customers to
track ML experiments. This release also adds a new capability of
attaching additional storage to SageMaker HyperPod cluster instances.
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/92df9320a71707bf958e8800a9c863a0489cda60">92df9320</a>)</li>
<li><strong>client-bedrock-runtime:</strong> This release adds support
for using Guardrails with the Converse and ConverseStream APIs. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/2bdad15f1bb161aef177fe4b8eaafd8c7929b3df">2bdad15f</a>)</li>
<li><strong>client-rekognition:</strong> Add v2 smoke tests and smithy
smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/fd9be0591197a91f71abe1454ea477539c97a7ac">fd9be059</a>)</li>
<li><strong>client-lightsail:</strong> Add v2 smoke tests and smithy
smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/9a35ffe65610e30aaf37449892a151eea3a7ee87">9a35ffe6</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.600.0.zip</strong></p>
<h2>v3.599.0</h2>
<h4>3.599.0(2024-06-17)</h4>
<h5>Chores</h5>
<ul>
<li>update devDependency webpack (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6200">#6200</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/fcbbf8ef92e6244f865f9cd06f20163514df96d6">fcbbf8ef</a>)</li>
</ul>
<h5>Documentation Changes</h5>
<ul>
<li><strong>client-acm-pca:</strong> Doc-only update that adds name
constraints as an allowed extension for
ImportCertificateAuthorityCertificate. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/d3f9d15002ac4a11968ee984b6b061f324428e2a">d3f9d150</a>)</li>
<li><strong>client-kms:</strong> Updating SDK example for KMS
DeriveSharedSecret API. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/76ace8fd722d1e872f8de2d0ba6f6032e3119776">76ace8fd</a>)</li>
<li><strong>client-secrets-manager:</strong> Doc only update for Secrets
Manager (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/a18206cfeb9738cf2ad7002450cb5b3417bcf5bf">a18206cf</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>client-cognito-identity-provider:</strong> Add v2 smoke
tests and smithy smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/23b312413efe0f870ac7a1e7a6ad65ddce2fa4ee">23b31241</a>)</li>
<li><strong>client-efs:</strong> Add v2 smoke tests and smithy
smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/58a3ed7ee09973859483fd87ea43278eb961e5c7">58a3ed7e</a>)</li>
<li><strong>client-directory-service:</strong> Add v2 smoke tests and
smithy smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/98f1ae3f5ed63cd9b23f04299f518f790d0f5e1f">98f1ae3f</a>)</li>
<li><strong>client-codebuild:</strong> AWS CodeBuild now supports global
and organization GitHub webhooks (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/a7798f3b311435199e321afc5d4577ab40ca13e9">a7798f3b</a>)</li>
<li><strong>client-batch:</strong> Add v2 smoke tests and smithy
smokeTests trait for SDK testing. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/1ae8691aefea2957cb1c03c70a31478c874b591d">1ae8691a</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-sqs/CHANGELOG.md"><code>@​aws-sdk/client-sqs</code>'s
changelog</a>.</em></p>
<blockquote>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.599.0...v3.600.0">3.600.0</a>
(2024-06-18)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@​aws-sdk/client-sqs</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.597.0...v3.598.0">3.598.0</a>
(2024-06-14)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@​aws-sdk/client-sqs</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.595.0...v3.596.0">3.596.0</a>
(2024-06-12)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@​aws-sdk/client-sqs</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.591.0...v3.592.0">3.592.0</a>
(2024-06-06)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@​aws-sdk/client-sqs</code></p>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.589.0...v3.590.0">3.590.0</a>
(2024-06-04)</h1>
<h3>Bug Fixes</h3>
<ul>
<li><strong>codegen:</strong> consistently add region as config option
when generated client is Sigv4 but not AWS (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/issues/6156">#6156</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/06f51ccdc1c825f4b4de6a865520ace78c098ff3">06f51cc</a>)</li>
</ul>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.587.0...v3.588.0">3.588.0</a>
(2024-05-31)</h1>
<p><strong>Note:</strong> Version bump only for package
<code>@​aws-sdk/client-sqs</code></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/5a9caa5d3c911305adbe6b95be6d5f28fd834d3f"><code>5a9caa5</code></a>
Publish v3.600.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/4f06802176da9f37b6fafdd8022e28d2e42063e1"><code>4f06802</code></a>
Publish v3.598.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/8443ecaba82db3fcf8c63a7fe7a5bd26d1016053"><code>8443eca</code></a>
chore(codegen): sync for bumping @aws-crypto/* packages (<a
href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs/issues/6199">#6199</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/22a403f360821ed4a33f1d804e1a427b49ad4307"><code>22a403f</code></a>
chore(clients): update <a
href="https://github.com/smithy"><code>@​smithy</code></a> dependencies
(<a
href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs/issues/6196">#6196</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/bd9be2319cbf80d360a7f05f9ebcba2a5a6db494"><code>bd9be23</code></a>
Publish v3.596.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/6c7ef8dacbbbe1fd1988462e6b19a34ba2e5369b"><code>6c7ef8d</code></a>
Publish v3.592.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/6772052cb803c4c447b4323f4ddcb24f4bdabbe6"><code>6772052</code></a>
docs(client-sqs): Doc only updates for SQS. These updates include
customer-re...</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/fdd7f756492a6fe8e218b58ee15efdb297f07102"><code>fdd7f75</code></a>
chore(clients): export types with <code>export type</code> (<a
href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs/issues/6171">#6171</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/0e7d14557b3d8802b806022cf29a54f128161e15"><code>0e7d145</code></a>
chore: module export fields in <code>@​smithy/core</code> (<a
href="https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-sqs/issues/6168">#6168</a>)</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/031a10ad9f9e8cc5ecced34830ce24ad309dbe7d"><code>031a10a</code></a>
Publish v3.590.0</li>
<li>Additional commits viewable in <a
href="https://github.com/aws/aws-sdk-js-v3/commits/v3.600.0/clients/client-sqs">compare
view</a></li>
</ul>
</details>
<br />


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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to
3.0.3.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/micromatch/braces/commit/74b2db2938fad48a2ea54a9c8bf27a37a62c350d"><code>74b2db2</code></a>
3.0.3</li>
<li><a
href="https://github.com/micromatch/braces/commit/88f1429a0f47e1dd3813de35211fc97ffda27f9e"><code>88f1429</code></a>
update eslint. lint, fix unit tests.</li>
<li><a
href="https://github.com/micromatch/braces/commit/415d660c3002d1ab7e63dbf490c9851da80596ff"><code>415d660</code></a>
Snyk js braces 6838727 (<a
href="https://redirect.github.com/micromatch/braces/issues/40">#40</a>)</li>
<li><a
href="https://github.com/micromatch/braces/commit/190510f79db1adf21d92798b0bb6fccc1f72c9d6"><code>190510f</code></a>
fix tests, skip 1 test in test/braces.expand</li>
<li><a
href="https://github.com/micromatch/braces/commit/716eb9f12d820b145a831ad678618731927e8856"><code>716eb9f</code></a>
readme bump</li>
<li><a
href="https://github.com/micromatch/braces/commit/a5851e57f45c3431a94d83fc565754bc10f5bbc3"><code>a5851e5</code></a>
Merge pull request <a
href="https://redirect.github.com/micromatch/braces/issues/37">#37</a>
from coderaiser/fix/vulnerability</li>
<li><a
href="https://github.com/micromatch/braces/commit/2092bd1fb108d2c59bd62e243b70ad98db961538"><code>2092bd1</code></a>
feature: braces: add maxSymbols (<a
href="https://github.com/micromatch/braces/issues/">https://github.com/micromatch/braces/issues/</a>...</li>
<li><a
href="https://github.com/micromatch/braces/commit/9f5b4cf47329351bcb64287223ffb6ecc9a5e6d3"><code>9f5b4cf</code></a>
fix: vulnerability (<a
href="https://security.snyk.io/vuln/SNYK-JS-BRACES-6838727">https://security.snyk.io/vuln/SNYK-JS-BRACES-6838727</a>)</li>
<li><a
href="https://github.com/micromatch/braces/commit/98414f9f1fabe021736e26836d8306d5de747e0d"><code>98414f9</code></a>
remove funding file</li>
<li><a
href="https://github.com/micromatch/braces/commit/665ab5d561c017a38ba7aafd92cc6655b91d8c14"><code>665ab5d</code></a>
update keepEscaping doc (<a
href="https://redirect.github.com/micromatch/braces/issues/27">#27</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/micromatch/braces/compare/3.0.2...3.0.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=braces&package-manager=npm_and_yarn&previous-version=3.0.2&new-version=3.0.3)](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)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/philips-labs/terraform-aws-github-runner/network/alerts).

</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Introduced a new variable, lambda_tags, to both the main and submodule.
This variable will include any additional lambda function-specific tags,
enhancing the governance part of resources.

Co-authored-by: Niek Palm <[email protected]>
)

Bumps the aws group with 2 updates in the /lambdas directory:
[@aws-sdk/client-ec2](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ec2)
and
[@aws-sdk/client-ssm](https://github.com/aws/aws-sdk-js-v3/tree/HEAD/clients/client-ssm).

Updates `@aws-sdk/client-ec2` from 3.600.0 to 3.604.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-js-v3/releases"><code>@​aws-sdk/client-ec2</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v3.604.0</h2>
<h4>3.604.0(2024-06-25)</h4>
<h5>New Features</h5>
<ul>
<li><strong>client-workspaces-thin-client:</strong> This release adds
the deviceCreationTags field to CreateEnvironment API input,
UpdateEnvironment API input and GetEnvironment API output. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/01485457d13daf9996d37b92a0b6b037c7afbef2">01485457</a>)</li>
<li><strong>client-networkmanager:</strong> This is model changes &amp;
documentation update for the Asynchronous Error Reporting feature for
AWS Cloud WAN. This feature allows customers to view errors that occur
while their resources are being provisioned, enabling customers to fix
their resources without needing external support. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/1f04cf08466878b3f0116619f112fa234e9b589d">1f04cf08</a>)</li>
<li><strong>client-auto-scaling:</strong> Doc only update for Auto
Scaling's TargetTrackingMetricDataQuery (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/2598eb23220d2f72794bee76668a6ffddbf7d1f0">2598eb23</a>)</li>
<li><strong>client-ec2:</strong> This release is for the launch of the
new u7ib-12tb.224xlarge, R8g, c7gn.metal and mac2-m1ultra.metal instance
types (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/50f2aa73483c58a071914efc256fefeb81cf3128">50f2aa73</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.604.0.zip</strong></p>
<h2>v3.603.0</h2>
<h4>3.603.0(2024-06-24)</h4>
<h5>Chores</h5>
<ul>
<li><strong>README:</strong> add CloudFront KeyValueStore in sigv4a
dependency list (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6219">#6219</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/5503098e05ca7dd138b2c5b8a00f60c94da790e5">5503098e</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>clients:</strong> update client endpoints as of 2024-06-24
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/8442ae6c1cbefbce783ea18a73e619c0bd45bdfb">8442ae6c</a>)</li>
<li><strong>client-workspaces-web:</strong> Added ability to enable
DeepLinking functionality on a Portal via UserSettings as well as added
support for IdentityProvider resource tagging. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/7035c56a6fa710399a805454ec925d1507e11e95">7035c56a</a>)</li>
<li><strong>client-customer-profiles:</strong> This release includes
changes to ProfileObjectType APIs, adds functionality top set and get
capacity for profile object types. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/a72bef5b5b7ca2850c2d7812a782e7b41fb60438">a72bef5b</a>)</li>
<li><strong>client-qbusiness:</strong> Allow enable/disable Q Apps when
creating/updating a Q application; Return the Q Apps enablement
information when getting a Q application. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/55c8f49bad3f4ef3c315996864220ffa50334d25">55c8f49b</a>)</li>
<li><strong>client-bedrock-runtime:</strong> Increases Converse API's
document name length (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/08e7ceb2f6555e621c456bd3d1cfdfeacf90111b">08e7ceb2</a>)</li>
<li><strong>client-ec2:</strong> Fix EC2 multi-protocol info in models.
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/3b5fb45fd2b230364e75ffb6fa472331b08341ce">3b5fb45f</a>)</li>
<li><strong>client-ssm:</strong> Add sensitive trait to SSM IPAddress
property for CloudTrail redaction (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/b4bc88d2286ea25e20b18707bab78fa68dba6b2d">b4bc88d2</a>)</li>
</ul>
<h5>Tests</h5>
<ul>
<li><strong>opsworks:</strong> remove feature tests for opsworks (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6220">#6220</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/798ea2a4c7a4e252ec5442a535ae9c8b9091dada">798ea2a4</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.603.0.zip</strong></p>
<h2>v3.602.0</h2>
<h4>3.602.0(2024-06-20)</h4>
<h5>Documentation Changes</h5>
<ul>
<li><strong>client-securityhub:</strong> Documentation updates for
Security Hub (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/e0f0232b9a8fe5d854483c25be32fd0e9a26b6d5">e0f0232b</a>)</li>
<li><strong>client-dynamodb:</strong> Doc-only update for DynamoDB.
Fixed Important note in 6 Global table APIs - CreateGlobalTable,
DescribeGlobalTable, DescribeGlobalTableSettings, ListGlobalTables,
UpdateGlobalTable, and UpdateGlobalTableSettings. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/249cd33ed59161f4d5b1efb239b6ce655e62d0db">249cd33e</a>)</li>
</ul>
<h5>New Features</h5>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-ec2/CHANGELOG.md"><code>@​aws-sdk/client-ec2</code>'s
changelog</a>.</em></p>
<blockquote>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.603.0...v3.604.0">3.604.0</a>
(2024-06-25)</h1>
<h3>Features</h3>
<ul>
<li><strong>client-ec2:</strong> This release is for the launch of the
new u7ib-12tb.224xlarge, R8g, c7gn.metal and mac2-m1ultra.metal instance
types (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/50f2aa73483c58a071914efc256fefeb81cf3128">50f2aa7</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/fb98e0ca994389a36f9841aa2fc7392b29f5a5ec"><code>fb98e0c</code></a>
Publish v3.604.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/50f2aa73483c58a071914efc256fefeb81cf3128"><code>50f2aa7</code></a>
feat(client-ec2): This release is for the launch of the new
u7ib-12tb.224xlar...</li>
<li>See full diff in <a
href="https://github.com/aws/aws-sdk-js-v3/commits/v3.604.0/clients/client-ec2">compare
view</a></li>
</ul>
</details>
<br />

Updates `@aws-sdk/client-ssm` from 3.600.0 to 3.603.0
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-js-v3/releases"><code>@​aws-sdk/client-ssm</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v3.603.0</h2>
<h4>3.603.0(2024-06-24)</h4>
<h5>Chores</h5>
<ul>
<li><strong>README:</strong> add CloudFront KeyValueStore in sigv4a
dependency list (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6219">#6219</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/5503098e05ca7dd138b2c5b8a00f60c94da790e5">5503098e</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>clients:</strong> update client endpoints as of 2024-06-24
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/8442ae6c1cbefbce783ea18a73e619c0bd45bdfb">8442ae6c</a>)</li>
<li><strong>client-workspaces-web:</strong> Added ability to enable
DeepLinking functionality on a Portal via UserSettings as well as added
support for IdentityProvider resource tagging. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/7035c56a6fa710399a805454ec925d1507e11e95">7035c56a</a>)</li>
<li><strong>client-customer-profiles:</strong> This release includes
changes to ProfileObjectType APIs, adds functionality top set and get
capacity for profile object types. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/a72bef5b5b7ca2850c2d7812a782e7b41fb60438">a72bef5b</a>)</li>
<li><strong>client-qbusiness:</strong> Allow enable/disable Q Apps when
creating/updating a Q application; Return the Q Apps enablement
information when getting a Q application. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/55c8f49bad3f4ef3c315996864220ffa50334d25">55c8f49b</a>)</li>
<li><strong>client-bedrock-runtime:</strong> Increases Converse API's
document name length (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/08e7ceb2f6555e621c456bd3d1cfdfeacf90111b">08e7ceb2</a>)</li>
<li><strong>client-ec2:</strong> Fix EC2 multi-protocol info in models.
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/3b5fb45fd2b230364e75ffb6fa472331b08341ce">3b5fb45f</a>)</li>
<li><strong>client-ssm:</strong> Add sensitive trait to SSM IPAddress
property for CloudTrail redaction (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/b4bc88d2286ea25e20b18707bab78fa68dba6b2d">b4bc88d2</a>)</li>
</ul>
<h5>Tests</h5>
<ul>
<li><strong>opsworks:</strong> remove feature tests for opsworks (<a
href="https://redirect.github.com/aws/aws-sdk-js-v3/pull/6220">#6220</a>)
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/798ea2a4c7a4e252ec5442a535ae9c8b9091dada">798ea2a4</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.603.0.zip</strong></p>
<h2>v3.602.0</h2>
<h4>3.602.0(2024-06-20)</h4>
<h5>Documentation Changes</h5>
<ul>
<li><strong>client-securityhub:</strong> Documentation updates for
Security Hub (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/e0f0232b9a8fe5d854483c25be32fd0e9a26b6d5">e0f0232b</a>)</li>
<li><strong>client-dynamodb:</strong> Doc-only update for DynamoDB.
Fixed Important note in 6 Global table APIs - CreateGlobalTable,
DescribeGlobalTable, DescribeGlobalTableSettings, ListGlobalTables,
UpdateGlobalTable, and UpdateGlobalTableSettings. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/249cd33ed59161f4d5b1efb239b6ce655e62d0db">249cd33e</a>)</li>
</ul>
<h5>New Features</h5>
<ul>
<li><strong>clients:</strong> update client endpoints as of 2024-06-20
(<a
href="https://github.com/aws/aws-sdk-js-v3/commit/f9179c6fbbf8babbea3d1fe6218440a39b250c9b">f9179c6f</a>)</li>
<li><strong>client-codeartifact:</strong> Add support for the Cargo
package format. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/6d048ab50a46c56b06cb88685336d30d0f2081ef">6d048ab5</a>)</li>
<li><strong>client-compute-optimizer:</strong> This release enables AWS
Compute Optimizer to analyze and generate optimization recommendations
for Amazon RDS MySQL and RDS PostgreSQL. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/1cf227f89097b9e4b40be9370e9a9d0588f5e4ac">1cf227f8</a>)</li>
<li><strong>client-ivs-realtime:</strong> IVS Real-Time now offers
customers the ability to record individual stage participants to S3. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/b3374d147c877fa5011951f89a314d999b8ab0fc">b3374d14</a>)</li>
<li><strong>client-cost-optimization-hub:</strong> This release enables
AWS Cost Optimization Hub to show cost optimization recommendations for
Amazon RDS MySQL and RDS PostgreSQL. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/52a0e8f8054525f71fb40da9d0b74137202c9514">52a0e8f8</a>)</li>
<li><strong>client-sagemaker:</strong> Adds support for model references
in Hub service, and adds support for cross-account access of Hubs (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/10482051cc1f13c67f077e7258571fbd0ae8f230">10482051</a>)</li>
<li><strong>client-glue:</strong> Fix Glue paginators for Jobs, JobRuns,
Triggers, Blueprints and Workflows. (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/8741cd4af5ae92ff4566cbea275a6647559d37c0">8741cd4a</a>)</li>
<li><strong>client-bedrock-runtime:</strong> This release adds document
support to Converse and ConverseStream APIs (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/7f5bfb9e206cd3c529b3a18ac1a51dff54526172">7f5bfb9e</a>)</li>
</ul>
<hr />
<p>For list of updated packages, view
<strong>updated-packages.md</strong> in
<strong>assets-3.602.0.zip</strong></p>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/aws/aws-sdk-js-v3/blob/main/clients/client-ssm/CHANGELOG.md"><code>@​aws-sdk/client-ssm</code>'s
changelog</a>.</em></p>
<blockquote>
<h1><a
href="https://github.com/aws/aws-sdk-js-v3/compare/v3.602.0...v3.603.0">3.603.0</a>
(2024-06-24)</h1>
<h3>Features</h3>
<ul>
<li><strong>client-ssm:</strong> Add sensitive trait to SSM IPAddress
property for CloudTrail redaction (<a
href="https://github.com/aws/aws-sdk-js-v3/commit/b4bc88d2286ea25e20b18707bab78fa68dba6b2d">b4bc88d</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/9a81a6e845015583b137710dc63d76a1d9553c96"><code>9a81a6e</code></a>
Publish v3.603.0</li>
<li><a
href="https://github.com/aws/aws-sdk-js-v3/commit/b4bc88d2286ea25e20b18707bab78fa68dba6b2d"><code>b4bc88d</code></a>
feat(client-ssm): Add sensitive trait to SSM IPAddress property for
CloudTrai...</li>
<li>See full diff in <a
href="https://github.com/aws/aws-sdk-js-v3/commits/v3.603.0/clients/client-ssm">compare
view</a></li>
</ul>
</details>
<br />


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 <dependency name> major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will
remove the ignore condition of the specified dependency and ignore
conditions


</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…#3946)

Bumps
[peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request)
from 6.0.5 to 6.1.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/peter-evans/create-pull-request/releases">peter-evans/create-pull-request's
releases</a>.</em></p>
<blockquote>
<h2>Create Pull Request v6.1.0</h2>
<p>✨ Adds <code>pull-request-branch</code> as an action output.</p>
<h2>What's Changed</h2>
<ul>
<li>build(deps): bump undici from 6.14.1 to 6.15.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/2873">peter-evans/create-pull-request#2873</a></li>
<li>Update distribution by <a
href="https://github.com/actions-bot"><code>@​actions-bot</code></a> in
<a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/2878">peter-evans/create-pull-request#2878</a></li>
<li>build(deps-dev): bump <code>@​types/node</code> from 18.19.31 to
18.19.32 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/2884">peter-evans/create-pull-request#2884</a></li>
<li>build(deps-dev): bump <code>@​types/node</code> from 18.19.32 to
18.19.33 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/2890">peter-evans/create-pull-request#2890</a></li>
<li>build(deps-dev): bump ts-jest from 29.1.2 to 29.1.3 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/2892">peter-evans/create-pull-request#2892</a></li>
<li>build(deps): bump undici from 6.15.0 to 6.18.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/2891">peter-evans/create-pull-request#2891</a></li>
<li>Update distribution by <a
href="https://github.com/actions-bot"><code>@​actions-bot</code></a> in
<a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/2907">peter-evans/create-pull-request#2907</a></li>
<li>build(deps): bump undici from 6.18.0 to 6.18.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/2913">peter-evans/create-pull-request#2913</a></li>
<li>build(deps-dev): bump ts-jest from 29.1.3 to 29.1.4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/2914">peter-evans/create-pull-request#2914</a></li>
<li>Update distribution by <a
href="https://github.com/actions-bot"><code>@​actions-bot</code></a> in
<a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/2921">peter-evans/create-pull-request#2921</a></li>
<li>build(deps): bump undici from 6.18.1 to 6.18.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/2934">peter-evans/create-pull-request#2934</a></li>
<li>build(deps-dev): bump prettier from 3.2.5 to 3.3.0 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/2936">peter-evans/create-pull-request#2936</a></li>
<li>build(deps-dev): bump <code>@​types/node</code> from 18.19.33 to
18.19.34 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/2935">peter-evans/create-pull-request#2935</a></li>
<li>Update distribution by <a
href="https://github.com/actions-bot"><code>@​actions-bot</code></a> in
<a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/2947">peter-evans/create-pull-request#2947</a></li>
<li>build(deps-dev): bump prettier from 3.3.0 to 3.3.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/2959">peter-evans/create-pull-request#2959</a></li>
<li>build(deps-dev): bump braces from 3.0.2 to 3.0.3 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/2962">peter-evans/create-pull-request#2962</a></li>
<li>build(deps-dev): bump ws from 8.11.0 to 8.17.1 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/2970">peter-evans/create-pull-request#2970</a></li>
<li>build(deps-dev): bump ts-jest from 29.1.4 to 29.1.5 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/2975">peter-evans/create-pull-request#2975</a></li>
<li>build(deps-dev): bump <code>@​types/node</code> from 18.19.34 to
18.19.36 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/2976">peter-evans/create-pull-request#2976</a></li>
<li>build(deps): bump undici from 6.18.2 to 6.19.2 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/2977">peter-evans/create-pull-request#2977</a></li>
<li>Update distribution by <a
href="https://github.com/actions-bot"><code>@​actions-bot</code></a> in
<a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/2990">peter-evans/create-pull-request#2990</a></li>
<li>feat: add branch name output by <a
href="https://github.com/peter-evans"><code>@​peter-evans</code></a> in
<a
href="https://redirect.github.com/peter-evans/create-pull-request/pull/2995">peter-evans/create-pull-request#2995</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/peter-evans/create-pull-request/compare/v6.0.5...v6.1.0">https://github.com/peter-evans/create-pull-request/compare/v6.0.5...v6.1.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/peter-evans/create-pull-request/commit/c5a7806660adbe173f04e3e038b0ccdcd758773c"><code>c5a7806</code></a>
feat: add branch name output (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/2995">#2995</a>)</li>
<li><a
href="https://github.com/peter-evans/create-pull-request/commit/4383ba9ef00dba2e170ae6fe3eb477b6b0eafa65"><code>4383ba9</code></a>
build: update distribution (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/2990">#2990</a>)</li>
<li><a
href="https://github.com/peter-evans/create-pull-request/commit/36f7648874f472efde0769f1fee777f86161cfb4"><code>36f7648</code></a>
build(deps): bump undici from 6.18.2 to 6.19.2 (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/2977">#2977</a>)</li>
<li><a
href="https://github.com/peter-evans/create-pull-request/commit/5f7c1586fdafcea53df1c73a7e5b0a78d8e9a643"><code>5f7c158</code></a>
build(deps-dev): bump <code>@​types/node</code> from 18.19.34 to
18.19.36 (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/2976">#2976</a>)</li>
<li><a
href="https://github.com/peter-evans/create-pull-request/commit/db1713da3a7003971bce54a7a6c91de34081f726"><code>db1713d</code></a>
build(deps-dev): bump ts-jest from 29.1.4 to 29.1.5 (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/2975">#2975</a>)</li>
<li><a
href="https://github.com/peter-evans/create-pull-request/commit/ca98a71ccc705c342f8ce2da65477ee957baf25c"><code>ca98a71</code></a>
build(deps-dev): bump ws from 8.11.0 to 8.17.1 (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/2970">#2970</a>)</li>
<li><a
href="https://github.com/peter-evans/create-pull-request/commit/ce008085c89860856de52c613ad894311f83c931"><code>ce00808</code></a>
build(deps-dev): bump braces from 3.0.2 to 3.0.3 (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/2962">#2962</a>)</li>
<li><a
href="https://github.com/peter-evans/create-pull-request/commit/7318c0b7b6c557038902b1096f1d79c878a561bc"><code>7318c0b</code></a>
build(deps-dev): bump prettier from 3.3.0 to 3.3.2 (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/2959">#2959</a>)</li>
<li><a
href="https://github.com/peter-evans/create-pull-request/commit/e30bbbb3c94577a6d7716b09e7b77102d2f28ac3"><code>e30bbbb</code></a>
build: update distribution (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/2947">#2947</a>)</li>
<li><a
href="https://github.com/peter-evans/create-pull-request/commit/bad19b8e0bdb4a23e0fd723a76aa449674746ee4"><code>bad19b8</code></a>
build(deps-dev): bump <code>@​types/node</code> from 18.19.33 to
18.19.34 (<a
href="https://redirect.github.com/peter-evans/create-pull-request/issues/2935">#2935</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/peter-evans/create-pull-request/compare/6d6857d36972b65feb161a90e484f2984215f83e...c5a7806660adbe173f04e3e038b0ccdcd758773c">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=peter-evans/create-pull-request&package-manager=github_actions&previous-version=6.0.5&new-version=6.1.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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4
to 4.1.7.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/checkout/releases">actions/checkout's
releases</a>.</em></p>
<blockquote>
<h2>v4.1.7</h2>
<h2>What's Changed</h2>
<ul>
<li>Bump the minor-npm-dependencies group across 1 directory with 4
updates by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1739">actions/checkout#1739</a></li>
<li>Bump actions/checkout from 3 to 4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1697">actions/checkout#1697</a></li>
<li>Check out other refs/* by commit by <a
href="https://github.com/orhantoy"><code>@​orhantoy</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1774">actions/checkout#1774</a></li>
<li>Pin actions/checkout's own workflows to a known, good, stable
version. by <a href="https://github.com/jww3"><code>@​jww3</code></a> in
<a
href="https://redirect.github.com/actions/checkout/pull/1776">actions/checkout#1776</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/orhantoy"><code>@​orhantoy</code></a>
made their first contribution in <a
href="https://redirect.github.com/actions/checkout/pull/1774">actions/checkout#1774</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/checkout/compare/v4.1.6...v4.1.7">https://github.com/actions/checkout/compare/v4.1.6...v4.1.7</a></p>
<h2>v4.1.6</h2>
<h2>What's Changed</h2>
<ul>
<li>Check platform to set archive extension appropriately by <a
href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
<a
href="https://redirect.github.com/actions/checkout/pull/1732">actions/checkout#1732</a></li>
<li>Update for 4.1.6 release by <a
href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
<a
href="https://redirect.github.com/actions/checkout/pull/1733">actions/checkout#1733</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/checkout/compare/v4.1.5...v4.1.6">https://github.com/actions/checkout/compare/v4.1.5...v4.1.6</a></p>
<h2>v4.1.5</h2>
<h2>What's Changed</h2>
<ul>
<li>Update NPM dependencies by <a
href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
<a
href="https://redirect.github.com/actions/checkout/pull/1703">actions/checkout#1703</a></li>
<li>Bump github/codeql-action from 2 to 3 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1694">actions/checkout#1694</a></li>
<li>Bump actions/setup-node from 1 to 4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1696">actions/checkout#1696</a></li>
<li>Bump actions/upload-artifact from 2 to 4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1695">actions/checkout#1695</a></li>
<li>README: Suggest <code>user.email</code> to be
<code>41898282+github-actions[bot]@users.noreply.github.com</code> by <a
href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
<a
href="https://redirect.github.com/actions/checkout/pull/1707">actions/checkout#1707</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/checkout/compare/v4.1.4...v4.1.5">https://github.com/actions/checkout/compare/v4.1.4...v4.1.5</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/actions/checkout/blob/main/CHANGELOG.md">actions/checkout's
changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<h2>v4.1.7</h2>
<ul>
<li>Bump the minor-npm-dependencies group across 1 directory with 4
updates by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1739">actions/checkout#1739</a></li>
<li>Bump actions/checkout from 3 to 4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1697">actions/checkout#1697</a></li>
<li>Check out other refs/* by commit by <a
href="https://github.com/orhantoy"><code>@​orhantoy</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1774">actions/checkout#1774</a></li>
<li>Pin actions/checkout's own workflows to a known, good, stable
version. by <a href="https://github.com/jww3"><code>@​jww3</code></a> in
<a
href="https://redirect.github.com/actions/checkout/pull/1776">actions/checkout#1776</a></li>
</ul>
<h2>v4.1.6</h2>
<ul>
<li>Check platform to set archive extension appropriately by <a
href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
<a
href="https://redirect.github.com/actions/checkout/pull/1732">actions/checkout#1732</a></li>
</ul>
<h2>v4.1.5</h2>
<ul>
<li>Update NPM dependencies by <a
href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
<a
href="https://redirect.github.com/actions/checkout/pull/1703">actions/checkout#1703</a></li>
<li>Bump github/codeql-action from 2 to 3 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1694">actions/checkout#1694</a></li>
<li>Bump actions/setup-node from 1 to 4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1696">actions/checkout#1696</a></li>
<li>Bump actions/upload-artifact from 2 to 4 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1695">actions/checkout#1695</a></li>
<li>README: Suggest <code>user.email</code> to be
<code>41898282+github-actions[bot]@users.noreply.github.com</code> by <a
href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
<a
href="https://redirect.github.com/actions/checkout/pull/1707">actions/checkout#1707</a></li>
</ul>
<h2>v4.1.4</h2>
<ul>
<li>Disable <code>extensions.worktreeConfig</code> when disabling
<code>sparse-checkout</code> by <a
href="https://github.com/jww3"><code>@​jww3</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1692">actions/checkout#1692</a></li>
<li>Add dependabot config by <a
href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
<a
href="https://redirect.github.com/actions/checkout/pull/1688">actions/checkout#1688</a></li>
<li>Bump the minor-actions-dependencies group with 2 updates by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1693">actions/checkout#1693</a></li>
<li>Bump word-wrap from 1.2.3 to 1.2.5 by <a
href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1643">actions/checkout#1643</a></li>
</ul>
<h2>v4.1.3</h2>
<ul>
<li>Check git version before attempting to disable
<code>sparse-checkout</code> by <a
href="https://github.com/jww3"><code>@​jww3</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1656">actions/checkout#1656</a></li>
<li>Add SSH user parameter by <a
href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
<a
href="https://redirect.github.com/actions/checkout/pull/1685">actions/checkout#1685</a></li>
<li>Update <code>actions/checkout</code> version in
<code>update-main-version.yml</code> by <a
href="https://github.com/jww3"><code>@​jww3</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1650">actions/checkout#1650</a></li>
</ul>
<h2>v4.1.2</h2>
<ul>
<li>Fix: Disable sparse checkout whenever <code>sparse-checkout</code>
option is not present <a
href="https://github.com/dscho"><code>@​dscho</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1598">actions/checkout#1598</a></li>
</ul>
<h2>v4.1.1</h2>
<ul>
<li>Correct link to GitHub Docs by <a
href="https://github.com/peterbe"><code>@​peterbe</code></a> in <a
href="https://redirect.github.com/actions/checkout/pull/1511">actions/checkout#1511</a></li>
<li>Link to release page from what's new section by <a
href="https://github.com/cory-miller"><code>@​cory-miller</code></a> in
<a
href="https://redirect.github.com/actions/checkout/pull/1514">actions/checkout#1514</a></li>
</ul>
<h2>v4.1.0</h2>
<ul>
<li><a href="https://redirect.github.com/actions/checkout/pull/1396">Add
support for partial checkout filters</a></li>
</ul>
<h2>v4.0.0</h2>
<ul>
<li><a
href="https://redirect.github.com/actions/checkout/pull/1067">Support
fetching without the --progress option</a></li>
<li><a
href="https://redirect.github.com/actions/checkout/pull/1436">Update to
node20</a></li>
</ul>
<h2>v3.6.0</h2>
<ul>
<li><a
href="https://redirect.github.com/actions/checkout/pull/1377">Fix: Mark
test scripts with Bash'isms to be run via Bash</a></li>
<li><a href="https://redirect.github.com/actions/checkout/pull/579">Add
option to fetch tags even if fetch-depth &gt; 0</a></li>
</ul>
<h2>v3.5.3</h2>
<ul>
<li><a
href="https://redirect.github.com/actions/checkout/pull/1196">Fix:
Checkout fail in self-hosted runners when faulty submodule are
checked-in</a></li>
<li><a href="https://redirect.github.com/actions/checkout/pull/1287">Fix
typos found by codespell</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/actions/checkout/commit/692973e3d937129bcbf40652eb9f2f61becf3332"><code>692973e</code></a>
Prepare 4.1.7 release (<a
href="https://redirect.github.com/actions/checkout/issues/1775">#1775</a>)</li>
<li><a
href="https://github.com/actions/checkout/commit/6ccd57f4c5d15bdc2fef309bd9fb6cc9db2ef1c6"><code>6ccd57f</code></a>
Pin actions/checkout's own workflows to a known, good, stable version.
(<a
href="https://redirect.github.com/actions/checkout/issues/1776">#1776</a>)</li>
<li><a
href="https://github.com/actions/checkout/commit/b17fe1e4d59a9d1d95a7aead5e6fcd13e50939a5"><code>b17fe1e</code></a>
Handle hidden refs (<a
href="https://redirect.github.com/actions/checkout/issues/1774">#1774</a>)</li>
<li><a
href="https://github.com/actions/checkout/commit/b80ff79f1755d06ba70441c368a6fe801f5f3a62"><code>b80ff79</code></a>
Bump actions/checkout from 3 to 4 (<a
href="https://redirect.github.com/actions/checkout/issues/1697">#1697</a>)</li>
<li><a
href="https://github.com/actions/checkout/commit/b1ec3021b8fa02164da82ca1557d017d83b0e179"><code>b1ec302</code></a>
Bump the minor-npm-dependencies group across 1 directory with 4 updates
(<a
href="https://redirect.github.com/actions/checkout/issues/1739">#1739</a>)</li>
<li><a
href="https://github.com/actions/checkout/commit/a5ac7e51b41094c92402da3b24376905380afc29"><code>a5ac7e5</code></a>
Update for 4.1.6 release (<a
href="https://redirect.github.com/actions/checkout/issues/1733">#1733</a>)</li>
<li><a
href="https://github.com/actions/checkout/commit/24ed1a352802348c9e4e8d13de9177fb95b537ba"><code>24ed1a3</code></a>
Check platform for extension (<a
href="https://redirect.github.com/actions/checkout/issues/1732">#1732</a>)</li>
<li><a
href="https://github.com/actions/checkout/commit/44c2b7a8a4ea60a981eaca3cf939b5f4305c123b"><code>44c2b7a</code></a>
README: Suggest <code>user.email</code> to be
`41898282+github-actions[bot]<a
href="https://github.com/users"><code>@​users</code></a>.norepl...</li>
<li><a
href="https://github.com/actions/checkout/commit/8459bc0c7e3759cdf591f513d9f141a95fef0a8f"><code>8459bc0</code></a>
Bump actions/upload-artifact from 2 to 4 (<a
href="https://redirect.github.com/actions/checkout/issues/1695">#1695</a>)</li>
<li><a
href="https://github.com/actions/checkout/commit/3f603f6d5e9f40714f97b2f017aa0df2a443192a"><code>3f603f6</code></a>
Bump actions/setup-node from 1 to 4 (<a
href="https://redirect.github.com/actions/checkout/issues/1696">#1696</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/actions/checkout/compare/0ad4b8fadaa221de15dcec353f45205ec38ea70b...692973e3d937129bcbf40652eb9f2f61becf3332">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout&package-manager=github_actions&previous-version=4.1.4&new-version=4.1.7)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps
[terraform-docs/gh-actions](https://github.com/terraform-docs/gh-actions)
from 1.1.0 to 1.2.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/terraform-docs/gh-actions/releases">terraform-docs/gh-actions's
releases</a>.</em></p>
<blockquote>
<h2>v1.2.0</h2>
<h2>What’s Changed</h2>
<ul>
<li>chore: prepare release v1.2.0 (<a
href="https://redirect.github.com/terraform-docs/gh-actions/issues/131">#131</a>)
<a href="https://github.com/khos2ow"><code>@​khos2ow</code></a></li>
<li>feat: install yq directly from alpine without extra repo (<a
href="https://redirect.github.com/terraform-docs/gh-actions/issues/127">#127</a>)
<a href="https://github.com/khos2ow"><code>@​khos2ow</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/terraform-docs/gh-actions/commit/e47bfa196e79fa50987ef391be236d9d97b0c786"><code>e47bfa1</code></a>
Merge pull request <a
href="https://redirect.github.com/terraform-docs/gh-actions/issues/131">#131</a>
from terraform-docs/release/v1.2.0</li>
<li><a
href="https://github.com/terraform-docs/gh-actions/commit/4a2bc35cedbfafe06d56d97649155c3a5c779f2f"><code>4a2bc35</code></a>
chore: bump terraform-docs to v0.18.0</li>
<li><a
href="https://github.com/terraform-docs/gh-actions/commit/e6802ee1ae2e01290fffe53088f9486b2f98a341"><code>e6802ee</code></a>
chore: prepare release v1.2.0</li>
<li><a
href="https://github.com/terraform-docs/gh-actions/commit/62a6cc597a9a2ee6953471d4c9cc1668c66ebf36"><code>62a6cc5</code></a>
Merge pull request <a
href="https://redirect.github.com/terraform-docs/gh-actions/issues/127">#127</a>
from khos2ow/alpine-yq</li>
<li><a
href="https://github.com/terraform-docs/gh-actions/commit/e5c8e6f6b589d3f6cfb59b54bae7de7430a13d2f"><code>e5c8e6f</code></a>
feat: install yq directly from alpine without extra repo</li>
<li><a
href="https://github.com/terraform-docs/gh-actions/commit/5f140e31ed407eaf17038d2c1104b5555a32b1d7"><code>5f140e3</code></a>
chore: update action image to edge</li>
<li>See full diff in <a
href="https://github.com/terraform-docs/gh-actions/compare/7a62208a0090636af2df1b739da46d27fd90bdc6...e47bfa196e79fa50987ef391be236d9d97b0c786">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=terraform-docs/gh-actions&package-manager=github_actions&previous-version=1.1.0&new-version=1.2.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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…1.0 to 4.1.1 (#3917)

Bumps
[google-github-actions/release-please-action](https://github.com/google-github-actions/release-please-action)
from 4.1.0 to 4.1.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/google-github-actions/release-please-action/releases">google-github-actions/release-please-action's
releases</a>.</em></p>
<blockquote>
<h2>v4.1.1</h2>
<h2><a
href="https://github.com/google-github-actions/release-please-action/compare/v4.1.0...v4.1.1">4.1.1</a>
(2024-05-13)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>add deprecation warning to workflow run (<a
href="https://redirect.github.com/google-github-actions/release-please-action/issues/1">#1</a>)
(<a
href="https://github.com/google-github-actions/release-please-action/commit/edb78cf884d22d5d991d94144d031fce49cadbea">edb78cf</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/google-github-actions/release-please-action/blob/main/CHANGELOG.md">google-github-actions/release-please-action's
changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<h2><a
href="https://github.com/google-github-actions/release-please-action/compare/v4.1.0...v4.1.1">4.1.1</a>
(2024-05-13)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>add deprecation warning to workflow run (<a
href="https://redirect.github.com/google-github-actions/release-please-action/issues/1">#1</a>)
(<a
href="https://github.com/google-github-actions/release-please-action/commit/edb78cf884d22d5d991d94144d031fce49cadbea">edb78cf</a>)</li>
</ul>
<h2><a
href="https://github.com/google-github-actions/release-please-action/compare/v4.0.3...v4.1.0">4.1.0</a>
(2024-03-11)</h2>
<h3>Features</h3>
<ul>
<li>add <code>changelog-host</code> input to <code>action.yml</code> (<a
href="https://redirect.github.com/google-github-actions/release-please-action/issues/948">#948</a>)
(<a
href="https://github.com/google-github-actions/release-please-action/commit/863b06fd1cd7f36c1d74d697ddebe3cf5be4c6b0">863b06f</a>)</li>
</ul>
<h2><a
href="https://github.com/google-github-actions/release-please-action/compare/v4.0.2...v4.0.3">4.0.3</a>
(2024-03-11)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>bump release-please from 16.5.0 to 16.10.0 (<a
href="https://redirect.github.com/google-github-actions/release-please-action/issues/953">#953</a>)
(<a
href="https://github.com/google-github-actions/release-please-action/commit/d7e88e0fd9e1a56d1075f610183d571f8347ff9b">d7e88e0</a>)</li>
</ul>
<h2><a
href="https://github.com/google-github-actions/release-please-action/compare/v4.0.1...v4.0.2">4.0.2</a>
(2023-12-18)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>bump release-please from 16.4.0 to 16.5.0 (<a
href="https://redirect.github.com/google-github-actions/release-please-action/issues/905">#905</a>)
(<a
href="https://github.com/google-github-actions/release-please-action/commit/df719633a752e335dfde3e62e037315a25ecf6fc">df71963</a>)</li>
<li>log release-please version (<a
href="https://redirect.github.com/google-github-actions/release-please-action/issues/910">#910</a>)
(<a
href="https://github.com/google-github-actions/release-please-action/commit/2a496d1db5f8860ae46f6066f5dcb73490a99d02">2a496d1</a>),
closes <a
href="https://redirect.github.com/google-github-actions/release-please-action/issues/325">#325</a></li>
</ul>
<h2><a
href="https://github.com/google-github-actions/release-please-action/compare/v4.0.0...v4.0.1">4.0.1</a>
(2023-12-07)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>bump release-please from 16.3.1 to 16.4.0 (<a
href="https://redirect.github.com/google-github-actions/release-please-action/issues/897">#897</a>)
(<a
href="https://github.com/google-github-actions/release-please-action/commit/2463dad9b20163a40708db720b9fde34c2a2ab0e">2463dad</a>)</li>
</ul>
<h2><a
href="https://github.com/google-github-actions/release-please-action/compare/v3.7.13...v4.0.0">4.0.0</a>
(2023-12-01)</h2>
<h3>⚠ BREAKING CHANGES</h3>
<ul>
<li>remove most configuration options in favor of manifest configuration
to configure the release-please-action</li>
<li>rewrite in typescript</li>
<li>remove command option in favor of setting <code>release-type</code>
and
<code>skip-github-release</code>/<code>skip-github-pull-request</code></li>
<li>run on node20</li>
<li><strong>deps:</strong> upgrade release-please to v16</li>
<li>v4 release</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/google-github-actions/release-please-action/commit/e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee"><code>e4dc86b</code></a>
chore(main): release 4.1.1 (<a
href="https://redirect.github.com/google-github-actions/release-please-action/issues/8">#8</a>)</li>
<li><a
href="https://github.com/google-github-actions/release-please-action/commit/db75dc83dd46c50685d50016ec9e2ca26e53ecfc"><code>db75dc8</code></a>
build: skip fork for release-please PR (<a
href="https://redirect.github.com/google-github-actions/release-please-action/issues/7">#7</a>)</li>
<li><a
href="https://github.com/google-github-actions/release-please-action/commit/31aa19d26044c9331231432354043a78d9ca7e5e"><code>31aa19d</code></a>
chore: build dist (<a
href="https://redirect.github.com/google-github-actions/release-please-action/issues/6">#6</a>)</li>
<li><a
href="https://github.com/google-github-actions/release-please-action/commit/04f3fd92940df97cb108bce25c6a2cef59b8b4b0"><code>04f3fd9</code></a>
build: push to main repo (<a
href="https://redirect.github.com/google-github-actions/release-please-action/issues/5">#5</a>)</li>
<li><a
href="https://github.com/google-github-actions/release-please-action/commit/64ab1577606187bdf7754be23cbb09c74e2f392e"><code>64ab157</code></a>
build: use a -legacy suffix for the fork name from this repository (<a
href="https://redirect.github.com/google-github-actions/release-please-action/issues/4">#4</a>)</li>
<li><a
href="https://github.com/google-github-actions/release-please-action/commit/edb78cf884d22d5d991d94144d031fce49cadbea"><code>edb78cf</code></a>
fix: add deprecation warning to workflow run (<a
href="https://redirect.github.com/google-github-actions/release-please-action/issues/1">#1</a>)</li>
<li>See full diff in <a
href="https://github.com/google-github-actions/release-please-action/compare/a37ac6e4f6449ce8b3f7607e4d97d0146028dc0b...e4dc86ba9405554aeba3c6bb2d169500e7d3b4ee">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=google-github-actions/release-please-action&package-manager=github_actions&previous-version=4.1.0&new-version=4.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR 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>

> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Automated changes by
[create-pull-request](https://github.com/peter-evans/create-pull-request)
GitHub action

---------

Co-authored-by: npalm <[email protected]>
Co-authored-by: Niek Palm <[email protected]>
Co-authored-by: forest-pr|bot <forest-pr[bot]@users.noreply.github.com>
🤖 I have created a release *beep* *boop*
---


##
[5.12.0](philips-labs/terraform-aws-github-runner@v5.11.0...v5.12.0)
(2024-06-28)


### Features

* add support for matcher config tiering options
([#3953](https://github.com/philips-labs/terraform-aws-github-runner/issues/3953))
([5f9d9eb](philips-labs/terraform-aws-github-runner@5f9d9eb))
* **lambda:** add option to define explicit lambda tags
([#3934](https://github.com/philips-labs/terraform-aws-github-runner/issues/3934))
([7e98943](philips-labs/terraform-aws-github-runner@7e98943))


### Bug Fixes

* **lambda:** bump braces from 3.0.2 to 3.0.3 in /lambdas
([#3944](https://github.com/philips-labs/terraform-aws-github-runner/issues/3944))
([1aef82b](philips-labs/terraform-aws-github-runner@1aef82b))
* **lambda:** bump the aws group across 1 directory with 2 updates
([#3955](https://github.com/philips-labs/terraform-aws-github-runner/issues/3955))
([2e094cf](philips-labs/terraform-aws-github-runner@2e094cf))
* **lambda:** bump the aws group across 1 directory with 6 updates
([#3949](https://github.com/philips-labs/terraform-aws-github-runner/issues/3949))
([76fe9af](philips-labs/terraform-aws-github-runner@76fe9af))
* **webhook:** Don't log warning when secondary job queue is empty
([#3942](https://github.com/philips-labs/terraform-aws-github-runner/issues/3942))
([ef25bd4](philips-labs/terraform-aws-github-runner@ef25bd4))
* **webhook:** Don't set `${SQS_WORKFLOW_JOB_QUEUE}` to empty string
([#3943](https://github.com/philips-labs/terraform-aws-github-runner/issues/3943))
([6c48dff](philips-labs/terraform-aws-github-runner@6c48dff))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: forest-releaser[bot] <80285352+forest-releaser[bot]@users.noreply.github.com>
Co-authored-by: forest-pr|bot <forest-pr[bot]@users.noreply.github.com>
Co-authored-by: Niek Palm <[email protected]>
…#3962)

In case the AMI ID Parameter was set to something that did not exist, it
would produce an obscure error: "message": "Ignoring error:
UnknownError".
Now it produces better error messages:
"message": "Ignoring error: Error: Failed to lookup runner AMI ID from
SSM parameter:
/github-action-runners/staging/ubuntu-x64/runners/config/ami-id,\n
ParameterNotFound: UnknownError",


Signed-off-by: Brend Smits <[email protected]>

Signed-off-by: Brend Smits <[email protected]>
….5.3 (#3960)

Bumps
[amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request)
from 5.5.2 to 5.5.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/amannn/action-semantic-pull-request/releases">amannn/action-semantic-pull-request's
releases</a>.</em></p>
<blockquote>
<h2>v5.5.3</h2>
<h2><a
href="https://github.com/amannn/action-semantic-pull-request/compare/v5.5.2...v5.5.3">5.5.3</a>
(2024-06-28)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Bump <code>braces</code> dependency (<a
href="https://redirect.github.com/amannn/action-semantic-pull-request/issues/269">#269</a>.
by <a href="https://github.com/EelcoLos"><code>@​EelcoLos</code></a>)
(<a
href="https://github.com/amannn/action-semantic-pull-request/commit/2d952a1bf90a6a7ab8f0293dc86f5fdf9acb1915">2d952a1</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md">amannn/action-semantic-pull-request's
changelog</a>.</em></p>
<blockquote>
<h1>Changelog</h1>
<h2><a
href="https://github.com/amannn/action-semantic-pull-request/compare/v5.5.2...v5.5.3">5.5.3</a>
(2024-06-28)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Bump <code>braces</code> dependency (<a
href="https://redirect.github.com/amannn/action-semantic-pull-request/issues/269">#269</a>.
by <a href="https://github.com/EelcoLos"><code>@​EelcoLos</code></a>)
(<a
href="https://github.com/amannn/action-semantic-pull-request/commit/2d952a1bf90a6a7ab8f0293dc86f5fdf9acb1915">2d952a1</a>)</li>
</ul>
<h2><a
href="https://github.com/amannn/action-semantic-pull-request/compare/v5.5.1...v5.5.2">5.5.2</a>
(2024-04-24)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Bump tar from 6.1.11 to 6.2.1 (<a
href="https://redirect.github.com/amannn/action-semantic-pull-request/issues/262">#262</a>
by <a href="https://github.com/EelcoLos"><code>@​EelcoLos</code></a>)
(<a
href="https://github.com/amannn/action-semantic-pull-request/commit/9a90d5a5ac979326e3bb9272750cdd4f192ce24a">9a90d5a</a>)</li>
</ul>
<h2><a
href="https://github.com/amannn/action-semantic-pull-request/compare/v5.5.0...v5.5.1">5.5.1</a>
(2024-04-24)</h2>
<h3>Bug Fixes</h3>
<ul>
<li>Bump ip from 2.0.0 to 2.0.1 (<a
href="https://redirect.github.com/amannn/action-semantic-pull-request/issues/263">#263</a>
by <a href="https://github.com/EelcoLos"><code>@​EelcoLos</code></a>)
(<a
href="https://github.com/amannn/action-semantic-pull-request/commit/5e7e9acca3ddc6a9d7b640fe1f905c4fff131f4a">5e7e9ac</a>)</li>
</ul>
<h2><a
href="https://github.com/amannn/action-semantic-pull-request/compare/v5.4.0...v5.5.0">5.5.0</a>
(2024-04-23)</h2>
<h3>Features</h3>
<ul>
<li>Add outputs for <code>type</code>, <code>scope</code> and
<code>subject</code> (<a
href="https://redirect.github.com/amannn/action-semantic-pull-request/issues/261">#261</a>
by <a href="https://github.com/bcaurel"><code>@​bcaurel</code></a>) (<a
href="https://github.com/amannn/action-semantic-pull-request/commit/b05f5f6423ef5cdfc7fdff00c4c10dd9a4f54aff">b05f5f6</a>)</li>
</ul>
<h2><a
href="https://github.com/amannn/action-semantic-pull-request/compare/v5.3.0...v5.4.0">5.4.0</a>
(2023-11-03)</h2>
<h3>Features</h3>
<ul>
<li>Use <code>github.api_url</code> as default for
<code>githubBaseUrl</code> (<a
href="https://redirect.github.com/amannn/action-semantic-pull-request/issues/243">#243</a>
by <a href="https://github.com/fty4"><code>@​fty4</code></a>) (<a
href="https://github.com/amannn/action-semantic-pull-request/commit/4d5734a0a29e548daecc9e7bfeb9bb8b3acdee1e">4d5734a</a>)</li>
</ul>
<h2><a
href="https://github.com/amannn/action-semantic-pull-request/compare/v5.2.0...v5.3.0">5.3.0</a>
(2023-09-25)</h2>
<h3>Features</h3>
<ul>
<li>Use Node.js 20 in action (<a
href="https://redirect.github.com/amannn/action-semantic-pull-request/issues/240">#240</a>)
(<a
href="https://github.com/amannn/action-semantic-pull-request/commit/4c0d5a21fc86635c67cc57ffe89d842c34ade284">4c0d5a2</a>)</li>
</ul>
<h2><a
href="https://github.com/amannn/action-semantic-pull-request/compare/v5.1.0...v5.2.0">5.2.0</a>
(2023-03-16)</h2>
<h3>Features</h3>
<ul>
<li>Update dependencies by <a
href="https://github.com/EelcoLos"><code>@​EelcoLos</code></a> (<a
href="https://redirect.github.com/amannn/action-semantic-pull-request/issues/229">#229</a>)
(<a
href="https://github.com/amannn/action-semantic-pull-request/commit/e797448a07516738bcfdd6f26ad1d1f84c58d0cc">e797448</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/amannn/action-semantic-pull-request/commit/0723387faaf9b38adef4775cd42cfd5155ed6017"><code>0723387</code></a>
chore: Release 5.5.3 [skip ci]</li>
<li><a
href="https://github.com/amannn/action-semantic-pull-request/commit/2d952a1bf90a6a7ab8f0293dc86f5fdf9acb1915"><code>2d952a1</code></a>
fix: Bump <code>braces</code> dependency (<a
href="https://redirect.github.com/amannn/action-semantic-pull-request/issues/269">#269</a>.
by <a
href="https://github.com/EelcoLos"><code>@​EelcoLos</code></a>)</li>
<li><a
href="https://github.com/amannn/action-semantic-pull-request/commit/a663946138ae73f4864a7a8685680e3a33c0fb85"><code>a663946</code></a>
chore(deps): Bump braces from 3.0.2 to 3.0.3 (<a
href="https://redirect.github.com/amannn/action-semantic-pull-request/issues/269">#269</a>
by <a
href="https://github.com/EelcoLos"><code>@​EelcoLos</code></a>)</li>
<li><a
href="https://github.com/amannn/action-semantic-pull-request/commit/e32d7e603df1aa1ba07e981f2a23455dee596825"><code>e32d7e6</code></a>
chore: Update major tag (<a
href="https://redirect.github.com/amannn/action-semantic-pull-request/issues/268">#268</a>
by <a
href="https://github.com/gustavkj"><code>@​gustavkj</code></a>)</li>
<li>See full diff in <a
href="https://github.com/amannn/action-semantic-pull-request/compare/cfb60706e18bc85e8aec535e3c577abe8f70378e...0723387faaf9b38adef4775cd42cfd5155ed6017">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=amannn/action-semantic-pull-request&package-manager=github_actions&previous-version=5.5.2&new-version=5.5.3)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
## Updates
- updating all npm packages
- add dependabot version ignore for updates not possible
- ockotkit rest minor update breaks the app auth #3966
- fix nx configuration

## Tests
Fresh deployment with multi-runner example
…das (#3968)

Bumps [@swc-node/register](https://github.com/swc-project/swc-node) from
1.10.0 to 1.10.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/swc-project/swc-node/releases"><code>@​swc-node/register</code>'s
releases</a>.</em></p>
<blockquote>
<h2><code>@​swc-node/register</code><a
href="https://github.com/1"><code>@​1</code></a>.10.1</h2>
<h2>What's Changed</h2>
<ul>
<li>fix: fix ts extension detect regex, close <a
href="https://redirect.github.com/swc-project/swc-node/issues/775">#775</a>
<a
href="https://redirect.github.com/swc-project/swc-node/issues/774">#774</a>
<a
href="https://redirect.github.com/swc-project/swc-node/issues/772">#772</a>
by <a href="https://github.com/yeliex"><code>@​yeliex</code></a> in <a
href="https://redirect.github.com/swc-project/swc-node/pull/777">swc-project/swc-node#777</a></li>
<li>doc: update readme by <a
href="https://github.com/yeliex"><code>@​yeliex</code></a> in <a
href="https://redirect.github.com/swc-project/swc-node/pull/778">swc-project/swc-node#778</a></li>
<li>fix(esm-resolver): only return early if the specifier is an
unsupported file by <a
href="https://github.com/fargito"><code>@​fargito</code></a> in <a
href="https://redirect.github.com/swc-project/swc-node/pull/789">swc-project/swc-node#789</a></li>
<li>fix(register): ts files extension resolve by <a
href="https://github.com/Brooooooklyn"><code>@​Brooooooklyn</code></a>
in <a
href="https://redirect.github.com/swc-project/swc-node/pull/793">swc-project/swc-node#793</a></li>
<li>fix(register): do not send undefined source code for compilation by
<a href="https://github.com/fargito"><code>@​fargito</code></a> in <a
href="https://redirect.github.com/swc-project/swc-node/pull/797">swc-project/swc-node#797</a></li>
<li>refactor(core): use oxc-resolver by <a
href="https://github.com/Brooooooklyn"><code>@​Brooooooklyn</code></a>
in <a
href="https://redirect.github.com/swc-project/swc-node/pull/798">swc-project/swc-node#798</a></li>
<li>fix(register): tsx file by <a
href="https://github.com/Brooooooklyn"><code>@​Brooooooklyn</code></a>
in <a
href="https://redirect.github.com/swc-project/swc-node/pull/800">swc-project/swc-node#800</a></li>
<li>fix(register): file path with query by <a
href="https://github.com/Brooooooklyn"><code>@​Brooooooklyn</code></a>
in <a
href="https://redirect.github.com/swc-project/swc-node/pull/801">swc-project/swc-node#801</a></li>
<li>fix(register): ensure TS compiler option to SWC config transformer
respects inline source map option by <a
href="https://github.com/behroozk"><code>@​behroozk</code></a> in <a
href="https://redirect.github.com/swc-project/swc-node/pull/726">swc-project/swc-node#726</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/fargito"><code>@​fargito</code></a> made
their first contribution in <a
href="https://redirect.github.com/swc-project/swc-node/pull/789">swc-project/swc-node#789</a></li>
<li><a href="https://github.com/behroozk"><code>@​behroozk</code></a>
made their first contribution in <a
href="https://redirect.github.com/swc-project/swc-node/pull/726">swc-project/swc-node#726</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]">https://github.com/swc-project/swc-node/compare/<code>@​swc-node/register</code><code>@​1.9.1...</code><code>@​swc-node/register</code><code>@​1.10.1</code></a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/swc-project/swc-node/commit/41a6d1cb78c6cff93d21e438d81786eef377f0ad"><code>41a6d1c</code></a>
chore(release): publish</li>
<li><a
href="https://github.com/swc-project/swc-node/commit/a4a68320ef03385fab8d1f0b32203ad14c887590"><code>a4a6832</code></a>
fix(register): resolve builtin modules without node: protocal (<a
href="https://redirect.github.com/swc-project/swc-node/issues/803">#803</a>)</li>
<li><a
href="https://github.com/swc-project/swc-node/commit/3586b0ad22fe69514707103540edfd7e16894ba7"><code>3586b0a</code></a>
chore(release): publish</li>
<li><a
href="https://github.com/swc-project/swc-node/commit/ae5024c8f28684e88ab99fdb925178223542aa6f"><code>ae5024c</code></a>
ci: update pnpm action</li>
<li><a
href="https://github.com/swc-project/swc-node/commit/59f2d99aa0f8d4ebe67d2b5b792e28c811b82420"><code>59f2d99</code></a>
fix(register): ensure TS compiler option to SWC config transformer
respects i...</li>
<li><a
href="https://github.com/swc-project/swc-node/commit/9e53df0c40cc443820352098602a61f7a39e1330"><code>9e53df0</code></a>
fix(register): file path with query (<a
href="https://redirect.github.com/swc-project/swc-node/issues/801">#801</a>)</li>
<li><a
href="https://github.com/swc-project/swc-node/commit/1071d8d8f55e42822556ad0f16e14a7562242073"><code>1071d8d</code></a>
fix(register): tsx file (<a
href="https://redirect.github.com/swc-project/swc-node/issues/800">#800</a>)</li>
<li><a
href="https://github.com/swc-project/swc-node/commit/714d3f2012a24bb9f3a056ffbc4d4df451ae5510"><code>714d3f2</code></a>
refactor(core): use oxc-resolver (<a
href="https://redirect.github.com/swc-project/swc-node/issues/798">#798</a>)</li>
<li><a
href="https://github.com/swc-project/swc-node/commit/3499611349c3bff2ab9d0eef7cb27b118f5305bf"><code>3499611</code></a>
fix(register): do not send undefined source code for compilation (<a
href="https://redirect.github.com/swc-project/swc-node/issues/797">#797</a>)</li>
<li>See full diff in <a
href="https://github.com/swc-project/swc-node/compare/@swc-node/[email protected]...@swc-node/[email protected]">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@swc-node/register&package-manager=npm_and_yarn&previous-version=1.10.0&new-version=1.10.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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
🤖 I have created a release *beep* *boop*
---


##
[5.12.1](philips-labs/terraform-aws-github-runner@v5.12.0...v5.12.1)
(2024-07-05)


### Bug Fixes

* dependency updates lambda
([#3965](https://github.com/philips-labs/terraform-aws-github-runner/issues/3965))
([a6df2b6](philips-labs/terraform-aws-github-runner@a6df2b6))
* improve logging when there is an error retrieving ssm parameters
([#3962](https://github.com/philips-labs/terraform-aws-github-runner/issues/3962))
([1498c8c](philips-labs/terraform-aws-github-runner@1498c8c))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: forest-releaser[bot] <80285352+forest-releaser[bot]@users.noreply.github.com>
Bumps [@nx/js](https://github.com/nrwl/nx/tree/HEAD/packages/js) from
19.4.0 to 19.4.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/nrwl/nx/releases"><code>@​nx/js</code>'s
releases</a>.</em></p>
<blockquote>
<h2>19.4.1 (2024-07-05)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>graph:</strong> add copy button for entire target
configuration (<a
href="https://redirect.github.com/nrwl/nx/pull/26284">#26284</a>)</li>
<li><strong>nx-dev:</strong> update next to fix img fetchpriority error
(<a
href="https://redirect.github.com/nrwl/nx/pull/26766">#26766</a>)</li>
<li><strong>react-native:</strong> update react-native-svg to 15.3.0 (<a
href="https://redirect.github.com/nrwl/nx/pull/26827">#26827</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>core:</strong> cannot read properties of undefined (reading
'options') (<a
href="https://redirect.github.com/nrwl/nx/pull/26721">#26721</a>)</li>
<li><strong>core:</strong> register swc transpiler once per
compilerOptions (<a
href="https://redirect.github.com/nrwl/nx/pull/26807">#26807</a>)</li>
<li><strong>core:</strong> always inherit output from plugins (<a
href="https://redirect.github.com/nrwl/nx/pull/26797">#26797</a>)</li>
<li><strong>core:</strong> ignore errors from cleanupNativeFileCache
(revert to previous behaviour) (<a
href="https://redirect.github.com/nrwl/nx/pull/26806">#26806</a>)</li>
<li><strong>core:</strong> recursive resolve deps on create command
graph (<a
href="https://redirect.github.com/nrwl/nx/pull/22989">#22989</a>)</li>
<li><strong>gradle:</strong> fix gradle exclude src/test (<a
href="https://redirect.github.com/nrwl/nx/pull/26741">#26741</a>)</li>
<li><strong>js:</strong> normalize excluded paths to task inputs
correctly in typescript plugin (<a
href="https://redirect.github.com/nrwl/nx/pull/26801">#26801</a>)</li>
<li><strong>node:</strong> Enable e2e test (<a
href="https://redirect.github.com/nrwl/nx/pull/23508">#23508</a>)</li>
<li><strong>nx-dev:</strong> plugin-registry menu (<a
href="https://redirect.github.com/nrwl/nx/pull/26767">#26767</a>)</li>
<li><strong>nx-plugin:</strong> tslib is not set as a dependency when
using create-package generator (<a
href="https://redirect.github.com/nrwl/nx/pull/22429">#22429</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Emily Xiong <a
href="https://github.com/xiongemi"><code>@​xiongemi</code></a></li>
<li>EugeneKruglei <a
href="https://github.com/EugeneKruglei"><code>@​EugeneKruglei</code></a></li>
<li>Jack Hsu <a
href="https://github.com/jaysoo"><code>@​jaysoo</code></a></li>
<li>Jason Jean <a
href="https://github.com/FrozenPandaz"><code>@​FrozenPandaz</code></a></li>
<li>Jonathan Gelin <a
href="https://github.com/jogelin"><code>@​jogelin</code></a></li>
<li>Juri Strumpflohner <a
href="https://github.com/juristr"><code>@​juristr</code></a></li>
<li>Leosvel Pérez Espinosa <a
href="https://github.com/leosvelperez"><code>@​leosvelperez</code></a></li>
<li>MaxKless <a
href="https://github.com/MaxKless"><code>@​MaxKless</code></a></li>
<li>Naymi</li>
<li>Nicholas Cunningham <a
href="https://github.com/ndcunningham"><code>@​ndcunningham</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nrwl/nx/commit/ec37b1e5e89be51f10e9dfda18e74d9f545cdd5b"><code>ec37b1e</code></a>
fix(js): normalize excluded paths to task inputs correctly in typescript
plug...</li>
<li>See full diff in <a
href="https://github.com/nrwl/nx/commits/19.4.1/packages/js">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@nx/js&package-manager=npm_and_yarn&previous-version=19.4.0&new-version=19.4.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 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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
[//]: # (dependabot-start)
⚠️  **Dependabot is rebasing this PR** ⚠️ 

Rebasing might not happen immediately, so don't worry if this takes some
time.

Note: if you make any changes to this PR yourself, they will take
precedence over the rebase.

---

[//]: # (dependabot-end)

Bumps [@swc/core](https://github.com/swc-project/swc) from 1.6.7 to
1.6.13.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/swc-project/swc/blob/main/CHANGELOG.md"><code>@​swc/core</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>[1.6.13] - 2024-07-06</h2>
<h3>Bug Fixes</h3>
<ul>
<li>
<p><strong>(es/parser)</strong> Revert <a
href="https://redirect.github.com/swc-project/swc/issues/9141">#9141</a>
(<a
href="https://redirect.github.com/swc-project/swc/issues/9171">#9171</a>)
(<a
href="https://github.com/swc-project/swc/commit/8b66d5e89b3489da0339de33a439ba365a60d2ce">8b66d5e</a>)</p>
</li>
<li>
<p><strong>(es/testing)</strong> Fix <code>PluginCommentProxy</code> (<a
href="https://redirect.github.com/swc-project/swc/issues/9170">#9170</a>)
(<a
href="https://github.com/swc-project/swc/commit/d86ca2d49ec72614ec8c2493a28f27267e6f8b8f">d86ca2d</a>)</p>
</li>
</ul>
<h3>Features</h3>
<ul>
<li>
<p><strong>(es/typescript)</strong> Improve fast TS strip (<a
href="https://redirect.github.com/swc-project/swc/issues/9166">#9166</a>)
(<a
href="https://github.com/swc-project/swc/commit/ee8dc28d4d5399b1996bc0eba066270a582d04b6">ee8dc28</a>)</p>
</li>
<li>
<p><strong>(es/typescript)</strong> Improve fast TS strip (<a
href="https://redirect.github.com/swc-project/swc/issues/9167">#9167</a>)
(<a
href="https://github.com/swc-project/swc/commit/98af5890dac03a9acac4e62ddb62bc1f3495d9a2">98af589</a>)</p>
</li>
</ul>
<h3>Testing</h3>
<ul>
<li><strong>(es/minfiier)</strong> Improve comment testing (<a
href="https://redirect.github.com/swc-project/swc/issues/9164">#9164</a>)
(<a
href="https://github.com/swc-project/swc/commit/f90574d04571023f5ccfe694003e6a25ef89cafb">f90574d</a>)</li>
</ul>
<h2>[1.6.12] - 2024-07-06</h2>
<h3>Bug Fixes</h3>
<ul>
<li>
<p><strong>(ci)</strong> Restore disabled CI checks (<a
href="https://redirect.github.com/swc-project/swc/issues/9002">#9002</a>)
(<a
href="https://github.com/swc-project/swc/commit/cdfd4c85e42e912767893d1f3c1ed5d4867a51af">cdfd4c8</a>)</p>
</li>
<li>
<p><strong>(es/decorators)</strong> Fix bugs of <code>2022-03</code>
implementation (<a
href="https://redirect.github.com/swc-project/swc/issues/9145">#9145</a>)
(<a
href="https://github.com/swc-project/swc/commit/8a3ae4437096d23aeeabadaefb5416f7a6a94644">8a3ae44</a>)</p>
</li>
<li>
<p><strong>(es/loader)</strong> Exclude <code>.json</code> from default
extension list (<a
href="https://redirect.github.com/swc-project/swc/issues/9134">#9134</a>)
(<a
href="https://github.com/swc-project/swc/commit/e94e5e70c377fae13cd5575f7d4ce84d9d5f10f7">e94e5e7</a>)</p>
</li>
<li>
<p><strong>(es/minifier)</strong> Fix <code>undefined</code> judgement
(<a
href="https://redirect.github.com/swc-project/swc/issues/9146">#9146</a>)
(<a
href="https://github.com/swc-project/swc/commit/1a739b79286aab3ccfd2b4597f11a79776b024b3">1a739b7</a>)</p>
</li>
<li>
<p><strong>(es/renamer)</strong> Fix renaming of default-exported
declarations (<a
href="https://redirect.github.com/swc-project/swc/issues/9135">#9135</a>)
(<a
href="https://github.com/swc-project/swc/commit/45f671d8d85b0c3955c88ec3cf3d68d8fa6134c5">45f671d</a>)</p>
</li>
<li>
<p><strong>(es/renamer)</strong> Remove <code>FastJsWord</code> (<a
href="https://redirect.github.com/swc-project/swc/issues/9136">#9136</a>)
(<a
href="https://github.com/swc-project/swc/commit/42b4caf5735bc0a025024cf968ef16cd06d9f0dc">42b4caf</a>)</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/swc-project/swc/commit/d5ee84acf2c5ae67c2c5d93a3841f0bfb667088e"><code>d5ee84a</code></a>
chore: Publish <code>1.6.13</code> with <code>swc_core</code>
<code>v0.96.9</code></li>
<li><a
href="https://github.com/swc-project/swc/commit/14e6f0e1ecbc07d10f0519a0bcfb519ade713e75"><code>14e6f0e</code></a>
chore: Update changelog</li>
<li><a
href="https://github.com/swc-project/swc/commit/784a3c077311fff9938913d8cbfdb489af3758fa"><code>784a3c0</code></a>
chore: Publish <code>1.6.13-nightly-20240706.1</code> with
<code>swc_core</code> <code>v0.96.9</code></li>
<li><a
href="https://github.com/swc-project/swc/commit/d82d52f573a045665ee55ed9ea01a3098c0ee562"><code>d82d52f</code></a>
chore: Bump crates</li>
<li><a
href="https://github.com/swc-project/swc/commit/8b66d5e89b3489da0339de33a439ba365a60d2ce"><code>8b66d5e</code></a>
fix(es/parser): Revert <a
href="https://redirect.github.com/swc-project/swc/issues/9141">#9141</a>
(<a
href="https://redirect.github.com/swc-project/swc/issues/9171">#9171</a>)</li>
<li><a
href="https://github.com/swc-project/swc/commit/a416cae498b079bc6c517dd94d65e4edf2262fb6"><code>a416cae</code></a>
chore: Bump crates</li>
<li><a
href="https://github.com/swc-project/swc/commit/f90574d04571023f5ccfe694003e6a25ef89cafb"><code>f90574d</code></a>
test(es/minfiier): Improve comment testing (<a
href="https://redirect.github.com/swc-project/swc/issues/9164">#9164</a>)</li>
<li><a
href="https://github.com/swc-project/swc/commit/d620ea5373ca3e701d3d02434074ec65b24cf912"><code>d620ea5</code></a>
chore: Bump crates</li>
<li><a
href="https://github.com/swc-project/swc/commit/98af5890dac03a9acac4e62ddb62bc1f3495d9a2"><code>98af589</code></a>
feat(es/typescript): Improve fast TS strip (<a
href="https://redirect.github.com/swc-project/swc/issues/9167">#9167</a>)</li>
<li><a
href="https://github.com/swc-project/swc/commit/18080f79d292e052141c57b500a6106ef1ced965"><code>18080f7</code></a>
chore: Bump crates</li>
<li>Additional commits viewable in <a
href="https://github.com/swc-project/swc/compare/v1.6.7...v1.6.13">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@swc/core&package-manager=npm_and_yarn&previous-version=1.6.7&new-version=1.6.13)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
….16.0 in /lambdas (#3976)

Bumps
[@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)
from 7.15.0 to 7.16.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/releases"><code>@​typescript-eslint/eslint-plugin</code>'s
releases</a>.</em></p>
<blockquote>
<h2>v7.16.0</h2>
<h2>7.16.0 (2024-07-08)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>ast-spec:</strong> add parent property to AccessorProperty
node types (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9487">#9487</a>)</li>
<li><strong>eslint-plugin:</strong> [no-unnecessary-type-parameters]
port from v8 to v7 (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9473">#9473</a>)</li>
<li><strong>eslint-plugin:</strong>
[no-unnecessary-parameter-property-assignment] add new rule (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/8903">#8903</a>)</li>
<li><strong>eslint-plugin:</strong> add support for nested namespaces to
unsafe-member-access (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9478">#9478</a>)</li>
<li><strong>eslint-plugin:</strong> [no-floating-promises] add
checkThenables option (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9263">#9263</a>)</li>
<li><strong>rule-tester:</strong> stricter rule test validations (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9086">#9086</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>deps:</strong> update dependency
<code>@​eslint-community/regexpp</code> to v4.11.0 (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9497">#9497</a>)</li>
<li><strong>eslint-plugin:</strong> [no-floating-promises] add
<code>suggestions</code> to tests from <a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9263">#9263</a>
<code>checkThenables</code> (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9515">#9515</a>,
<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/issues/9263">#9263</a>)</li>
<li><strong>eslint-plugin:</strong> [restrict-template-expressions]
don't report tuples if <code>allowArray</code> option is enabled (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9492">#9492</a>)</li>
<li><strong>utils:</strong> context.parserPath may be undefined (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9486">#9486</a>)</li>
<li><strong>website:</strong> react key error on internal pages of
website (<a
href="https://redirect.github.com/typescript-eslint/typescript-eslint/pull/9506">#9506</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Abraham Guo</li>
<li>auvred <a
href="https://github.com/auvred"><code>@​auvred</code></a></li>
<li>Josh Goldberg ✨</li>
<li>Juan Sanchez <a
href="https://github.com/JSanchezIO"><code>@​JSanchezIO</code></a></li>
<li>Vinccool96</li>
<li>YeonJuan <a
href="https://github.com/yeonjuan"><code>@​yeonjuan</code></a></li>
<li>Yukihiro Hasegawa <a
href="https://github.com/y-hsgw"><code>@​y-hsgw</code></a></li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md"><code>@​typescript-eslint/eslint-plugin</code>'s
changelog</a>.</em></p>
<blockquote>
<h2>7.16.0 (2024-07-08)</h2>
<h3>🚀 Features</h3>
<ul>
<li>
<p><strong>rule-tester:</strong> stricter rule test validations</p>
</li>
<li>
<p><strong>eslint-plugin:</strong>
[no-unnecessary-parameter-property-assignment] add new rule</p>
</li>
<li>
<p><strong>eslint-plugin:</strong> add support for nested namespaces to
unsafe-member-access</p>
</li>
<li>
<p><strong>eslint-plugin:</strong> [no-floating-promises] add
checkThenables option</p>
</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li>
<p><strong>deps:</strong> update dependency
<code>@​eslint-community/regexpp</code> to v4.11.0</p>
</li>
<li>
<p><strong>eslint-plugin:</strong> [no-floating-promises] add
<code>suggestions</code> to tests from <a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9263">#9263</a>
<code>checkThenables</code></p>
</li>
<li>
<p><strong>website:</strong> react key error on internal pages of
website</p>
</li>
<li>
<p><strong>eslint-plugin:</strong> [restrict-template-expressions] don't
report tuples if <code>allowArray</code> option is enabled</p>
</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Abraham Guo</li>
<li>auvred</li>
<li>Josh Goldberg ✨</li>
<li>Juan Sanchez</li>
<li>Vinccool96</li>
<li>YeonJuan</li>
<li>Yukihiro Hasegawa</li>
</ul>
<p>You can read about our <a
href="https://main--typescript-eslint.netlify.app/users/versioning">versioning
strategy</a> and <a
href="https://main--typescript-eslint.netlify.app/users/releases">releases</a>
on our website.</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/e803c500646ee94ec76238cb0a57d6172e090044"><code>e803c50</code></a>
chore(release): publish 7.16.0</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/7b13dae347075d467ea95d0f986b38c3048906a2"><code>7b13dae</code></a>
fix(eslint-plugin): [restrict-template-expressions] don't report tuples
if `a...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/3c6290d021b5c2ec4efbcadd42c66ff4d5bc47ea"><code>3c6290d</code></a>
fix(eslint-plugin): [no-floating-promises] add <code>suggestions</code>
to tests from <a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9">#9</a>...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/63d17dd9062dd33ff99641900bd62211f82ae4f7"><code>63d17dd</code></a>
feat(eslint-plugin): [no-floating-promises] add checkThenables option
(<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9263">#9263</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/d6859487ba335baf38f8ed6adcd8a9245b0d8788"><code>d685948</code></a>
feat(eslint-plugin): add support for nested namespaces to
unsafe-member-acces...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/451e73853ca9cfca524290ab987f8530741ef2bc"><code>451e738</code></a>
feat(eslint-plugin): [no-unnecessary-parameter-property-assignment] add
new r...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/88dd82803d252be1aff4f440bea34e82d3a85d23"><code>88dd828</code></a>
feat(eslint-plugin): [no-unnecessary-type-parameters] port from v8 to v7
(<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9473">#9473</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/a1a9b09d6820764dd1a9374e347417f3d2bcf999"><code>a1a9b09</code></a>
chore(eslint-plugin): re-using logic from builtinSymbolLike in
no-implied-eva...</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/d3641602ee9e5f8417e826fe816bfd50b4529951"><code>d364160</code></a>
docs: [class-methods-use-this] fix typo (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9494">#9494</a>)</li>
<li><a
href="https://github.com/typescript-eslint/typescript-eslint/commit/7e2b77d55d5cd6b70db88be5168acc0e52db4f59"><code>7e2b77d</code></a>
feat(rule-tester): stricter rule test validations (<a
href="https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin/issues/9086">#9086</a>)</li>
<li>See full diff in <a
href="https://github.com/typescript-eslint/typescript-eslint/commits/v7.16.0/packages/eslint-plugin">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@typescript-eslint/eslint-plugin&package-manager=npm_and_yarn&previous-version=7.15.0&new-version=7.16.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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps
[actions/upload-artifact](https://github.com/actions/upload-artifact)
from 4.3.3 to 4.3.4.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/actions/upload-artifact/releases">actions/upload-artifact's
releases</a>.</em></p>
<blockquote>
<h2>v4.3.4</h2>
<h2>What's Changed</h2>
<ul>
<li>Update <code>@​actions/artifact</code> version, bump dependencies by
<a href="https://github.com/robherley"><code>@​robherley</code></a> in
<a
href="https://redirect.github.com/actions/upload-artifact/pull/584">actions/upload-artifact#584</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/actions/upload-artifact/compare/v4.3.3...v4.3.4">https://github.com/actions/upload-artifact/compare/v4.3.3...v4.3.4</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/actions/upload-artifact/commit/0b2256b8c012f0828dc542b3febcab082c67f72b"><code>0b2256b</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/upload-artifact/issues/584">#584</a>
from actions/robherley/bump-pkgs</li>
<li><a
href="https://github.com/actions/upload-artifact/commit/488dcefb9bf01619ac19bad29c5c5409a1e4dd4c"><code>488dcef</code></a>
licensed cache</li>
<li><a
href="https://github.com/actions/upload-artifact/commit/04c51f57662651dd3333286989e2db1111c0fd07"><code>04c51f5</code></a>
ncc</li>
<li><a
href="https://github.com/actions/upload-artifact/commit/32a9e276a8f8ac18b4b2dce8213ed340ed4e5ed8"><code>32a9e27</code></a>
bump <code>@​actions/artifact</code> and npm audit</li>
<li><a
href="https://github.com/actions/upload-artifact/commit/552bf3722c16e81001aea7db72d8cedf64eb5f68"><code>552bf37</code></a>
new version</li>
<li><a
href="https://github.com/actions/upload-artifact/commit/79616d2ded92999fceefea2ca2e4bdf6101fa919"><code>79616d2</code></a>
Merge pull request <a
href="https://redirect.github.com/actions/upload-artifact/issues/565">#565</a>
from actions/eggyhead/use-artifact-v2.1.6</li>
<li>See full diff in <a
href="https://github.com/actions/upload-artifact/compare/65462800fd760344b1a7b4382951275a0abb4808...0b2256b8c012f0828dc542b3febcab082c67f72b">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/upload-artifact&package-manager=github_actions&previous-version=4.3.3&new-version=4.3.4)](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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@nx/eslint](https://github.com/nrwl/nx/tree/HEAD/packages/eslint)
from 19.4.0 to 19.4.2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/nrwl/nx/releases"><code>@​nx/eslint</code>'s
releases</a>.</em></p>
<blockquote>
<h2>19.4.2 (2024-07-08)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>core:</strong> add support for wildcards in dependsOn (<a
href="https://redirect.github.com/nrwl/nx/pull/19611">#19611</a>)</li>
<li><strong>linter:</strong> support <code>eslint.config.cjs</code> and
<code>*.cjs</code> extension with flat config (<a
href="https://redirect.github.com/nrwl/nx/pull/26637">#26637</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>core:</strong> ensure better create nodes error messaging
(<a
href="https://redirect.github.com/nrwl/nx/pull/26811">#26811</a>)</li>
<li><strong>misc:</strong> adjust nx cloud ab test (<a
href="https://redirect.github.com/nrwl/nx/pull/26866">#26866</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Ben Snyder</li>
<li>Craigory Coppola <a
href="https://github.com/AgentEnder"><code>@​AgentEnder</code></a></li>
<li>Jason Jean <a
href="https://github.com/FrozenPandaz"><code>@​FrozenPandaz</code></a></li>
<li>Pavlo <a
href="https://github.com/fxposter"><code>@​fxposter</code></a></li>
</ul>
<h2>19.4.1 (2024-07-05)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>graph:</strong> add copy button for entire target
configuration (<a
href="https://redirect.github.com/nrwl/nx/pull/26284">#26284</a>)</li>
<li><strong>nx-dev:</strong> update next to fix img fetchpriority error
(<a
href="https://redirect.github.com/nrwl/nx/pull/26766">#26766</a>)</li>
<li><strong>react-native:</strong> update react-native-svg to 15.3.0 (<a
href="https://redirect.github.com/nrwl/nx/pull/26827">#26827</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>core:</strong> cannot read properties of undefined (reading
'options') (<a
href="https://redirect.github.com/nrwl/nx/pull/26721">#26721</a>)</li>
<li><strong>core:</strong> register swc transpiler once per
compilerOptions (<a
href="https://redirect.github.com/nrwl/nx/pull/26807">#26807</a>)</li>
<li><strong>core:</strong> always inherit output from plugins (<a
href="https://redirect.github.com/nrwl/nx/pull/26797">#26797</a>)</li>
<li><strong>core:</strong> ignore errors from cleanupNativeFileCache
(revert to previous behaviour) (<a
href="https://redirect.github.com/nrwl/nx/pull/26806">#26806</a>)</li>
<li><strong>core:</strong> recursive resolve deps on create command
graph (<a
href="https://redirect.github.com/nrwl/nx/pull/22989">#22989</a>)</li>
<li><strong>gradle:</strong> fix gradle exclude src/test (<a
href="https://redirect.github.com/nrwl/nx/pull/26741">#26741</a>)</li>
<li><strong>js:</strong> normalize excluded paths to task inputs
correctly in typescript plugin (<a
href="https://redirect.github.com/nrwl/nx/pull/26801">#26801</a>)</li>
<li><strong>node:</strong> Enable e2e test (<a
href="https://redirect.github.com/nrwl/nx/pull/23508">#23508</a>)</li>
<li><strong>nx-dev:</strong> plugin-registry menu (<a
href="https://redirect.github.com/nrwl/nx/pull/26767">#26767</a>)</li>
<li><strong>nx-plugin:</strong> tslib is not set as a dependency when
using create-package generator (<a
href="https://redirect.github.com/nrwl/nx/pull/22429">#22429</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Emily Xiong <a
href="https://github.com/xiongemi"><code>@​xiongemi</code></a></li>
<li>EugeneKruglei <a
href="https://github.com/EugeneKruglei"><code>@​EugeneKruglei</code></a></li>
<li>Jack Hsu <a
href="https://github.com/jaysoo"><code>@​jaysoo</code></a></li>
<li>Jason Jean <a
href="https://github.com/FrozenPandaz"><code>@​FrozenPandaz</code></a></li>
<li>Jonathan Gelin <a
href="https://github.com/jogelin"><code>@​jogelin</code></a></li>
<li>Juri Strumpflohner <a
href="https://github.com/juristr"><code>@​juristr</code></a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/nrwl/nx/commit/84623872459f9f3a116abee0c5aef92a7abf8cfd"><code>8462387</code></a>
feat(linter): support <code>eslint.config.cjs</code> and
<code>*.cjs</code> extension with flat con...</li>
<li>See full diff in <a
href="https://github.com/nrwl/nx/commits/19.4.2/packages/eslint">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@nx/eslint&package-manager=npm_and_yarn&previous-version=19.4.0&new-version=19.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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [@nx/jest](https://github.com/nrwl/nx/tree/HEAD/packages/jest)
from 19.4.0 to 19.4.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/nrwl/nx/releases"><code>@​nx/jest</code>'s
releases</a>.</em></p>
<blockquote>
<h2>19.4.1 (2024-07-05)</h2>
<h3>🚀 Features</h3>
<ul>
<li><strong>graph:</strong> add copy button for entire target
configuration (<a
href="https://redirect.github.com/nrwl/nx/pull/26284">#26284</a>)</li>
<li><strong>nx-dev:</strong> update next to fix img fetchpriority error
(<a
href="https://redirect.github.com/nrwl/nx/pull/26766">#26766</a>)</li>
<li><strong>react-native:</strong> update react-native-svg to 15.3.0 (<a
href="https://redirect.github.com/nrwl/nx/pull/26827">#26827</a>)</li>
</ul>
<h3>🩹 Fixes</h3>
<ul>
<li><strong>core:</strong> cannot read properties of undefined (reading
'options') (<a
href="https://redirect.github.com/nrwl/nx/pull/26721">#26721</a>)</li>
<li><strong>core:</strong> register swc transpiler once per
compilerOptions (<a
href="https://redirect.github.com/nrwl/nx/pull/26807">#26807</a>)</li>
<li><strong>core:</strong> always inherit output from plugins (<a
href="https://redirect.github.com/nrwl/nx/pull/26797">#26797</a>)</li>
<li><strong>core:</strong> ignore errors from cleanupNativeFileCache
(revert to previous behaviour) (<a
href="https://redirect.github.com/nrwl/nx/pull/26806">#26806</a>)</li>
<li><strong>core:</strong> recursive resolve deps on create command
graph (<a
href="https://redirect.github.com/nrwl/nx/pull/22989">#22989</a>)</li>
<li><strong>gradle:</strong> fix gradle exclude src/test (<a
href="https://redirect.github.com/nrwl/nx/pull/26741">#26741</a>)</li>
<li><strong>js:</strong> normalize excluded paths to task inputs
correctly in typescript plugin (<a
href="https://redirect.github.com/nrwl/nx/pull/26801">#26801</a>)</li>
<li><strong>node:</strong> Enable e2e test (<a
href="https://redirect.github.com/nrwl/nx/pull/23508">#23508</a>)</li>
<li><strong>nx-dev:</strong> plugin-registry menu (<a
href="https://redirect.github.com/nrwl/nx/pull/26767">#26767</a>)</li>
<li><strong>nx-plugin:</strong> tslib is not set as a dependency when
using create-package generator (<a
href="https://redirect.github.com/nrwl/nx/pull/22429">#22429</a>)</li>
</ul>
<h3>❤️  Thank You</h3>
<ul>
<li>Emily Xiong <a
href="https://github.com/xiongemi"><code>@​xiongemi</code></a></li>
<li>EugeneKruglei <a
href="https://github.com/EugeneKruglei"><code>@​EugeneKruglei</code></a></li>
<li>Jack Hsu <a
href="https://github.com/jaysoo"><code>@​jaysoo</code></a></li>
<li>Jason Jean <a
href="https://github.com/FrozenPandaz"><code>@​FrozenPandaz</code></a></li>
<li>Jonathan Gelin <a
href="https://github.com/jogelin"><code>@​jogelin</code></a></li>
<li>Juri Strumpflohner <a
href="https://github.com/juristr"><code>@​juristr</code></a></li>
<li>Leosvel Pérez Espinosa <a
href="https://github.com/leosvelperez"><code>@​leosvelperez</code></a></li>
<li>MaxKless <a
href="https://github.com/MaxKless"><code>@​MaxKless</code></a></li>
<li>Naymi</li>
<li>Nicholas Cunningham <a
href="https://github.com/ndcunningham"><code>@​ndcunningham</code></a></li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a
href="https://github.com/nrwl/nx/commits/19.4.1/packages/jest">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@nx/jest&package-manager=npm_and_yarn&previous-version=19.4.0&new-version=19.4.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 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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Remove not used job web ook that was logging potential sensitive
information.

close #3980
🤖 I have created a release *beep* *boop*
---


##
[5.12.2](philips-labs/terraform-aws-github-runner@v5.12.1...v5.12.2)
(2024-07-12)


### Bug Fixes

* remove job start hook with senstive information
([#3986](https://github.com/philips-labs/terraform-aws-github-runner/issues/3986))
([bbcb470](philips-labs/terraform-aws-github-runner@bbcb470)),
closes
[#3980](https://github.com/philips-labs/terraform-aws-github-runner/issues/3980)

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: forest-releaser[bot] <80285352+forest-releaser[bot]@users.noreply.github.com>
@npalm npalm closed this Jul 17, 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.