<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/migration-scripts, branch 1.3.8</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/vyos/vyos-1x.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-1x.git/atom?h=1.3.8</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=1.3.8'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2024-01-12T20:53:17+00:00</updated>
<entry>
<title>wireguard: T5924: harden migration script logic 22-to-23</title>
<updated>2024-01-12T20:53:17+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2024-01-12T20:53:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=516c2c43392907493f4157ea7d6d2149b725688b'/>
<id>urn:sha1:516c2c43392907493f4157ea7d6d2149b725688b</id>
<content type='text'>
The original commit 2c1c36135 ("wireguard: T5413: Blocked adding the peer with
the router's public key") did not honor the fact that there might be no
private-key CLI node defined for a WireGuard interface. If this is the case,
private-key defaults to "default". This fact needs to be handled in the
migration script.
</content>
</entry>
<entry>
<title>wireguard: T5413: Blocked adding the peer with the router's public key</title>
<updated>2023-11-24T14:57:10+00:00</updated>
<author>
<name>aapostoliuk</name>
<email>a.apostoliuk@vyos.io</email>
</author>
<published>2023-11-24T14:21:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=2c1c3613567e23e14ce89bbf872e6e9dee16badb'/>
<id>urn:sha1:2c1c3613567e23e14ce89bbf872e6e9dee16badb</id>
<content type='text'>
Disabled adding the peer with the same public key as the router has.
Backport from current
https://github.com/vyos/vyos-1x/pull/2122
</content>
</entry>
<entry>
<title>system: T5555: Fix time-zone migrator changing valid time-zones to UTC</title>
<updated>2023-09-07T12:52:25+00:00</updated>
<author>
<name>sarthurdev</name>
<email>965089+sarthurdev@users.noreply.github.com</email>
</author>
<published>2023-09-07T12:39:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=b357b70647c986399719618e607707d861c284d7'/>
<id>urn:sha1:b357b70647c986399719618e607707d861c284d7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T5001: Replace links to the phabricator site</title>
<updated>2023-02-12T20:00:53+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-02-12T20:00:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=b6290329f2d6f5d05a8ff577f0be8a7e0f0ebdee'/>
<id>urn:sha1:b6290329f2d6f5d05a8ff577f0be8a7e0f0ebdee</id>
<content type='text'>
Replace links to the phabricator site from https://phabricator.vyos.net to
https://vyos.dev

(cherry-picked form commit bd9416a6aa9d5d0a746dc2cebc8d0330fd27d1a2)
</content>
</entry>
<entry>
<title>container: T578: backport podman from 1.4 development branch</title>
<updated>2022-12-30T21:28:25+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-12-30T21:23:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=0c8b53e6f7a94e914a7815328bbd16c0b3943d40'/>
<id>urn:sha1:0c8b53e6f7a94e914a7815328bbd16c0b3943d40</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ssh: T4273: bugfix cipher and key-exchange multi nodes</title>
<updated>2022-02-28T13:30:57+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2022-02-28T13:28:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=bdd5fe45dc8eb2466889cd7bc2b4c6a5ce290dde'/>
<id>urn:sha1:bdd5fe45dc8eb2466889cd7bc2b4c6a5ce290dde</id>
<content type='text'>
After hardning the regex validator to be preceeded with ^ and ending with $
it was no longer possible to have a comma separated list as SSH ciphers. The
migrations cript is altered to migrate the previous comma separated list
to individual multi node entries - cipher and key-exchange always had been
multinodes - so this just re-arranges some values and does not break CLI
compatibility

(cherry picked from commit 61fa1c95164e4222e79b078b1a796f41397e0ee3)
</content>
</entry>
<entry>
<title>tunnel: T3925: dhcp-interface was of no use - use source-interface instead</title>
<updated>2021-10-21T17:38:38+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-10-21T17:38:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=c1015d8ce0013719eb898b60b14ffec192b8141c'/>
<id>urn:sha1:c1015d8ce0013719eb898b60b14ffec192b8141c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T3866: ignore interfaces without "address" in DNS forwarding migration</title>
<updated>2021-09-26T15:11:56+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@vyos.io</email>
</author>
<published>2021-09-26T15:11:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=aa1362cb4fbb53c6b45e0739b143940f6ec5d85f'/>
<id>urn:sha1:aa1362cb4fbb53c6b45e0739b143940f6ec5d85f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>dhcp-server: T3672: migrate failover name option</title>
<updated>2021-09-19T15:08:50+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-09-19T15:04:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=9b0c1c0c3125257baee184eea7ad55d7dda57680'/>
<id>urn:sha1:9b0c1c0c3125257baee184eea7ad55d7dda57680</id>
<content type='text'>
Commit 2985035b (dhcp-server: T3672: re-add missing "name" CLI option)
unfortunately did not add the name option to the migration script.

(cherry picked from commit e83a113360ba18043edcf7f70689c7042dee2b37)
</content>
</entry>
<entry>
<title>dhcp-server: T3672: only one failover peer is supported</title>
<updated>2021-09-19T10:25:18+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2021-09-19T08:51:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=81dbce734c207a0fce836bf2a5d283910509f4ff'/>
<id>urn:sha1:81dbce734c207a0fce836bf2a5d283910509f4ff</id>
<content type='text'>
(cherry picked from commit a8ccf72c222caad8cd7aaca9bca773be39e87f5c)
</content>
</entry>
</feed>
