<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-build.git/data/defaults.toml, branch rolling</title>
<subtitle>VyOS image build scripts (mirror of https://github.com/vyos/vyos-build.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-build.git/atom?h=rolling</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-build.git/atom?h=rolling'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/'/>
<updated>2026-07-08T18:38:55+00:00</updated>
<entry>
<title>Kernel: T9067: Update Linux Kernel to 6.18.38</title>
<updated>2026-07-08T18:38:55+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-07-08T18:38:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=9ab08c84d113aec00c5114721d87cdcda46f187d'/>
<id>urn:sha1:9ab08c84d113aec00c5114721d87cdcda46f187d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Kernel: T9010: Update Linux Kernel to 6.18.36</title>
<updated>2026-06-22T17:04:15+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-06-22T17:04:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=7ce7811f73d4316cea8467d82e58298deb2799b1'/>
<id>urn:sha1:7ce7811f73d4316cea8467d82e58298deb2799b1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Kernel: T8959: Update Linux Kernel to 6.18.34</title>
<updated>2026-06-02T21:11:06+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-06-02T21:11:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=5a39fb93f859d3deb486549396a4df9c1f9b1b5d'/>
<id>urn:sha1:5a39fb93f859d3deb486549396a4df9c1f9b1b5d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T8947: migrate remaining current→rolling residuals (rolling branch) (#1206)</title>
<updated>2026-05-31T21:50:06+00:00</updated>
<author>
<name>Yuriy Andamasov</name>
<email>yuriy@vyos.io</email>
</author>
<published>2026-05-31T21:50:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=8f856a43361d1a14c7826ea0f4f2997c2b4f9535'/>
<id>urn:sha1:8f856a43361d1a14c7826ea0f4f2997c2b4f9535</id>
<content type='text'>
* T8947: migrate remaining current→rolling residuals on rolling branch

Post-1c the default branch is `rolling`, but several build-config values
on this branch still referenced the old `current` repo path / codename /
train identity. These are not cosmetic — they break the rolling ISO build:

- docker/vyos-dev.list: apt source baked into vyos/vyos-build:rolling still
  pointed at repositories/current (Hit/Err on package builds). Now
  repositories/rolling + codename `rolling` (verified against live repo:
  Suite/Codename `rolling`, Components `main`).
- data/defaults.toml: vyos_mirror → repositories/rolling; vyos_branch →
  rolling (build-vyos-image checks out vyos-1x at this branch — `current`
  no longer exists post-1c); release_train → rolling (apt pin codename +
  os-release identity).
- data/live-build-config/archives/vyos-dev.pref.chroot: Pin codename
  n=rolling to match the repo.
- data/versions: key current→rolling. build-vyos-image looks up
  version_mapping[git_branch]; git_branch is `rolling`, so the `current`
  key KeyErrored and the version fell back to 999.&lt;timestamp&gt;.
- .github/config/smoketest-branches.json: rolling-train entry key
  current→rolling (looked up by branch name; was already 404ing on
  rolling) + mirror + container_image to rolling.

os-release impact (intended): rolling images now report
VERSION_CODENAME=rolling and "(rolling)" in PRETTY_NAME/VERSION. The
-rolling version suffix is hardcoded and unaffected.

Companion to Rollout 1c (T8943). Ref IS-504.

🤖 Generated by [robots](https://vyos.io)

* T8947: finish current→rolling residuals in docs/Dockerfile examples

Address adversarial-review findings (Codex) — stale current refs on the
rolling branch outside build config:

- .github/PULL_REQUEST_TEMPLATE.md: CONTRIBUTING link vyos-1x/blob/current
  → blob/rolling (was a broken link — vyos-1x renamed current→rolling in 1c).
- README.md: "Development Branches" section described the default branch as
  `current`; updated to `rolling` (dropped the obsolete "may switch to main"
  note — the rename already happened, to rolling).
- docker/Dockerfile: build-example comments vyos-build:current* →
  vyos-build:rolling*.

Ref IS-504, companion to T8943.

🤖 Generated by [robots](https://vyos.io)</content>
</entry>
<entry>
<title>Kernel: T8919: Update Linux Kernel to 6.18.33</title>
<updated>2026-05-23T17:54:51+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-05-23T17:54:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=dc194b8f6275f55d812e316dcb55cd8f57056cf1'/>
<id>urn:sha1:dc194b8f6275f55d812e316dcb55cd8f57056cf1</id>
<content type='text'>
The Kernel 6.18.33 now has an upstream fix for the fragnesia vulnerability
</content>
</entry>
<entry>
<title>Kernel: T8871: Update Linux Kernel to 6.18.31</title>
<updated>2026-05-15T20:05:43+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-05-15T20:05:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=2d8bf69fb933b11ffc543121f9b0a9b461b6dc1e'/>
<id>urn:sha1:2d8bf69fb933b11ffc543121f9b0a9b461b6dc1e</id>
<content type='text'>
This fixes the LPE https://github.com/0xdeadbeefnetwork/ssh-keysign-pwn
</content>
</entry>
<entry>
<title>Kernel: T8846: Update Linux Kernel to 6.18.29</title>
<updated>2026-05-11T18:40:33+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-05-11T18:40:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=9693d9ce059d74a10603b9558acd96f05041e04a'/>
<id>urn:sha1:9693d9ce059d74a10603b9558acd96f05041e04a</id>
<content type='text'>
Stable kernels with Hyunwoo Kim's patch [1] for the second vulnerability
CVE-2026-43500 reported with Dirty Frag and Copy Fail 2.

1: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=aa54b1d27fe0c2b78e664a34fd0fdf7cd1960d71</content>
</entry>
<entry>
<title>Kernel: T8828: Update Linux Kernel to 6.18.28</title>
<updated>2026-05-08T17:16:30+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-05-08T17:14:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=e142ecb996bdbc43688aad683e4312e38fa2bee1'/>
<id>urn:sha1:e142ecb996bdbc43688aad683e4312e38fa2bee1</id>
<content type='text'>
These kernels contain a partial fix for the Dirty Frag [1] and
Copy Fail 2 [2] security flaws.

1: https://github.com/V4bel/dirtyfrag#dirty-frag-universal-linux-lpe
2: https://www.openwall.com/lists/oss-security/2026/05/07/12
</content>
</entry>
<entry>
<title>Kernel: T8147: upgrade to 6.18</title>
<updated>2026-05-03T18:35:31+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-05-02T18:21:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=739f904284ac4f96496cc9f3b080a5276a9b317c'/>
<id>urn:sha1:739f904284ac4f96496cc9f3b080a5276a9b317c</id>
<content type='text'>
* Forwared port all out-of-tree driver patches
* Add Intel QAT patch to make it compile for LInux 6.18
* Remove out-of-tree OpenVPN DCO module - now available upstream
</content>
</entry>
<entry>
<title>Kernel: T8610: Update Linux Kernel to 6.6.137 (fix CVE-2026-31431)</title>
<updated>2026-05-02T19:35:27+00:00</updated>
<author>
<name>Jose Phillips</name>
<email>jose@latinol.com</email>
</author>
<published>2026-05-02T04:21:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=c683a7b4fe6cdbc185a4b47400676ba01341f94a'/>
<id>urn:sha1:c683a7b4fe6cdbc185a4b47400676ba01341f94a</id>
<content type='text'>
</content>
</entry>
</feed>
