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 group across 1 directory with 38 updates #46145

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 3, 2024

Bumps the go group with 34 updates in the / directory:

Package From To
cloud.google.com/go/cloudsqlconn 1.11.1 1.12.0
cloud.google.com/go/compute 1.27.4 1.28.0
cloud.google.com/go/container 1.38.0 1.39.0
cloud.google.com/go/iam 1.1.12 1.2.0
cloud.google.com/go/kms 1.18.4 1.19.0
cloud.google.com/go/resourcemanager 1.9.11 1.10.0
cloud.google.com/go/spanner 1.65.0 1.67.0
github.com/Azure/azure-sdk-for-go/sdk/azcore 1.13.0 1.14.0
github.com/ClickHouse/clickhouse-go/v2 2.27.0 2.28.2
github.com/Masterminds/sprig/v3 3.2.3 3.3.0
github.com/buildkite/bintest/v3 3.2.0 3.3.0
github.com/charmbracelet/bubbles 0.18.0 0.19.0
github.com/charmbracelet/lipgloss 0.12.1 0.13.0
github.com/creack/pty 1.1.21 1.1.23
github.com/elastic/go-elasticsearch/v8 8.14.0 8.15.0
github.com/envoyproxy/go-control-plane 0.12.1-0.20240621013728-1eb8caab5155 0.13.0
github.com/fsouza/fake-gcs-server 1.49.2 1.49.3
github.com/go-resty/resty/v2 2.13.1 2.14.0
github.com/go-webauthn/webauthn 0.11.0 0.11.2
github.com/google/btree 1.1.2 1.1.3
github.com/google/go-containerregistry 0.20.1 0.20.2
github.com/gorilla/websocket 1.5.1 1.5.3
github.com/guptarohit/asciigraph 0.7.1 0.7.2
github.com/mailgun/mailgun-go/v4 4.12.0 4.15.0
github.com/prometheus/client_golang 1.19.1 1.20.2
github.com/shirou/gopsutil/v4 4.24.7 4.24.8
github.com/sigstore/cosign/v2 2.3.0 2.4.0
github.com/snowflakedb/gosnowflake 1.11.0 1.11.1
github.com/xanzy/go-gitlab 0.107.0 0.108.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp 1.28.0 1.29.0
golang.org/x/mod 0.19.0 0.20.0
helm.sh/helm/v3 3.15.3 3.15.4
sigs.k8s.io/controller-runtime 0.18.4 0.19.0
software.sslmate.com/src/go-pkcs12 0.4.0 0.5.0

Updates cloud.google.com/go/cloudsqlconn from 1.11.1 to 1.12.0

Release notes

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

v1.12.0

1.12.0 (2024-08-13)

Features

  • add bytes_sent and bytes_received as metrics (#856) (d0e493f)
  • add support for Go 1.23 and drop Go 1.20 (#860) (8ce98e8)
  • Configure connections using DNS domain names (#843) (ec6b3a0)
  • support Cloud SQL CAS instances. (#850) (511fae4)
Changelog

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

1.12.0 (2024-08-13)

Features

  • add bytes_sent and bytes_received as metrics (#856) (d0e493f)
  • add support for Go 1.23 and drop Go 1.20 (#860) (8ce98e8)
  • Configure connections using DNS domain names (#843) (ec6b3a0)
  • support Cloud SQL CAS instances. (#850) (511fae4)
Commits
  • 5b2a68b chore(main): release 1.12.0 (#857)
  • 27bd9ed deps: Update Non-major dependency updates (#846)
  • 5fc18f1 chore: set renovate to use Go 1.21 (#861)
  • 8ce98e8 feat: add support for Go 1.23 and drop Go 1.20 (#860)
  • 83104e2 chore: checkout before setup-go (#858)
  • d0e493f feat: add bytes_sent and bytes_received as metrics (#856)
  • f482119 deps: Update google.golang.org/genproto/googleapis/rpc digest to 8ffd90a (#841)
  • ec6b3a0 feat: Configure connections using DNS domain names (#843)
  • 511fae4 feat: support Cloud SQL CAS instances. (#850)
  • 0a2dfb9 ci: add CAS instance secrets (#852)
  • Additional commits viewable in compare view

Updates cloud.google.com/go/compute from 1.27.4 to 1.28.0

Changelog

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

1.28.0 (2024-05-01)

Features

  • documentai: A new message FoundationModelTuningOptions is added (1d757c6)
  • documentai: Support Chunk header and footer in Doc AI external proto (1d757c6)

Bug Fixes

  • documentai: Bump x/net to v0.24.0 (ba31ed5)

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)

1.26.0 (2024-02-21)

Features

  • documentai: A new field schema_override is added to message ProcessOptions (#9400) (a86aa8e)
  • documentai: A new message FoundationModelTuningOptions is added (7e6c208)

1.25.0 (2024-02-09)

Features

  • documentai: Expose model_type in v1 processor, so that user can see the model_type after get or list processor version (2fcf55c)

1.24.0 (2024-02-06)

... (truncated)

Commits

Updates cloud.google.com/go/container from 1.38.0 to 1.39.0

Commits

Updates cloud.google.com/go/iam from 1.1.12 to 1.2.0

Release notes

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

iam: v1.2.0

1.2.0 (2024-08-20)

Features

  • iam: Add support for Go 1.23 iterators (84461c0)

securesourcemanager: v1.2.0

1.2.0 (2024-08-20)

Features

  • securesourcemanager: Add support for Go 1.23 iterators (84461c0)
Changelog

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

1.2.0 (2022-02-11)

Features

  • documentai: add file for tracking version (17b36ea)
  • documentai: add question_id field in ReviewDocumentOperationMetadata (2fae584)

1.1.0 (2022-02-03)

Features

  • documentai: add question_id field in ReviewDocumentOperationMetadata (6e56077)

1.0.1 (2022-01-13)

Bug Fixes

  • documentai: add ancillary service bindings to service_yaml (3bbe8c0)

1.0.0

Stabilize GA surface.

v0.1.0

This is the first tag to carve out documentai as its own module. See Add a module to a multi-module repository.

Commits

Updates cloud.google.com/go/kms from 1.18.4 to 1.19.0

Release notes

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

functions: v1.19.0

1.19.0 (2024-08-20)

Features

  • functions: Add support for Go 1.23 iterators (84461c0)

kms: v1.19.0

1.19.0 (2024-08-20)

Features

  • kms: Add support for Go 1.23 iterators (84461c0)

datastore: v1.19.0

1.19.0 (2024-08-22)

Features

Changelog

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

1.19.0 (2023-05-30)

Features

  • documentai: Update all direct dependencies (b340d03)

1.18.1 (2023-05-08)

Bug Fixes

  • documentai: Update grpc to v1.55.0 (1147ce0)

1.18.0 (2023-03-22)

Features

  • documentai: Add ImportProcessorVersion in v1beta3 (c967961)

1.17.0 (2023-03-15)

Features

  • documentai: Added hints.language_hints field in OcrConfig (#7522) (b2c40c3)

1.16.0 (2023-02-22)

Features

1.15.0 (2023-02-14)

⚠ BREAKING CHANGES

  • documentai: The TrainProcessorVersion parent was incorrectly annotated.

Features

  • documentai: Add REST client (06a54a1)
  • documentai: Added advanced_ocr_options field in OcrConfig (45c70e3)
  • documentai: Added EvaluationReference to evaluation.proto (#7290) (4623db8)
  • documentai: Added field_mask field in DocumentOutputConfig.GcsOutputConfig in document_io.proto (2a0b1ae)
  • documentai: Added font_family to document.proto feat: added ImageQualityScores message to document.proto feat: added PropertyMetadata and EntityTypeMetadata to document_schema.proto (9c5d6c8)
  • documentai: Added TrainProcessorVersion, EvaluateProcessorVersion, GetEvaluation, and ListEvaluations v1beta3 APIs feat: added evaluation.proto feat: added document_schema field in ProcessorVersion processor.proto feat: added image_quality_scores field in Document.Page in document.proto feat: added font_family field in Document.Style in document.proto (ac0c5c2)

... (truncated)

Commits

Updates cloud.google.com/go/resourcemanager from 1.9.11 to 1.10.0

Release notes

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

iap: v1.10.0

1.10.0 (2024-08-20)

Features

  • iap: Add support for Go 1.23 iterators (84461c0)

orchestration: v1.10.0

1.10.0 (2024-08-20)

Features

  • orchestration: Add support for Go 1.23 iterators (84461c0)

resourcemanager: v1.10.0

1.10.0 (2024-08-20)

Features

  • resourcemanager: Add support for Go 1.23 iterators (84461c0)

servicemanagement: v1.10.0

1.10.0 (2024-08-20)

Features

  • servicemanagement: Add support for Go 1.23 iterators (84461c0)

webrisk: v1.10.0

1.10.0 (2024-08-20)

Features

  • webrisk: Add support for Go 1.23 iterators (84461c0)
Changelog

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

1.10.0 (2022-11-03)

Features

  • documentai: rewrite signatures in terms of new location (3c4b2b3)

1.9.0 (2022-10-25)

Features

  • documentai: start generating stubs dir (de2d180)

1.8.0 (2022-09-21)

Features

  • documentai: rewrite signatures in terms of new types for betas (9f303f9)

1.7.0 (2022-09-19)

Features

  • documentai: start generating proto message types (563f546)

1.6.0 (2022-09-15)

Features

  • documentai/apiv1beta3: add REST transport (f7b0822)

1.5.0 (2022-08-18)

⚠ BREAKING CHANGES

  • documentai: Changed the name field for ProcessRequest and BatchProcessorRequest to accept * so the name field can accept Processor and ProcessorVersion.

Features

  • documentai: Added field_mask to ProcessRequest object in document_processor_service.proto feat: Added parent_ids to Revision object in document.proto feat: Added integer_values, float_values and non_present to Entity object in document.proto feat: Added corrected_key_text, correct_value_text to FormField object in document.proto feat: Added OperationMetadata resource feat!: Added Processor Management and Processor Version support to v1 library (370e23e)

Documentation

  • documentai: fix minor docstring formatting (370e23e)

... (truncated)

Commits
  • 7a0f6d1 chore: release main (#7972)
  • c5a2ab9 chore(internal/actions): have changefinder respect v2 mods (#8014)
  • 23cf597 chore(internal/postprocessor): ensure new modules are added to workspace (#8013)
  • 71b1326 chore: update missed dep bumps (#8012)
  • b340d03 chore: update all direct dependencies (#8007)
  • ebae64d feat(datacatalog): add support for entries associated with Spanner and ClougB...
  • 100d7cf chore: bump post-processor rev (#8006)
  • 848765c chore: fix new module bug (#8005)
  • 171c1e6 chore(all): update dependency requests to v2.31.0 [SECURITY] (#8001)
  • e50c53c chore(main): Added kokoro release job (#7788)
  • Additional commits viewable in compare view

Updates cloud.google.com/go/spanner from 1.65.0 to 1.67.0

Commits

Updates github.com/Azure/azure-sdk-for-go/sdk/azcore from 1.13.0 to 1.14.0

Release notes

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

sdk/azcore/v1.14.0

1.14.0 (2024-08-07)

Features Added

  • Added field Attributes to runtime.StartSpanOptions to simplify creating spans with attributes.

Other Changes

  • Include the HTTP verb and URL in log.EventRetryPolicy log entries so it's clear which operation is being retried.
Commits

Updates github.com/ClickHouse/clickhouse-go/v2 from 2.27.0 to 2.28.2

Release notes

Sourced from github.com/ClickHouse/clickhouse-go/v2's releases.

v2.28.2

What's Changed

Fixes 🐛

Other Changes 🛠

Full Changelog: ClickHouse/clickhouse-go@v2.28.1...v2.28.2

v2.28.1

What's Changed

Fixes 🐛

Other Changes 🛠

Full Changelog: ClickHouse/clickhouse-go@v2.28.0...v2.28.1

v2.28.0

What's Changed

Fixes 🐛

Other Changes 🛠

Full Changelog: ClickHouse/clickhouse-go@v2.27.2...v2.28.0

v2.27.2

What's Changed

Enhancements 🎉

Fixes 🐛

... (truncated)

Changelog

Sourced from github.com/ClickHouse/clickhouse-go/v2's changelog.

v2.28.2, 2024-08-30

What's Changed

Fixes 🐛

Other Changes 🛠

Full Changelog: ClickHouse/clickhouse-go@v2.28.1...v2.28.2

v2.28.1, 2024-08-27

What's Changed

Fixes 🐛

Other Changes 🛠

Full Changelog: ClickHouse/clickhouse-go@v2.28.0...v2.28.1

v2.28.0, 2024-08-23

What's Changed

Fixes 🐛

Other Changes 🛠

Full Changelog: ClickHouse/clickhouse-go@v2.27.2...v2.28.0

v2.27.2, 2024-08-20

What's Changed

Enhancements 🎉

Fixes 🐛

New Contributors

... (truncated)

Commits

Updates github.com/Masterminds/sprig/v3 from 3.2.3 to 3.3.0

Release notes

Sourced from github.com/Masterminds/sprig/v3's releases.

v3.3.0

What's Changed

New Contributors

Full Changelog: Masterminds/sprig@v3.2.3...v3.3.0

Changelog

Sourced from github.com/Masterminds/sprig/v3's changelog.

Release 3.3.0 (2024-08-29)

Added

Changed

  • #407: Removed duplicate documentation (functions were documentated in 2 places)
  • #290: Corrected copy/paster oops in math documentation (thanks @​zzhu41)
  • #369: Corrected template reference in docs (thanks @​chey)

Bumps the go group with 34 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [cloud.google.com/go/cloudsqlconn](https://github.com/googlecloudplatform/cloud-sql-go-connector) | `1.11.1` | `1.12.0` |
| [cloud.google.com/go/compute](https://github.com/googleapis/google-cloud-go) | `1.27.4` | `1.28.0` |
| [cloud.google.com/go/container](https://github.com/googleapis/google-cloud-go) | `1.38.0` | `1.39.0` |
| [cloud.google.com/go/iam](https://github.com/googleapis/google-cloud-go) | `1.1.12` | `1.2.0` |
| [cloud.google.com/go/kms](https://github.com/googleapis/google-cloud-go) | `1.18.4` | `1.19.0` |
| [cloud.google.com/go/resourcemanager](https://github.com/googleapis/google-cloud-go) | `1.9.11` | `1.10.0` |
| [cloud.google.com/go/spanner](https://github.com/googleapis/google-cloud-go) | `1.65.0` | `1.67.0` |
| [github.com/Azure/azure-sdk-for-go/sdk/azcore](https://github.com/Azure/azure-sdk-for-go) | `1.13.0` | `1.14.0` |
| [github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go) | `2.27.0` | `2.28.2` |
| [github.com/Masterminds/sprig/v3](https://github.com/Masterminds/sprig) | `3.2.3` | `3.3.0` |
| [github.com/buildkite/bintest/v3](https://github.com/buildkite/bintest) | `3.2.0` | `3.3.0` |
| [github.com/charmbracelet/bubbles](https://github.com/charmbracelet/bubbles) | `0.18.0` | `0.19.0` |
| [github.com/charmbracelet/lipgloss](https://github.com/charmbracelet/lipgloss) | `0.12.1` | `0.13.0` |
| [github.com/creack/pty](https://github.com/creack/pty) | `1.1.21` | `1.1.23` |
| [github.com/elastic/go-elasticsearch/v8](https://github.com/elastic/go-elasticsearch) | `8.14.0` | `8.15.0` |
| [github.com/envoyproxy/go-control-plane](https://github.com/envoyproxy/go-control-plane) | `0.12.1-0.20240621013728-1eb8caab5155` | `0.13.0` |
| [github.com/fsouza/fake-gcs-server](https://github.com/fsouza/fake-gcs-server) | `1.49.2` | `1.49.3` |
| [github.com/go-resty/resty/v2](https://github.com/go-resty/resty) | `2.13.1` | `2.14.0` |
| [github.com/go-webauthn/webauthn](https://github.com/go-webauthn/webauthn) | `0.11.0` | `0.11.2` |
| [github.com/google/btree](https://github.com/google/btree) | `1.1.2` | `1.1.3` |
| [github.com/google/go-containerregistry](https://github.com/google/go-containerregistry) | `0.20.1` | `0.20.2` |
| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.1` | `1.5.3` |
| [github.com/guptarohit/asciigraph](https://github.com/guptarohit/asciigraph) | `0.7.1` | `0.7.2` |
| [github.com/mailgun/mailgun-go/v4](https://github.com/mailgun/mailgun-go) | `4.12.0` | `4.15.0` |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.19.1` | `1.20.2` |
| [github.com/shirou/gopsutil/v4](https://github.com/shirou/gopsutil) | `4.24.7` | `4.24.8` |
| [github.com/sigstore/cosign/v2](https://github.com/sigstore/cosign) | `2.3.0` | `2.4.0` |
| [github.com/snowflakedb/gosnowflake](https://github.com/snowflakedb/gosnowflake) | `1.11.0` | `1.11.1` |
| [github.com/xanzy/go-gitlab](https://github.com/xanzy/go-gitlab) | `0.107.0` | `0.108.0` |
| [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp](https://github.com/open-telemetry/opentelemetry-go) | `1.28.0` | `1.29.0` |
| [golang.org/x/mod](https://github.com/golang/mod) | `0.19.0` | `0.20.0` |
| [helm.sh/helm/v3](https://github.com/helm/helm) | `3.15.3` | `3.15.4` |
| [sigs.k8s.io/controller-runtime](https://github.com/kubernetes-sigs/controller-runtime) | `0.18.4` | `0.19.0` |
| software.sslmate.com/src/go-pkcs12 | `0.4.0` | `0.5.0` |



Updates `cloud.google.com/go/cloudsqlconn` from 1.11.1 to 1.12.0
- [Release notes](https://github.com/googlecloudplatform/cloud-sql-go-connector/releases)
- [Changelog](https://github.com/GoogleCloudPlatform/cloud-sql-go-connector/blob/main/CHANGELOG.md)
- [Commits](GoogleCloudPlatform/cloud-sql-go-connector@v1.11.1...v1.12.0)

Updates `cloud.google.com/go/compute` from 1.27.4 to 1.28.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@compute/v1.27.4...pubsub/v1.28.0)

Updates `cloud.google.com/go/container` from 1.38.0 to 1.39.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@pubsub/v1.38.0...pubsub/v1.39.0)

Updates `cloud.google.com/go/iam` from 1.1.12 to 1.2.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@iam/v1.1.12...iot/v1.2.0)

Updates `cloud.google.com/go/kms` from 1.18.4 to 1.19.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@kms/v1.18.4...kms/v1.19.0)

Updates `cloud.google.com/go/resourcemanager` from 1.9.11 to 1.10.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@iap/v1.9.11...dlp/v1.10.0)

Updates `cloud.google.com/go/spanner` from 1.65.0 to 1.67.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.65.0...spanner/v1.67.0)

Updates `github.com/Azure/azure-sdk-for-go/sdk/azcore` from 1.13.0 to 1.14.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.13.0...sdk/azcore/v1.14.0)

Updates `github.com/ClickHouse/clickhouse-go/v2` from 2.27.0 to 2.28.2
- [Release notes](https://github.com/ClickHouse/clickhouse-go/releases)
- [Changelog](https://github.com/ClickHouse/clickhouse-go/blob/main/CHANGELOG.md)
- [Commits](ClickHouse/clickhouse-go@v2.27.0...v2.28.2)

Updates `github.com/Masterminds/sprig/v3` from 3.2.3 to 3.3.0
- [Release notes](https://github.com/Masterminds/sprig/releases)
- [Changelog](https://github.com/Masterminds/sprig/blob/master/CHANGELOG.md)
- [Commits](Masterminds/sprig@v3.2.3...v3.3.0)

Updates `github.com/buildkite/bintest/v3` from 3.2.0 to 3.3.0
- [Release notes](https://github.com/buildkite/bintest/releases)
- [Commits](buildkite/bintest@v3.2.0...v3.3.0)

Updates `github.com/charmbracelet/bubbles` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/charmbracelet/bubbles/releases)
- [Changelog](https://github.com/charmbracelet/bubbles/blob/master/.goreleaser.yml)
- [Commits](charmbracelet/bubbles@v0.18.0...v0.19.0)

Updates `github.com/charmbracelet/bubbletea` from 0.26.6 to 0.27.0
- [Release notes](https://github.com/charmbracelet/bubbletea/releases)
- [Changelog](https://github.com/charmbracelet/bubbletea/blob/main/.goreleaser.yml)
- [Commits](charmbracelet/bubbletea@v0.26.6...v0.27.0)

Updates `github.com/charmbracelet/lipgloss` from 0.12.1 to 0.13.0
- [Release notes](https://github.com/charmbracelet/lipgloss/releases)
- [Changelog](https://github.com/charmbracelet/lipgloss/blob/master/.goreleaser.yml)
- [Commits](charmbracelet/lipgloss@v0.12.1...v0.13.0)

Updates `github.com/creack/pty` from 1.1.21 to 1.1.23
- [Release notes](https://github.com/creack/pty/releases)
- [Commits](creack/pty@v1.1.21...v1.1.23)

Updates `github.com/elastic/go-elasticsearch/v8` from 8.14.0 to 8.15.0
- [Release notes](https://github.com/elastic/go-elasticsearch/releases)
- [Changelog](https://github.com/elastic/go-elasticsearch/blob/main/CHANGELOG.md)
- [Commits](elastic/go-elasticsearch@v8.14.0...v8.15.0)

Updates `github.com/envoyproxy/go-control-plane` from 0.12.1-0.20240621013728-1eb8caab5155 to 0.13.0
- [Release notes](https://github.com/envoyproxy/go-control-plane/releases)
- [Changelog](https://github.com/envoyproxy/go-control-plane/blob/main/CHANGELOG.md)
- [Commits](https://github.com/envoyproxy/go-control-plane/commits/v0.13.0)

Updates `github.com/fsouza/fake-gcs-server` from 1.49.2 to 1.49.3
- [Release notes](https://github.com/fsouza/fake-gcs-server/releases)
- [Commits](fsouza/fake-gcs-server@v1.49.2...v1.49.3)

Updates `github.com/go-resty/resty/v2` from 2.13.1 to 2.14.0
- [Release notes](https://github.com/go-resty/resty/releases)
- [Commits](go-resty/resty@v2.13.1...v2.14.0)

Updates `github.com/go-webauthn/webauthn` from 0.11.0 to 0.11.2
- [Release notes](https://github.com/go-webauthn/webauthn/releases)
- [Commits](go-webauthn/webauthn@v0.11.0...v0.11.2)

Updates `github.com/google/btree` from 1.1.2 to 1.1.3
- [Commits](google/btree@v1.1.2...v1.1.3)

Updates `github.com/google/go-containerregistry` from 0.20.1 to 0.20.2
- [Release notes](https://github.com/google/go-containerregistry/releases)
- [Changelog](https://github.com/google/go-containerregistry/blob/main/.goreleaser.yml)
- [Commits](google/go-containerregistry@v0.20.1...v0.20.2)

Updates `github.com/gorilla/websocket` from 1.5.1 to 1.5.3
- [Release notes](https://github.com/gorilla/websocket/releases)
- [Commits](gorilla/websocket@v1.5.1...v1.5.3)

Updates `github.com/guptarohit/asciigraph` from 0.7.1 to 0.7.2
- [Release notes](https://github.com/guptarohit/asciigraph/releases)
- [Changelog](https://github.com/guptarohit/asciigraph/blob/master/CHANGELOG.md)
- [Commits](guptarohit/asciigraph@v0.7.1...v0.7.2)

Updates `github.com/mailgun/mailgun-go/v4` from 4.12.0 to 4.15.0
- [Release notes](https://github.com/mailgun/mailgun-go/releases)
- [Changelog](https://github.com/mailgun/mailgun-go/blob/master/CHANGELOG)
- [Commits](mailgun/mailgun-go@v4.12.0...v4.15.0)

Updates `github.com/prometheus/client_golang` from 1.19.1 to 1.20.2
- [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.1...v1.20.2)

Updates `github.com/shirou/gopsutil/v4` from 4.24.7 to 4.24.8
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](shirou/gopsutil@v4.24.7...v4.24.8)

Updates `github.com/sigstore/cosign/v2` from 2.3.0 to 2.4.0
- [Release notes](https://github.com/sigstore/cosign/releases)
- [Changelog](https://github.com/sigstore/cosign/blob/main/CHANGELOG.md)
- [Commits](sigstore/cosign@v2.3.0...v2.4.0)

Updates `github.com/sigstore/sigstore` from 1.8.7 to 1.8.8
- [Release notes](https://github.com/sigstore/sigstore/releases)
- [Commits](sigstore/sigstore@v1.8.7...v1.8.8)

Updates `github.com/snowflakedb/gosnowflake` from 1.11.0 to 1.11.1
- [Release notes](https://github.com/snowflakedb/gosnowflake/releases)
- [Changelog](https://github.com/snowflakedb/gosnowflake/blob/master/release.go)
- [Commits](snowflakedb/gosnowflake@v1.11.0...v1.11.1)

Updates `github.com/xanzy/go-gitlab` from 0.107.0 to 0.108.0
- [Release notes](https://github.com/xanzy/go-gitlab/releases)
- [Changelog](https://github.com/xanzy/go-gitlab/blob/main/releases_test.go)
- [Commits](xanzy/go-gitlab@v0.107.0...v0.108.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp` from 1.28.0 to 1.29.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.28.0...v1.29.0)

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

Updates `golang.org/x/time` from 0.5.0 to 0.6.0
- [Commits](golang/time@v0.5.0...v0.6.0)

Updates `google.golang.org/api` from 0.190.0 to 0.193.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.190.0...v0.193.0)

Updates `helm.sh/helm/v3` from 3.15.3 to 3.15.4
- [Release notes](https://github.com/helm/helm/releases)
- [Commits](helm/helm@v3.15.3...v3.15.4)

Updates `sigs.k8s.io/controller-runtime` from 0.18.4 to 0.19.0
- [Release notes](https://github.com/kubernetes-sigs/controller-runtime/releases)
- [Changelog](https://github.com/kubernetes-sigs/controller-runtime/blob/main/RELEASE.md)
- [Commits](kubernetes-sigs/controller-runtime@v0.18.4...v0.19.0)

Updates `software.sslmate.com/src/go-pkcs12` from 0.4.0 to 0.5.0

---
updated-dependencies:
- dependency-name: cloud.google.com/go/cloudsqlconn
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: cloud.google.com/go/compute
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: cloud.google.com/go/container
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: cloud.google.com/go/iam
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: cloud.google.com/go/kms
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: cloud.google.com/go/resourcemanager
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: cloud.google.com/go/spanner
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azcore
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/ClickHouse/clickhouse-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/Masterminds/sprig/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/buildkite/bintest/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/charmbracelet/bubbles
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/charmbracelet/bubbletea
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/charmbracelet/lipgloss
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/creack/pty
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/elastic/go-elasticsearch/v8
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/envoyproxy/go-control-plane
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/fsouza/fake-gcs-server
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/go-resty/resty/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/go-webauthn/webauthn
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/google/btree
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/google/go-containerregistry
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/gorilla/websocket
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/guptarohit/asciigraph
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/mailgun/mailgun-go/v4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/shirou/gopsutil/v4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/sigstore/cosign/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: github.com/sigstore/sigstore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/snowflakedb/gosnowflake
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: github.com/xanzy/go-gitlab
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: golang.org/x/mod
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: golang.org/x/time
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: google.golang.org/api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: helm.sh/helm/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go
- dependency-name: sigs.k8s.io/controller-runtime
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
- dependency-name: software.sslmate.com/src/go-pkcs12
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Issues related to Go builds/tooling no-changelog Indicates that a PR does not require a changelog entry labels Sep 3, 2024
@codingllama
Copy link
Contributor

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 3, 2024

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

@dependabot dependabot bot closed this Sep 3, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/go-abec57fd57 branch September 3, 2024 13:43
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 Issues related to Go builds/tooling no-changelog Indicates that a PR does not require a changelog entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant