Skip to content

chore(deps): update go modules (non-major) - #41

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/go-modules-(non-major)
Open

chore(deps): update go modules (non-major)#41
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/go-modules-(non-major)

Conversation

@renovate

@renovate renovate Bot commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
github.com/go-chi/chi/v5 v5.3.1v5.3.2 age confidence
k8s.io/api v0.36.3v0.36.4 age confidence
k8s.io/apimachinery v0.36.3v0.36.4 age confidence
k8s.io/client-go v0.36.3v0.36.4 age confidence
modernc.org/sqlite v1.56.0v1.57.0 age confidence

Release Notes

go-chi/chi (github.com/go-chi/chi/v5)

v5.3.2

Compare Source

What's Changed

  • feat(middleware): add text/markdown, text/csv, text/vtt to default compressible types by @​VojtechVitek in #​1151
  • docs: deployment recipe for middleware.ClientIPFromXFFTrustedProxies() by @​VojtechVitek in #​1111
  • fix: don't drop handlers that collide with a Mount()/Route() pattern by @​VojtechVitek in #​1148
  • Don't duplicate methods in Allow: header for 405 responses by @​flimzy in #​1029
  • fix(middleware): reject catch-all compress wildcards by @​VojtechVitek in #​1156
    • middleware.NewCompressor(level, "/*") never worked and silently compressed nothing. Instead of turning it into a compress-everything catch-all (as proposed in #​868 and #​1121), we decided to reject both "/" and "/*" at construction and panic. Compressing every response wastes CPU on already-compressed types (zip, jpeg, png), which is why the middleware keeps a curated default list. Users should pass explicit content types.

Full Changelog: go-chi/chi@v5.3.1...v5.3.2

kubernetes/api (k8s.io/api)

v0.36.4

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.36.4

Compare Source

kubernetes/client-go (k8s.io/client-go)

v0.36.4

Compare Source

cznic/sqlite (modernc.org/sqlite)

v1.57.0

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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 a review from roberteggl as a code owner August 21, 2026 17:46
@renovate
renovate Bot enabled auto-merge (squash) August 21, 2026 17:46
@renovate
renovate Bot force-pushed the renovate/go-modules-(non-major) branch 2 times, most recently from e04a46b to 9fd7fb0 Compare August 22, 2026 13:05
@renovate renovate Bot changed the title chore(deps): update module modernc.org/sqlite to v1.57.0 chore(deps): update go modules (non-major) Aug 22, 2026
@renovate
renovate Bot force-pushed the renovate/go-modules-(non-major) branch from 9fd7fb0 to c4cd3b7 Compare August 22, 2026 18:01
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
@renovate
renovate Bot force-pushed the renovate/go-modules-(non-major) branch from c4cd3b7 to de6da33 Compare August 23, 2026 15:10
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