|
1 | | -fioup (1.0.0) UNRELEASED; urgency=medium |
| 1 | +fioup (1.1.0) UNRELEASED; urgency=medium |
| 2 | + |
| 3 | + [ New Features ] |
| 4 | + * Add update details to the context of update events. |
| 5 | + * Check free space before fetching the update. |
| 6 | + * Containerized development and test environment, along with basic end-to-end tests running in it. |
| 7 | + |
| 8 | + [ Changes ] |
| 9 | + * 27cbbcc state: Add init started and completed events |
| 10 | + * 63cc2bd event_sender: Truncate event payload if exceeds max allowed |
| 11 | + * 4f244ec Allow fioup service to be enabled for boot |
| 12 | + |
| 13 | + [ Bugfixes ] |
| 14 | + * 7958992 config: Make sure secrets-dir exists before trying to write to it |
| 15 | + * ed16fd4 check: Determine current target reliably |
| 16 | + * 3d72b6e install: Send install complete event if install fails |
| 17 | + * 18dcd4f stop: Send installation complete event if stop fails |
| 18 | + * d76eca2 state: Allow update completion if it was interrupted before |
| 19 | + * cacd09f start: Retry completion of successfully started update |
| 20 | + * a3b808c stop: Only generate InstallationStarted event after checking state |
| 21 | + * eb7c64b version: Fix and extend version command |
| 22 | + * 4615e7b install: Avoid performing install if update is in Installed state |
| 23 | + |
| 24 | + [ Mike Sul ] |
| 25 | + * release: Install deb package with its dependencies |
| 26 | + * version: Fix and extend version command |
| 27 | + * start: Retry completion of successfully started update |
| 28 | + * state: Allow update completion if it was interrupted before |
| 29 | + * stop: Send installation complete event if stop fails |
| 30 | + * install: Send install complete event if install fails |
| 31 | + * event_sender: Refactor to simplify event creation |
| 32 | + * event_sender: Group all type defs |
| 33 | + * event_sender: Add event enqueueing options |
| 34 | + * event_sender: Add ability to specify event details |
| 35 | + * state: Pass error when sending event |
| 36 | + * event_sender: Define update events schema version |
| 37 | + * go.mod: Bump composectl version 0400d34 |
| 38 | + * state: Add skeleton code for adding context to update events |
| 39 | + * state: Add fetch progress details to download events |
| 40 | + * state: Add update details to install complete event |
| 41 | + * status: Add helper method to retrieve list of app statuses |
| 42 | + * target: Add helper method over apps slice |
| 43 | + * state: Add details to the install started event |
| 44 | + * target: Define and use "from" and "to" apps in diff |
| 45 | + * state: Add init started and completed events |
| 46 | + * e2e-test: Always expect "init started/completed" events |
| 47 | + * go.mod: Bump composectl ver ebf921e |
| 48 | + * event_sender: Truncate event payload if exceeds max allowed |
| 49 | + * state: Add update reason to update event context |
| 50 | + * check: Determine current target reliably |
| 51 | + * check: Add unit tests for check state |
| 52 | + * check: Get ongoing target from targets metadata |
| 53 | + * config: Add storage usage watermark parameter |
| 54 | + * fetch: Check free space before fetching update |
| 55 | + * start: Add storage stat to the update completed event |
| 56 | + |
| 57 | + [ Katrina Prosise ] |
| 58 | + * Address findings from linter |
| 59 | + |
| 60 | + [ Andre Detsch ] |
| 61 | + * install: Avoid performing install if update is in Installed state |
| 62 | + * stop: Only generate InstallationStarted event after checking state |
| 63 | + * test: Add a local docker registry to the dev environment |
| 64 | + * client: Allow http operations to the device gateway to be overwritten |
| 65 | + * docker: Remove entrypoint.sh script as it is no longer needed |
| 66 | + * tests: Add tests for a sequence of updates, and resuming an update |
| 67 | + * ci: Add integration tests to CI workflow |
| 68 | + * tests: Set custom HttpOperations per GatewayClient instance |
| 69 | + * config: Make sure secrets-dir exists before trying to write to it |
| 70 | + |
| 71 | + [ Raul Muñoz ] |
| 72 | + * Change polling_seconds value type to string |
| 73 | + |
| 74 | + [ dependabot[bot] ] |
| 75 | + * build(deps): bump golangci/golangci-lint-action from 8 to 9 |
| 76 | + * build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.1 |
| 77 | + * build(deps): bump actions/upload-artifact from 4 to 5 |
| 78 | + * build(deps): bump actions/download-artifact from 5 to 6 |
| 79 | + * build(deps): bump actions/checkout from 3 to 6 |
| 80 | + * build(deps): bump modernc.org/sqlite from 1.39.0 to 1.40.1 |
| 81 | + |
| 82 | +composefs [ Matt Hart ] |
| 83 | + * Allow fioup service to be enabled for boot |
| 84 | + |
| 85 | + -- Mike Sul <bot@foundries.io> Thu, 04 Dec 2025 09:16:43 +0000 |
| 86 | + |
| 87 | +fioup (1.0.0) released; urgency=medium |
2 | 88 |
|
3 | 89 | [ Mike Sul ] |
4 | 90 | * error: Print cmd run error as non-log message |
|
0 commit comments