Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
91a6af0
fix: enable additional SELinux permissions for Cilium
dsseng Aug 14, 2026
1b31e12
fix: use os.Root in the untar path
smira Aug 24, 2026
d16d765
docs: update CRI customization example
smira Aug 24, 2026
1be6787
fix: capture packets correctly on VLANs
smira Aug 25, 2026
e828fe8
fix: skip selinux label for read-only/detached/external mounts
shanduur Aug 25, 2026
74e88bd
feat: support host extension services
frezbo Aug 25, 2026
866db94
fix: drop gRPC client keepalive aggressive settings in the tracker
smira Aug 25, 2026
25a3661
chore: update multipath notes
frezbo Aug 26, 2026
b690b7a
fix: write the uploaded etcd snapshot atomically
utkuozdemir Aug 25, 2026
03c5679
refactor: log filter stays enabled on enter press
majabojarska Aug 24, 2026
3cdd0e7
feat: bump kubernetes to 1.37.0
frezbo Aug 27, 2026
6c927a0
fix: hostns etc mount
frezbo Aug 27, 2026
755900f
fix: preserve special modes when extracting files
shanduur Aug 28, 2026
ae4d822
fix: keep the time sync boot timeout across a syncer restart
sachaw Aug 27, 2026
dc9e7fe
chore: add SPD5118 driver to squashfs
dsseng Aug 28, 2026
dec9dc3
chore: bump sigstore/rekor to v1.5.4
shanduur Aug 31, 2026
baca68d
fix: drop dead legacy registries init from worker generation
shanduur Aug 31, 2026
1d91158
fix: route creation churning every 100ms
majabojarska Aug 31, 2026
544fc52
feat: add host extension pre-shutdown hooks
frezbo Aug 31, 2026
c027a94
fix: exclude scheduler config from apiserver config version
shanduur Aug 31, 2026
7366edc
chore: reduce verbosity of the grype scan
smira Aug 31, 2026
bdc7f30
fix: preserve shared libs symlinks
smira Aug 31, 2026
1389580
feat: update COSI to 1.16.3
smira Aug 31, 2026
3715ce9
fix: add checks for meta key in the API path
smira Aug 31, 2026
5b15323
chore: speed up unit-tests
smira Aug 31, 2026
1deae73
fix: escape output in the talosctl dashboard
smira Aug 31, 2026
abce4c9
fix: use os.Root in the talosctl extract path
smira Aug 31, 2026
e8b3763
fix: validate received kubeconfig
smira Sep 1, 2026
87a031b
test: libvirtd extensions
frezbo Sep 1, 2026
6249f3f
test: skip filemap heap test under race detector
smira Sep 1, 2026
807b692
fix: allow CSI volumes to be mounted with an SELinux context
Demivan Sep 1, 2026
10c4f1a
fix: treat desired roles empty as error in Talos API access
smira Sep 1, 2026
95abc8b
fix: filter out passed metadata in API proxying
smira Sep 1, 2026
eff936c
feat: impl ContainerInstanceController
majabojarska Aug 17, 2026
afc09d4
refactor: make runner.runner context-native
majabojarska Aug 20, 2026
36fd446
feat: impl. container runtime controller
majabojarska Aug 20, 2026
9105c5e
feat: talos containers support for talosctl
majabojarska Aug 19, 2026
ce2148a
feat: impl. container mount controller
majabojarska Aug 19, 2026
64aef90
feat: containers can connect to machined
majabojarska Aug 24, 2026
2f0fdd1
fix: ctr machinedaccss allowed roles
majabojarska Sep 1, 2026
2f89317
refactor: don't skip container tests in short mode
majabojarska Sep 1, 2026
dd566c9
fix: container mount rshared propagation
majabojarska Sep 1, 2026
9777a1b
feat: talos containers run with imagegccontroller
majabojarska Aug 28, 2026
8c8b9b4
fix: filter the output in talosctl
smira Sep 1, 2026
ff56b6d
chore: update tools and pkgs
shanduur Sep 2, 2026
af4e11b
test: isolate base OCI spec test in BGP CLOS runs
frezbo Sep 2, 2026
6ce58d3
fix: name diskSelector in UnattendedInstallConfig validation errors
oscrx Sep 1, 2026
9f67194
fix: normalize image reference when passing to image verification flow
smira Sep 1, 2026
5424dac
test: relax OOM test conditions
smira Aug 25, 2026
ff772d6
chore: mark release as stable
shanduur Sep 2, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .disvulncheck.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
ignore_ttl: 168h # 7 days, each entry must be revalidated after this time, and either removed or renewed (with a new date)

ignore:
- id: GO-2026-5932
reason: No fix available. golang.org/x/crypto/openpgp is imported transitively because Cosign pulls Rekor's legacy rekord/v0.0.1 PGP implementation. Talos verifies Sigstore/X.509 signatures and does not use PGP; Cosign's legacy .sig path is an OCI storage format, not PGP. The reported PCR, error, io.Reader/io.Writer, and DSSE-to-rekord call chains are govulncheck VTA interface/factory false positives.
date: 2026-08-24
- id: GO-2026-4736
reason: 'gobgp NEXT_HOP DoS (GHSA-4p9m-8gc4-rw2h). The reachable recvMessageloop symbol is real, but the advisory records no fixed version, so govulncheck flags every version. Fix commit osrg/gobgp 583080a7 is an ancestor of pinned commit 2132288c5159, whose source skips ValidateUpdateMsg when parsing has already selected error handling, so it is not affected.'
date: 2026-08-24
date: 2026-08-31
44 changes: 44 additions & 0 deletions .gitattributes

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

110 changes: 109 additions & 1 deletion .github/workflows/ci.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

115 changes: 115 additions & 0 deletions .github/workflows/integration-extensions-libvirt-triggered.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion .github/workflows/integration-misc-2-triggered.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .github/workflows/slack-notify-ci-failure.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion .github/workflows/slack-notify.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading