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 current branch #1387

Merged
merged 1 commit into from
Apr 16, 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
7 changes: 7 additions & 0 deletions docs/changelog/1.4.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,25 @@
_ext/releasenotes.py


2024-04-15
==========

* :vytask:`T6100` ``(bug): NAT config migration error in 1.4.0-epa1 if invalid address/network defined in 1.3.6 version``

Check warning on line 14 in docs/changelog/1.4.rst

View workflow job for this annotation

GitHub Actions / lint

Line too long: len=121
* :vytask:`T5734` ``(bug): OpenVPN server dh-params that are not in PKI error``


2024-04-14
==========

* :vytask:`T6210` ``(feature): Add container ability to configure capability sys-nice``

Check warning on line 21 in docs/changelog/1.4.rst

View workflow job for this annotation

GitHub Actions / lint

Line too long: len=87


2024-04-13
==========

* :vytask:`T6173` ``(bug): Build Causes Errors When "--version" Contains Slashes ("/")``

Check warning on line 27 in docs/changelog/1.4.rst

View workflow job for this annotation

GitHub Actions / lint

Line too long: len=88
* :vytask:`T2518` ``(feature): Support NAT for ipv6(NPT)``
* :vytask:`T6238` ``(default): vyos-build Check pull request title requires the python script``

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

View workflow job for this annotation

GitHub Actions / lint

Line too long: len=95
* :vytask:`T6235` ``(default): Git check PR status: conflicts and resolution``


Expand All @@ -27,15 +34,15 @@
==========

* :vytask:`T5872` ``(default): ipsec remote access VPN: support dhcp-interface``
* :vytask:`T6216` ``(bug): Upgrade error from 1.3 to 1.4 - Firewall using character '+'``

Check warning on line 37 in docs/changelog/1.4.rst

View workflow job for this annotation

GitHub Actions / lint

Line too long: len=89
* :vytask:`T6214` ``(bug): Error when using some constraints``
* :vytask:`T6213` ``(bug): Firewall group constraints``
* :vytask:`T6148` ``(bug): Reset vpn ipsec command breaks tunnel and does not reset SAs that are down``

Check warning on line 40 in docs/changelog/1.4.rst

View workflow job for this annotation

GitHub Actions / lint

Line too long: len=103
* :vytask:`T1487` ``(default): DNS (pdns_recursor) stats logs not saved to disk``

Check warning on line 41 in docs/changelog/1.4.rst

View workflow job for this annotation

GitHub Actions / lint

Line too long: len=81
* :vytask:`T6222` ``(bug): VRRP rfc3768-compatibility not working correctly when resulting interface name is over 15 characters``

Check warning on line 42 in docs/changelog/1.4.rst

View workflow job for this annotation

GitHub Actions / lint

Line too long: len=129
* :vytask:`T6218` ``(bug): Container network interface in VRF fails to generate IPv6 link-local address``

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

View workflow job for this annotation

GitHub Actions / lint

Line too long: len=105
* :vytask:`T5959` ``(default): Streamline dns forwarding service``
* :vytask:`T5846` ``(default): Refactor and simplify DUID definition in conf-mode``

Check warning on line 45 in docs/changelog/1.4.rst

View workflow job for this annotation

GitHub Actions / lint

Line too long: len=83
* :vytask:`T5631` ``(feature): Ability to export the current configuration in JSON format``
* :vytask:`T5615` ``(default): Narrow down spurious name conflict with mdns``
* :vytask:`T5530` ``(default): Add LFA to IS-IS``
Expand Down
15 changes: 15 additions & 0 deletions docs/changelog/1.5.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,21 @@
_ext/releasenotes.py


2024-04-16
==========

* :vytask:`T6099` ``(bug): Suppress unsupported interfaces from appearing in messages log by Telegraf``


2024-04-15
==========

* :vytask:`T6163` ``(bug): kea-dhcp4-server crashes due to incorrect lease file permissions after 1.5-rolling-202403120022 -> 1.5-rolling-202403230018 upgrade``
* :vytask:`T6100` ``(bug): NAT config migration error in 1.4.0-epa1 if invalid address/network defined in 1.3.6 version``
* :vytask:`T6174` ``(bug): can't view dhcp server leases if logged in as a tacacs account``
* :vytask:`T5734` ``(bug): OpenVPN server dh-params that are not in PKI error``


2024-04-14
==========

Expand Down
Loading