Skip to content

Bump the stable-updates group across 1 directory with 11 updates #148

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

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the stable-updates group with 10 updates in the / directory:

Package From To
github.com/aws/aws-sdk-go 1.51.11 1.53.14
github.com/aws/aws-sdk-go-v2 1.26.1 1.27.0
github.com/aws/aws-sdk-go-v2/config 1.27.10 1.27.16
github.com/aws/aws-sdk-go-v2/service/ec2 1.155.1 1.162.0
github.com/aws/aws-sdk-go-v2/service/ecr 1.27.4 1.28.3
github.com/aws/aws-sdk-go-v2/service/rds 1.76.1 1.79.3
github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi 1.21.4 1.21.8
github.com/aws/aws-sdk-go-v2/service/s3 1.53.1 1.54.3
github.com/prometheus/client_golang 1.19.0 1.19.1
golang.org/x/oauth2 0.18.0 0.20.0

Updates github.com/aws/aws-sdk-go from 1.51.11 to 1.53.14

Release notes

Sourced from github.com/aws/aws-sdk-go's releases.

Release v1.53.14 (2024-05-31)

Service Client Updates

  • service/codebuild: Updates service documentation
    • AWS CodeBuild now supports Self-hosted GitHub Actions runners for Github Enterprise
  • service/codeguru-security: Updates service API and documentation
  • service/elasticache: Updates service API and documentation
    • Update to attributes of TestFailover and minor revisions.
  • service/launch-wizard: Updates service API and documentation

Release v1.53.13 (2024-05-30)

Service Client Updates

  • service/acm: Updates service API
    • add v2 smoke tests and smithy smokeTests trait for SDK testing.
  • service/bedrock-agent: Updates service API and documentation
  • service/bedrock-runtime: Updates service API and documentation
  • service/cloudtrail: Updates service API and documentation
    • CloudTrail Lake returns PartitionKeys in the GetEventDataStore API response. Events are grouped into partitions based on these keys for better query performance. For example, the calendarday key groups events by day, while combining the calendarday key with the hour key groups them by day and hour.
  • service/connect: Updates service API and documentation
  • service/emr-serverless: Updates service API, documentation, and paginators
  • service/rds: Updates service API, documentation, waiters, paginators, and examples
    • Updates Amazon RDS documentation for Aurora Postgres DBname.
  • service/sagemaker: Updates service API and documentation
    • Adds Model Card information as a new component to Model Package. Autopilot launches algorithm selection for TimeSeries modality to generate AutoML candidates per algorithm.

Release v1.53.12 (2024-05-29)

Service Client Updates

  • service/athena: Updates service API and documentation
    • Throwing validation errors on CreateNotebook with Name containing /,:,\
  • service/codebuild: Updates service API and documentation
    • AWS CodeBuild now supports manually creating GitHub webhooks
  • service/connect: Updates service API and documentation
  • service/glue: Updates service API and documentation
    • Add optional field JobMode to CreateJob and UpdateJob APIs.
  • service/securityhub: Updates service API

Release v1.53.11 (2024-05-28)

Service Client Updates

  • service/dynamodb: Updates service API, documentation, waiters, paginators, and examples
    • Doc-only update for DynamoDB. Specified the IAM actions needed to authorize a user to create a table with a resource-based policy.
  • service/ec2: Updates service API and documentation
    • Providing support to accept BgpAsnExtended attribute
  • service/kafka: Updates service API and documentation

... (truncated)

Commits

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.10 to 1.27.16

Commits

Updates github.com/aws/aws-sdk-go-v2/credentials from 1.17.10 to 1.17.16

Commits

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

Commits

Updates github.com/aws/aws-sdk-go-v2/service/ecr from 1.27.4 to 1.28.3

Commits

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

Commits

Updates github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi from 1.21.4 to 1.21.8

Commits

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

Commits

Updates github.com/prometheus/client_golang from 1.19.0 to 1.19.1

Release notes

Sourced from github.com/prometheus/client_golang's releases.

v1.19.1

What's Changed

  • Security patches for golang.org/x/sys and google.golang.org/protobuf

New Contributors

Full Changelog: prometheus/client_golang@v1.19.0...v1.19.1

Changelog

Sourced from github.com/prometheus/client_golang's changelog.

Unreleased

Commits

Updates golang.org/x/oauth2 from 0.18.0 to 0.20.0

Commits
  • 84cb9f7 oauth2: fix typo in comment
  • 4b7f0bd go.mod: update cloud.google.com/go/compute/metadata dependency
  • e11eea8 microsoft: added DeviceAuthURL to AzureADEndpoint
  • d0e617c google: add Credentials.UniverseDomainProvider
  • 3c9c1f6 oauth2/google: fix the logic of sts 0 value of expires_in
  • 5a05c65 oauth2/google: fix remove content-type header from idms get requests
  • 3a6776a appengine: drop obsolete code for AppEngine envs <=Go 1.11
  • See full diff in compare view

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 stable-updates group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.51.11` | `1.53.14` |
| [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.10` | `1.27.16` |
| [github.com/aws/aws-sdk-go-v2/service/ec2](https://github.com/aws/aws-sdk-go-v2) | `1.155.1` | `1.162.0` |
| [github.com/aws/aws-sdk-go-v2/service/ecr](https://github.com/aws/aws-sdk-go-v2) | `1.27.4` | `1.28.3` |
| [github.com/aws/aws-sdk-go-v2/service/rds](https://github.com/aws/aws-sdk-go-v2) | `1.76.1` | `1.79.3` |
| [github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi](https://github.com/aws/aws-sdk-go-v2) | `1.21.4` | `1.21.8` |
| [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/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.19.0` | `1.19.1` |
| [golang.org/x/oauth2](https://github.com/golang/oauth2) | `0.18.0` | `0.20.0` |



Updates `github.com/aws/aws-sdk-go` from 1.51.11 to 1.53.14
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.51.11...v1.53.14)

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.10 to 1.27.16
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.27.10...config/v1.27.16)

Updates `github.com/aws/aws-sdk-go-v2/credentials` from 1.17.10 to 1.17.16
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.17.10...credentials/v1.17.16)

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

Updates `github.com/aws/aws-sdk-go-v2/service/ecr` from 1.27.4 to 1.28.3
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@config/v1.27.4...service/mgn/v1.28.3)

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

Updates `github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi` from 1.21.4 to 1.21.8
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases)
- [Commits](aws/aws-sdk-go-v2@service/pi/v1.21.4...service/efs/v1.21.8)

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/prometheus/client_golang` from 1.19.0 to 1.19.1
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.19.0...v1.19.1)

Updates `golang.org/x/oauth2` from 0.18.0 to 0.20.0
- [Commits](golang/oauth2@v0.18.0...v0.20.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stable-updates
- dependency-name: github.com/aws/aws-sdk-go-v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stable-updates
- dependency-name: github.com/aws/aws-sdk-go-v2/config
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: stable-updates
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: stable-updates
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ec2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stable-updates
- dependency-name: github.com/aws/aws-sdk-go-v2/service/ecr
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stable-updates
- dependency-name: github.com/aws/aws-sdk-go-v2/service/rds
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stable-updates
- dependency-name: github.com/aws/aws-sdk-go-v2/service/resourcegroupstaggingapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: stable-updates
- dependency-name: github.com/aws/aws-sdk-go-v2/service/s3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stable-updates
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: stable-updates
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: stable-updates
...

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 Jun 1, 2024
Copy link

codecov bot commented Jun 1, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 64.06%. Comparing base (52a74dd) to head (1a776f8).
Report is 7 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #148   +/-   ##
=======================================
  Coverage   64.06%   64.06%           
=======================================
  Files          24       24           
  Lines        1770     1770           
=======================================
  Hits         1134     1134           
  Misses        551      551           
  Partials       85       85           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

sonarqubecloud bot commented Jun 1, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 1, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jul 1, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/stable-updates-b9a981618b branch July 1, 2024 11:17
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