-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
releases.json
134 lines (130 loc) · 4.55 KB
/
releases.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
[
{
"tag":"v20.08-2",
"name":"Update to armbian stable v20.08 (Caple)",
"body":[
"Bump to new stable armbian [version 20.08](https://github.com/armbian/build/releases/tag/v20.08)\n",
"\n## New boards:",
" - Added orange PI Pc",
"\n\n **Notice**: This will is the last release using python2 next releases will migrate to python3",
"\n## Builder:",
" - Improved compilation VM speed",
" - Parametric virtualenv (preparation for python3)",
" - Fix citrico-config to hide kilipper if not installed",
" - Automation of releases"
],
"prerelease":true
},
{
"tag":"v20.11-1",
"name":"Update to armbian stable v20.11",
"body":[
"Bump to stable armbian v20.11\n",
"Runtime migrated to python3\n",
"**Note:**New HSL streaming of octoPi is not incluided as octoPi 0.18 is still no stable\n\n",
"\n## New boards:\n",
" - Added orange PI PC+\n",
" - Added BananaPI M2\n",
" - Added Rock64\n",
"\n\n",
"## Builder:\n",
" - Vagrant build uses now ubuntu focal 64 box.",
" - Updated base packages including libatlas3-base for numpy wheel usage",
" - Added piwheels source to pip to speed up builds"
],
"prerelease":true
},
{
"tag":"v21.02-1",
"name":"Update to octopi v0.18",
"body":[
"Updated stable armbian v21.02\n",
"Bump to new version of octopi 0.18: Improved camera support & bugfix\n",
"Added v4linux-utils for camera troubleshouting\n",
"Other minor changes\n",
"\n\n",
"## New boards:\n",
" - Added orange PI Lite\n",
"\n\n This release do not include ROCK64"
],
"prerelease":true
},
{
"tag":"v21.05-1",
"name":"Update to armbian 21.05",
"body":[
"Updated stable armbian v21.05\n",
"fixed reboot with systemctl for shutdow #13\n",
"other minor changes",
"\n\n",
"## New boards:\n\n",
" - Added orange PI One Plus - WIP\n",
"\n\n This release does not include ROCK64 image",
"\n\n"
],
"prerelease":false
},
{
"tag":"v22-02-1",
"name":"Update to bullseye and armbian 22.02",
"body": [
"Distro update current debian (bullseye)",
"Updated to stable amrbia v22.05",
"\n\n",
"## New boards:\n\n",
" -Added Orange Pi Zero 2 - edge kernel branch\n",
"\n\n"
],
"prerelease":false
},
{
"tag":"v22.11-1",
"name":"Update to armbian 22.11 + HA proxy fix",
"body": [
"Fix HA proxy issues #28 #27 & #22",
"Update to armbian v22.11",
"Improve docker support in build script",
"\n\n",
"## New boards:\n\n",
" - Added current stable to Orange Pi Zero 2 (WIP)",
" - Added Orange Pi 3 LTS WIP",
"\n\n"
],
"prerelease":false
},
{
"tag":"v23.02-1",
"name":"Update to OctoPi 1.0.0 with armbian 23.02",
"body": [
"Update OctoPi to new 1.0 version",
"Update to armbian v23.02",
"Fix build to build other user name different name than pi",
"Added custom ffnpeg support for HLS streaming (experimental)",
"\n\n",
"## New boards:\n\n",
" - Banana Pi BPI-M2+ (WIP)",
"\n\n"
],
"prerelease":false
},
{
"tag":"v23.08-1",
"name":"Update to OctoPi 1.0.0 with armbian 23.08",
"body": [
"Update OctoPi to new 1.0 version",
"Update to armbian v23.08",
"Update to debian bookworm",
"Fix build script for new armbian builder with buildx",
"Fix citrico-config script to correct edit /boot/octopi.txt",
"Change bluid system to support only Docker (new build requirements from Armbian)",
"Fix build to build other user name different name than pi",
"Added custom ffmpeg support for HLS streaming (experimental)",
"Added sensible defaults for easy camera support",
"\n\n",
"## New boards:\n\n",
" - Banana Pi BPI-M2+ (WIP)",
"\n\n"
],
"prerelease":false
}
]