-
Notifications
You must be signed in to change notification settings - Fork 341
chore(deps): update all dependencies #1994
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
Conversation
ℹ Artifact update noticeFile name: e2e/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: images/config-reloader/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: pkg/sdk/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: pkg/sdk/logging/model/syslogng/config/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
81c0ff3
to
c7b681b
Compare
7edee22
to
f88fdbd
Compare
390f321
to
4541328
Compare
4ee1dc1
to
c8b7a60
Compare
c8b7a60
to
e312262
Compare
Signed-off-by: Bence Csati <[email protected]>
This PR contains the following updates:
v4.2.2
->v4.2.3
v4.1.9
->v4.3.0
v5.3.0
->v5.4.0
v4.6.1
->v4.6.2
v6.15.0
->v6.16.0
'0.19.3'
->'0.19.4'
'2.2.0'
->'2.2.1'
95ea148
->3d0f463
v1.8.0
->v1.9.0
98662ab
->7e1f9aa
09d54a1
->236cbfb
v1.36.2
->v1.37.0
v0.81.0
->v0.82.0
v1.21.1
->v1.22.0
2.13.0
->2.14.1
v3.28.11
->v3.28.16
1.24.1-alpine3.20
->1.24.2-alpine3.20
1.24.1
->1.24.2
054e65f
->7e4ce0a
v0.38.0
->v0.39.0
2.0.2
->2.1.5
v0.32.3
->v0.32.4
v0.33.0
v0.32.3
->v0.32.4
v0.33.0
v0.32.3
->v0.32.4
v0.33.0
v0.32.3
->v0.32.4
v0.33.0
0.17.2
->0.17.3
v1.9.0
->v1.9.1
3.4.2-alpine3.20
->3.4.3-alpine3.20
v0.20.3
->v0.20.4
v3.8.1
->v3.8.2
v2.13.0
->v2.14.1
Release Notes
actions/cache (actions/cache)
v4.2.3
Compare Source
What's Changed
New Contributors
Full Changelog: actions/cache@v4.2.2...v4.2.3
actions/download-artifact (actions/download-artifact)
v4.3.0
Compare Source
What's Changed
artifact-ids
input by @GrantBirki in https://github.com/actions/download-artifact/pull/401New Contributors
Full Changelog: actions/download-artifact@v4.2.1...v4.3.0
v4.2.1
Compare Source
What's Changed
Full Changelog: actions/download-artifact@v4.2.0...v4.2.1
v4.2.0
Compare Source
What's Changed
New Contributors
Full Changelog: actions/download-artifact@v4.1.9...v4.2.0
actions/setup-go (actions/setup-go)
v5.4.0
Compare Source
What's Changed
Dependency updates :
New Contributors
Full Changelog: actions/setup-go@v5...v5.4.0
actions/upload-artifact (actions/upload-artifact)
v4.6.2
Compare Source
What's Changed
New Contributors
Full Changelog: actions/upload-artifact@v4...v4.6.2
docker/build-push-action (docker/build-push-action)
v6.16.0
Compare Source
fluent/fluent-plugin-kafka (fluent-plugin-kafka)
v0.19.4
Compare Source
fluent/fluent-plugin-prometheus (fluent-plugin-prometheus)
v2.2.1
Compare Source
fsnotify/fsnotify (github.com/fsnotify/fsnotify)
v1.9.0
Compare Source
Changes and fixes
all: make BufferedWatcher buffered again (#657)
inotify: fix race when adding/removing watches while a watched path is being deleted (#678, #686)
inotify: don't send empty event if a watched path is unmounted (#655)
inotify: don't register duplicate watches when watching both a symlink and its target; previously that would get "half-added" and removing the second would panic (#679)
kqueue: fix watching relative symlinks (#681)
kqueue: correctly mark pre-existing entries when watching a link to a dir on kqueue (#682)
illumos: don't send error if changed file is deleted while processing the event (#678)
onsi/gomega (github.com/onsi/gomega)
v1.37.0
Compare Source
1.37.0
Features
5666f98
]v1.36.3
Compare Source
1.36.3
Maintenance
adb8b49
]interface{}
withany
[7613216
]9fe5259
]a0e85b9
]604a8b1
]36fbc84
]ced70d7
]c8b4a07
]06431b9
]b55a92d
]a1d518b
]prometheus-operator/prometheus-operator (github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring)
v0.82.0
: 0.82.0 / 2025-04-17Compare Source
msTeamsV2Configs
receiver to AlertManagerConfig CRD. #7464content
,username
andavatarURL
fields todiscordConfigs
receiver in AlertmanagerConfig CRD. #7307convertClassicHistogramsToNHCB
field toServiceMonitor
,PodMonitor
,Probe
andScrapeConfig
CRDs. #7448timeout
field towebhookConfigs
receiver in AlertManagerConfig CRD. #7310additionalArgs
field to AlertManager CRD. #7385maxSamplesPerSend
field to RemoteWrite Metadata Config. #7443terminationGracePeriodSeconds
to the Alertmanager, Prometheus, PrometheusAgent and ThanosRuler CRDs. #7439proxyURL
field in AlertManagerConfig CRD. #6876nameValidationScheme
support for Prometheus and PrometheusAgent CRDs. #7414socks5
scheme inproxyUrl
field for all CRDs. #7460 #7466prometheus/client_golang (github.com/prometheus/client_golang)
v1.22.0
: - 2025-04-07Compare Source
zstd
support introduce in #1496Experimental support for
zstd
on scrape was added, controlled by the requestAccept-Encoding
header.It was enabled by default since version 1.20, but now you need to add a blank import to enable it.
The decision to make it opt-in by default was originally made because the Go standard library was expected to have default zstd support added soon,
https://github.com/golang/go/issues/62513 however, the work took longer than anticipated and it will be postponed to upcoming major Go versions.
e.g.:
WithLookbackDelta
andWithStats
options have been added to API client. #1743All Changes
New Contributors
Full Changelog: prometheus/client_golang@v1.21.1...v1.22.0-rc.0
vladopajic/go-test-coverage (github.com/vladopajic/go-test-coverage/v2)
v2.14.1
Compare Source
What's Changed
Full Changelog: vladopajic/go-test-coverage@v2.14.0...v2.14.1
v2.14.0
Compare Source
What's Changed
Full Changelog: vladopajic/go-test-coverage@v2.13.2...v2.14.0
v2.13.2
Compare Source
What's Changed
Full Changelog: vladopajic/go-test-coverage@v2.13.1...v2.13.2
v2.13.1
Compare Source
What's Changed
Full Changelog: vladopajic/go-test-coverage@v2.13.0...v2.13.1
github/codeql-action (github/codeql-action)
v3.28.16
Compare Source
v3.28.15
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.15 - 07 Apr 2025
See the full CHANGELOG.md for more information.
v3.28.14
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.14 - 07 Apr 2025
See the full CHANGELOG.md for more information.
v3.28.13
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.13 - 24 Mar 2025
No user facing changes.
See the full CHANGELOG.md for more information.
v3.28.12
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.12 - 19 Mar 2025
build-mode: none
extractions. This should speed up workflows and avoid inconsistent alerts in some cases.See the full CHANGELOG.md for more information.
golang/go (golang)
v1.24.2
Compare Source
golangci/golangci-lint (golangci/golangci-lint)
v2.1.5
Compare Source
Due to an error related to Snapcraft, some artifacts of the v2.1.4 release have not been published.
This release contains the same things as v2.1.3.
v2.1.4
Compare Source
Due to an error related to Snapcraft, some artifacts of the v2.1.3 release have not been published.
This release contains the same things as v2.1.3.
v2.1.3
Compare Source
fatcontext
: from 0.7.2 to 0.8.0nakedret.max-func-lines: 0
staticcheck
settingsgo.mod
hash to the cache saltv2.1.2
Compare Source
exptostd
: from 0.4.2 to 0.4.3gofumpt
: from 0.7.0 to 0.8.0protogetter
: from 0.3.13 to 0.3.15usetesting
: from 0.4.2 to 0.4.3v2.1.1
Compare Source
The release process of v2.1.0 failed due to a regression inside goreleaser.
The binaries of v2.1.0 have been published, but not the other artifacts (AUR, Docker, etc.).
v2.1.0
Compare Source
--path-mode=abs
)${config-path}
)warn-unused
option forfmt
commandfmt
command (golangci-lint fmt --diff-colored
)funcorder
linter https://github.com/manuelarte/funcordergo-errorlint
: from 1.7.1 to 1.8.0 (automatic error comparison and type assertion fixes)goconst
:ignore-strings
is deprecated and replaced byignore-string-values
goconst
: from 1.7.1 to 1.8.1 (new options:find-duplicates
,eval-const-expressions
)govet
: addhttpmux
analyzernilnesserr
: from 0.1.2 to 0.2.0 (detect more cases)paralleltest
: from 1.0.10 to 1.0.14 (checks only_test.go
files)revive
: from 1.7.0 to 1.9.0 (support kebab case for setting names)sloglint
: from 0.9.0 to 0.11.0 (autofix, new optionmsg-style
, suggestslog.DiscardHandler
)wrapcheck
: from 2.10.0 to 2.11.0 (new optionreport-internal-errors
)wsl
: from 4.6.0 to 4.7.0 (cgo files are always excluded)fatcontext
: from 0.7.1 to 0.7.2gocritic
: fiximportshadow
checkergosec
: from 2.22.2 to 2.22.3ireturn
: from 0.3.1 to 0.4.0loggercheck
: from 0.10.1 to 0.11.0nakedret
: from 2.0.5 to 2.0.6nonamedreturns
: from 1.0.5 to 1.0.6protogetter
: from 0.3.12 to 0.3.13testifylint
: from 1.6.0 to 1.6.1unconvert
: update to HEADgolangci-lint-fmt
pre-commit hookkubernetes/api (k8s.io/api)
v0.32.4
Compare Source
kubernetes/apiextensions-apiserver (k8s.io/apiextensions-apiserver)
v0.32.4
Compare Source
kubernetes/apimachinery (k8s.io/api
Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM ( * 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.
This PR was generated by Mend Renovate. View the repository job log.