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 dependencies #1889

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

chore(deps): update all dependencies #1889

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 18, 2024

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
actions/upload-artifact action minor v4.4.3 -> v4.6.0 age adoption passing confidence
docker/build-push-action action minor v6.10.0 -> v6.12.0 age adoption passing confidence
docker/setup-qemu-action action minor v3.2.0 -> v3.3.0 age adoption passing confidence
gcr.io/distroless/static final digest 5c7e2b4 -> 3f2b64e
github.com/kube-logging/logging-operator require digest 7855f88 -> 82d2fd6 age adoption passing confidence
github.com/kube-logging/telemetry-controller require digest c0c550b -> 5293391 age adoption passing confidence
github.com/onsi/gomega require patch v1.36.1 -> v1.36.2 age adoption passing confidence
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring require patch v0.79.1 -> v0.79.2 age adoption passing confidence
github.com/spf13/cast require patch v1.7.0 -> v1.7.1 age adoption passing confidence
github/codeql-action action minor v3.27.9 -> v3.28.1 age adoption passing confidence
go (source) toolchain patch 1.23.4 -> 1.23.5 age adoption passing confidence
golang stage patch 1.23.4-alpine3.20 -> 1.23.5-alpine3.20 age adoption passing confidence
golang patch 1.23.4 -> 1.23.5 age adoption passing confidence
golang.org/x/exp require digest 4a55095 -> 7588d65 age adoption passing confidence
golang.org/x/net require minor v0.33.0 -> v0.34.0 age adoption passing confidence
golangci/golangci-lint minor 1.62.2 -> 1.63.4 age adoption passing confidence
helm.sh/helm/v3 require minor v3.16.4 -> v3.17.0 age adoption passing confidence
k8s.io/api require patch v0.32.0 -> v0.32.1 age adoption passing confidence
k8s.io/apiextensions-apiserver require patch v0.32.0 -> v0.32.1 age adoption passing confidence
k8s.io/apimachinery require patch v0.32.0 -> v0.32.1 age adoption passing confidence
k8s.io/client-go require patch v0.32.0 -> v0.32.1 age adoption passing confidence
kubernetes-sigs/controller-tools minor 0.16.5 -> 0.17.1 age adoption passing confidence
sigs.k8s.io/controller-runtime require minor v0.19.3 -> v0.20.0 age adoption passing confidence
sigs.k8s.io/e2e-framework require minor v0.5.0 -> v0.6.0 age adoption passing confidence
vladopajic/go-test-coverage action patch v2.11.1 -> v2.11.2 age adoption passing confidence

Release Notes

actions/upload-artifact (actions/upload-artifact)

v4.6.0

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.6.0

v4.5.0

Compare Source

docker/build-push-action (docker/build-push-action)

v6.12.0

Compare Source

Full Changelog: docker/build-push-action@v6.11.0...v6.12.0

v6.11.0

Compare Source

Full Changelog: docker/build-push-action@v6.10.0...v6.11.0

docker/setup-qemu-action (docker/setup-qemu-action)

v3.3.0

Compare Source

Full Changelog: docker/setup-qemu-action@v3.2.0...v3.3.0

onsi/gomega (github.com/onsi/gomega)

v1.36.2

Compare Source

Maintenance

prometheus-operator/prometheus-operator (github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring)

v0.79.2: 0.79.2 / 2024-12-18

Compare Source

  • [BUGFIX] Fix pod and service monitor selector validation. #​7214
spf13/cast (github.com/spf13/cast)

v1.7.1

Compare Source

What's Changed

New Contributors

Full Changelog: spf13/cast@v1.7.0...v1.7.1

github/codeql-action (github/codeql-action)

v3.28.1

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

3.28.1 - 10 Jan 2025
  • CodeQL Action v2 is now deprecated, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v3. For more information, see this changelog post. #​2677
  • Update default CodeQL bundle version to 2.20.1. #​2678

See the full CHANGELOG.md for more information.

v3.28.0

Compare Source

CodeQL Action Changelog

See the releases page for the relevant changes to the CodeQL CLI and language packs.

Note that the only difference between v2 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.22.11. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.

3.28.0 - 20 Dec 2024
  • Bump the minimum CodeQL bundle version to 2.15.5. #​2655
  • Don't fail in the unusual case that a file is on the search path. #​2660.

See the full CHANGELOG.md for more information.

golang/go (go)

v1.23.5

golangci/golangci-lint (golangci/golangci-lint)

v1.63.4

Compare Source

  1. Linters bug fixes
    • dupl, gomodguard, revive: keep only Go-files.

v1.63.3

Compare Source

  1. Linters bug fixes
    • gofmt, gofumpt, goimports, gci: panic with several trailing EOL
    • goheader: skip issues with invalid positions

v1.63.2

Compare Source

  1. Linters bug fixes
    • gofmt, gofumpt, goimports, gci: panic with missing trailing EOL

v1.63.1

Compare Source

  1. Linters bug fixes
    • cgi: invalid reports with cgo
    • gofumpt: panic with autofix and cgo

v1.63.0

Compare Source

  1. Enhancements
    • Add support for SuggestedFixes 🎉 (35 linters can "autofix" reports).
    • Formatters (gofmt, goimports, gofumpt, gci) are applied after the suggested fixes.
  2. New linters
  3. Linters new features
    • gci: new options: no-inline-comments, no-prefix-comments
    • gomoddirectives: from 0.2.4 to 0.6.0 (new options: go-version-pattern, toolchain-pattern,toolchain-forbidden, tool-forbidden, go-debug-forbidden)
    • govet: new stdversion, waitgroup analyzers
    • importas: allow multiple empty aliases
    • loggercheck: new slog option
    • recvcheck: from 0.1.2 to 0.2.0 (new options: disable-builtin, exclusions)
    • tagliatelle: from 0.5.0 to 0.7.1 (new options: ignored-fields, extended-rules,overrides, pkg, ignore)
    • usestdlibvars: from 1.27.0 to 1.28.0 (autofix)
    • wrapcheck: from 2.9.0 to 2.10.0 (new option: extra-ignore-sigs)
  4. Linters bug fixes
    • asciicheck: from 0.2.0 to 0.3.0
    • bodyclose: from 5742072 to ed6a65f
    • funlen: from 0.1.0 to 0.2.0
    • ginkgolinter: from 0.18.3 to 0.18.4
    • gochecksumtype: from 0.2.0 to 0.3.1
    • gocognit: from 1.1.3 to 1.2.0
    • godot: from 1.4.18 to 1.4.20
    • goheader: report position improvement
    • gosec: handling of global nosec option when it is false
    • iface: from 1.2.1 to 1.3.0
    • importas: from 0.1.0 to 0.2.0
    • intrange: from 0.2.1 to 0.3.0
    • makezero: from 1.1.1 to 1.2.0
    • mirror: from 1.2.0 to 1.3.0
    • nilnil: from 1.0.0 to 1.0.1
    • nosprintfhostport: from 0.1.1 to 0.2.0
    • reassign: from 0.2.0 to 0.3.0
    • spancheck: from 0.6.2 to 0.6.4
    • tagalign: from 1.3.4 to 1.4.1
    • wastedassign: from 2.0.7 to 2.1.0
    • whitespace: from 0.1.1 to 0.2.0
    • wsl: from 4.4.1 to 4.5.0
  5. Deprecations
    • ⚠️ output.uniq-by-line is deprecated and replaced by issues.uniq-by-line.
  6. Misc.
    • Improvements of the help command (color and JSON support).
    • Removes decoder, sloglint, tagalin from format preset.
    • Enables paths with junction inside Windows.
    • The timeout is disabled if run.timeout <= 0.
helm/helm (helm.sh/helm/v3)

v3.17.0

Compare Source

kubernetes/api (k8s.io/api)

v0.32.1

Compare Source

kubernetes/apiextensions-apiserver (k8s.io/apiextensions-apiserver)

v0.32.1

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.32.1

Compare Source

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

v0.32.1

Compare Source

kubernetes-sigs/controller-tools (kubernetes-sigs/controller-tools)

v0.17.1

Compare Source

What's Changed

Dependencies

Full Changelog: kubernetes-sigs/controller-tools@v0.17.0...v0.17.1

v0.17.0

Compare Source

What's Changed

Misc

envtest

Dependency bumps

New Contributors

Full Changelog: kubernetes-sigs/controller-tools@v0.16.0...v0.17.0

kubernetes-sigs/controller-runtime (sigs.k8s.io/controller-runtime)

v0.20.0

Compare Source

Highlights

  • Based on k8s.io/* v1.32 libraries and minimum Go version is now v1.23
  • New experimental priority queue feature
    • More details in #​3013 and #​2374
    • Can be enabled via manager.Options.Controller.UsePriorityQueue
    • Please give it a try and provide feedback in #​2374
  • AggregatedDiscovery is automatically used when available (#​2901)
  • As usual, many improvements to the fake client

Changes since v0.19.0

⚠️ Breaking Changes

✨ New Features

  • cache: Add EnableWatchBookmarks option (defaults to true) (#​3017)
  • cache: Export NewInformer option (#​3061)
  • cert-watcher: Add polling (#​3020 #​3050)
  • controller: Add experimental priority queue (off per default) (#​3013 #​3014 #​3060 #​3066)
  • fake client: Allow adding indexes at runtime (#​3021)
  • fake client: Add support for ServiceAccountToken subresource (#​2969)
  • restmapper: Use AggregatedDiscovery if available (#​2901)
  • util: Add HasOwnerReference func (#​2882)
  • webhook: Add custom path option (#​2998)

🐛 Bug Fixes

  • controller: Error when source.Start() never returns (#​2997 #​3006 #​3008)
  • fake client: Don't return items on invalid selector (#​3022)
  • fake client: Fix TOCTOU races (#​2980)
  • fake client: Preserve TypeMeta during Get call with PartialObjectMeta (#​2949)
  • fake client: Preserve TypeMeta during List call with UnstructuredList (#​3074)
  • manager: Fix RenewDeadline typo in leader election (#​3032)
  • manager: Use leader elector with client timeout (#​3028 #​3034)

🌱 Others

🌱 CI

📖 Additionally, there have been 7 contributions to our documentation. (#​2942, #​2985, #​2996, #​3002, #​3039, #​3062)

Dependencies

Added

Nothing has changed.

Changed

Configuration

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

🚦 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.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Dec 18, 2024
Copy link
Contributor Author

renovate bot commented Dec 18, 2024

ℹ Artifact update notice

File name: e2e/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):

  • 13 additional dependencies were updated

Details:

Package Change
github.com/BurntSushi/toml v1.3.2 -> v1.4.0
github.com/containerd/containerd v1.7.23 -> v1.7.24
github.com/cyphar/filepath-securejoin v0.3.4 -> v0.3.6
github.com/exponent-io/jsonpath v0.0.0-20151013193312-d6023ce2651d -> v0.0.0-20210407135951-1de76d718b3f
github.com/google/btree v1.0.1 -> v1.1.3
github.com/rubenv/sql-migrate v1.7.0 -> v1.7.1
github.com/vladimirvivien/gexe v0.3.0 -> v0.4.1
k8s.io/apiserver v0.32.0 -> v0.32.1
k8s.io/cli-runtime v0.31.3 -> v0.32.0
k8s.io/component-base v0.32.0 -> v0.32.1
k8s.io/kubectl v0.31.3 -> v0.32.0
sigs.k8s.io/kustomize/api v0.17.2 -> v0.18.0
sigs.k8s.io/kustomize/kyaml v0.17.1 -> v0.18.1
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):

  • 1 additional dependency was updated

Details:

Package Change
google.golang.org/protobuf v1.35.2 -> v1.36.1
File name: pkg/sdk/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):

  • 3 additional dependencies were updated

Details:

Package Change
golang.org/x/sys v0.28.0 -> v0.29.0
golang.org/x/term v0.27.0 -> v0.28.0
google.golang.org/protobuf v1.35.2 -> v1.36.1
File name: pkg/sdk/logging/model/syslogng/config/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):

  • 8 additional dependencies were updated

Details:

Package Change
github.com/kube-logging/logging-operator v0.0.0-20241217115247-7855f88f78cf -> v0.0.0-20250109125744-82d2fd6ff373
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.79.1 -> v0.79.2
github.com/spf13/cast v1.7.0 -> v1.7.1
golang.org/x/net v0.33.0 -> v0.34.0
golang.org/x/sys v0.28.0 -> v0.29.0
golang.org/x/term v0.27.0 -> v0.28.0
google.golang.org/protobuf v1.35.2 -> v1.36.1
k8s.io/client-go v0.32.0 -> v0.32.1

@renovate renovate bot force-pushed the renovate/all branch 12 times, most recently from 2d22913 to 5e151a0 Compare December 24, 2024 14:08
@renovate renovate bot force-pushed the renovate/all branch 7 times, most recently from 7eec3d3 to 169ee32 Compare January 3, 2025 21:34
@renovate renovate bot force-pushed the renovate/all branch 9 times, most recently from 84e16ec to ab5621c Compare January 10, 2025 22:26
@renovate renovate bot force-pushed the renovate/all branch 9 times, most recently from 3170139 to 776ba04 Compare January 17, 2025 08:56
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants