<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src, branch 1.3.3</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/marekm72/vyos-1x.git)
</subtitle>
<id>https://git.amelek.net/marekm72/vyos-1x.git/atom?h=1.3.3</id>
<link rel='self' href='https://git.amelek.net/marekm72/vyos-1x.git/atom?h=1.3.3'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/'/>
<updated>2023-05-11T18:43:58+00:00</updated>
<entry>
<title>syslog: T2769: add VRF support</title>
<updated>2023-05-11T18:43:58+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-05-08T20:34:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=bdc9e293a9acb6265b7c0f75a965da801e797574'/>
<id>urn:sha1:bdc9e293a9acb6265b7c0f75a965da801e797574</id>
<content type='text'>
Allow syslog messages to be sent through a VRF (e.g. management).

(cherry picked from commit 46d2bcdb0b500b4d1b9d973ab5b9ca3c6cf44e51)
</content>
</entry>
<entry>
<title>Merge pull request #1979 from zdc/T5190-equuleus</title>
<updated>2023-05-10T19:15:28+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-05-10T19:15:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=7ccd7b4ab990c5501069af7af5d6929abf5b4f11'/>
<id>urn:sha1:7ccd7b4ab990c5501069af7af5d6929abf5b4f11</id>
<content type='text'>
cloud-init: T5190: Added Cloud-init pre-configurator</content>
</entry>
<entry>
<title>container: T5082: future proof bridge network name</title>
<updated>2023-05-05T20:10:06+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-05-05T20:10:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=3c98ddfa180a464683b841c4af97ec4c185e3e29'/>
<id>urn:sha1:3c98ddfa180a464683b841c4af97ec4c185e3e29</id>
<content type='text'>
Users might add the podman network interface to a zone based firewall. This
could cuase breaking configs on upgrades to 1.4.

As container support is not yet released for 1.3 LTS version (will be 1.3.3),
we once rename the network interface to match the schema in VyOS 1.4.
</content>
</entry>
<entry>
<title>cloud-init: T5190: Added Cloud-init pre-configurator</title>
<updated>2023-05-04T19:41:40+00:00</updated>
<author>
<name>zsdc</name>
<email>taras@vyos.io</email>
</author>
<published>2023-05-04T19:41:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=748199b10df112cba0821703001c0307e325bd90'/>
<id>urn:sha1:748199b10df112cba0821703001c0307e325bd90</id>
<content type='text'>
Added a new service that starts before Cloud-init, waits for all network
interfaces initialization, and if requested by config, checks which interfaces
can get configuration via DHCP server and creates a corresponding Cloud-init
network configuration.

This protects from two situations:

* when Cloud-init tries to get meta-data via eth0 (default and fallback variant
for any data source which depends on network), but the real network is connected
to another interface
* when Cloud-init starts simultaneously with udev and initializes the first
interface to get meta-data before it is renamed to eth0 by udev
</content>
</entry>
<entry>
<title>http-api: T5175: check value of attribute for FastAPI&gt;=0.91.0</title>
<updated>2023-04-24T00:33:58+00:00</updated>
<author>
<name>John Estabrook</name>
<email>jestabro@vyos.io</email>
</author>
<published>2023-04-23T20:49:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=b8920d636aec513ef2313a22f625a557365787bf'/>
<id>urn:sha1:b8920d636aec513ef2313a22f625a557365787bf</id>
<content type='text'>
FastAPI v0.92.0 (starlette v0.24.0) sets default attribute
Request._form; check for value == None instead of existence when
overriding Request class.

(cherry picked from commit cac55a066e1f7d7d4c0eec5ada76570a326b5ac9)
</content>
</entry>
<entry>
<title>Merge pull request #1952 from sever-sever/T4727</title>
<updated>2023-04-13T06:54:18+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-04-13T06:54:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=65278fa76c07674b63e170c9ec1f85722aced16f'/>
<id>urn:sha1:65278fa76c07674b63e170c9ec1f85722aced16f</id>
<content type='text'>
T4727: Add RADIUS rate-limit attribute for vpn pptp</content>
</entry>
<entry>
<title>T5152: Get default hostname for telegraf from FQDN or hostname</title>
<updated>2023-04-12T08:39:24+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-04-12T08:39:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=692f103fe535cd8f3ed20206a3c17cddd151e046'/>
<id>urn:sha1:692f103fe535cd8f3ed20206a3c17cddd151e046</id>
<content type='text'>
Fix for Telegraf agent hostname isn't qualified
Try to get the hostname from FQDN and then from the hostname
Used for metrics
You may have more than one machine with different domain names
r1 domain-name foo.local, hostname myhost
r2 domain-name bar.local, hostname myhost

It helps to detect from which exactly host we get metrics for
InfluxDB2
</content>
</entry>
<entry>
<title>T4727: Add RADIUS rate-limit attribute for vpn pptp</title>
<updated>2023-04-11T19:24:38+00:00</updated>
<author>
<name>Viacheslav Hletenko</name>
<email>v.gletenko@vyos.io</email>
</author>
<published>2023-04-11T19:24:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=b897f00a008bab31264020948242cf76833ad3b8'/>
<id>urn:sha1:b897f00a008bab31264020948242cf76833ad3b8</id>
<content type='text'>
Add rate-limit attribute, multiplier, vendor specific attribute
for the [shaper] section
</content>
</entry>
<entry>
<title>container: T4959: add registry authentication option</title>
<updated>2023-04-01T14:13:34+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-04-01T13:43:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=df58e083979a40df8c1a1391b82b2e4d856225dd'/>
<id>urn:sha1:df58e083979a40df8c1a1391b82b2e4d856225dd</id>
<content type='text'>
Container registry CLI node changed from leafNode to tagNode with the same
defaults. In addition we can now configure an authentication option per
registry.

(cherry picked from commit fe82d86d3e87cb8d92ebc9d0652c08e3dd79a12c)
</content>
</entry>
<entry>
<title>Merge pull request #1919 from c-po/equuleus</title>
<updated>2023-04-01T13:44:04+00:00</updated>
<author>
<name>Christian Breunig</name>
<email>christian@breunig.cc</email>
</author>
<published>2023-04-01T13:44:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/marekm72/vyos-1x.git/commit/?id=e890a70d134fc63507ec396f9b7d4290df1cc0cb'/>
<id>urn:sha1:e890a70d134fc63507ec396f9b7d4290df1cc0cb</id>
<content type='text'>
container: T5047: restart only containers that changed (backport)</content>
</entry>
</feed>
