-
Notifications
You must be signed in to change notification settings - Fork 70
/
changelog
341 lines (239 loc) · 12.9 KB
/
changelog
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
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
turnkey-tkldev-18.1 (1) turnkey; urgency=low
* v18.1 rebuild - includes latest Debian & TurnKey packages.
* Clone "core" buildcode on firstboot - reintroduce previous default
behaviour - closes #1857.
* Ensure hashfile includes URL to public key - closes #1864.
* Web management console (webmin):
- Include webmin-logviewer module by default - closes #1866.
- Upgraded webmin to v2.105.
- Replace webmin-shell with webmin-xterm module by default - closes #1904.
-- Jeremy Davis <[email protected]> Fri, 05 Jul 2024 11:17:04 +0000
turnkey-tkldev-18.0 (1) turnkey; urgency=low
* Upgraded base distribution to Debian 12.x/Bookworm.
* Configuration console (confconsole):
- Support for DNS-01 Let's Encrypt challenges.
[ Oleh Dmytrychenko <[email protected]> github: @NitrogenUA ]
- Support for getting Let's Encrypt cert via IPv6 - closes #1785.
- Refactor network interface code to ensure that it works as expected and
supports more possible network config (e.g. hotplug interfaces & wifi).
- Show error message rather than stacktrace when window resized to
incompatable resolution - closes #1609.
[ Stefan Davis <[email protected]> ]
- Bugfix exception when quitting configuration of mail relay.
[ Oleh Dmytrychenko <[email protected]> github: @NitrogenUA ]
- Improve code quality: implement typing, fstrings and make (mostly) PEP8
compliant.
[Stefan Davis <[email protected]> & Jeremy Davis
* Firstboot Initialization (inithooks):
- Refactor start up (now hooks into getty process, rather than having it's
own service).
[ Stefan Davis <[email protected]> ]
- Refactor firstboot.d/01ipconfig (and 09hostname) to ensure that hostname
is included in dhcp info when set via inithooks.
- Package turnkey-make-ssl-cert script (from common overlay - now packaged
as turnkey-ssl). Refactor relevant scripts to leverage turnkey-ssl.
- Refactor run script - use bashisms and general tidying.
- Show blacklisted password characters more nicely.
- Misc packaging changes/improvements.
- Support returning output from MySQL - i.e. support 'SELECT'. (Only
applies to apps that include MySQL/MariaDB).
* Web management console (webmin):
- Upgraded webmin to v2.0.21.
- Removed stunnel reverse proxy (Webmin hosted directly now).
- Ensure that Webmin uses HTTPS with default cert
(/etc/ssl/private/cert.pem).
- Disabled Webmin Let's Encrypt (for now).
* Web shell (shellinabox):
- Completely removed in v18.0 (Webmin now has a proper interactive shell).
* Backup (tklbam):
- Ported dependencies to Debian Bookworm; otherwise unchanged.
* Security hardening & improvements:
- Generate and use new TurnKey Bookworm keys.
- Automate (and require) default pinning for packages from Debian
backports. Also support non-free backports.
* IPv6 support:
- Adminer (only on LAMP based apps) listen on IPv6.
- Nginx/NodeJS (NodeJS based apps only) listen on IPv6.
* Misc bugfixes & feature implementations:
- Remove rsyslog package (systemd journal now all that's needed).
- Include zstd compression support.
- Enable new non-free-firmware apt repo by default.
- Improve turnkey-artisan so that it works reliably in cron jobs (only
Laravel based LAMP apps).
* TKLDev specific updates/tweaks below:
* fab:
- Improve typing and implemnt fstrings.
- Improved code styling (mostly PEP8 compliant now).
- Support debug logging via '-d|--debug' switch.
[ Stefan Davis <[email protected]> & Jeremy Davis ]
- Ensure that pool doesn't choke on invalid versions generated from git
tags.
- Default pool-info to use '--registered' - closes #1699.
[ Stefan Davis <[email protected]> ]
- Properly handle branch names that include a slash ('/') - closes #1761.
[ Stefan Davis <[email protected]> ]
* autoversion:
- Typing and code style updates/improvements (mostly PEP8 compliant now).
- Now defaults to 'autoversion HEAD' if no args given.
- support for debian style branch/tag names (i.e. owner/branch or
owner/tag - e.g. debian/dev or debian/2.1.4).
* bootstrap:
- Update to streamline build process - add install target to install
bootstrap into tkldev.
[ Stefan Davis <[email protected]> ]
- add lsb_release as bootstrap dependency.
[ Stefan Davis <[email protected]> ]
* misc:
- Require RELEASE to be set (rather than CODENAME). Falls back to current
host if not set (eases transition).
- Include tkldev-changelog, fab-rewind & fab-investigate scripts in TKLDev
by default.
- Support setting NODE_VER / RBY_VER (NodeJS / Ruby versions respectively)
from Makefile (only applies to apps that include NodeJS/Ruby).
-- Jeremy Davis <[email protected]> Wed, 30 Aug 2023 04:23:46 +0000
turnkey-tkldev-17.2 (1) turnkey; urgency=low
* Rebuild to include latest fab (v1.0.2) improvements/bugfixes.
* Add preliminary support for Raspberry Pi. (Much more work required to
complete this - but it's a start).
[Yannick Heneault <https://github.com/heneault>]
-- Jeremy Davis <[email protected]> Tue, 14 Feb 2023 05:50:24 +0000
turnkey-tkldev-17.1 (1) turnkey; urgency=low
* Updated all Debian packages to latest.
[ autopatched by buildtasks ]
* Patched bugfix release. Closes #1734.
[ autopatched by buildtasks ]
-- Jeremy Davis <[email protected]> Tue, 12 May 2022 01:41:55 +0000
turnkey-tkldev-17.0 (1) turnkey; urgency=low
* Upgraded base distribution to Debian 11.1/Bullseye.
* caching proxy:
- Switch from Polipo (only cached http and is no longer available in
Debian) to Squid. Squid is configured as a caching http/https proxy.
Using 'squid-openssl' package, it is configured to act as a MITM (man in
the middle) caching proxy - closes #1560.
* fab:
- Port code to python3 and major code refactoring.
- Use new 'turnkey-chroot' library for use in 'fab-chroot'.
- Use xorriso (instead of genisoimage) for generating ISO. This provides
UEFI boot support (note this only supports booting the ISO via UEFI;
additional work in di-live required to complete UEFI install support).
Part of #1435.
NOTE: The UEFI support started for v17.0 di-live and ISO builds has been
(temporarily) rolled back and won't be implemented in v17.0.
* pool:
- Port code to python3 and major code refactoring. Closes #1272.
- (Still not pre-installed by default).
* bootstrap:
- Include 'ca-certificates' package (to support https apt repos via squid
https proxy).
* corestrap:
- Support the option of using a "corestrap", rather than a minimalist
bootstrap. A corestrap is a bootstrap, but with all core packages
(except the kernel) pre-installed. It is larger than the bootstrap, but
speeds up builds significantly.
* Note: Please refer to turnkey-core's 17.0 changelog for changes common to
all appliances. Here we only describe changes specific to this appliance.
-- Jeremy Davis <[email protected]> Fri, 01 Apr 2022 03:49:39 +0000
turnkey-tkldev-16.1 (1) turnkey; urgency=low
* Include debootstrap package by default - closes #1450.
* Minor tweak to bootstrap generation to provide transition guidance.
* Note: Please refer to turnkey-core's 16.1 changelog for changes common to
all appliances. Here we only describe changes specific to this appliance.
-- Jeremy Davis <[email protected]> Thu, 20 May 2021 18:48:58 +1000
turnkey-tkldev-16.0 (1) turnkey; urgency=low
* No longer include pool, chanko and friends by default. tkldev-chanko-setup
script has been tweaked and some config setup has been moved to package
postinst scripts.
TODO: more work is still required to make it possible for users to easily
build packages. Plus the buildroot repo needs update.
* fab:
- major changes to way that the bootstrap is built. Now leverages Debian's
debootstrap directly (bootstrap components removed from fab, remaining
changes in turnkey/bootstrap repo).
* buildtasks:
- significant refactoring, including inclusion of bt-bootstrap script to
build bootstrap if relevant bootstrap not currently available.
- updates to most bt- scripts for Buster.
- refactoring of bin/signature-verify to support forcing check of hashfile
GPG signing via '--force-gpg' switch (default behaviour remains unsigned
files just giving warning).
* tkldev-setup:
- refactor to give more meaningful output.
- change order of repo cloning (now 1st) & bootstrap download (now 2nd).
- leverage buildtasks/config/common.cfg (fallback to config.example if not
setup) to set relevant GPG key ID (BT_GPGKEY).
- leverage buildtasks/bin/signature-verify script to check downloaded
bootstrap file.
* Docs:
- additional development docs now included in build code repo (none
included in built appliance by default; yet).
- many docs rewritten and/or improved.
- many docs still outdated and/or in need of improvement. :(
* Note: Please refer to turnkey-core's changelog for changes common to all
appliances. Here we only describe changes specific to this appliance.
-- Jeremy Davis <[email protected]> Fri, 27 Mar 2020 16:23:05 +1100
turnkey-tkldev-15.0 (1) turnkey; urgency=low
* Replace auFS support with OverlayFS support (new default Debian union
filesystem).
[ Stefan Davis ]
* New packages:
- dirmngr - new dependency for tkldev-setup
[ Stefan Davis ]
- tklpatch - required for buildtasks optimized builds
* tkldev-setup
- updated to use .hash files (previously .sig files)
[ Stefan Davis ]
- include tklbam-profiles - closes #1067.
* fab, pool, deckdebuild, chanko, autoversion & repo:
- packages are now reproducible (security)
[ Chris Lamb ]
* deck:
- complete rewrite (as bash script) to support OverlayFS
[ Alon Swartz, Stefan Davis, Anton Pyrogovskyi & Jeremy Davis ]
* Note: Please refer to turnkey-core's changelog for changes common to all
appliances. Here we only describe changes specific to this appliance.
-- Jeremy Davis <[email protected]> Mon, 18 Jun 2018 09:39:51 +1000
turnkey-tkldev-14.2 (1) turnkey; urgency=low
* Included buildtasks - supports building optimized builds.
* Included pool & chanko - supports building Debian packages from source
and building appliances offline.
* Installed security updates.
* Note: Please refer to turnkey-core's changelog for changes common to all
appliances. Here we only describe changes specific to this appliance.
-- Jeremy Davis <[email protected]> Fri, 21 Jul 2017 19:03:44 +1000
turnkey-tkldev-14.1 (1) turnkey; urgency=low
* Adjusted confconsole text so it is clear that Webmin & Webshell are
disabled by default (#342).
* Note: Please refer to turnkey-core's changelog for changes common to all
appliances. Here we only describe changes specific to this appliance.
-- Jeremy Davis <[email protected]> Wed, 17 Feb 2016 17:40:20 +1100
turnkey-tkldev-14.0 (1) turnkey; urgency=low
* Includes tkldev-setup script executed on firstboot.
* Improved documentation.
* Miscellaneous:
- Fab: root.tmp has been renamed to root.sandbox.
- Fab: pre-process ISO's with iso-hybrid.
- Common: updated cdroot-dynamic and cdroots/gfxboot-turnkey.
* Note: Please refer to turnkey-core's changelog for changes common to all
appliances. Here we only describe changes specific to this appliance.
-- Alon Swartz <[email protected]> Wed, 06 May 2015 12:01:55 +0300
turnkey-tkldev-13.0 (1) turnkey; urgency=low
* Related bugfixes and tweaks:
- Deck: improved deck.is_dirty logic (bugfix).
- Fab: removed release specific mksquashfs binaries.
- Fab: support MKSQUASHFS override if set in environment.
- Common: use release codename from build system instead of hardcoding.
- Bugfixed and improved documentation.
* Note: Please refer to turnkey-core's changelog for changes common to all
appliances. Here we only describe changes specific to this appliance.
-- Alon Swartz <[email protected]> Fri, 11 Oct 2013 11:43:49 +0300
turnkey-tkldev-12.1 (1) turnkey; urgency=low
* Initial public release of TKLDev.
* TKLDev related:
- Full usage and development documentation.
- Includes TurnKey developed components: fab, deck and friends.
- Turnkey development directory structure with preconfigured CDPATH.
- Integrated caching proxy for fast and iterative development.
- Webmin and shellinabox included but disabled by default.
* Note: Please refer to turnkey-core's changelog for changes common to all
appliances. Here we only describe changes specific to this appliance.
-- Alon Swartz <[email protected]> Tue, 02 Jul 2013 18:56:00 +0300