summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/_ext/releasenotes.py10
m---------docs/_include/vyos-1x0
-rw-r--r--docs/changelog/1.5.rst47
-rw-r--r--docs/changelog/index.rst1
4 files changed, 57 insertions, 1 deletions
diff --git a/docs/_ext/releasenotes.py b/docs/_ext/releasenotes.py
index 7e10e5ea..0a832f6b 100644
--- a/docs/_ext/releasenotes.py
+++ b/docs/_ext/releasenotes.py
@@ -19,6 +19,7 @@ for project in projects.response['data']:
print(projects.response['data'][project]['phid'], projects.response['data'][project]['name'])
'''
+# find phid here https://vyos.dev/conduit/method/project.query/
projects = {
'equuleus': {
'phid': 'PHID-PROJ-zu26ui4vbmvykpjtepij',
@@ -27,12 +28,19 @@ projects = {
'tasks': [],
'releasenotes': []
},
- 'current': {
+ 'sagitta': {
'phid': 'PHID-PROJ-m4utvy456e2shcprpq3b',
'name': '1.4 Sagitta',
'filename': 'docs/changelog/1.4.rst',
'tasks': [],
'releasenotes': []
+ },
+ 'circinus': {
+ 'phid': 'PHID-PROJ-cfi33xi3uijxyjsxoqzv',
+ 'name': '1.5 Circinus',
+ 'filename': 'docs/changelog/1.5.rst',
+ 'tasks': [],
+ 'releasenotes': []
}
}
diff --git a/docs/_include/vyos-1x b/docs/_include/vyos-1x
deleted file mode 160000
-Subproject 6c3defcc1e5e89cd2c031fdaa0975737529d7d5
diff --git a/docs/changelog/1.5.rst b/docs/changelog/1.5.rst
new file mode 100644
index 00000000..206d5bde
--- /dev/null
+++ b/docs/changelog/1.5.rst
@@ -0,0 +1,47 @@
+############
+1.5 Circinus
+############
+
+..
+ Please don't add anything by hand.
+ This file is managed by the script:
+ _ext/releasenotes.py
+
+
+2023-09-11
+==========
+
+* :vytask:`T5562` ``(bug): Smoketests fail for vyos:current (test_netns.py)``
+* :vytask:`T5551` ``(bug): Missing check for boot_configuration_complete raises error in vyos-save-config.py``
+* :vytask:`T5353` ``(bug): config-mgmt: normalize archive updates and commit log entries``
+
+
+2023-09-10
+==========
+
+* :vytask:`T5555` ``(bug): Fix timezone migrator (system 13-to-14)``
+
+
+2023-09-09
+==========
+
+* :vytask:`T5423` ``(bug): ipsec: no output for op-cmd "show vpn ike secrets"``
+
+
+2023-09-08
+==========
+
+* :vytask:`T5560` ``(bug): VyOS version in current branch should be changed from 1.4 to 1.5``
+
+
+2023-09-07
+==========
+
+* :vytask:`T5556` ``(bug): reboot now and poweroff does not work``
+* :vytask:`T5489` ``(feature): Change to BBR as TCP congestion control, or at least make it an config option``
+
+
+2023-09-06
+==========
+
+* :vytask:`T5548` ``(bug): HAProxy renders timeouts incorrectly``
diff --git a/docs/changelog/index.rst b/docs/changelog/index.rst
index c5af65ef..9467a716 100644
--- a/docs/changelog/index.rst
+++ b/docs/changelog/index.rst
@@ -10,6 +10,7 @@ Changelog
:maxdepth: 1
:includehidden:
+ 1.5
1.4
1.3
1.2.6