Skip to content

Bump github.com/aws/aws-sdk-go-v2/service/cloudformation from 1.71.0 to 1.71.5#756

Merged
kddejong merged 1 commit into
mainfrom
dependabot/go_modules/github.com/aws/aws-sdk-go-v2/service/cloudformation-1.71.5
Feb 20, 2026
Merged

Bump github.com/aws/aws-sdk-go-v2/service/cloudformation from 1.71.0 to 1.71.5#756
kddejong merged 1 commit into
mainfrom
dependabot/go_modules/github.com/aws/aws-sdk-go-v2/service/cloudformation-1.71.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 20, 2026

Copy link
Copy Markdown
Contributor

⚠️ 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.


Bumps github.com/aws/aws-sdk-go-v2/service/cloudformation from 1.71.0 to 1.71.5.

Commits

Dependabot compatibility score

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 commands and options

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 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)

Bumps [github.com/aws/aws-sdk-go-v2/service/cloudformation](https://github.com/aws/aws-sdk-go-v2) from 1.71.0 to 1.71.5.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.71.0...service/lambda/v1.71.5)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/service/cloudformation
  dependency-version: 1.71.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 20, 2026
@kddejong kddejong merged commit a142c67 into main Feb 20, 2026
2 checks passed
@kddejong kddejong deleted the dependabot/go_modules/github.com/aws/aws-sdk-go-v2/service/cloudformation-1.71.5 branch February 20, 2026 19:41
@kddejong

Copy link
Copy Markdown
Contributor

@dependabot rebase

@dependabot @github

dependabot Bot commented on behalf of github Feb 20, 2026

Copy link
Copy Markdown
Contributor Author

Looks like this PR has already been merged!

tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Feb 23, 2026
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [github:aws-cloudformation/rain](https://github.com/aws-cloudformation/rain) | patch | `1.24.2` → `1.24.3` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>aws-cloudformation/rain (github:aws-cloudformation/rain)</summary>

### [`v1.24.3`](https://github.com/aws-cloudformation/rain/releases/tag/v1.24.3)

[Compare Source](aws-cloudformation/rain@v1.24.2...v1.24.3)

#### What's Changed

- feat: Support environment variables for parameters and deploys in `rain deploy` by [@&#8203;rtkjbeverly](https://github.com/rtkjbeverly) in [#&#8203;729](aws-cloudformation/rain#729)
- Fix linting issue: merge variable declaration with assignment (S1021) by [@&#8203;atennak1](https://github.com/atennak1) in [#&#8203;753](aws-cloudformation/rain#753)
- ci: scope down GitHub Token permissions by [@&#8203;AdnaneKhan](https://github.com/AdnaneKhan) in [#&#8203;726](aws-cloudformation/rain#726)
- Bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.53.1 to 1.55.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;755](aws-cloudformation/rain#755)
- Bump github.com/aws/aws-sdk-go-v2/service/cloudformation from 1.71.0 to 1.71.5 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;756](aws-cloudformation/rain#756)
- Bump github.com/aws/aws-sdk-go-v2/service/servicequotas from 1.33.8 to 1.34.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;758](aws-cloudformation/rain#758)
- Bump github.com/aws/aws-sdk-go-v2/service/cloudfront from 1.57.0 to 1.60.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;759](aws-cloudformation/rain#759)
- Bump github.com/aws/aws-sdk-go-v2/service/lightsail from 1.50.7 to 1.50.11 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;757](aws-cloudformation/rain#757)
- Release v1.24.3 by [@&#8203;kddejong](https://github.com/kddejong) in [#&#8203;760](aws-cloudformation/rain#760)

#### New Contributors

- [@&#8203;rtkjbeverly](https://github.com/rtkjbeverly) made their first contribution in [#&#8203;729](aws-cloudformation/rain#729)
- [@&#8203;atennak1](https://github.com/atennak1) made their first contribution in [#&#8203;753](aws-cloudformation/rain#753)
- [@&#8203;AdnaneKhan](https://github.com/AdnaneKhan) made their first contribution in [#&#8203;726](aws-cloudformation/rain#726)

**Full Changelog**: <aws-cloudformation/rain@v1.24.2...v1.24.3>

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

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

---

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

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNi40IiwidXBkYXRlZEluVmVyIjoiNDMuMjYuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90IiwiYXV0b21hdGlvbjpib3QtYXV0aG9yZWQiLCJkZXBlbmRlbmN5LXR5cGU6OnBhdGNoIl19-->
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Feb 23, 2026
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [aws-cloudformation/rain](https://github.com/aws-cloudformation/rain) | patch | `v1.24.2` → `v1.24.3` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>aws-cloudformation/rain (aws-cloudformation/rain)</summary>

### [`v1.24.3`](https://github.com/aws-cloudformation/rain/releases/tag/v1.24.3)

[Compare Source](aws-cloudformation/rain@v1.24.2...v1.24.3)

#### What's Changed

- feat: Support environment variables for parameters and deploys in `rain deploy` by [@&#8203;rtkjbeverly](https://github.com/rtkjbeverly) in [#&#8203;729](aws-cloudformation/rain#729)
- Fix linting issue: merge variable declaration with assignment (S1021) by [@&#8203;atennak1](https://github.com/atennak1) in [#&#8203;753](aws-cloudformation/rain#753)
- ci: scope down GitHub Token permissions by [@&#8203;AdnaneKhan](https://github.com/AdnaneKhan) in [#&#8203;726](aws-cloudformation/rain#726)
- Bump github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.53.1 to 1.55.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;755](aws-cloudformation/rain#755)
- Bump github.com/aws/aws-sdk-go-v2/service/cloudformation from 1.71.0 to 1.71.5 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;756](aws-cloudformation/rain#756)
- Bump github.com/aws/aws-sdk-go-v2/service/servicequotas from 1.33.8 to 1.34.1 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;758](aws-cloudformation/rain#758)
- Bump github.com/aws/aws-sdk-go-v2/service/cloudfront from 1.57.0 to 1.60.0 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;759](aws-cloudformation/rain#759)
- Bump github.com/aws/aws-sdk-go-v2/service/lightsail from 1.50.7 to 1.50.11 by [@&#8203;dependabot](https://github.com/dependabot)\[bot] in [#&#8203;757](aws-cloudformation/rain#757)
- Release v1.24.3 by [@&#8203;kddejong](https://github.com/kddejong) in [#&#8203;760](aws-cloudformation/rain#760)

#### New Contributors

- [@&#8203;rtkjbeverly](https://github.com/rtkjbeverly) made their first contribution in [#&#8203;729](aws-cloudformation/rain#729)
- [@&#8203;atennak1](https://github.com/atennak1) made their first contribution in [#&#8203;753](aws-cloudformation/rain#753)
- [@&#8203;AdnaneKhan](https://github.com/AdnaneKhan) made their first contribution in [#&#8203;726](aws-cloudformation/rain#726)

**Full Changelog**: <aws-cloudformation/rain@v1.24.2...v1.24.3>

</details>

---

### Configuration

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

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox.

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

---

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

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNi40IiwidXBkYXRlZEluVmVyIjoiNDMuMjYuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90IiwiYXV0b21hdGlvbjpib3QtYXV0aG9yZWQiLCJkZXBlbmRlbmN5LXR5cGU6OnBhdGNoIl19-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant