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

fix(deps): update module github.com/grafana/loki/v3 to v3.3.1 #15331

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 9, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/grafana/loki/v3 v3.2.1 -> v3.3.1 age adoption passing confidence

Release Notes

grafana/loki (github.com/grafana/loki/v3)

v3.3.1

Compare Source

⚠ BREAKING CHANGES
  • promtail: Remove wget from Promtail docker image (backport release-3.3.x) (#​15146)
Miscellaneous Chores
  • promtail: Switch Promtail base image from Debian to Ubuntu to fix critical security issues (https://github.com/grafana/loki/issues/15195).
  • docker: Move from base-nossl to static. This PR removes the inclusion of glibc into most of the Docker images created by the Loki build system. (#​15203).

v3.3.0

Compare Source

⚠ BREAKING CHANGES
  • blooms: Introduce a new block schema (V3) (#​14038)
  • blooms: Index structured metadata into blooms (#​14061)
Features
Bug Fixes
Performance Improvements
Miscellaneous Chores

v3.2.2

Compare Source

⚠ BREAKING CHANGES
  • promtail: Remove wget from Promtail docker image (backport release-3.2.x) (#​15145)
Bug Fixes
  • logql: Updated JSONExpressionParser not to unescape extracted values if it is JSON object. (#​14499).
  • storage: Have GetObject check for canceled context. S3ObjectClient.GetObject incorrectly returned nil, 0, nil when the provided context is already canceled (#​14420).
Miscellaneous Chores
  • promtail: Switch Promtail base image from Debian to Ubuntu to fix critical security issues (#​15195).
  • docker: Move from base-nossl to static. This PR removes the inclusion of glibc into most of the Docker images created by the Loki build system. (#​15203).

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 a review from a team as a code owner December 9, 2024 23:04
@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 9, 2024
Copy link
Contributor Author

renovate bot commented Dec 9, 2024

ℹ Artifact update notice

File name: cmd/segment-inspect/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):

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

Details:

Package Change
go 1.22.6 -> 1.23.4
github.com/coder/quartz v0.1.0 -> v0.1.2
github.com/google/btree v1.1.2 -> v1.1.3
github.com/grafana/dskit v0.0.0-20240905221822-931a021fb06b -> v0.0.0-20241007172036-53283a0f6b41
github.com/grafana/jsonparser v0.0.0-20240425183733-ea80629e1a32 -> v0.0.0-20241004153430-023329977675
github.com/grafana/loki/pkg/push v0.0.0-20231124142027-e52380921608 -> v0.0.0-20240924133635-758364c7775f
github.com/klauspost/compress v1.17.9 -> v1.17.11
github.com/mitchellh/copystructure v1.0.0 -> v1.2.0
github.com/mitchellh/reflectwalk v1.0.1 -> v1.0.2
github.com/opentracing/opentracing-go v1.2.0 -> v1.2.1-0.20220228012449-10b1cf09e00b
github.com/prometheus/client_golang v1.19.1 -> v1.20.5
github.com/shopspring/decimal v1.2.0 -> v1.3.1
github.com/spf13/cast v1.3.1 -> v1.5.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/net v0.28.0 -> v0.30.0
golang.org/x/oauth2 v0.22.0 -> v0.23.0
golang.org/x/time v0.6.0 -> v0.7.0
google.golang.org/genproto/googleapis/api v0.0.0-20240820151423-278611b39280 -> v0.0.0-20241007155032-5fefd90f89a9
google.golang.org/genproto/googleapis/rpc v0.0.0-20240820151423-278611b39280 -> 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
File name: tools/lambda-promtail/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):

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

Details:

Package Change
go 1.22 -> 1.23.4
github.com/grafana/dskit v0.0.0-20241004175247-687ec485facf -> v0.0.0-20241007172036-53283a0f6b41
github.com/google/btree v1.1.2 -> v1.1.3
github.com/grafana/jsonparser v0.0.0-20240425183733-ea80629e1a32 -> v0.0.0-20241004153430-023329977675
github.com/grafana/loki/pkg/push v0.0.0-20231124142027-e52380921608 -> v0.0.0-20240924133635-758364c7775f
github.com/klauspost/compress v1.17.9 -> v1.17.11
github.com/mitchellh/copystructure v1.0.0 -> v1.2.0
github.com/mitchellh/reflectwalk v1.0.1 -> v1.0.2
github.com/opentracing/opentracing-go v1.2.0 -> v1.2.1-0.20220228012449-10b1cf09e00b
github.com/prometheus/client_golang v1.20.4 -> v1.20.5
github.com/shopspring/decimal v1.2.0 -> v1.3.1
github.com/spf13/cast v1.3.1 -> v1.5.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/time v0.6.0 -> v0.7.0
google.golang.org/genproto/googleapis/api v0.0.0-20240820151423-278611b39280 -> v0.0.0-20241007155032-5fefd90f89a9
google.golang.org/genproto/googleapis/rpc v0.0.0-20240820151423-278611b39280 -> v0.0.0-20241015192408-796eee8c2d53
google.golang.org/grpc v1.65.0 -> v1.67.1

@renovate renovate bot force-pushed the deps-update/github.comgrafanalokiv3 branch from 444d98b to 1cfbf89 Compare December 10, 2024 16:59
@renovate renovate bot force-pushed the deps-update/github.comgrafanalokiv3 branch from 1cfbf89 to cc381cd Compare December 10, 2024 18:25
@renovate renovate bot force-pushed the deps-update/github.comgrafanalokiv3 branch 3 times, most recently from 69a1df7 to 4f95946 Compare December 13, 2024 15:12
@renovate renovate bot force-pushed the deps-update/github.comgrafanalokiv3 branch from 4f95946 to 8d43c80 Compare December 13, 2024 21:33
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 size/L
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants