Commit e2c27bd
committed
[new release] albatross (2.6.0)
CHANGES:
* Add "--name=UNIKERNEL NAME" to every unikernel - and if it fails to start
with error code 64, restart without the additional parameter. This is in
sync with mirage 4.10 which adds a "--name" argument to every unikernel
(robur-coop/albatross#229 @hannesm)
* Add a "startup" to unikernel configuration to control startup order
(fixes robur-coop/albatross#53, robur-coop/albatross#225 @hannesm)
* BUGFIX: vmmd: decompress the unikernel image in restart before checking
resources (fixes robur-coop/albatross#209, robur-coop/albatross#228 @hannesm)
* BREAKING albatrossd, albatross-influx: add a "--no-drop-path" flag to use the
full name (including path) for reporting (both for --name and for influx
reporting). Previously, a "--drop-label" flag was available. The default is
to drop the path. (robur-coop/albatross#229 @hannesm)
* client: add support for '-' for remote destination to output the certificate
(robur-coop/albatross#227 @hannesm)
* BREAKING remove support for old commands (robur-coop/albatross#226 @hannesm)
- wire version 3 and wire version 4 (version 5 introduced in 1.5.0, May 2022)
- old_console_subscribe and utc_console_data (2.1.0, Jul 2024)
- old_unikernel_info1, old_unikernel_get (1.1.0, Jan 2021)
- old_unikernel_info2 (2.1.0, Dec 2023)
- old unikernel_create and force_create (1.0.0, Mar 2020)
- old unikernel_create and force_create (1.1.0, Jan 2021)1 parent 5fdfa69 commit e2c27bd
1 file changed
+70
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 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 | + | |
0 commit comments