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

build(deps): bump the go-deps group across 1 directory with 11 updates #4155

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 20, 2024

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

Package From To
cloud.google.com/go/compute 1.26.0 1.27.0
cloud.google.com/go/storage 1.40.0 1.41.0
github.com/aws/aws-sdk-go 1.52.1 1.53.5
github.com/hashicorp/go-retryablehttp 0.7.5 0.7.6
github.com/openshift-online/ocm-sdk-go 0.1.418 0.1.420
github.com/osbuild/images 0.59.0 0.61.0
github.com/prometheus/client_golang 1.19.0 1.19.1

Updates cloud.google.com/go/compute from 1.26.0 to 1.27.0

Release notes

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

compute: v1.27.0

1.27.0 (2024-05-16)

Features

  • compute: Update Compute Engine API to revision 20240430 (#900) (292e812)
Changelog

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

1.27.0 (2024-04-15)

Features

  • documentai: Support a new Layout Processor in Document AI (2cdc40a)

1.26.1 (2024-03-14)

Bug Fixes

  • documentai: Update protobuf dep to v1.33.0 (30b038d)

Documentation

  • documentai: A comment for field processor_version_source in message .google.cloud.documentai.v1beta3.ImportProcessorVersionRequest is changed (25c3f2d)
Commits
  • 8cd9468 chore(main): release pubsub 1.27.0 (#7069)
  • 756f7bf chore(main): release firestore 1.9.0 (#6987)
  • a77ada8 chore(main): release datastore 1.10.0 (#7067)
  • d16d9af chore(main): release logging 1.6.0 (#7070)
  • 601c77a feat(bigquery): add default partition expiration to Dataset (#7096)
  • eddaf71 test(pubsublite): fix flaky TestIntegration_PublishSubscribeSinglePartition (...
  • 9cb00af feat(vmwareengine): start generating apiv1 (#7093)
  • 2894e66 fix(logging): fix stdout log http request format (#7083)
  • d96cb02 chore(httpreplay): specify localhost for proxy listener (#7088)
  • 766516a fix(compute/metadata): set IdleConnTimeout for http.Client (#7084)
  • Additional commits viewable in compare view

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

Release notes

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

storage: v1.41.0

1.41.0 (2024-05-13)

Features

  • storage/control: Make Managed Folders operations public (264a6dc)
  • storage: Support for soft delete policies and restore (#9520) (985deb2)

Bug Fixes

  • storage/control: An existing resource pattern value projects/{project}/buckets/{bucket}/managedFolders/{managedFolder=**} to resource definition storage.googleapis.com/ManagedFolder is removed (3e25053)
  • storage: Add internaloption.WithDefaultEndpointTemplate (3b41408)
  • storage: Bump x/net to v0.24.0 (ba31ed5)
  • storage: Disable gax retries for gRPC (#9747) (bbfc0ac)
  • storage: More strongly match regex (#9706) (3cfc8eb), refs #9705
  • storage: Retry net.OpError on connection reset (#10154) (54fab10), refs #9478
  • storage: Wrap error when MaxAttempts is hit (#9767) (9cb262b), refs #9720

Documentation

  • storage/control: Update storage control documentation and add PHP for publishing (1d757c6)
Commits

Updates github.com/aws/aws-sdk-go from 1.52.1 to 1.53.5

Release notes

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

Release v1.53.5 (2024-05-17)

Service Client Updates

  • service/application-autoscaling: Updates service API
  • service/codebuild: Updates service API and documentation
    • Aws CodeBuild now supports 36 hours build timeout
  • service/elasticloadbalancingv2: Updates service API and documentation
  • service/lakeformation: Updates service API and documentation
  • service/transfer: Updates service API and documentation
    • Enable use of CloudFormation traits in Smithy model to improve generated CloudFormation schema from the Smithy API model.

Release v1.53.4 (2024-05-16)

Service Client Updates

  • service/acm-pca: Updates service API and waiters
  • service/connect: Updates service documentation
  • service/kafka: Updates service API and documentation
  • service/mwaa: Updates service API and documentation
  • service/quicksight: Updates service API and documentation
    • This release adds DescribeKeyRegistration and UpdateKeyRegistration APIs to manage QuickSight Customer Managed Keys (CMK).
  • service/sagemaker: Updates service API and documentation
    • Introduced WorkerAccessConfiguration to SageMaker Workteam. This allows customers to configure resource access for workers in a workteam.
  • service/secretsmanager: Updates service API and documentation
    • Documentation updates for AWS Secrets Manager

Release v1.53.3 (2024-05-15)

Service Client Updates

  • service/bedrock-agent-runtime: Updates service documentation
  • service/codebuild: Updates service API and documentation
    • CodeBuild Reserved Capacity VPC Support
  • service/datasync: Updates service API
  • service/grafana: Updates service API, documentation, and paginators
  • service/medical-imaging: Updates service API and documentation
  • service/securityhub: Updates service API and documentation

Release v1.53.2 (2024-05-14)

Service Client Updates

  • service/connect: Updates service API, documentation, and paginators
  • service/s3: Updates service API and examples
    • Updated a few x-id in the http uri traits

Release v1.53.1 (2024-05-13)

... (truncated)

Commits

Updates github.com/hashicorp/go-retryablehttp from 0.7.5 to 0.7.6

Changelog

Sourced from github.com/hashicorp/go-retryablehttp's changelog.

0.7.6 (May 9, 2024)

ENHANCEMENTS:

  • client: support a RetryPrepare function for modifying the request before retrying (#216)
  • client: support HTTP-date values for Retry-After header value (#138)
  • client: avoid reading entire body when the body is a *bytes.Reader (#197)

BUG FIXES:

  • client: fix a broken check for invalid server certificate in go 1.20+ (#210)
Commits

Updates github.com/openshift-online/ocm-sdk-go from 0.1.418 to 0.1.420

Release notes

Sourced from github.com/openshift-online/ocm-sdk-go's releases.

Release 0.1.420

  • Update model version v0.0.373
    • Add subnet_resource_id to Azure resource
    • Add network_security_group_resource_id to Azure resource

Release 0.1.419

  • Update model version v0.0.372
    • Exposed the /api/clusters_mgmt/v1/clusters/{id}/kubelet_configs endpoint
    • Added name field to KubeletConfig
    • Added kubelet_configs field to NodePool
Changelog

Sourced from github.com/openshift-online/ocm-sdk-go's changelog.

0.1.420

  • Update model version v0.0.373
    • Add subnet_resource_id to Azure resource
    • Add network_security_group_resource_id to Azure` resource

0.1.419

  • Update model version v0.0.372
    • Exposed the /api/clusters_mgmt/v1/clusters/{id}/kubelet_configs endpoint
    • Added name field to KubeletConfig
    • Added kubelet_configs field to NodePool
Commits
  • 44af134 Merge pull request #953 from miguelsorianod/release-0.1.420
  • 9b48cb8 ARO-7210 | chore: release v0.1.420
  • f17653c Merge pull request #952 from miguelsorianod/add-azurebyovnet-to-clusterspec
  • 4c2b661 chore: synchronise to ocm-api-model 0.0.373
  • f725c57 Merge pull request #951 from robpblake/ocm-7308-release-notes
  • 6c7ffc8 OCM-7308 | chore: Added release notes for 0.1.419 release
  • 21aebd9 Merge pull request #950 from robpblake/ocm-7308-update-go-sdk
  • 85e458e OCM-7308 | feat: Generated a new version of the OCM-SDK to support KubeletCon...
  • See full diff in compare view

Updates github.com/osbuild/images from 0.59.0 to 0.61.0

Release notes

Sourced from github.com/osbuild/images's releases.

0.61.0

Changes with 0.61.0

  • Add bootc config to iot-bootable-container (#636)
    • Author: Achilleas Koutsou, Reviewers: Ondřej Budai, Simon de Vlieger
  • build(deps): bump github.com/aws/aws-sdk-go from 1.52.2 to 1.52.3 in the go-deps group (#665)
    • Author: dependabot[bot], Reviewers: SchutzBot
  • build(deps): bump github.com/aws/aws-sdk-go from 1.52.4 to 1.52.5 in the go-deps group (#675)
    • Author: dependabot[bot], Reviewers: SchutzBot
  • build(deps): bump the go-deps group with 2 updates (#669)
    • Author: dependabot[bot], Reviewers: SchutzBot
  • build(deps): bump the go-deps group with 3 updates (#662)
    • Author: dependabot[bot], Reviewers: SchutzBot
  • build(deps): bump the go-deps group with 6 updates (#677)
    • Author: dependabot[bot], Reviewers: SchutzBot
  • github: update bib ref every week (#671)
    • Author: Achilleas Koutsou, Reviewers: Ondřej Budai, Simon de Vlieger
  • test/scripts: fail setup-osbuild-repo on bad repo (#667)
    • Author: Achilleas Koutsou, Reviewers: Brian C. Lane, Simon de Vlieger

— Somewhere on the Internet, 2024-05-13

0.60.0

Changes with 0.60.0

  • Update snapshots to 20240502 (#656)
    • Author: SchutzBot, Reviewers: Achilleas Koutsou

— Somewhere on the Internet, 2024-05-06

Commits
  • 5ff84ec build(deps): bump the go-deps group with 6 updates
  • 9cbea3a Schutzfile: update osbuild dependency
  • 12be190 distro/fedora: add bootc config to iot-bootable-container
  • 9653df8 image: add booc config to the OSTreeArchive image kind
  • ee430e0 manifest: support bootc config on the OS pipeline
  • 9ce262d customizations: new subpackage: bootc
  • 0c679c0 osbuild: new stage: org.osbuild.bootc.install.config
  • 037cb4d github: update bib ref every week
  • 86148e4 build(deps): bump github.com/aws/aws-sdk-go in the go-deps group
  • 2ae8c07 build(deps): bump the go-deps group with 2 updates
  • Additional commits viewable in compare view

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 github.com/vmware/govmomi from 0.37.1 to 0.37.2

Release notes

Sourced from github.com/vmware/govmomi's releases.

v0.37.2

Release v0.37.2

Release Date: 2024-05-09

💫 API Changes

  • [37269b6a] add checksum validation in Content Library update session file API
  • [ce7ef70a] add SSLCertificate to TransferEndpoint in content library API (#3420)

💫 vcsim (Simulator)

  • [6a0d7e7d] Add PbmCheckCompatibility method in pbm simulator
  • [e6fe159b] fix ReconfigVM validation when changing disk size (#3423)

🧹 Chore

  • [9a1b3c8f] Update version.go for v0.37.2

⚠️ BREAKING

📖 Commits

  • [9a1b3c8f] chore: Update version.go for v0.37.2
  • [6a0d7e7d] vcsim: Add PbmCheckCompatibility method in pbm simulator
  • [37269b6a] api: add checksum validation in Content Library update session file API
  • [e6fe159b] vcsim: fix ReconfigVM validation when changing disk size (#3423)
  • [ce7ef70a] api: add SSLCertificate to TransferEndpoint in content library API (#3420)
Commits
  • 9a1b3c8 chore: Update version.go for v0.37.2
  • 6a0d7e7 vcsim: Add PbmCheckCompatibility method in pbm simulator
  • 37269b6 api: add checksum validation in Content Library update session file API
  • e6fe159 vcsim: fix ReconfigVM validation when changing disk size
  • ce7ef70 api: add SSLCertificate to TransferEndpoint in content library API
  • See full diff in compare view

Updates golang.org/x/oauth2 from 0.19.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
  • See full diff in compare view

Updates golang.org/x/sys from 0.19.0 to 0.20.0

Commits
  • 7d69d98 unix: extend support for z/OS
  • 7758090 cpu: add support for sve2 detection
  • 9a28524 windows: drop go version tags for unsupported versions
  • 27dc90b unix: update to Linux kernel 6.4
  • See full diff in compare view

Updates google.golang.org/api from 0.177.0 to 0.180.0

Release notes

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

v0.180.0

0.180.0 (2024-05-10)

Features

v0.179.0

0.179.0 (2024-05-09)

Features

Bug Fixes

v0.178.0

0.178.0 (2024-05-07)

Features

Documentation

Changelog

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

0.180.0 (2024-05-10)

Features

0.179.0 (2024-05-09)

Features

Bug Fixes

0.178.0 (2024-05-07)

Features

Documentation

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

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/compute](https://github.com/googleapis/google-cloud-go) | `1.26.0` | `1.27.0` |
| [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) | `1.40.0` | `1.41.0` |
| [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go) | `1.52.1` | `1.53.5` |
| [github.com/hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp) | `0.7.5` | `0.7.6` |
| [github.com/openshift-online/ocm-sdk-go](https://github.com/openshift-online/ocm-sdk-go) | `0.1.418` | `0.1.420` |
| [github.com/osbuild/images](https://github.com/osbuild/images) | `0.59.0` | `0.61.0` |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.19.0` | `1.19.1` |



Updates `cloud.google.com/go/compute` from 1.26.0 to 1.27.0
- [Release notes](https://github.com/googleapis/google-cloud-go/releases)
- [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/documentai/CHANGES.md)
- [Commits](googleapis/google-cloud-go@pubsub/v1.26.0...pubsub/v1.27.0)

Updates `cloud.google.com/go/storage` from 1.40.0 to 1.41.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.40.0...spanner/v1.41.0)

Updates `github.com/aws/aws-sdk-go` from 1.52.1 to 1.53.5
- [Release notes](https://github.com/aws/aws-sdk-go/releases)
- [Commits](aws/aws-sdk-go@v1.52.1...v1.53.5)

Updates `github.com/hashicorp/go-retryablehttp` from 0.7.5 to 0.7.6
- [Changelog](https://github.com/hashicorp/go-retryablehttp/blob/main/CHANGELOG.md)
- [Commits](hashicorp/go-retryablehttp@v0.7.5...v0.7.6)

Updates `github.com/openshift-online/ocm-sdk-go` from 0.1.418 to 0.1.420
- [Release notes](https://github.com/openshift-online/ocm-sdk-go/releases)
- [Changelog](https://github.com/openshift-online/ocm-sdk-go/blob/main/CHANGES.md)
- [Commits](openshift-online/ocm-sdk-go@v0.1.418...v0.1.420)

Updates `github.com/osbuild/images` from 0.59.0 to 0.61.0
- [Release notes](https://github.com/osbuild/images/releases)
- [Commits](osbuild/images@v0.59.0...v0.61.0)

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 `github.com/vmware/govmomi` from 0.37.1 to 0.37.2
- [Release notes](https://github.com/vmware/govmomi/releases)
- [Changelog](https://github.com/vmware/govmomi/blob/main/CHANGELOG.md)
- [Commits](vmware/govmomi@v0.37.1...v0.37.2)

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

Updates `golang.org/x/sys` from 0.19.0 to 0.20.0
- [Commits](golang/sys@v0.19.0...v0.20.0)

Updates `google.golang.org/api` from 0.177.0 to 0.180.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.177.0...v0.180.0)

---
updated-dependencies:
- dependency-name: cloud.google.com/go/compute
  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/hashicorp/go-retryablehttp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/openshift-online/ocm-sdk-go
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/osbuild/images
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: github.com/vmware/govmomi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-deps
- dependency-name: golang.org/x/oauth2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-deps
- dependency-name: golang.org/x/sys
  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
...

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 May 20, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github May 21, 2024

Superseded by #4157.

@dependabot dependabot bot closed this May 21, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/go-deps-50716da057 branch May 21, 2024 04:58
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.

None yet

0 participants