Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump the nuvola group with 14 updates #27

Merged
merged 1 commit into from
Jun 1, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 1, 2024

Bumps the nuvola group with 14 updates:

Package From To
github.com/aws/aws-sdk-go-v2 1.26.1 1.27.0
github.com/aws/aws-sdk-go-v2/config 1.27.11 1.27.16
github.com/aws/aws-sdk-go-v2/service/accessanalyzer 1.29.1 1.29.6
github.com/aws/aws-sdk-go-v2/service/dynamodb 1.31.1 1.32.6
github.com/aws/aws-sdk-go-v2/service/ec2 1.159.0 1.162.0
github.com/aws/aws-sdk-go-v2/service/iam 1.32.0 1.32.4
github.com/aws/aws-sdk-go-v2/service/lambda 1.54.0 1.54.4
github.com/aws/aws-sdk-go-v2/service/rds 1.78.0 1.79.3
github.com/aws/aws-sdk-go-v2/service/redshift 1.44.0 1.44.4
github.com/aws/aws-sdk-go-v2/service/s3 1.53.1 1.54.3
github.com/aws/aws-sdk-go-v2/service/sts 1.28.6 1.28.10
github.com/fatih/color 1.16.0 1.17.0
github.com/imroc/req/v3 3.43.3 3.43.7
golang.org/x/text 0.14.0 0.15.0

Updates github.com/aws/aws-sdk-go-v2 from 1.26.1 to 1.27.0

Commits

Updates github.com/aws/aws-sdk-go-v2/config from 1.27.11 to 1.27.16

Commits

Updates github.com/aws/aws-sdk-go-v2/service/accessanalyzer from 1.29.1 to 1.29.6

Commits

Updates github.com/aws/aws-sdk-go-v2/service/dynamodb from 1.31.1 to 1.32.6

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ec2 from 1.159.0 to 1.162.0

Commits

Updates github.com/aws/aws-sdk-go-v2/service/iam from 1.32.0 to 1.32.4

Commits

Updates github.com/aws/aws-sdk-go-v2/service/lambda from 1.54.0 to 1.54.4

Commits

Updates github.com/aws/aws-sdk-go-v2/service/rds from 1.78.0 to 1.79.3

Commits

Updates github.com/aws/aws-sdk-go-v2/service/redshift from 1.44.0 to 1.44.4

Commits

Updates github.com/aws/aws-sdk-go-v2/service/s3 from 1.53.1 to 1.54.3

Commits

Updates github.com/aws/aws-sdk-go-v2/service/sts from 1.28.6 to 1.28.10

Commits

Updates github.com/fatih/color from 1.16.0 to 1.17.0

Release notes

Sourced from github.com/fatih/color's releases.

v1.17.0

What's Changed

New Contributors

Full Changelog: fatih/color@v1.16.0...v1.17.0

Commits
  • b6598b1 Merge pull request #228 from klauspost/fix-println-issue-218
  • 00b1811 Fix multi-parameter println spacing
  • 04994a8 Merge pull request #224 from fatih/dependabot/go_modules/golang.org/x/sys-0.18.0
  • 7526cad Merge branch 'main' into dependabot/go_modules/golang.org/x/sys-0.18.0
  • 8d058ca Merge pull request #222 from fatih/ci-updates
  • 2ac809f Bump golang.org/x/sys from 0.17.0 to 0.18.0
  • 51a7bbf ci: update Go and Staticcheck versions
  • 799c49c Merge pull request #217 from fatih/dependabot/github_actions/actions/setup-go-5
  • f8e0ec9 Merge branch 'main' into dependabot/github_actions/actions/setup-go-5
  • 298abd8 Merge pull request #221 from fatih/dependabot/go_modules/golang.org/x/sys-0.17.0
  • Additional commits viewable in compare view

Updates github.com/imroc/req/v3 from 3.43.3 to 3.43.7

Release notes

Sourced from github.com/imroc/req/v3's releases.

v3.43.7 Release

  • fix digest auth parse (#359)

v3.43.6 Release

  • fix: header cleanup(#355)
  • add SetContextData and GetContextData(#358)

v3.43.5 Release

  • fix: avoid repeated append cookies when retry (#353)

v3.43.4 Release

  • prevent successful requests from invalid host
Commits

Updates golang.org/x/text from 0.14.0 to 0.15.0

Commits

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

Bumps the nuvola group with 14 updates:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2) | `1.26.1` | `1.27.0` |
| [github.com/aws/aws-sdk-go-v2/config](https://github.com/aws/aws-sdk-go-v2) | `1.27.11` | `1.27.16` |
| [github.com/aws/aws-sdk-go-v2/service/accessanalyzer](https://github.com/aws/aws-sdk-go-v2) | `1.29.1` | `1.29.6` |
| [github.com/aws/aws-sdk-go-v2/service/dynamodb](https://github.com/aws/aws-sdk-go-v2) | `1.31.1` | `1.32.6` |
| [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2) | `1.159.0` | `1.162.0` |
| [github.com/aws/aws-sdk-go-v2/service/iam](https://github.com/aws/aws-sdk-go-v2) | `1.32.0` | `1.32.4` |
| [github.com/aws/aws-sdk-go-v2/service/lambda](https://github.com/aws/aws-sdk-go-v2) | `1.54.0` | `1.54.4` |
| [github.com/aws/aws-sdk-go-v2/service/rds](https://github.com/aws/aws-sdk-go-v2) | `1.78.0` | `1.79.3` |
| [github.com/aws/aws-sdk-go-v2/service/redshift](https://github.com/aws/aws-sdk-go-v2) | `1.44.0` | `1.44.4` |
| [github.com/aws/aws-sdk-go-v2/service/s3](https://github.com/aws/aws-sdk-go-v2) | `1.53.1` | `1.54.3` |
| [github.com/aws/aws-sdk-go-v2/service/sts](https://github.com/aws/aws-sdk-go-v2) | `1.28.6` | `1.28.10` |
| [github.com/fatih/color](https://github.com/fatih/color) | `1.16.0` | `1.17.0` |
| [github.com/imroc/req/v3](https://github.com/imroc/req) | `3.43.3` | `3.43.7` |
| [golang.org/x/text](https://github.com/golang/text) | `0.14.0` | `0.15.0` |


Updates `github.com/aws/aws-sdk-go-v2` from 1.26.1 to 1.27.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@v1.26.1...v1.27.0)

Updates `github.com/aws/aws-sdk-go-v2/config` from 1.27.11 to 1.27.16
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.27.11...config/v1.27.16)

Updates `github.com/aws/aws-sdk-go-v2/service/accessanalyzer` from 1.29.1 to 1.29.6
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.29.1...service/s3/v1.29.6)

Updates `github.com/aws/aws-sdk-go-v2/service/dynamodb` from 1.31.1 to 1.32.6
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.31.1...service/fsx/v1.32.6)

Updates `github.com/aws/aws-sdk-go-v2/service/ec2` from 1.159.0 to 1.162.0
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ec2/v1.159.0...service/ec2/v1.162.0)

Updates `github.com/aws/aws-sdk-go-v2/service/iam` from 1.32.0 to 1.32.4
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.32.0...service/iam/v1.32.4)

Updates `github.com/aws/aws-sdk-go-v2/service/lambda` from 1.54.0 to 1.54.4
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.54.0...service/ec2/v1.54.4)

Updates `github.com/aws/aws-sdk-go-v2/service/rds` from 1.78.0 to 1.79.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/ec2/v1.78.0...service/rds/v1.79.3)

Updates `github.com/aws/aws-sdk-go-v2/service/redshift` from 1.44.0 to 1.44.4
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.44.0...service/ssm/v1.44.4)

Updates `github.com/aws/aws-sdk-go-v2/service/s3` from 1.53.1 to 1.54.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/s3/v1.53.1...service/s3/v1.54.3)

Updates `github.com/aws/aws-sdk-go-v2/service/sts` from 1.28.6 to 1.28.10
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/sts/v1.28.6...service/fsx/v1.28.10)

Updates `github.com/fatih/color` from 1.16.0 to 1.17.0
- [Release notes](https://github.com/fatih/color/releases)
- [Commits](fatih/color@v1.16.0...v1.17.0)

Updates `github.com/imroc/req/v3` from 3.43.3 to 3.43.7
- [Release notes](https://github.com/imroc/req/releases)
- [Commits](imroc/req@v3.43.3...v3.43.7)

Updates `golang.org/x/text` from 0.14.0 to 0.15.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.14.0...v0.15.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuvola
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuvola
- dependency-name: github.com/aws/aws-sdk-go-v2/service/accessanalyzer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuvola
- dependency-name: github.com/aws/aws-sdk-go-v2/service/dynamodb
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuvola
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuvola
- dependency-name: github.com/aws/aws-sdk-go-v2/service/iam
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuvola
- dependency-name: github.com/aws/aws-sdk-go-v2/service/lambda
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuvola
- dependency-name: github.com/aws/aws-sdk-go-v2/service/rds
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuvola
- dependency-name: github.com/aws/aws-sdk-go-v2/service/redshift
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuvola
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuvola
- dependency-name: github.com/aws/aws-sdk-go-v2/service/sts
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuvola
- dependency-name: github.com/fatih/color
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuvola
- dependency-name: github.com/imroc/req/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: nuvola
- dependency-name: golang.org/x/text
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: nuvola
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from notdodo as a code owner June 1, 2024 13:02
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 1, 2024
@notdodo notdodo merged commit c532a78 into master Jun 1, 2024
7 checks passed
@notdodo notdodo deleted the dependabot/go_modules/nuvola-a8c0421914 branch June 1, 2024 14:16
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