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

Merged
merged 1 commit into from
Oct 13, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 12, 2023

Bumps the common-golang group with 3 updates: github.com/aws/aws-sdk-go, golang.org/x/oauth2 and google.golang.org/api.

Updates github.com/aws/aws-sdk-go from 1.45.21 to 1.45.25

Release notes

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

Release v1.45.25 (2023-10-12)

Service Client Updates

  • service/auditmanager: Updates service API
  • service/autoscaling: Updates service API, documentation, paginators, and examples
    • Update the NotificationMetadata field to only allow visible ascii characters. Add paginators to DescribeInstanceRefreshes, DescribeLoadBalancers, and DescribeLoadBalancerTargetGroups
  • service/config: Updates service API and documentation
  • service/controltower: Updates service API and documentation
  • service/customer-profiles: Updates service API and documentation
  • service/ec2: Updates service API and documentation
    • This release adds Ubuntu Pro as a supported platform for On-Demand Capacity Reservations and adds support for setting an Amazon Machine Image (AMI) to disabled state. Disabling the AMI makes it private if it was previously shared, and prevents new EC2 instance launches from it.
  • service/elasticloadbalancingv2: Updates service documentation
  • service/glue: Updates service API and documentation
    • Extending version control support to GitLab and Bitbucket from AWSGlue
  • service/inspector2: Updates service API and documentation
  • service/ivs-realtime: Updates service API and documentation
  • service/lambda: Updates service API and documentation
    • Adds support for Lambda functions to access Dual-Stack subnets over IPv6, via an opt-in flag in CreateFunction and UpdateFunctionConfiguration APIs
  • service/location: Updates service API
  • service/machinelearning: Updates service API
    • This release marks Password field as sensitive
  • service/pricing: Updates service documentation
  • service/rds: Updates service API, documentation, waiters, paginators, and examples
    • This release adds support for adding a dedicated log volume to open-source RDS instances.
  • service/rekognition: Updates service API and documentation
    • Amazon Rekognition introduces support for Custom Moderation. This allows the enhancement of accuracy for detect moderation labels operations by creating custom adapters tuned on customer data.
  • service/sagemaker: Updates service API and documentation
    • Amazon SageMaker Canvas adds KendraSettings and DirectDeploySettings support for CanvasAppSettings
  • service/textract: Updates service API, documentation, and paginators
  • service/transcribe: Updates service API
  • service/workspaces: Updates service documentation
    • Updated the CreateWorkspaces action documentation to clarify that the PCoIP protocol is only available for Windows bundles.

Release v1.45.24 (2023-10-06)

Service Client Updates

  • service/ec2: Updates service documentation
    • Documentation updates for Elastic Compute Cloud (EC2).
  • service/fsx: Updates service API and documentation
  • service/marketplace-catalog: Updates service API and documentation
  • service/quicksight: Updates service API and documentation
    • NullOption in FilterListConfiguration; Dataset schema/table max length increased; Support total placement for pivot table visual; Lenient mode relaxes the validation to create resources with definition; Data sources can be added to folders; Redshift data sources support IAM Role-based authentication
  • service/transfer: Updates service API and documentation
    • This release updates the max character limit of PreAuthenticationLoginBanner and PostAuthenticationLoginBanner to 4096 characters

Release v1.45.23 (2023-10-05)

... (truncated)

Commits

Updates golang.org/x/oauth2 from 0.12.0 to 0.13.0

Commits
  • 3c5dbf0 go.mod: update golang.org/x dependencies
  • 11625cc google: add authorized_user conditional to Credentials.UniverseDomain
  • 8d6d45b google: add Credentials.UniverseDomain to support TPC
  • 43b6a7b google: adding support for external account authorized user
  • 14b275c oauth2: workaround misspelling of verification_uri
  • 18352fc google/internal/externalaccount: adding BYOID Metrics
  • 9095a51 oauth2: clarify error if endpoint missing DeviceAuthURL
  • 2d9e4a2 oauth2/google: remove meta validations for aws external credentials
  • 55cd552 oauth2: support PKCE
  • e3fb0fb oauth2: support device flow
  • See full diff in compare view

Updates google.golang.org/api from 0.143.0 to 0.147.0

Release notes

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

v0.147.0

0.147.0 (2023-10-12)

Features

v0.146.0

0.146.0 (2023-10-08)

Features

v0.145.0

0.145.0 (2023-10-05)

Features

v0.144.0

0.144.0 (2023-10-04)

Features

Changelog

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

0.147.0 (2023-10-12)

Features

0.146.0 (2023-10-08)

Features

0.145.0 (2023-10-05)

Features

0.144.0 (2023-10-04)

Features

Commits
  • 60e8678 chore(main): release 0.147.0 (#2210)
  • 8fd2dc4 chore(deps): bump golang.org/x/net from 0.16.0 to 0.17.0 in /internal/kokoro/...
  • 6d015e0 chore(all): update module golang.org/x/net to v0.17.0 [SECURITY] (#2214)
  • e2368f8 feat(all): auto-regenerate discovery clients (#2215)
  • df0b730 feat(all): auto-regenerate discovery clients (#2211)
  • b3a71bd chore(all): update all (#2207)
  • f2c2d1b feat(all): auto-regenerate discovery clients (#2209)
  • ed48023 chore(main): release 0.146.0 (#2204)
  • 9a034cd feat(all): auto-regenerate discovery clients (#2206)
  • 4aa710d feat(all): auto-regenerate discovery clients (#2205)
  • Additional commits viewable 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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Oct 12, 2023
@dependabot dependabot bot force-pushed the dependabot/go_modules/common-golang-24aad27955 branch from 7e04676 to bb05756 Compare October 12, 2023 21:01
@pavannd1
Copy link
Contributor

@dependabot rebase

Bumps the common-golang group with 3 updates: [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go), [golang.org/x/oauth2](https://github.com/golang/oauth2) and [google.golang.org/api](https://github.com/googleapis/google-api-go-client).


Updates `github.com/aws/aws-sdk-go` from 1.45.21 to 1.45.25
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.45.21...v1.45.25)

Updates `golang.org/x/oauth2` from 0.12.0 to 0.13.0
- [Commits](golang/oauth2@v0.12.0...v0.13.0)

Updates `google.golang.org/api` from 0.143.0 to 0.147.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.143.0...v0.147.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common-golang
- dependency-name: golang.org/x/oauth2
  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] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/common-golang-24aad27955 branch from bb05756 to e2aa48d Compare October 13, 2023 03:11
@pavannd1 pavannd1 added the kueue label Oct 13, 2023
@mergify mergify bot merged commit 6232108 into master Oct 13, 2023
14 checks passed
@mergify mergify bot deleted the dependabot/go_modules/common-golang-24aad27955 branch October 13, 2023 06:48
leuyentran pushed a commit that referenced this pull request Oct 18, 2023
Bumps the common-golang group with 3 updates: [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go), [golang.org/x/oauth2](https://github.com/golang/oauth2) and [google.golang.org/api](https://github.com/googleapis/google-api-go-client).


Updates `github.com/aws/aws-sdk-go` from 1.45.21 to 1.45.25
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.45.21...v1.45.25)

Updates `golang.org/x/oauth2` from 0.12.0 to 0.13.0
- [Commits](golang/oauth2@v0.12.0...v0.13.0)

Updates `google.golang.org/api` from 0.143.0 to 0.147.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.143.0...v0.147.0)

---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: common-golang
- dependency-name: golang.org/x/oauth2
  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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 kueue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant