summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/submodules.yml4
-rw-r--r--.gitmodules2
-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
6 files changed, 60 insertions, 4 deletions
diff --git a/.github/workflows/submodules.yml b/.github/workflows/submodules.yml
index 9959825d..d2e3f99f 100644
--- a/.github/workflows/submodules.yml
+++ b/.github/workflows/submodules.yml
@@ -17,7 +17,7 @@ jobs:
git submodule status
git submodule update --init --force
cd docs/_include/vyos-1x
- git checkout current
+ git checkout sagitta
git pull
git submodule status
- name: update releasenotes
@@ -26,7 +26,7 @@ jobs:
if: env.PHABRICATOR_API != null
run: |
pip3 install phabricator==0.8.0
- python3 docs/_ext/releasenotes.py -t ${{ secrets.PHABRICATOR_API }} -b current equuleus
+ python3 docs/_ext/releasenotes.py -t ${{ secrets.PHABRICATOR_API }} -b circinus sagitta equuleus
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3
with:
diff --git a/.gitmodules b/.gitmodules
index d3d92138..09f56dc4 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,4 +1,4 @@
[submodule "docs/_include/vyos-1x"]
path = docs/_include/vyos-1x
url = https://github.com/vyos/vyos-1x
- branch = current
+ branch = sagitta
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