File tree 6 files changed +61
-5
lines changed
6 files changed +61
-5
lines changed Original file line number Diff line number Diff line change 17
17
git submodule status
18
18
git submodule update --init --force
19
19
cd docs/_include/vyos-1x
20
- git checkout current
20
+ git checkout sagitta
21
21
git pull
22
22
git submodule status
23
23
- name : update releasenotes
26
26
if : env.PHABRICATOR_API != null
27
27
run : |
28
28
pip3 install phabricator==0.8.0
29
- python3 docs/_ext/releasenotes.py -t ${{ secrets.PHABRICATOR_API }} -b current equuleus
29
+ python3 docs/_ext/releasenotes.py -t ${{ secrets.PHABRICATOR_API }} -b circinus sagitta equuleus
30
30
- name : Create Pull Request
31
31
uses : peter-evans/create-pull-request@v3
32
32
with :
Original file line number Diff line number Diff line change 1
1
[submodule "docs/_include/vyos-1x "]
2
2
path = docs/_include/vyos-1x
3
3
url = https://github.com/vyos/vyos-1x
4
- branch = current
4
+ branch = sagitta
Original file line number Diff line number Diff line change 19
19
print(projects.response['data'][project]['phid'], projects.response['data'][project]['name'])
20
20
'''
21
21
22
+ # find phid here https://vyos.dev/conduit/method/project.query/
22
23
projects = {
23
24
'equuleus' : {
24
25
'phid' : 'PHID-PROJ-zu26ui4vbmvykpjtepij' ,
27
28
'tasks' : [],
28
29
'releasenotes' : []
29
30
},
30
- 'current ' : {
31
+ 'sagitta ' : {
31
32
'phid' : 'PHID-PROJ-m4utvy456e2shcprpq3b' ,
32
33
'name' : '1.4 Sagitta' ,
33
34
'filename' : 'docs/changelog/1.4.rst' ,
34
35
'tasks' : [],
35
36
'releasenotes' : []
37
+ },
38
+ 'circinus' : {
39
+ 'phid' : 'PHID-PROJ-cfi33xi3uijxyjsxoqzv' ,
40
+ 'name' : '1.5 Circinus' ,
41
+ 'filename' : 'docs/changelog/1.5.rst' ,
42
+ 'tasks' : [],
43
+ 'releasenotes' : []
36
44
}
37
45
}
38
46
Original file line number Diff line number Diff line change
1
+ ############
2
+ 1.5 Circinus
3
+ ############
4
+
5
+ ..
6
+ Please don't add anything by hand.
7
+ This file is managed by the script:
8
+ _ext/releasenotes.py
9
+
10
+
11
+ 2023-09-11
12
+ ==========
13
+
14
+ * :vytask: `T5562 ` ``(bug): Smoketests fail for vyos:current (test_netns.py) ``
15
+ * :vytask: `T5551 ` ``(bug): Missing check for boot_configuration_complete raises error in vyos-save-config.py ``
16
+ * :vytask: `T5353 ` ``(bug): config-mgmt: normalize archive updates and commit log entries ``
17
+
18
+
19
+ 2023-09-10
20
+ ==========
21
+
22
+ * :vytask: `T5555 ` ``(bug): Fix timezone migrator (system 13-to-14) ``
23
+
24
+
25
+ 2023-09-09
26
+ ==========
27
+
28
+ * :vytask: `T5423 ` ``(bug): ipsec: no output for op-cmd "show vpn ike secrets" ``
29
+
30
+
31
+ 2023-09-08
32
+ ==========
33
+
34
+ * :vytask: `T5560 ` ``(bug): VyOS version in current branch should be changed from 1.4 to 1.5 ``
35
+
36
+
37
+ 2023-09-07
38
+ ==========
39
+
40
+ * :vytask: `T5556 ` ``(bug): reboot now and poweroff does not work ``
41
+ * :vytask: `T5489 ` ``(feature): Change to BBR as TCP congestion control, or at least make it an config option ``
42
+
43
+
44
+ 2023-09-06
45
+ ==========
46
+
47
+ * :vytask: `T5548 ` ``(bug): HAProxy renders timeouts incorrectly ``
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ Changelog
10
10
:maxdepth: 1
11
11
:includehidden:
12
12
13
+ 1.5
13
14
1.4
14
15
1.3
15
16
1.2.6
You can’t perform that action at this time.
0 commit comments