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 all non-major dependencies #4812

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 10, 2025

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
bytes dependencies patch 1.10.0 -> 1.10.1 age adoption passing confidence
github.com/alecthomas/types require minor v0.18.0 -> v0.19.0 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/config require patch v1.29.8 -> v1.29.9 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/credentials require patch v1.17.61 -> v1.17.62 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/service/cloudformation require patch v1.58.0 -> v1.58.1 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/service/ecr require patch v1.42.0 -> v1.42.1 age adoption passing confidence
github.com/aws/aws-sdk-go-v2/service/secretsmanager require patch v1.35.0 -> v1.35.2 age adoption passing confidence
github.com/block/ftl require minor v0.459.0 -> v0.463.0 age adoption passing confidence
github.com/mark3labs/mcp-go require minor v0.10.3 -> v0.11.2 age adoption passing confidence
github.com/opencontainers/image-spec require patch v1.1.0 -> v1.1.1 age adoption passing confidence
go patch 1.24.0 -> 1.24.1 age adoption passing confidence
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp require minor v0.59.0 -> v0.60.0 age adoption passing confidence
go.opentelemetry.io/otel require minor v1.34.0 -> v1.35.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc require minor v1.34.0 -> v1.35.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc require minor v1.34.0 -> v1.35.0 age adoption passing confidence
go.opentelemetry.io/otel/metric require minor v1.34.0 -> v1.35.0 age adoption passing confidence
go.opentelemetry.io/otel/sdk require minor v1.34.0 -> v1.35.0 age adoption passing confidence
go.opentelemetry.io/otel/sdk/metric require minor v1.34.0 -> v1.35.0 age adoption passing confidence
go.opentelemetry.io/otel/trace require minor v1.34.0 -> v1.35.0 age adoption passing confidence
golang.org/x/mod require minor v0.23.0 -> v0.24.0 age adoption passing confidence
golang.org/x/net require minor v0.35.0 -> v0.37.0 age adoption passing confidence
golang.org/x/sync require minor v0.11.0 -> v0.12.0 age adoption passing confidence
golang.org/x/sys require minor v0.30.0 -> v0.31.0 age adoption passing confidence
golang.org/x/term require minor v0.29.0 -> v0.30.0 age adoption passing confidence
golang.org/x/text require minor v0.22.0 -> v0.23.0 age adoption passing confidence
golang.org/x/tools require minor v0.30.0 -> v0.31.0 age adoption passing confidence
gradle minor 8.12.1 -> 8.13 age adoption passing confidence
istio.io/api require minor v1.24.3 -> v1.25.0 age adoption passing confidence
istio.io/client-go require minor v1.24.3 -> v1.25.0 age adoption passing confidence
istioctl minor 1.24.3 -> 1.25.0 age adoption passing confidence
protoc-gen-connect-go minor 1.12.0 -> 1.18.1 age adoption passing confidence
serde (source) dependencies patch 1.0.218 -> 1.0.219 age adoption passing confidence
serde_json dependencies patch 1.0.139 -> 1.0.140 age adoption passing confidence
tempfile (source) dev-dependencies minor 3.17.1 -> 3.18.0 age adoption passing confidence
uv patch 0.6.3 -> 0.6.4 age adoption passing confidence

Release Notes

tokio-rs/bytes (bytes)

v1.10.1

Compare Source

Fixed
  • Fix memory leak when using to_vec with Bytes::from_owner (#​773)
alecthomas/types (github.com/alecthomas/types)

v0.19.0

Compare Source

block/ftl (github.com/block/ftl)

v0.463.0

Compare Source

Changelog

v0.462.0

Compare Source

Changelog

v0.461.0

Compare Source

Changelog

v0.460.0

Compare Source

Changelog
mark3labs/mcp-go (github.com/mark3labs/mcp-go)

v0.11.2

Compare Source

Full Changelog: mark3labs/mcp-go@v0.11.1...v0.11.2

v0.11.1

Compare Source

What's Changed

Full Changelog: mark3labs/mcp-go@v0.11.0...v0.11.1

v0.11.0

Compare Source

What's Changed

New Contributors

Full Changelog: mark3labs/mcp-go@v0.10.3...v0.11.0

opencontainers/image-spec (github.com/opencontainers/image-spec)

v1.1.1

Compare Source

Vote Passed [+5 -0 nv1] - https://groups.google.com/a/opencontainers.org/g/dev/c/T-olx0jdT18
Release PR : https://github.com/opencontainers/image-spec/pull/1247
Full Changelog: opencontainers/image-spec@v1.1.0...v1.1.1

golang/go (go)

v1.24.1

open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)

v1.35.0: /v0.57.0/v0.11.0

Compare Source

Overview

This release is the last to support Go 1.22.
The next release will require at least Go 1.23.

Added
  • Add ValueFromAttribute and KeyValueFromAttribute in go.opentelemetry.io/otel/log. (#​6180)
  • Add EventName and SetEventName to Record in go.opentelemetry.io/otel/log. (#​6187)
  • Add EventName to RecordFactory in go.opentelemetry.io/otel/log/logtest. (#​6187)
  • AssertRecordEqual in go.opentelemetry.io/otel/log/logtest checks Record.EventName. (#​6187)
  • Add EventName and SetEventName to Record in go.opentelemetry.io/otel/sdk/log. (#​6193)
  • Add EventName to RecordFactory in go.opentelemetry.io/otel/sdk/log/logtest. (#​6193)
  • Emit Record.EventName field in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc. (#​6211)
  • Emit Record.EventName field in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#​6211)
  • Emit Record.EventName field in go.opentelemetry.io/otel/exporters/stdout/stdoutlog (#​6210)
  • The go.opentelemetry.io/otel/semconv/v1.28.0 package.
    The package contains semantic conventions from the v1.28.0 version of the OpenTelemetry Semantic Conventions.
    See the migration documentation for information on how to upgrade from go.opentelemetry.io/otel/semconv/v1.27.0(#​6236)
  • The go.opentelemetry.io/otel/semconv/v1.30.0 package.
    The package contains semantic conventions from the v1.30.0 version of the OpenTelemetry Semantic Conventions.
    See the migration documentation for information on how to upgrade from go.opentelemetry.io/otel/semconv/v1.28.0(#​6240)
  • Document the pitfalls of using Resource as a comparable type.
    Resource.Equal and Resource.Equivalent should be used instead. (#​6272)
  • Support [Go 1.24]. (#​6304)
  • Add FilterProcessor and EnabledParameters in go.opentelemetry.io/otel/sdk/log.
    It replaces go.opentelemetry.io/otel/sdk/log/internal/x.FilterProcessor.
    Compared to previous version it additionally gives the possibility to filter by resource and instrumentation scope. (#​6317)
Changed
  • Update github.com/prometheus/common to v0.62.0, which changes the NameValidationScheme to NoEscaping.
    This allows metrics names to keep original delimiters (e.g. .), rather than replacing with underscores.
    This is controlled by the Content-Type header, or can be reverted by setting NameValidationScheme to LegacyValidation in github.com/prometheus/common/model. (#​6198)
Fixes
  • Eliminate goroutine leak for the processor returned by NewSimpleSpanProcessor in go.opentelemetry.io/otel/sdk/trace when Shutdown is called and the passed ctx is canceled and SpanExporter.Shutdown has not returned. (#​6368)
  • Eliminate goroutine leak for the processor returned by NewBatchSpanProcessor in go.opentelemetry.io/otel/sdk/trace when ForceFlush is called and the passed ctx is canceled and SpanExporter.Export has not returned. (#​6369)
What's Changed

Configuration

📅 Schedule: Branch creation - "* 0-3 * * 1" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@renovate renovate bot requested review from alecthomas and a team as code owners March 10, 2025 01:49
@renovate renovate bot added the run-all A PR with this label will run the full set of CI jobs in the PR rather than in the merge queue label Mar 10, 2025
Copy link
Contributor Author

renovate bot commented Mar 10, 2025

⚠️ Artifact update problem

Renovate failed to update artifacts related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: smoketest/origin/go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: ftl/origin imports
	ftl/builtin: package ftl/builtin is not in std (/opt/containerbase/tools/golang/1.24.1/src/ftl/builtin)

File name: smoketest/relay/go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: ftl/relay imports
	ftl/origin: package ftl/origin is not in std (/opt/containerbase/tools/golang/1.24.1/src/ftl/origin)

@renovate renovate bot enabled auto-merge (squash) March 10, 2025 01:49
@alecthomas alecthomas requested review from a team as code owners March 10, 2025 01:51
Copy link
Contributor Author

renovate bot commented Mar 10, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
run-all A PR with this label will run the full set of CI jobs in the PR rather than in the merge queue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants