diff options
author | rebortg <rebortg@users.noreply.github.com> | 2023-01-30 06:05:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-30 06:05:39 +0000 |
commit | 50fe7dfe70f34d6448d3abe3ab92bcf9bd8bd541 (patch) | |
tree | 0e95bd3ab3c6064a14b1e3973ceea4d83225d5c3 /docs/changelog/1.4.rst | |
parent | ae627cc8a21d8bf504002b59e212ffa3d5dbc420 (diff) | |
download | vyos-documentation-50fe7dfe70f34d6448d3abe3ab92bcf9bd8bd541.tar.gz vyos-documentation-50fe7dfe70f34d6448d3abe3ab92bcf9bd8bd541.zip |
Github: update current branch
Diffstat (limited to 'docs/changelog/1.4.rst')
-rw-r--r-- | docs/changelog/1.4.rst | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/docs/changelog/1.4.rst b/docs/changelog/1.4.rst index 2f302fd7..a1687f87 100644 --- a/docs/changelog/1.4.rst +++ b/docs/changelog/1.4.rst @@ -8,6 +8,55 @@ _ext/releasenotes.py +2023-01-29 +========== + +* :vytask:`T4965` (default): empty description in firewall group causes configuration error on migration + + +2023-01-28 +========== + +* :vytask:`T4961` (bug): Uncaught configtree error allows ntp migration 1-to-2 to fail silentlly on config.boot.default + + +2023-01-27 +========== + +* :vytask:`T4960` (bug): Bugs in `cc_vyos.py` code (Cloud-Init) + + +2023-01-26 +========== + +* :vytask:`T4886` (feature): Firewall and Policy - Add connection mark +* :vytask:`T4957` (bug): config-mgmt should not attempt to archive config at boot +* :vytask:`T4962` (bug): Fix typo in regex in vyos.config_mgmt compare function +* :vytask:`T4912` (default): Rewrite the IGMP op mode in the new style + + +2023-01-25 +========== + +* :vytask:`T4941` (bug): Accel-ppp IPoE incompatibility with kernel 6.1 + + +2023-01-24 +========== + +* :vytask:`T4947` (feature): Support mounting container volumes as ro or rw + + +2023-01-23 +========== + +* :vytask:`T4798` (default): Migrate the file-exists validator away from Python +* :vytask:`T4683` (enhancment): Add kitty-terminfo package to build +* :vytask:`T4953` (bug): Remove convert_kwargs_to_snake_case decorator in dynamic generation of GraphQL resolvers +* :vytask:`T4875` (default): Replace Python validator 'interface-name' to avoid Python startup cost +* :vytask:`T4664` (bug): Add validation to reject whitespace in tag node value names + + 2023-01-22 ========== |