Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Github: update equuleus branch #1332

Merged
merged 1 commit into from
Mar 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
92 changes: 92 additions & 0 deletions docs/changelog/1.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,98 @@
_ext/releasenotes.py


2024-03-11
==========

* :vytask:`T2998` (bug): SNMP v3 oid "exclude" option doesn't work
* :vytask:`T6096` (bug): Config commits are not synced properly because 00vyos-sync is deleted by vyos-router

Check warning on line 15 in docs/changelog/1.3.rst

View workflow job for this annotation

GitHub Actions / lint

Line too long: len=109
* :vytask:`T6057` (feature): Add ability to disable syslog for conntrackd
* :vytask:`T5504` (feature): Keepalived VRRP ability to set more than one peer-address

Check warning on line 17 in docs/changelog/1.3.rst

View workflow job for this annotation

GitHub Actions / lint

Line too long: len=86


2024-03-07
==========

* :vytask:`T3992` (bug): Traceback on adding interface to bridge with configured ip address

Check warning on line 23 in docs/changelog/1.3.rst

View workflow job for this annotation

GitHub Actions / lint

Line too long: len=91


2024-03-06
==========

* :vytask:`T6088` (bug): Configuration corrupted after saving and powercut or force reboot

Check warning on line 29 in docs/changelog/1.3.rst

View workflow job for this annotation

GitHub Actions / lint

Line too long: len=90


2024-02-16
==========

* :vytask:`T2113` (bug): OpenVPN Options error: you cannot use --verify-x509-name with --compat-names or --no-name-remapping

Check warning on line 35 in docs/changelog/1.3.rst

View workflow job for this annotation

GitHub Actions / lint

Line too long: len=124
* :vytask:`T5418` (bug): PPPoE-Server Client IP pool Subnet


2024-02-15
==========

* :vytask:`T2612` (bug): HTTPS API, changing API key fails but goes through
* :vytask:`T656` (enhancment): Rewrite wirelessmodem in new style XML interface definition

Check warning on line 43 in docs/changelog/1.3.rst

View workflow job for this annotation

GitHub Actions / lint

Line too long: len=90


2024-02-14
==========

* :vytask:`T2044` (bug): RPKI doesn't boot properly


2024-02-08
==========

* :vytask:`T6014` (feature): Bump keepalived version


2024-02-07
==========

* :vytask:`T6017` (bug): Update vyos-http-api-tools for security advisory


2024-02-02
==========

* :vytask:`T5914` (bug): CVE-2023-48795 - Terrapin vulnerability
* :vytask:`T5739` (bug): Password recovery does not work if public keys are configured

Check warning on line 68 in docs/changelog/1.3.rst

View workflow job for this annotation

GitHub Actions / lint

Line too long: len=86


2024-02-01
==========

* :vytask:`T5967` (bug): Multi-hop BFD connections can't be established; please add minimum-ttl option.

Check warning on line 74 in docs/changelog/1.3.rst

View workflow job for this annotation

GitHub Actions / lint

Line too long: len=103


2024-01-22
==========

* :vytask:`T4721` (feature): Static IPv6 Route Tags Missing


2024-01-20
==========

* :vytask:`T5187` (bug): Update Realtek r8152 driver
* :vytask:`T5182` (bug): Update Intel ice driver
* :vytask:`T5180` (bug): initramfs-tools ignores firmware from updates directory
* :vytask:`T4990` (bug): Commit results may not be properly saved if power is cut immediately after a successful commit

Check warning on line 89 in docs/changelog/1.3.rst

View workflow job for this annotation

GitHub Actions / lint

Line too long: len=119
* :vytask:`T4039` (feature): Rsyslog to use 'protocol23format' for protocol UDP
* :vytask:`T3813` (bug): Some custom sysctl parameters can't be applied bug
* :vytask:`T2579` (feature): The root task for VRF features
* :vytask:`T2546` (feature): The root task for rewriting [op-mode] to XML
* :vytask:`T2452` (default): Serial console related issues


2024-01-19
==========

* :vytask:`T5543` (bug): Fix source address handling in static joins


2024-01-14
==========

Expand All @@ -17,7 +109,7 @@
2024-01-13
==========

* :vytask:`T5924` (bug): Build cannot pass the smoketest dialup-router-medium-vpn

Check warning on line 112 in docs/changelog/1.3.rst

View workflow job for this annotation

GitHub Actions / lint

Line too long: len=81


2024-01-11
Expand Down
Loading