<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-build.git/data/live-build-config/hooks, 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-06-19T15:12:54+00:00</updated>
<entry>
<title>Merge pull request #1222 from vyos/T8099-strongswan-6.0</title>
<updated>2026-06-19T15:12:54+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2026-06-19T15:12:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=6f3f7b7290bb7de9f970c58e4f26e75fbd62e6cb'/>
<id>urn:sha1:6f3f7b7290bb7de9f970c58e4f26e75fbd62e6cb</id>
<content type='text'>
T8099: Update strongswan to 6.0.6</content>
</entry>
<entry>
<title>Merge pull request #1215 from sarthurdev/geoip</title>
<updated>2026-06-18T14:21:31+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-06-18T14:21:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=bd827e7b8d12c82ed6a9455c22d8f9cc0c280f33'/>
<id>urn:sha1:bd827e7b8d12c82ed6a9455c22d8f9cc0c280f33</id>
<content type='text'>
geoip: T5746: Download ASN database</content>
</entry>
<entry>
<title>geoip: T5746: Use curl to download databases</title>
<updated>2026-06-17T08:48:57+00:00</updated>
<author>
<name>sarthurdev</name>
<email>965089+sarthurdev@users.noreply.github.com</email>
</author>
<published>2026-06-17T08:48:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=ea19696ae03d3aaeb145c0ac3fcfa6d4fafe2df2'/>
<id>urn:sha1:ea19696ae03d3aaeb145c0ac3fcfa6d4fafe2df2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T8099: Update strongswan to 6.0.6</title>
<updated>2026-06-10T10:55:16+00:00</updated>
<author>
<name>Kyrylo Yatsenko</name>
<email>hedrok@gmail.com</email>
</author>
<published>2026-06-10T10:44:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=71dcf959744e46707f2eaae6e567847c78d4acb5'/>
<id>urn:sha1:71dcf959744e46707f2eaae6e567847c78d4acb5</id>
<content type='text'>
* Upgrade to 6.0.6
* Update 30-strongswan-configs.chroot to not change
  /etc/strongswan.d/charon.conf as the file is part of package
  strongswan-charon that should not be installed
* Rebase all patches
* Enable ML-KEM for Post Quantum
</content>
</entry>
<entry>
<title>salt: T8973: remove package build due to feature removal</title>
<updated>2026-06-09T19:53:40+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-06-09T19:53:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=c598a125544d27ebd1011086111bcba271eee161'/>
<id>urn:sha1:c598a125544d27ebd1011086111bcba271eee161</id>
<content type='text'>
As salt has been marked deprecated via T8056 and is thus deprecated in VyOS 1.5
and VyOS 1.4 it is time to remove it from the rolling release.
</content>
</entry>
<entry>
<title>geoip: T5746: Download ASN database</title>
<updated>2026-06-04T14:20:15+00:00</updated>
<author>
<name>sarthurdev</name>
<email>965089+sarthurdev@users.noreply.github.com</email>
</author>
<published>2025-11-28T14:27:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=33cadd269f4748f0c1f8c7f977c8fae3124f3494'/>
<id>urn:sha1:33cadd269f4748f0c1f8c7f977c8fae3124f3494</id>
<content type='text'>
</content>
</entry>
<entry>
<title>serial: T8844: fix default config injection leading to invalid boot console</title>
<updated>2026-05-12T14:28:58+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-05-11T15:45:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=7396eeadc74c026b84d615f1e92952af98d4b241'/>
<id>urn:sha1:7396eeadc74c026b84d615f1e92952af98d4b241</id>
<content type='text'>
With all the latest serial interface changes - and the resulting patching of
the default configuration based on the build flavor - the serial console
was always injected by a helper named write-config-file-value.py, even if the
console_type was set to tty instead of ttyS or ttyAMA.

This was a pending issue in the rolling tests for the PROXMOX flavor. It is
applicable to every other flavor using tty as default console.
</content>
</entry>
<entry>
<title>hooks: T8541: inject flavor serial console settings once into config.boot.default</title>
<updated>2026-04-26T19:04:47+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-04-26T17:45:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=cbdd40320a10f6020f9d4a265fbffcf8e60c307d'/>
<id>urn:sha1:cbdd40320a10f6020f9d4a265fbffcf8e60c307d</id>
<content type='text'>
We do have different default console configurations per flavor used. We will
set the serial console to the default configuration for the flavor once during
ISO image assembly.
</content>
</entry>
<entry>
<title>Merge pull request #1144 from c-po/netlink-t8047</title>
<updated>2026-04-02T14:31:42+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2026-04-02T14:31:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=aa0c2475ce87c8f1026e869cb6f3bce773cecf4b'/>
<id>urn:sha1:aa0c2475ce87c8f1026e869cb6f3bce773cecf4b</id>
<content type='text'>
T8047: replace netplugd with vyos-netlinkd</content>
</entry>
<entry>
<title>T8410: Fix typos and mistakes in scripts and comments</title>
<updated>2026-03-26T13:04:58+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2026-03-24T14:53:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-build.git/commit/?id=2933d0f5f5d17551b292cdafb8315cf2876e64a7'/>
<id>urn:sha1:2933d0f5f5d17551b292cdafb8315cf2876e64a7</id>
<content type='text'>
Fix typos and mistakes in the comments
No functional changes
</content>
</entry>
</feed>
