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

deps(go): bump the common-golang group with 3 updates #2489

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 22, 2023

Bumps the common-golang group with 3 updates: github.com/Azure/azure-sdk-for-go/sdk/azcore, github.com/aws/aws-sdk-go and google.golang.org/api.

Updates github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.8.0 to 1.9.0

Release notes

Sourced from github.com/Azure/azure-sdk-for-go/sdk/azcore's releases.

sdk/azcore/v1.9.0

1.9.0 (2023-11-06)

Breaking Changes

These changes affect only code written against previous beta versions of v1.7.0 and v1.8.0

  • The function NewTokenCredential has been removed from the fake package. Use a literal &fake.TokenCredential{} instead.
  • The field TracingNamespace in runtime.PipelineOptions has been replaced by TracingOptions.

Bugs Fixed

  • Fixed an issue that could cause some allowed HTTP header values to not show up in logs.
  • Include error text instead of error type in traces when the transport returns an error.
  • Fixed an issue that could cause an HTTP/2 request to hang when the TCP connection becomes unresponsive.
  • Block key and SAS authentication for non TLS protected endpoints.
  • Passing a nil credential value will no longer cause a panic. Instead, the authentication is skipped.
  • Calling Error on a zero-value azcore.ResponseError will no longer panic.
  • Fixed an issue in fake.PagerResponder[T] that would cause a trailing error to be omitted when iterating over pages.
  • Context values created by azcore will no longer flow across disjoint HTTP requests.

Other Changes

  • Skip generating trace info for no-op tracers.
  • The clientName paramater in client constructors has been renamed to moduleName.

sdk/azcore/v1.9.0-beta.1

1.9.0-beta.1 (2023-10-05)

Other Changes

  • The beta features for tracing and fakes have been reinstated.
Commits

Updates github.com/aws/aws-sdk-go from 1.47.11 to 1.48.2

Release notes

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

Release v1.48.2 (2023-11-21)

Service Client Updates

  • service/cloudfront: Updates service API, documentation, paginators, and examples
    • This release adds support for CloudFront KeyValueStore, a globally managed key value datastore associated with CloudFront Functions.
  • service/cloudfront-keyvaluestore: Adds new service
  • service/ec2: Updates service documentation
    • Documentation updates for Amazon EC2.
  • service/inspector-scan: Adds new service
  • service/iotsitewise: Updates service API, documentation, and paginators
  • service/iottwinmaker: Updates service API, documentation, and paginators
  • service/s3: Updates service API, documentation, and examples
    • Add support for automatic date based partitioning in S3 Server Access Logs.

Release v1.48.1 (2023-11-20)

Service Client Updates

  • service/codestar-connections: Updates service API, documentation, and paginators
  • service/docdb: Updates service API and documentation
    • Amazon DocumentDB updates for new cluster storage configuration: Amazon DocumentDB I/O-Optimized.
  • service/ec2: Updates service API and documentation
    • This release adds support for Security group referencing over Transit gateways, enabling you to simplify Security group management and control of instance-to-instance traffic across VPCs that are connected by Transit gateway.

Release v1.48.0 (2023-11-17)

Service Client Updates

  • service/appmesh: Updates service API and documentation
  • service/athena: Updates service API and documentation
    • Adding SerivicePreProcessing time metric
  • service/cloud9: Updates service documentation and examples
    • A minor doc only update related to changing the date of an API change.
  • service/cloudformation: Updates service API and documentation
    • This release adds a new flag ImportExistingResources to CreateChangeSet. Specify this parameter on a CREATE- or UPDATE-type change set to import existing resources with custom names instead of recreating them.
  • service/codepipeline: Updates service API and documentation
    • CodePipeline now supports overriding source revisions to achieve manual re-deploy of a past revision
  • service/codestar-connections: Updates service API, documentation, and paginators
  • service/connect: Updates service API
  • service/dlm: Updates service documentation
  • service/ec2: Updates service API and documentation
    • This release adds new features for Amazon VPC IP Address Manager (IPAM) Allowing a choice between Free and Advanced Tiers, viewing public IP address insights across regions and in Amazon Cloudwatch, use IPAM to plan your subnet IPs within a VPC and bring your own autonomous system number to IPAM.
  • service/ecr: Updates service API and documentation
    • Documentation and operational updates for Amazon ECR, adding support for pull through cache rules for upstream registries that require authentication.
  • service/elasticmapreduce: Updates service API and documentation
    • Launch support for IAM Identity Center Trusted Identity Propagation and workspace storage encryption using AWS KMS in EMR Studio
  • service/eventbridge: Updates service API and documentation
  • service/internetmonitor: Updates service API, documentation, and paginators
  • service/ivs: Updates service API

... (truncated)

Commits

Updates google.golang.org/api from 0.150.0 to 0.151.0

Release notes

Sourced from google.golang.org/api's releases.

v0.151.0

0.151.0 (2023-11-16)

Features

Changelog

Sourced from google.golang.org/api's changelog.

0.151.0 (2023-11-16)

Features

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 common-golang group with 3 updates: [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go), [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) and [google.golang.org/api](https://github.com/googleapis/google-api-go-client).


Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.8.0 to 1.9.0
- [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
- [Commits](Azure/azure-sdk-for-go@sdk/azcore/v1.8.0...sdk/azcore/v1.9.0)

Updates `github.com/aws/aws-sdk-go` from 1.47.11 to 1.48.2
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.47.11...v1.48.2)

Updates `google.golang.org/api` from 0.150.0 to 0.151.0
- [Release notes](https://github.com/googleapis/google-api-go-client/releases)
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md)
- [Commits](googleapis/google-api-go-client@v0.150.0...v0.151.0)

---
updated-dependencies:
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: common-golang
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 22, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 22, 2023

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

@dependabot dependabot bot closed this Nov 22, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/common-golang-b4489bcfbf branch November 22, 2023 20:27
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.

0 participants