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

chore(deps): update go modules #204

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 3, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
cloud.google.com/go/pubsub v1.42.0 -> v1.45.1 age adoption passing confidence
github.com/xanzy/go-gitlab v0.108.0 -> v0.112.0 age adoption passing confidence
google.golang.org/api v0.195.0 -> v0.203.0 age adoption passing confidence
gopkg.in/DataDog/dd-trace-go.v1 v1.67.0 -> v1.69.0 age adoption passing confidence

Release Notes

xanzy/go-gitlab (github.com/xanzy/go-gitlab)

v0.112.0

Compare Source

Breaking changes:

  • Fix the branch protection defaults by @​svanharmelen in https://github.com/xanzy/go-gitlab/pull/2036
    This ☝🏻 fixes a bug in the settings API (see #​2033) by introducing a dedicated struct for branch protection defaults. To prevent duplicated code, this struct is now also used (as a pointer!) for the DefaultBranchProtectionDefaults field in the Group struct.

What's Changed

New Contributors

Full Changelog: xanzy/go-gitlab@v0.111.0...v0.112.0

v0.111.0

Compare Source

What's Changed

New Contributors

Full Changelog: xanzy/go-gitlab@v0.110.0...v0.111.0

v0.110.0

Compare Source

Breaking Changes

What's Changed

New Contributors

Full Changelog: xanzy/go-gitlab@v0.109.0...v0.110.0

v0.109.0

Compare Source

Breaking Changes

What's Changed

New Contributors

Full Changelog: xanzy/go-gitlab@v0.108.0...v0.109.0

googleapis/google-api-go-client (google.golang.org/api)

v0.203.0

Compare Source

Features

v0.202.0

Compare Source

Features

v0.201.0

Compare Source

Features

v0.200.0

Compare Source

Features

v0.199.0

Compare Source

Features

v0.198.0

Compare Source

Features

v0.197.0

Compare Source

Features
Bug Fixes
  • transport: Set UniverseDomain in http.NewClient for new auth (#​2773) (140d0a5)

v0.196.0

Compare Source

Features
DataDog/dd-trace-go (gopkg.in/DataDog/dd-trace-go.v1)

v1.69.0

Compare Source

This release offers a lot of QOL changes and fixes for DataStreams Monitoring (DSM) and for two contribs: 99designs/gqlgen and aws/aws-sdk-go-v2/. Application Security now offers new attacker fingerprinting capabilities and support for entire read-only filesystem on linux

[!IMPORTANT]
If you are using gopkg.in/DataDog/dd-trace-go.v1/contrib/net/http.WrapRoundTripper, you can expect new errors to be reported in the span generated by your outgoing HTTP requests. The behaviour expected across all tracers was to report status codes between 400 and 500 as errors. Meanwhile dd-trace-go was reporting errors when the status code was between 500 and 600, this is now fixed. To revert to the previous behaviour. Please use the following environement variable: DD_TRACE_HTTP_CLIENT_ERROR_STATUSES=500-600

What's Changed

Application Performance Monitoring (APM)
Application Security Management (ASM)
Profiling
CI Visibility
General

New Contributors

Full Changelog: DataDog/dd-trace-go@v1.68.0...v1.69.0

v1.68.0

Compare Source

With the release of Go 1.23, we are dropping support for Go 1.21. Our minimum supported Go release is now Go 1.22.

This release removes the gopkg.in/DataDog/dd-trace-go.v1/contrib/google.golang.org/grpc.v12 integration, which wrapped grpc v0.12.0. This release also brings several bug fixes to the APM and ASM libraries.

What's Changed

Application Performance Monitoring (APM)
Application Security Management (ASM)
General

New Contributors

Full Changelog: DataDog/dd-trace-go@v1.67.1...v1.68.0

v1.67.1

Compare Source

Summary

This patch release provides two small changes around sampling. Now, resampling only occurs on root spans, and no child spans carry redundant sampling tags. Additionally, in order to support adaptive sampling, client stats were updated to match the version in the Trace Agent.

Changes

Application Performance Monitoring (APM)

  • ddtrace/tracer: add IsTraceRoot to clients-side-stats in #​2821
  • ddtrace/tracer: fixed resampling to occur on root span only in #​2824

Full Changelog: DataDog/dd-trace-go@v1.67.0...v1.67.1


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "at 10am on Monday except on 25th of December in 2023 and 1st of January 2024 and 1st of April 2024 and 20th of May 2024 and 19th of August 2024" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Sep 3, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 27 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21 -> 1.23.2
cloud.google.com/go v0.115.1 -> v0.116.0
cloud.google.com/go/auth v0.9.1 -> v0.9.9
cloud.google.com/go/compute/metadata v0.5.0 -> v0.5.2
cloud.google.com/go/iam v1.1.13 -> v1.2.1
github.com/DataDog/appsec-internal-go v1.7.0 -> v1.8.0
github.com/DataDog/datadog-agent/pkg/remoteconfig/state v0.52.1 -> v0.57.0
github.com/DataDog/go-libddwaf/v3 v3.3.0 -> v3.4.0
github.com/googleapis/enterprise-certificate-proxy v0.3.2 -> v0.3.4
github.com/philhofer/fwd v1.1.2 -> v1.1.3-0.20240612014219-fbbf4953d986
github.com/tinylib/msgp v1.1.9 -> v1.2.1
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.52.0 -> v0.54.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.52.0 -> v0.54.0
go.opentelemetry.io/otel v1.28.0 -> v1.29.0
go.opentelemetry.io/otel/metric v1.28.0 -> v1.29.0
go.opentelemetry.io/otel/trace v1.28.0 -> v1.29.0
golang.org/x/crypto v0.26.0 -> v0.28.0
golang.org/x/mod v0.17.0 -> v0.18.0
golang.org/x/net v0.28.0 -> v0.30.0
golang.org/x/oauth2 v0.22.0 -> v0.23.0
golang.org/x/sys v0.24.0 -> v0.26.0
golang.org/x/text v0.17.0 -> v0.19.0
golang.org/x/time v0.6.0 -> v0.7.0
google.golang.org/genproto v0.0.0-20240823204242-4ba0660f739c -> v0.0.0-20241015192408-796eee8c2d53
google.golang.org/genproto/googleapis/api v0.0.0-20240814211410-ddb44dafa142 -> v0.0.0-20241007155032-5fefd90f89a9
google.golang.org/genproto/googleapis/rpc v0.0.0-20240823204242-4ba0660f739c -> v0.0.0-20241015192408-796eee8c2d53
google.golang.org/grpc v1.65.0 -> v1.67.1
google.golang.org/protobuf v1.34.2 -> v1.35.1

@renovate renovate bot changed the title chore(deps): update module google.golang.org/api to v0.196.0 chore(deps): update go modules Sep 5, 2024
@renovate renovate bot force-pushed the renovate/go-modules branch 3 times, most recently from 429eb87 to 5e86d24 Compare September 10, 2024 22:11
@renovate renovate bot force-pushed the renovate/go-modules branch 2 times, most recently from 5347ccc to 27d54db Compare September 19, 2024 15:48
@renovate renovate bot force-pushed the renovate/go-modules branch 4 times, most recently from 80f4052 to 1ff1cf0 Compare October 10, 2024 18:09
@renovate renovate bot force-pushed the renovate/go-modules branch 5 times, most recently from f1f22ba to 8541e89 Compare October 20, 2024 22:57
@renovate renovate bot force-pushed the renovate/go-modules branch 4 times, most recently from 36aa4d4 to 3a2bc98 Compare October 23, 2024 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants