-
Notifications
You must be signed in to change notification settings - Fork 4
chore: update dependencies #41
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
base: main
Are you sure you want to change the base?
Conversation
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
ae28abd
to
1652d14
Compare
1652d14
to
aedc14a
Compare
aedc14a
to
e7890a0
Compare
e7890a0
to
5f3f26e
Compare
5f3f26e
to
930b4e6
Compare
930b4e6
to
eba83c5
Compare
20df3cb
to
8d0555f
Compare
8d0555f
to
7374899
Compare
|
0979167
to
2c60ec0
Compare
2c60ec0
to
0bbce38
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
0bbce38
to
5ab169b
Compare
Update Request | Renovate Bot
This PR contains the following updates:
v9.1.0
->v10.0.0
v0.22.0
->v0.26.1
v0.5.0
->v0.6.0
v1.11.0-beta.2
->v1.11.1
v1.9.1
->v1.10.1
v1.20.1
->v1.21.0
v1.74.2
->v1.75.1
v0.32.3
->v0.34.1
v0.32.3
->v0.34.1
v0.32.3
->v0.34.1
v1.10.4
->v1.11.1
v0.20.4
->v0.22.1
Release Notes
actions/stale (actions/stale)
v10.0.0
Compare Source
What's Changed
Breaking Changes
Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. Release Notes
Enhancement
Dependency Upgrades
Documentation changes
New Contributors
Full Changelog: actions/stale@v9...v10.0.0
google/cel-go (github.com/google/cel-go)
v0.26.1
Compare Source
What's Changed
proto.Message
by @srikrsna in #1207New Contributors
Full Changelog: google/cel-go@v0.25.1...v0.26.1
v0.26.0
Compare Source
New Features ✨
Bug Fixes 🐛
Test Updates 🧪
Documentation 📚
Dependency Updates ⬆️
v0.25.1
Compare Source
v0.25.0
Compare Source
Features & Enhancements
This release introduces features for richer configuration-based CEL, AI prompt generation from config files, additional documentation, and 3x performance when evaluating traced / state-tracking expressions. This release also introduces a unit test runner framwork.
#1141: Expose extension option factory as a public method
#1143: Add a new compiler tool which can be used to compile CEL expressions and policies using serialized environment
#1151: Lightweight observable evaluation
#1155: Utilities for formatting and parsing documentation strings
#1156: Support for documentation and example strings in CEL environments
#1158: Re-export interpreter.AttributePattern in package cel.
#1159: Document the standard library macros and functions
#1160: Prompt generation for AI-assisted authoring based on a CEL environment
#1117: Add LateFunctionBinding declaration and fix constant folding
#1163: Initialize stateful observers prior to evaluation
#1164: Unparse Expr values to strings
#1149: Add test runner library
#1167: REPL: Add an extension option for two var comprehensions
Fixes
Several fixes were implemented, including updating strings.format to better adhere to the specification, correcting constant folding logic alongside the late binding feature, removing a non-functional check in test code, and adding argument count validation for optFieldSelect.
#1133: Update strings.format to adhere to the specification
#1117: Add LateFunctionBinding declaration and fix constant folding
#1161: Remove non-functional optional check in test-only selection
#1168: Check arg count when validating optFieldSelect
Refactoring & Internal Improvements
General refactoring was performed across the codebase. Coverage and comments for Activation methods were improved. The test runner library was refactored to create options from flags and improve code structure.
#1145: Refactoring changes
#1150: Additional comments and coverage for Activation methods
#1165: Refactoring changes to create a test runner option from passed flags, correct indentation and add package level comment for test
Documentation
Documentation was enhanced, including updates to the NativeTypes documentation regarding the cel tag, adding documentation for the optional library, and documenting the standard library functions/macros as part of the documentation string feature.
#1148: Update NativeTypes doc to reflect how to enable cel tag
#1155: Utilities for formatting and parsing documentation strings
#1156: Support for documentation and example strings in CEL environments
#1159: Document the standard library macros and functions
#1162: Document optional library and increase docs coverage
Build System
Configuration fixes were made for Bzlmod compatibility.
#1146: Bzlmod configuration fixes
Type System
Type formatting was updated to correctly handle type parameters.
#1154: Update type formatting for type params
v0.24.1
Compare Source
Fixes
Full Changelog: google/cel-go@v0.24.0...v0.24.1
v0.24.0
Compare Source
Support for subsetting CEL standard library and serialization of CEL environments to YAML.
CEL is an official Google product [#1122]
Features
Fixes
New Contributors
Full Changelog: google/cel-go@v0.23.2...v0.24.0
v0.23.2
Compare Source
Corrects one remaining issue for cost computations from the v0.23.0 releases
Fixes
Full Changelog: google/cel-go@v0.23.1...v0.23.2
v0.23.1
Compare Source
Minor release to address cost tracking and size estimation [#1113]
Full Changelog: google/cel-go@v0.23.0...v0.23.1
v0.23.0
Compare Source
Features
Fixes
PR #1099 enables a change in the internal variable name used for comprehension result accumulation. This change may break some tests which inspect the AST contents in text form; however, will not break any existing uses of CEL during parse, check, or evaluation.
string.format
covering various edge cases [#1101]New Contributors
Full Changelog: google/cel-go@v0.22.1...v0.23.0
v0.22.1
Compare Source
Fixes
New Contributors
Full Changelog: google/cel-go@v0.22.0...v0.22.1
siderolabs/go-debug (github.com/siderolabs/go-debug)
v0.6.0
Compare Source
go-debug 0.6.0 (2025-08-19)
Welcome to the v0.6.0 release of go-debug!
Please try out the release binaries and report any issues at
https://github.com/siderolabs/go-debug/issues.
Contributors
Changes
11 commits
e21721b
chore: add support for Go 1.25ea108ca
chore: add support for Go 1.24c8f9b12
chore: add support for Go 1.230c2be80
chore: run rekres (update to Go 1.22)43d9100
chore: allow enabling pprof manuallyc1bc4bf
chore: rekres, rename, etc3d0a6e1
feat: race build tag flag detector5b292e5
feat: disable memory profiling by defaultc6d0ae2
fix: linters and CId969f95
feat: initial implementationb2044b7
Initial commitDependency Changes
This release has no dependency changes
siderolabs/talos (github.com/siderolabs/talos/pkg/machinery)
v1.11.1
Compare Source
Talos 1.11.1 (2025-09-08)
Welcome to the v1.11.1 release of Talos!
Please try out the release binaries and report any issues at
https://github.com/siderolabs/talos/issues.
Component Updates
Linux: 6.12.45
CoreDNS: 1.12.3
Talos is built with Go 1.24.6.
Contributors
Changes
7 commits
8e85c83
release(v1.11.1): prepare releaseff8644c
fix: correctly handle status-code 2047d5fe2d
feat: update Linux kernel (memcg_v1, ublk)9e310a9
fix: enable support for VMWare arm64f7620f0
feat: update CoreDNS to 1.12.301bf2f6
feat: add SOCKS5 proxy support to dynamic proxy dialer8a578bc
feat: update Linux to 6.12.45Changes from siderolabs/pkgs
3 commits
1a25681
feat: enable ublk support95f0be4
fix: enable memcg v1e1c333c
feat: update Linux to 6.12.45Dependency Changes
Previous release can be found at v1.11.0
Images
v1.11.0
Compare Source
Welcome to the v1.12.0-alpha.0 release of Talos!
This is a pre-release of Talos
Please try out the release binaries and report any issues at
https://github.com/siderolabs/talos/issues.
Component Updates
Linux: 6.16.4
Talos is built with Go 1.25.0.
Contributors
Changes
98 commits
6a389cad3
chore: update dependencies9d98c2e89
feat: add a cgroup preset for PSI and --skip-cri-resolve072f77b16
chore: prepare for future Talos 1.12-alpha.0 release96f41ce88
docs: update qemu and docker docsa751cd6b7
docs: activate Talos v1.11 docs by defaulte8f1ec1c5
docs: fix broken create qemu command v1.11 docs639f0dfdd
feat: update Linux to 6.16.48aa7b3933
fix: bring back linux/armv7 build and update xz9cae7ba6b
feat: update CoreDNS to 1.12.3cfef3ad45
fix: drop linux/armv7 build42ea2ac50
fix: update xz module (security)4fcfd35b9
docs: fix module name example50824599a
chore: update some toolsbcd297490
feat: allowEd25119
in FIPS mode5992138bb
test: ignore one leaking goroutined155326c1
docs: add sbc unofficial ports docs285fa7d22
docs: add the deploy application docs527791f09
feat: update Kubernetes to 1.34.0a1c0e237d
feat: update Linux to 6.15.11, Go to 1.254d7fc25f8
docs: switch order of wipe disk command7368a994d
feat: add SOCKS5 proxy support to dynamic proxy dialerd63591069
chore: silence linter warnings07eb4d7ec
fix: set default ram unit to MiB instead of MB6b732adc4
feat: update Linux to 6.12.43b6410914f
feat: add human readable byte size cli flagsec70cef99
feat: update NVIDIA drivers and kernel0879efa69
feat: update Kubernetes default to v1.34.0-rc.2f504639df
feat: add a user-facing create qemu command558e0b09a
test: fix the Image Factory PXE boot testd73f0a2e5
docs: make readme badges consistentf1369af98
chore: use new filesystem api on STATE partition366cedbe7
docs: link to kubernetes linux swap tuning2f5a16f5e
fix: make --with-uuid-hostnames functionality available to qemu provider70612c1f9
refactor: split the PlatformConfigController511748339
docs: add system extension tier documentation009fb1540
test: don't run nvidia tests on integration/aws99674ef20
docs: apply fixes for what is new92db677b5
fix: image cache lockup on a missing volume9c97ed886
fix: version contract parsing in encryption keys handling1fc670a08
fix: dial with proxy18447d0af
feat: update Linux to 6.12.41f65f39b78
fix: provide mitigation CVE-1999-05248817cc60c
fix: actually use SIDEROV1_KEYS_DIR env var if it's providedb08b20a10
feat: use key provider with fallback option for auth type SideroV17a52d7489
fix: kubernetes upgrade options for kubeletea8289f55
feat: add a user facing docker command54ad64765
chore: re-enable vulncheck26bbddea9
fix: darwin buildb5d5ef79e
fix: set secs field in DHCPv4 packetsc07911933
chore: refactor how tools are being installed34f25815c
docs: fork docs for v1.12b66b995d3
feat: update default Kubernetes to v1.34.0-rc.1b967c587d
docs: fix clone URL to include.git
b72c68398
docs: edit the insecure, etcd-metrics, inline and extramanifestse5b9c1fff
docs: remov RAS Syndrome701fe774b
docs: fix cilium links and bump to 1.18.0d306713a1
feat: update Go to 1.24.6721595a00
chore: add deadcode elimination linterdc4865915
refactor: stop usingtext/template
inmachined
code paths545be55ed
feat: add a pause function to dashboard06a6c0fe3
refactor: fix deadcode elimination with godbus2dce8f8d4
refactor: replace containerd/containerd/v2 module for proper DCE9b11d8608
chore: rekres to configure slack notify workflow for CI failures5ce6a660f
docs: augment the pod security docsada51ff69
fix: unmarshal encryption STATE from METAb9e9b2e07
docs: add what is new notes for 1.1153055bdf4
docs: fix typo in kubevirt page8d12db480
fix: one more attempt to fix volume mount race on restart34d37a268
chore: rekres to use correct slack channel for slack-notify326a00538
feat: implementtalos.config.early
command line arga5f3000f2
feat: implement encryption locking to STATEc1e65a342
docs: remove talos API flags from mgmt commands181d0bbf5
feat: bootedentry resource7ad439ac3
fix: enforce minimum size on user volumes if not set explicitly50e37aefd
fix: live reload of TLS client config for discovery client87efd75ef
feat: update containerd to 2.1.4724b9de6d
feat: addF71808E
watchdog driver8af96f7af
docs: add ETCD downgrade documentation44edd205d
docs: add remark about 'exclude-from-external-load-balancers' label727101926
fix(ci): use a random suffix for ami namesd621ce372
fix: grype scand62e255c2
fix: issues with reading GPT5d0883e14
feat: update PCI DB module to v0.3.23751c8ccf
test: wait for service account test job longera592eb9f9
feat: update Linux to 6.12.404c40e6d3f
feat: update etcd to 3.6.42bc37bd2c
docs: fix error in kernel module guidebfc57fb86
chore: tag aws snapshots created via ci with the image name06ef7108a
fix: issue with volume remount on service restart03efbff18
docs: add SBOM documentationaf8a2869d
fix: do not download artifacts for cron Grype scan5f442159b
feat: unify disk encryption configuration38e176e59
chore(ci): fix datasource versioning85d6b9198
feat: update etcd to v3.5.22dd7bd2dab
docs: rewrite the getting started and prod docs for v1.10 and v1.11136a899aa
chore: regenerate release step with signing fixes450b30d5a
chore(ci): add more nvidia test matrix451c2c4c3
test: add talosctl:latest to the image cacheChanges from siderolabs/go-debug
1 commit
e21721b
chore: add support for Go 1.25Changes from siderolabs/go-loadbalancer
1 commit
5e7a8b2
feat: add jitter and initial health check wait support to upstreamsChanges from siderolabs/pkgs
16 commits
2447e11
feat: update Linux to 6.16, GCC to 152cfb920
feat: update Linux to 6.15.11, update tools, rekresab4e975
feat: update Linux to 6.12.43cd67e36
chore: update kernel config to support max SMP CPUse3b2094
fix: fix build for new NVIDIA driversfd5fdfd
feat: update Nvidia LTS to 580.65.06 and production to 570.172.080edf426
fix: backport CVE kernel patches to 6.1226d8fef
feat: enable Infiniband IRDMA support16b5fac
fix: re-enable CPUSETS_V1 cgroups controllerfd53886
feat: update backportable dependenciesd5f7467
feat: update Go to 1.24.60bd019f
feat: update containerd to 2.1.40ba8b5b
feat: enableF71808E
watchdog driver895a86b
fix: enable ISCSI IBFTa76a67c
feat: update Linux to 6.12.408b0a561
feat: enable bootloader control on amd64Changes from siderolabs/tools
6 commits
7c659e9
feat: update to GCC 1583fd7b7
feat: migrate from pkg-config to pkgconfConfiguration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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.