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

Bump the go-deps group across 1 directory with 7 updates #362

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link

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

Bumps the go-deps group with 5 updates in the / directory:

Package From To
cloud.google.com/go 0.113.0 0.115.0
cloud.google.com/go/storage 1.41.0 1.42.0
github.com/aws/aws-sdk-go 1.53.7 1.54.1
github.com/go-pg/pg/v10 10.12.0 10.13.0
google.golang.org/protobuf 1.34.1 1.34.2

Updates cloud.google.com/go from 0.113.0 to 0.115.0

Release notes

Sourced from cloud.google.com/go's releases.

v0.115.0

0.115.0 (2024-06-12)

Features

Bug Fixes

  • internal/postprocessor: Use approved image tag (#10341) (a388fe5)

v0.114.0

0.114.0 (2024-05-23)

Features

  • civil: Add Compare method to Date, Time, and DateTime (#10193) (c2920d7)

Bug Fixes

  • internal/postprocessor: Add scopes to all appropriate commit lines (#10192) (c21399b)
Changelog

Sourced from cloud.google.com/go's changelog.

0.115.0 (2024-06-12)

Features

Bug Fixes

  • internal/postprocessor: Use approved image tag (#10341) (a388fe5)

0.114.0 (2024-05-23)

Features

  • civil: Add Compare method to Date, Time, and DateTime (#10193) (c2920d7)

Bug Fixes

  • internal/postprocessor: Add scopes to all appropriate commit lines (#10192) (c21399b)
Commits

Updates cloud.google.com/go/storage from 1.41.0 to 1.42.0

Release notes

Sourced from cloud.google.com/go/storage's releases.

storage: v1.42.0

1.42.0 (2024-06-10)

Features

  • storage: Add new package transfermanager. This package is intended for parallel uploads and downloads, and is in preview. It is not stable, and is likely to change. (#10045) (cde5cbb)
  • storage: Add bucket HierarchicalNamespace (#10315) (b92406c), refs #10146
  • storage: Add BucketName to BucketHandle (#10127) (203cc59)

Bug Fixes

  • storage: Set invocation headers on xml reads (#10250) (c87e1ab)

Documentation

Commits
  • 22e90d9 chore(main): release spanner 1.42.0 (#7130)
  • 2552e09 fix(spanner): fallback to check grpc error message if ResourceType is nil for...
  • 6bb95ef feat(spanner): add database roles (#5701)
  • f2b1f1b chore(bigquery/storage/managedwriter): internal refactor (flow controller, id...
  • bcc9fcd test(bigtable): expand integration tests for read stats (#7143)
  • ab332ce fix(internal/gapicgen): disable rest for non-rest APIs (#7157)
  • dc89409 chore(main): release pubsublite 1.6.0 (#7129)
  • 5fa8555 feat(pubsublite): create/update export subscriptions (#6885)
  • 176f533 feat(pubsublite): unload idle partition publishers (#7105)
  • 28f3572 feat(all): enable REGAPIC and REST numeric enums (#6999)
  • Additional commits viewable in compare view

Updates github.com/aws/aws-sdk-go from 1.53.7 to 1.54.1

Release notes

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

Release v1.54.1 (2024-06-13)

Service Client Updates

  • service/cloudhsmv2: Updates service API and documentation
    • Added support for hsm type hsm2m.medium. Added supported for creating a cluster in FIPS or NON_FIPS mode.
  • service/glue: Updates service API and documentation
    • This release adds support for configuration of evaluation method for composite rules in Glue Data Quality rulesets.
  • service/iotwireless: Updates service API
  • service/kms: Updates service API, documentation, and examples
    • This feature allows customers to use their keys stored in KMS to derive a shared secret which can then be used to establish a secured channel for communication, provide proof of possession, or establish trust with other parties.
  • service/mediapackagev2: Updates service API, documentation, and examples

Release v1.54.0 (2024-06-12)

Service Client Updates

  • service/apptest: Updates service API, documentation, waiters, paginators, and examples
  • service/ec2: Updates service API and documentation
    • Tagging support for Traffic Mirroring FilterRule resource
  • service/osis: Updates service API and documentation
  • service/redshift: Updates service API and documentation
    • Updates to remove DC1 and DS2 node types.
  • service/secretsmanager: Updates service API and documentation
    • Introducing RotationToken parameter for PutSecretValue API
  • service/securitylake: Updates service API and documentation
  • service/sesv2: Updates service API and documentation

SDK Features

  • service/backupstorage: Remove Backupstorage
    • This change removes the Backupstorage service, which has been deprecated.

Release v1.53.21 (2024-06-11)

Service Client Updates

  • service/accessanalyzer: Updates service API, documentation, paginators, and examples
  • service/guardduty: Updates service API and documentation
    • Added API support for GuardDuty Malware Protection for S3.
  • service/networkmanager: Updates service API and documentation
  • service/pca-connector-scep: Adds new service
  • service/sagemaker: Updates service API and documentation
    • Introduced Scope and AuthenticationRequestExtraParams to SageMaker Workforce OIDC configuration; this allows customers to modify these options for their private Workforce IdP integration. Model Registry Cross-account model package groups are discoverable.

Release v1.53.20 (2024-06-10)

Service Client Updates

  • service/application-signals: Adds new service
  • service/ecs: Updates service API and documentation

... (truncated)

Commits

Updates github.com/go-pg/pg/v10 from 10.12.0 to 10.13.0

Release notes

Sourced from github.com/go-pg/pg/v10's releases.

v10.13.0

Please refer to CHANGELOG.md for details

Changelog

Sourced from github.com/go-pg/pg/v10's changelog.

v10.13.0

  • Removed references to deprecated io/ioutil (#2001)
  • Added password environment variable for easier testing (#1996)
  • Bumped google.golang.org/protobuf from 1.25.0 to 1.33.0 (#2000)
  • Bumped golang.org/x/net from 0.17.0 to 0.23.0 (#2002)

Thank you @​DarrylWong and @​testwill

Commits

Updates google.golang.org/api from 0.181.0 to 0.183.0

Release notes

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

v0.183.0

0.183.0 (2024-06-04)

Features

Bug Fixes

v0.182.0

0.182.0 (2024-05-28)

Features

Changelog

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

0.183.0 (2024-06-04)

Features

Bug Fixes

0.182.0 (2024-05-28)

Features

Commits

Updates google.golang.org/genproto from 0.0.0-20240521202816-d264139d666e to 0.0.0-20240528184218-531527333157

Commits

Updates google.golang.org/protobuf from 1.34.1 to 1.34.2

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 go-deps group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go](https://github.com/googleapis/google-cloud-go) | `0.113.0` | `0.115.0` |
| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.41.0` | `1.42.0` |
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.53.7` | `1.54.1` |
| [github.com/go-pg/pg/v10](https://github.com/go-pg/pg) | `10.12.0` | `10.13.0` |
| google.golang.org/protobuf | `1.34.1` | `1.34.2` |



Updates `cloud.google.com/go` from 0.113.0 to 0.115.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@v0.113.0...v0.115.0)

Updates `cloud.google.com/go/storage` from 1.41.0 to 1.42.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md)
- [Commits](googleapis/google-cloud-go@spanner/v1.41.0...spanner/v1.42.0)

Updates `github.com/aws/aws-sdk-go` from 1.53.7 to 1.54.1
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.53.7...v1.54.1)

Updates `github.com/go-pg/pg/v10` from 10.12.0 to 10.13.0
- [Release notes](https://github.com/go-pg/pg/releases)
- [Changelog](https://github.com/go-pg/pg/blob/v10/CHANGELOG.md)
- [Commits](go-pg/pg@v10.12.0...v10.13.0)

Updates `google.golang.org/api` from 0.181.0 to 0.183.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.181.0...v0.183.0)

Updates `google.golang.org/genproto` from 0.0.0-20240521202816-d264139d666e to 0.0.0-20240528184218-531527333157
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/protobuf` from 1.34.1 to 1.34.2

---
updated-dependencies:
- dependency-name: cloud.google.com/go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: cloud.google.com/go/storage
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/aws/aws-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/go-pg/pg/v10
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: google.golang.org/genproto
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
...

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

dependabot bot commented on behalf of github Jun 17, 2024

Superseded by #363.

@dependabot dependabot bot closed this Jun 17, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/go-deps-aa18d78a12 branch June 17, 2024 02:30
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