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 golang-packages #4725

Merged
merged 1 commit into from
Jan 15, 2025
Merged

fix(deps): update golang-packages #4725

merged 1 commit into from
Jan 15, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 15, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/bmatcuk/doublestar/v4 v4.7.1 -> v4.8.0 age adoption passing confidence
github.com/docker/cli v27.4.1+incompatible -> v27.5.0+incompatible age adoption passing confidence
github.com/docker/docker v27.4.1+incompatible -> v27.5.0+incompatible age adoption passing confidence
github.com/moby/moby v27.4.1+incompatible -> v27.5.0+incompatible age adoption passing confidence
google.golang.org/grpc v1.69.2 -> v1.69.4 age adoption passing confidence

Release Notes

bmatcuk/doublestar (github.com/bmatcuk/doublestar/v4)

v4.8.0: Fixed Escaped Meta in the "Base" of the Pattern

Compare Source

If the "base" of a pattern (ie, everything up to the first path slash before any meta characters) contains an escaped meta character, doublestar would fail to glob any files.

Thanks to @​tdurieux for finding and fixing this bug!

Breaking-ish Change

I've updated SplitPattern to unescape meta characters in the first returned string. I suspect this shouldn't cause issues for anyone because, if anyone was using this function, they've probably either never passed a pattern with escaped meta characters, or hand-rolled an unescape method to fix the bug - which will now be a no-op for them.

What's Changed

New Contributors

Full Changelog: bmatcuk/doublestar@v4.7.1...v4.8.0

docker/cli (github.com/docker/cli)

v27.5.0+incompatible

Compare Source

docker/docker (github.com/docker/docker)

v27.5.0+incompatible

Compare Source

moby/moby (github.com/moby/moby)

v27.5.0+incompatible

Compare Source

grpc/grpc-go (google.golang.org/grpc)

v1.69.4: Release 1.69.4

Compare Source

Bug Fixes

  • rbac: fix support for :path header matchers, which would previously never successfully match (#​7965).

Documentation

  • examples/features/csm_observability: update example client and server to use the helloworld service instead of echo service (#​7945).

Configuration

📅 Schedule: Branch creation - "* 0-3 * * " (UTC), Automerge - " 0-3 * * *" (UTC).

🚦 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 enabled auto-merge (squash) January 15, 2025 02:33
@renovate renovate bot merged commit 2aca0e3 into main Jan 15, 2025
7 checks passed
@renovate renovate bot deleted the renovate/golang-packages branch January 15, 2025 02:40
@woodpecker-bot
Copy link
Contributor

Copy link

codecov bot commented Jan 15, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 28.23%. Comparing base (8779086) to head (b59a0bb).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4725   +/-   ##
=======================================
  Coverage   28.23%   28.23%           
=======================================
  Files         398      398           
  Lines       28265    28265           
=======================================
  Hits         7980     7980           
  Misses      19575    19575           
  Partials      710      710           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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.

1 participant