diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/404.rst | 3 | ||||
m--------- | docs/_include/vyos-1x | 0 | ||||
-rw-r--r-- | docs/changelog/1.3.rst | 12 | ||||
-rw-r--r-- | docs/conf.py | 2 |
4 files changed, 15 insertions, 2 deletions
diff --git a/docs/404.rst b/docs/404.rst index 5073773a..2ae79f2e 100644 --- a/docs/404.rst +++ b/docs/404.rst @@ -8,4 +8,5 @@ Try using the search box or go to the release homepage: * `1.2.x (crux) <https://docs.vyos.io/en/crux/>`_ * `1.3.x (equuleus) <https://docs.vyos.io/en/equuleus/>`_ - * `rolling release (sagitta) <https://docs.vyos.io/en/latest/>`_ + * `1.4.x (sagitta) <https://docs.vyos.io/en/sagitta/>`_ + * `rolling release (circinus) <https://docs.vyos.io/en/latest/>`_ diff --git a/docs/_include/vyos-1x b/docs/_include/vyos-1x -Subproject c7042bd0af8bb6d96a2defb01017cfb8d4c1cb7 +Subproject 8f59318c38667cc55846598b2f062f250b5d36e diff --git a/docs/changelog/1.3.rst b/docs/changelog/1.3.rst index dcb0959f..efe91f5a 100644 --- a/docs/changelog/1.3.rst +++ b/docs/changelog/1.3.rst @@ -8,6 +8,18 @@ _ext/releasenotes.py +2023-11-07 +========== + +* :vytask:`T5586` (feature): Disable by default SNMP for Keepalived VRRP + + +2023-11-06 +========== + +* :vytask:`T4269` (feature): node.def generator should automatically add default values + + 2023-10-26 ========== diff --git a/docs/conf.py b/docs/conf.py index 497809d6..ebd8ef86 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -22,7 +22,7 @@ from docutils.parsers.rst.roles import set_classes # -- Project information ----------------------------------------------------- project = u'VyOS' -copyright = u'2021, VyOS maintainers and contributors' +copyright = u'2023, VyOS maintainers and contributors' author = u'VyOS maintainers and contributors' # The short X.Y version |