chore: update dependencies #230
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update Request | Renovate Bot
This PR contains the following updates:
v9.1.0->v10.1.03.21->3.221.14.1-labs->1.19.0-labsv0.22.0->v0.26.1v0.6.3->v0.6.4v1.11.0->v1.11.3v1.0.7->v1.0.10v1.10.0->v1.11.1v0.35.0->v0.37.0v2.4.0->v3.0.1v0.32.3->v0.34.1v0.32.3->v0.34.1v0.32.3->v0.34.1v0.32.3->v0.34.1v0.32.3->v0.34.1v1.3.1->v1.4.0v1.10.4->v1.11.2v0.20.4->v0.22.3Release Notes
actions/stale (actions/stale)
v10.1.0Compare Source
What's Changed
only-issue-typesoption to filter issues by type by @Bibo-Joshi in #1255New Contributors
Full Changelog: actions/stale@v10...v10.1.0
v10.0.0Compare 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.1Compare Source
What's Changed
proto.Messageby @srikrsna in #1207New Contributors
Full Changelog: google/cel-go@v0.25.1...v0.26.1
v0.26.0Compare Source
New Features ✨
Bug Fixes 🐛
Test Updates 🧪
Documentation 📚
Dependency Updates ⬆️
v0.25.1Compare Source
v0.25.0Compare 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.1Compare Source
Fixes
Full Changelog: google/cel-go@v0.24.0...v0.24.1
v0.24.0Compare 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.2Compare 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.1Compare Source
Minor release to address cost tracking and size estimation [#1113]
Full Changelog: google/cel-go@v0.23.0...v0.23.1
v0.23.0Compare 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.formatcovering various edge cases [#1101]New Contributors
Full Changelog: google/cel-go@v0.22.1...v0.23.0
v0.22.1Compare Source
Fixes
New Contributors
Full Changelog: google/cel-go@v0.22.0...v0.22.1
siderolabs/crypto (github.com/siderolabs/crypto)
v0.6.4Compare Source
crypto 0.6.4 (2025-09-29)
Welcome to the v0.6.4 release of crypto!
Please try out the release binaries and report any issues at
https://github.com/siderolabs/crypto/issues.
Contributors
Changes
41 commits
4154a77feat: implement dynamic certificate reloaderdae07fachore: update to Go 1.2562a079bfix: update TLS config, add tests for TLS interactionsc2b4e26fix: remove code duplication and fixEd25511CA generation2a07632fix: enforce FIPS-140-3 compliance17107aefix: add generic CSR generator and OpenSSL interop53659fcrefactor: split into files0d45deechore: bump deps58b2f92chore: use HTTP/2 ALPN by defaultc240482feat: provide dynamic client CA matching2f4f911feat: add PEMEncodedCertificate wrapper1c94bb3chore: bump dependencies8f77da3feat: add a method to load PEM key from filec03ff58feat: add a way to represent redacted x509 private keysc3225eefeat: allow CSR template subject field to be overridden8570669chore: rename to siderolabs/cryptoe9df1b8feat: add support for generating keys from RSA-SHA256 CAs510b0d2chore: add json tags6fa2d93fix: deepcopy nil fields asnil9a63cbafix: add back support for generating ECDSA keys with P-256 and SHA512893bc66fix: use SHA256 for ECDSA-P256deec8d4chore: implement DeepCopy methods for PEMEncoded* typesd3cb772feat: make possible to change KeyUsage6bc5bb5chore: remove unused argumentcd18ef6feat: add support for several organizations97c888bchore: add options to CSR7776057chore: fix typos80df078chore: remove named result parameters15bdd28chore: minor updates4f80b97fix: verify CSR signature before issuing a certificate39584f1feat: support for key/certificate types RSA,Ed25519, ECDSAcf75519fix: function NewKeyPair should create certificate with proper subject751c95afeat: add 'PEMEncodedKey' which allows to transport keys in YAML562c3b6feat: add support for public RSA key in RSAKeybda0e9cfeat: enable more conversions between encoded and raw versionse0dd56afeat: add NotBefore option for x509 cert creation12a4897feat: add support for SPKI fingerprint generation and matchingd0c3eeffix: implement NewKeyPair196679efeat: movepkg/grpc/tlsfromgithub.com/talos-systems/talosas./tls1ff6242chore: initial version as imported from talos-systems/talos835063echore: initial commitChanges since v0.6.3
2 commits
4154a77feat: implement dynamic certificate reloaderdae07fachore: update to Go 1.25Dependency Changes
This release has no dependency changes
siderolabs/talos (github.com/siderolabs/talos/pkg/machinery)
v1.11.3Compare Source
Talos 1.11.3 (2025-10-15)
Welcome to the v1.11.3 release of Talos!
Please try out the release binaries and report any issues at
https://github.com/siderolabs/talos/issues.
Component Updates
runc: 1.3.2
Kubernetes: 1.34.1
Linux: 6.12.52
linux-firmware:
2025101CoreDNS: 1.12.4
etcd: 3.6.5
Flannel: 0.27.4
Talos is built with Go 1.24.9.
Contributors
Changes
11 commits
a0243efrelease(v1.11.3): prepare release560241cfix: make Akamai platform usable1b23cadfix: cherry-pick of commit0fbb0b0from #11959876719afix: cherry-pick of commitcd9fb27from #119439a30ab6feat: bump go, kernel and runc0fbb0b0fix: provide nocloud metadata with missing network config0dad328feat: update Flannel to v0.27.449182b3fix: support secure HTTP proxy with gRPC diala460f57feat: update etcd 3.6.5, CoreDNS 1.12.448ee858fix: don't set broadcast for /31 and /32 addresses7668c52fix: provide refreshing CA pool (resolvers)Changes from siderolabs/pkgs
5 commits
c316374feat: bump go to 1.24.9769a799feat: update linux-firmware to202510199ddfd5feat: update runc to 1.3.24fecfebfeat: bump kernel to 6.12.52934783ffeat: bump goChanges from siderolabs/tools
2 commits
05ee846feat: bump goefbbe9dfeat: bump goDependency Changes
Previous release can be found at v1.11.2
Images
v1.11.2Compare Source
Talos 1.11.2 (2025-09-25)
Welcome to the v1.11.2 release of Talos!
Please try out the release binaries and report any issues at
https://github.com/siderolabs/talos/issues.
Component Updates
runc: 1.3.1
Kubernetes: 1.34.1
Linux: 6.12.48
linux-firmware:
2025091Talos is built with Go 1.24.6.
Contributors
Changes
17 commits
511b4d2release(v1.11.2): prepare releaseac45257fix: default gateway as string7cec0e0fix: uefi boot entry handling logic637154edocs: drop invalid v1.12 docsa6d2f65chore(ci): rekres to use new runner groupscd82ee2refactor: efivarfs mock and tests996d97dchore: update pkgsbbf860cdocs: update component updates24c1bcefix: bump trustd memory limit56d6d6fchore: pass in github token to imager682df89fix: use correct order to determine SideroV1 keys directory patha838881fix: trim zero bytes in the DHCP host & domain response9c962aefix: re-create cgroups when restarting runnersde243f9test: fix flakiness in RawVolumes testec8fde5feat: update Kubernetes to 1.34.1797897dtest: improve test stability9827366feat: update runc to 1.3.1Changes from siderolabs/pkgs
3 commits
f95c679chore: update kernel to 6.12.480bd4cb9chore: update linuxfirmware and rekres0c8a195feat: update runc to 1.3.1Dependency Changes
Previous release can be found at v1.11.1
Images
v1.11.1Compare 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
8e85c83release(v1.11.1): prepare releaseff8644cfix: correctly handle status-code 2047d5fe2dfeat: update Linux kernel (memcg_v1, ublk)9e310a9fix: enable support for VMWare arm64f7620f0feat: update CoreDNS to 1.12.301bf2f6feat: add SOCKS5 proxy support to dynamic proxy dialer8a578bcfeat: update Linux to 6.12.45Changes from siderolabs/pkgs
3 commits
1a25681feat: enable ublk support95f0be4fix: enable memcg v1e1c333cfeat: update Linux to 6.12.45Dependency Changes
Previous release can be found at v1.11.0
Images