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.5.0 age adoption passing confidence
docker/build-push-action action minor v6.10.0 -> v6.11.0 age adoption passing confidence
docker/setup-qemu-action action minor v3.2.0 -> v3.3.0 age adoption passing confidence
github.com/kube-logging/logging-operator require digest 7855f88 -> 82d2fd6 age adoption passing confidence
github.com/kube-logging/telemetry-controller require digest c0c550b -> f52f233 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.0 age adoption passing confidence
golang stage digest 9a31ef0 -> 2314d93
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
kubernetes-sigs/controller-tools minor 0.16.5 -> 0.17.0 age adoption passing confidence
sigs.k8s.io/controller-runtime require patch v0.19.3 -> v0.19.4 age adoption passing confidence

Release Notes

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

v4.5.0

Compare Source

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

v6.11.0

Compare Source

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

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.
kubernetes-sigs/controller-tools (kubernetes-sigs/controller-tools)

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

Compare Source

What's Changed

Full Changelog: kubernetes-sigs/controller-runtime@v0.19.3...v0.19.4


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):

  • 1 additional dependency was updated

Details:

Package Change
golang.org/x/exp v0.0.0-20241204233417-43b7b7cde48d -> v0.0.0-20241215155358-4a5509556b9e
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):

  • 4 additional dependencies were updated

Details:

Package Change
golang.org/x/exp v0.0.0-20241204233417-43b7b7cde48d -> v0.0.0-20241215155358-4a5509556b9e
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):

  • 7 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

@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 6 times, most recently from a9c8da9 to 306fa67 Compare January 9, 2025 13:00
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