<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos.vyos.git, branch 4.0.0</title>
<subtitle>Ansible Network Collection for VyOS (mirror of https://github.com/vyos/vyos.vyos.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos.vyos.git/atom?h=4.0.0</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos.vyos.git/atom?h=4.0.0'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/'/>
<updated>2022-10-13T17:45:23+00:00</updated>
<entry>
<title>Update changelog for 4.0.0 (#280)</title>
<updated>2022-10-13T17:45:23+00:00</updated>
<author>
<name>Kate Case</name>
<email>kcase@redhat.com</email>
</author>
<published>2022-10-13T17:45:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=7e55a68457b404286350d64ef5e9dda2830fa112'/>
<id>urn:sha1:7e55a68457b404286350d64ef5e9dda2830fa112</id>
<content type='text'>
* Update changelog for 4.0.0

* Fix changelog</content>
</entry>
<entry>
<title>Remove deprecated modules and provider (#277)</title>
<updated>2022-10-13T17:11:19+00:00</updated>
<author>
<name>Kate Case</name>
<email>kcase@redhat.com</email>
</author>
<published>2022-10-13T17:11:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=5c6a97ae5052684aed513427f81dc1da96c094e3'/>
<id>urn:sha1:5c6a97ae5052684aed513427f81dc1da96c094e3</id>
<content type='text'>
* Remove deprecated modules and provider

* Remove tests for removed modules

* Remove references to vyos_argument_spec</content>
</entry>
<entry>
<title>Remove tests for net_* modules (#278)</title>
<updated>2022-10-12T18:06:05+00:00</updated>
<author>
<name>Kate Case</name>
<email>kcase@redhat.com</email>
</author>
<published>2022-10-12T18:06:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=7712afd90de9a2b4f6d91f3fbea77de20d6ed40e'/>
<id>urn:sha1:7712afd90de9a2b4f6d91f3fbea77de20d6ed40e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Copy ignore-2.15.txt from ignore-2.14.txt (#275)</title>
<updated>2022-10-12T13:29:00+00:00</updated>
<author>
<name>Kate Case</name>
<email>kcase@redhat.com</email>
</author>
<published>2022-10-12T13:29:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=f985cc431f9dbbf5c23ffc32624ea1eb96abe61c'/>
<id>urn:sha1:f985cc431f9dbbf5c23ffc32624ea1eb96abe61c</id>
<content type='text'>
Fixes #274</content>
</entry>
<entry>
<title>Equuleus facts (#271)</title>
<updated>2022-09-07T23:31:57+00:00</updated>
<author>
<name>bk2zsto</name>
<email>bk2zsto@users.noreply.github.com</email>
</author>
<published>2022-09-07T23:31:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=f2541b3b4e176a7d0d9cca05e8e5dc9e5ff27ddb'/>
<id>urn:sha1:f2541b3b4e176a7d0d9cca05e8e5dc9e5ff27ddb</id>
<content type='text'>
* support 1.3 version output

Co-authored-by: Kate Case &lt;this.is@katherineca.se&gt;</content>
</entry>
<entry>
<title>[pre-commit.ci] pre-commit autoupdate (#272)</title>
<updated>2022-09-07T13:12:02+00:00</updated>
<author>
<name>pre-commit-ci[bot]</name>
<email>66853113+pre-commit-ci[bot]@users.noreply.github.com</email>
</author>
<published>2022-09-07T13:12:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=c02067c4dcb455b6284bf9c386db3a1465f5c4a5'/>
<id>urn:sha1:c02067c4dcb455b6284bf9c386db3a1465f5c4a5</id>
<content type='text'>
updates:
- [github.com/psf/black: 22.6.0 → 22.8.0](https://github.com/psf/black/compare/22.6.0...22.8.0)

Co-authored-by: pre-commit-ci[bot] &lt;66853113+pre-commit-ci[bot]@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>Fix `pre-commit` Issues (#223)</title>
<updated>2022-09-02T13:22:14+00:00</updated>
<author>
<name>Shawn Wilsher</name>
<email>656602+sdwilsh@users.noreply.github.com</email>
</author>
<published>2022-09-02T13:22:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=69a2882d106171f050fac193a552542cdab418a8'/>
<id>urn:sha1:69a2882d106171f050fac193a552542cdab418a8</id>
<content type='text'>
* Fix `pre-commit` Issues

This change fixes `.pre-commit-config.yaml` so that `main` no longer has
errors on it.  To accomplish that, two things had to be done:
* Update the version of `black` that `pre-commit` uses to match what `tox` uses.
* Run `pre-commit run --all-files` and commit the results

Co-authored-by: Kate Case &lt;this.is@katherineca.se&gt;</content>
</entry>
<entry>
<title>Use FQCN for modules in documentation (#267)</title>
<updated>2022-08-30T12:35:16+00:00</updated>
<author>
<name>Kate Case</name>
<email>this.is@nathanielca.se</email>
</author>
<published>2022-08-30T12:35:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=4c116b506d4a529370dd63761f601a89d1adbf92'/>
<id>urn:sha1:4c116b506d4a529370dd63761f601a89d1adbf92</id>
<content type='text'>
* Use FQCN for modules in documentation

Co-authored-by: Baptiste Mille-Mathias &lt;baptiste.millemathias@gmail.com&gt;</content>
</entry>
<entry>
<title>Fix arguments-renamed errors (#268)</title>
<updated>2022-08-22T19:03:19+00:00</updated>
<author>
<name>Kate Case</name>
<email>this.is@nathanielca.se</email>
</author>
<published>2022-08-22T19:03:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=7f79df30d5992e85b34b51fc42f857a7199dffb2'/>
<id>urn:sha1:7f79df30d5992e85b34b51fc42f857a7199dffb2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable github actions for unit and sanity tests (#263)</title>
<updated>2022-06-16T05:01:25+00:00</updated>
<author>
<name>GomathiselviS</name>
<email>gomathiselvi@gmail.com</email>
</author>
<published>2022-06-16T05:01:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos.vyos.git/commit/?id=e66c1e127c7226167e648d7778a7c2a71b71f58d'/>
<id>urn:sha1:e66c1e127c7226167e648d7778a7c2a71b71f58d</id>
<content type='text'>
Signed-off-by: GomathiselviS &lt;gomathiselvi@gmail.com&gt;</content>
</entry>
</feed>
