Releases: canonical/microcluster
Microcluster v2.2.3
What's Changed
- Backport: Consistency checks across core_cluster_members, truststore, and dqlite (#515) by @louiseschmidtgen in #602
- Fix: Cluster member reset by @roosterfish in #634
Full Changelog: v2.2.2...v2.2.3
Microcluster v3.0.2
Announcement
https://discourse.ubuntu.com/t/microcluster-v3-0-2-has-been-released/77659
What's Changed
- gomod: Update Go module to v3 by @masnax in #216
- example/test: Reduce total system test run time by @MggMuggins in #217
- Parse go module version out of project name by @masnax in #219
- GitHub: Update dependabot and renovate configs by @roosterfish in #218
- build(deps): bump golang.org/x/sys from 0.22.0 to 0.23.0 by @dependabot[bot] in #225
- Disable renovate dashboard by @MggMuggins in #228
- Disable Renovate dependency dashboard by @MggMuggins in #229
- Renovate: Another try to disable the dashboard by @roosterfish in #230
- Reserve core endpoints by @MggMuggins in #231
- build(deps): bump golang.org/x/sys from 0.23.0 to 0.24.0 by @dependabot[bot] in #233
- Lint: Fix error strings reported by golangci-lint
v1.60.1by @roosterfish in #236 - Add role change data to
OnHeartbeathook by @boltmark in #235 - Client: Add websocket client and more control over the cert selection by @roosterfish in #237
- Rest: Return validation errors from the database handlers by @roosterfish in #241
- Replace
PreBootstrapwithPreInithook by @masnax in #242 - Token: Validate name to be FQDN by @roosterfish in #244
- Utils: Return BadRequets from ValidateFQDN by @roosterfish in #246
- Update
Renderfrom LXD and pass request by @roosterfish in #251 - Client: Add new
QueryRawfunction by @roosterfish in #249 - build(deps): bump golang.org/x/sys from 0.24.0 to 0.25.0 by @dependabot[bot] in #256
- build(deps): bump github.com/mattn/go-sqlite3 from 1.14.22 to 1.14.23 by @dependabot[bot] in #255
- Trivy vulnerability scanning by @hamistao in #257
- build(deps): bump golang.org/x/sys from 0.25.0 to 0.26.0 by @dependabot[bot] in #259
- build(deps): bump github.com/mattn/go-sqlite3 from 1.14.23 to 1.14.24 by @dependabot[bot] in #258
- Allow empty AddrPorts by @masnax in #264
- Tiobe Integration by @kadinsayani in #263
- github: Fix tiobe project typo by @kadinsayani in #266
- github: Tiobe directory and branch fix by @kadinsayani in #267
- go: Update deps by @roosterfish in #270
- dqlite: Use
go-dqlitev3 and build libdqlite from master branch by @roosterfish in #273 - make: Remove deprecated flag from go get by @roosterfish in #276
- build(deps): bump github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0 by @dependabot[bot] in #274
- Manually register error mappings by @roosterfish in #279
- github: Use cache when DB download fails by @hamistao in #283
- build(deps): bump golang.org/x/sys from 0.26.0 to 0.27.0 by @dependabot[bot] in #286
- Avoid path traversal from remote.Name by @simondeziel in #288
- build(deps): bump actions/cache from 4.1.1 to 4.1.2 by @dependabot[bot] in #285
- Add dep flags to TICS step by @masnax in #292
- github: Fix database cache update by @hamistao in #287
- build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot[bot] in #294
- Fixes wrapped nil lastErr issue during cluster join by @claudiubelu in #296
- build(deps): bump golang.org/x/sys from 0.27.0 to 0.28.0 by @dependabot[bot] in #299
- build(deps): bump actions/cache from 4.1.2 to 4.2.0 by @dependabot[bot] in #300
- github: update of .jira_sync_config.yaml by @mseralessandri in #304
- github: Temporary disable TICS job by @roosterfish in #305
- internal/rest/resources: Return joinInfo even on error by @claudiubelu in #301
- build(deps): bump golang.org/x/sys from 0.28.0 to 0.29.0 by @dependabot[bot] in #306
- Shutdown servers when resetting cluster membership by @claudiubelu in #295
- Start cleanup/reset after request is done by @roosterfish in #310
- internal/recover: Use core/ prefixed endpoint to check online state by @masnax in #314
- Update deps by @roosterfish in #317
- internal/db: Set database status based on initialization state by @bschimke95 in #319
- Add more descriptions & examples to the readme by @masnax in #316
- github: Enable Tiobe TICS job by @roosterfish in #321
- CI: Add linter rules from LXD by @roosterfish in #323
- build(deps): bump golang.org/x/sys from 0.29.0 to 0.30.0 by @dependabot[bot] in #324
- Rest: Handle IPv6 link local addresses with zone identifier in Authenticate by @rapour in #322
- build(deps): bump canonical/has-signed-canonical-cla from 1 to 2 by @dependabot[bot] in #329
- build(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1 by @dependabot[bot] in #328
- build(deps): bump actions/cache from 4.2.0 to 4.2.1 by @dependabot[bot] in #331
- GitHub: Pin remaining actions by @roosterfish in #332
- github: Use org level TICSAUTHTOKEN by @roosterfish in #334
- build(deps): bump actions/upload-artifact from 4.6.0 to 4.6.1 by @dependabot[bot] in #335
- build(deps): bump github/codeql-action from 3.27.1 to 3.28.10 by @dependabot[bot] in #336
- build(deps): bump actions/download-artifact from 4.1.8 to 4.1.9 by @dependabot[bot] in #337
- build(deps): bump actions/cache from 4.2.1 to 4.2.2 by @dependabot[bot] in #338
- GitHub: Fix TICS deps by @roosterfish in #339
- build(deps): bump github/codeql-action from 3.28.10 to 3.28.11 by @dependabot[bot] in #340
- build(deps): bump golang.org/x/sys from 0.30.0 to 0.31.0 by @dependabot[bot] in #341
- Gomod updates by @simondeziel in #346
- internal/trust/remotes: check remote.Name to be a valid file name by @simondeziel in #291
- github: Require all GitHub actions to be pinned by @simondeziel in #354
- doc: Update main README and doc/ contents by @minaelee in #356
- build(deps): bump github/codeql-action from 3.28.11 to 3.28.12 by @dependabot[bot] in #362
- build(deps): bump actions/download-artifact from 4.1.9 to 4.2.1 by @dependabot[bot] in #359
- build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 by @dependabot[bot] in #360
- build(deps): bump actions/cache from 4.2.2 to 4.2.3 by @dependabot[bot] in #361
- build(deps): bump actions/setup-go from 5.3.0 to 5.4.0 by @dependabot[bot] in #363
- github: Update golangci-lint and migrate config to new format by @roosterfish in #364
- doc: update example package developer docs by @minaelee in #352
- Endpoints: Fix implicit shutdown by @roosterfish in #353
- DB: Remove project by @roosterfish in https://github.com/canonical/microcluster/pu...
Microcluster v2.2.2
What's Changed
- build(deps): bump github/codeql-action from 4.30.9 to 4.31.0 by @dependabot[bot] in #522
- build(deps): bump github/codeql-action from 4.31.0 to 4.31.2 by @dependabot[bot] in #528
- build(deps): bump golang.org/x/sys from 0.37.0 to 0.38.0 by @dependabot[bot] in #533
- build(deps): bump actions/checkout from 5.0.0 to 6.0.0 by @dependabot[bot] in #540
- build(deps): bump github/codeql-action from 4.31.2 to 4.31.5 by @dependabot[bot] in #541
- build(deps): bump actions/dependency-review-action from 4.8.1 to 4.8.2 by @dependabot[bot] in #542
- build(deps): bump actions/setup-go from 6.0.0 to 6.1.0 by @dependabot[bot] in #543
- build(deps): bump github/codeql-action from 4.31.5 to 4.31.6 by @dependabot[bot] in #550
- Backport proxy websocket support (v2) by @roosterfish in #551
- internal/db: keep dqlite app alive across Open retries [v2 backport] by @louiseschmidtgen in #554
- build(deps): bump github.com/spf13/cobra from 1.10.1 to 1.10.2 by @dependabot[bot] in #557
- build(deps): bump github/codeql-action from 4.31.6 to 4.31.7 by @dependabot[bot] in #556
- build(deps): bump actions/checkout from 6.0.0 to 6.0.1 by @dependabot[bot] in #555
- build(deps): bump github/codeql-action from 4.31.7 to 4.31.8 by @dependabot[bot] in #567
- build(deps): bump golang.org/x/sys from 0.38.0 to 0.39.0 by @dependabot[bot] in #566
- Update deps (v2) by @roosterfish in #572
Full Changelog: v2.2.1...v2.2.2
Microcluster v2.2.1
What's Changed
- build(deps): bump github/codeql-action from 3.29.0 to 3.29.1 by @dependabot[bot] in #424
- build(deps): bump github/codeql-action from 3.29.1 to 3.29.2 by @dependabot[bot] in #427
- build(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 by @dependabot[bot] in #431
- build(deps): bump github/codeql-action from 3.29.2 to 3.29.4 by @dependabot[bot] in #433
- build(deps): bump github.com/mattn/go-sqlite3 from 1.14.28 to 1.14.29 by @dependabot[bot] in #435
- build(deps): bump github.com/mattn/go-sqlite3 from 1.14.29 to 1.14.30 by @dependabot[bot] in #443
- build(deps): bump github/codeql-action from 3.29.4 to 3.29.8 by @dependabot[bot] in #446
- build(deps): bump github.com/mattn/go-sqlite3 from 1.14.30 to 1.14.32 by @dependabot[bot] in #453
- build(deps): bump actions/checkout from 4.2.2 to 5.0.0 by @dependabot[bot] in #455
- build(deps): bump canonical/has-signed-canonical-cla from 2.1.0 to 2.2.0 by @dependabot[bot] in #456
- build(deps): bump github/codeql-action from 3.29.8 to 3.29.10 by @dependabot[bot] in #459
- build(deps): bump golang.org/x/sys from 0.34.0 to 0.35.0 by @dependabot[bot] in #462
- build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by @dependabot[bot] in #465
- build(deps): bump actions/dependency-review-action from 4.7.1 to 4.7.2 by @dependabot[bot] in #468
- build(deps): bump github/codeql-action from 3.29.10 to 3.29.11 by @dependabot[bot] in #469
- build(deps): bump actions/dependency-review-action from 4.7.2 to 4.7.3 by @dependabot[bot] in #475
- build(deps): bump github/codeql-action from 3.29.11 to 3.30.1 by @dependabot[bot] in #476
- build(deps): bump actions/setup-go from 5.5.0 to 6.0.0 by @dependabot[bot] in #477
- build(deps): bump golang.org/x/sys from 0.35.0 to 0.36.0 by @dependabot[bot] in #478
- build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by @dependabot[bot] in #479
- Backport dqlite TLS handshake error fix (v2) by @roosterfish in #474
- build(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1 by @dependabot[bot] in #480
- build(deps): bump github/codeql-action from 3.30.1 to 3.30.3 by @dependabot[bot] in #485
- build(deps): bump github/codeql-action from 3.30.3 to 3.30.5 by @dependabot[bot] in #495
- build(deps): bump actions/dependency-review-action from 4.7.3 to 4.8.0 by @dependabot[bot] in #492
- build(deps): bump github/codeql-action from 3.30.5 to 3.30.6 by @dependabot[bot] in #499
- build(deps): bump golang.org/x/sys from 0.36.0 to 0.37.0 by @dependabot[bot] in #509
- build(deps): bump actions/dependency-review-action from 4.8.0 to 4.8.1 by @dependabot[bot] in #508
- build(deps): bump github/codeql-action from 3.30.6 to 4.30.8 by @dependabot[bot] in #506
- Backport lost node cleanup (v2) by @bschimke95 in #514
- fix: make node join more fault tolerance [backport v2] by @louiseschmidtgen in #501
- build(deps): bump github/codeql-action from 4.30.8 to 4.30.9 by @dependabot[bot] in #517
- Backport changes and update deps (v2) by @roosterfish in #519
Full Changelog: v2.2.0...v2.2.1
Microcluster v2.2.0
Announcement
https://discourse.ubuntu.com/t/microcluster-v2-2-0-has-been-released/63461
What's Changed
- build(deps): bump golang.org/x/sys from 0.27.0 to 0.28.0 by @dependabot in #298
- build(deps): bump golang.org/x/sys from 0.28.0 to 0.29.0 by @dependabot in #307
- Backport shutdown servers when resetting cluster membership (v2) by @claudiubelu in #309
- internal/recover: Use core/ prefixed endpoint to check online state (v2) by @masnax in #315
- Backport return joinInfo even on error (v2) by @claudiubelu in #308
- Update deps (v2) by @roosterfish in #318
- Backport: internal/db: Set database status based on initialization state by @bschimke95 in #320
- build(deps): bump golang.org/x/sys from 0.29.0 to 0.30.0 by @dependabot in #325
- Backport lint error (v2) by @roosterfish in #330
- build(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1 by @dependabot in #326
- build(deps): bump canonical/has-signed-canonical-cla from 1 to 2 by @dependabot in #327
- GitHub: Pin remaining actions (v2) by @roosterfish in #333
- build(deps): bump golang.org/x/sys from 0.30.0 to 0.31.0 by @dependabot in #342
- build(deps): bump github/codeql-action from 3.28.10 to 3.28.11 by @dependabot in #343
- Backport fixes (v2) by @roosterfish in #348
- Go: update dependencies (v2) by @roosterfish in #347
- github: Require all GitHub actions to be pinned (v2) by @roosterfish in #355
- build(deps): bump github/codeql-action from 3.28.11 to 3.28.12 by @dependabot in #357
- build(deps): bump actions/setup-go from 5.3.0 to 5.4.0 by @dependabot in #358
- Backport implicit shutdown regression fix and DB project removal (v2) by @roosterfish in #366
- Backport docs to v2 and update links by @minaelee in #368
- build(deps): bump github/codeql-action from 3.28.12 to 3.28.13 by @dependabot in #369
- build(deps): bump github/codeql-action from 3.28.13 to 3.28.14 by @dependabot in #377
- build(deps): bump actions/dependency-review-action from 4.5.0 to 4.6.0 by @dependabot in #378
- build(deps): bump github.com/mattn/go-sqlite3 from 1.14.24 to 1.14.27 by @dependabot in #379
- build(deps): bump golang.org/x/sys from 0.31.0 to 0.32.0 by @dependabot in #380
- build(deps): bump github.com/fsnotify/fsnotify from 1.8.0 to 1.9.0 by @dependabot in #381
- build(deps): bump github/codeql-action from 3.28.14 to 3.28.15 by @dependabot in #382
- build(deps): bump github.com/mattn/go-sqlite3 from 1.14.27 to 1.14.28 by @dependabot in #385
- Cluster: Backport various fixes for errors on join (v2) by @roosterfish in #387
- build(deps): bump github/codeql-action from 3.28.15 to 3.28.16 by @dependabot in #390
- build(deps): bump github/codeql-action from 3.28.16 to 3.28.17 by @dependabot in #392
- build(deps): bump actions/dependency-review-action from 4.6.0 to 4.7.0 by @dependabot in #393
- build(deps): bump actions/setup-go from 5.4.0 to 5.5.0 by @dependabot in #394
- build(deps): bump golang.org/x/sys from 0.32.0 to 0.33.0 by @dependabot in #398
- build(deps): bump github/codeql-action from 3.28.17 to 3.28.18 by @dependabot in #406
- build(deps): bump actions/dependency-review-action from 4.7.0 to 4.7.1 by @dependabot in #405
- Backport update deps and untangle relation to LXD (v2) by @roosterfish in #414
- build(deps): bump github/codeql-action from 3.28.18 to 3.28.19 by @dependabot in #418
- build(deps): bump github/codeql-action from 3.28.19 to 3.29.0 by @dependabot in #419
- build(deps): bump github.com/canonical/go-dqlite/v2 from 2.0.0 to 2.0.1 by @dependabot in #420
- make: Pin latest commit on LXD's
stable-5.21branch (v2) by @roosterfish in #422 - go: Update deps (v2) by @roosterfish in #423
Full Changelog: v2.1.0...v2.2.0
Microcluster v2.1.0
Announcement
https://discourse.ubuntu.com/t/microcluster-v2-1-0-has-been-released/50696
What's Changed
- build(deps): bump golang.org/x/sys from 0.26.0 to 0.27.0 by @dependabot in #284
- Avoid path traversal from remote.Name (v2) by @simondeziel in #289
- build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #293
- Backport PreInit hook support, and deprecate PreBootstrap by @masnax in #290
- Backport lastErr issue during cluster join (v2) by @roosterfish in #297
Full Changelog: v2.0.5...v2.1.0
Microcluster v2.0.5
Announcement
https://discourse.ubuntu.com/t/microcluster-v2-0-5-has-been-released/49774
What's Changed
- dqlite: Use
go-dqliteLTS and buildlibdqlitefrom LTS branch by @roosterfish in #272 - Pin LXD dependency to
stable-5.21by @roosterfish in #277 - v2: Restore changes to
Renderby @roosterfish in #278 - v2: Manually register error mappings by @roosterfish in #281
Full Changelog: v2.0.4...v2.0.5
Microcluster v2.0.4
Announcement
https://discourse.ubuntu.com/t/microcluster-v2-0-0-has-been-released/46833
What's Changed
- (Backport v2) Allow empty addrports by @masnax in #265
- v2: Backport update deps by @roosterfish in #271
Full Changelog: v2.0.3...v2.0.4
Microcluster v2.0.3
Announcement
https://discourse.ubuntu.com/t/microcluster-v2-0-0-has-been-released/46833
What's Changed
- Reserve core endpoints backport to v2 by @MggMuggins in #238
- v2: Backport websocket client functions by @roosterfish in #239
- build(deps): bump golang.org/x/sys from 0.22.0 to 0.24.0 by @dependabot in #232
- v2: Backport return of validation errors from database handlers by @roosterfish in #243
- v2: Backport FQDN validation by @roosterfish in #247
- Update LXD for
KeyPairAndCAby @masnax in #248 - v2: Backport update
Renderfrom LXD and pass request by @roosterfish in #252 - v2: Backport new
QueryRawfunction by @roosterfish in #250 - build(deps): bump golang.org/x/sys from 0.24.0 to 0.25.0 by @dependabot in #253
- build(deps): bump github.com/mattn/go-sqlite3 from 1.14.22 to 1.14.23 by @dependabot in #254
- build(deps): bump golang.org/x/sys from 0.25.0 to 0.26.0 by @dependabot in #261
- build(deps): bump github.com/mattn/go-sqlite3 from 1.14.23 to 1.14.24 by @dependabot in #260
Full Changelog: v2.0.2...v2.0.3
Microcluster v2.0.2
Announcement
https://discourse.ubuntu.com/t/microcluster-v2-0-0-has-been-released/46833
What's Changed
- Initial dqlite cluster implementation by @masnax in #1
- Implement heartbeats and cluster_members table syncing. by @masnax in #2
- Schema update by @masnax in #3
- External packages and example CLI by @masnax in #4
- Various fixes. by @masnax in #5
- Use "name" for join token creation by @masnax in #6
- Token changes by @masnax in #7
- Update lxd-generate code generation by @masnax in #8
- Remove a cluster member by @masnax in #9
- example: Fix tests by @stgraber in #10
- Update lxd-generate generated code by @masnax in #11
- Endpoint fix by @masnax in #12
- Add microcluster Makefile by @masnax in #13
- Init hook on bootstrap/join by @masnax in #15
- Ensure database is open before heartbeat response by @masnax in #14
- internal/daemon/daemon: Run init hook on bootstrap by @masnax in #17
- Fix internal_cluster_members primary key for lxd-generate and update invocations. by @masnax in #18
- microcluster/app: Add customizable timeout to bootstrap/join by @masnax in #19
- Supply daemon address/name on bootstrap/join by @masnax in #20
- Update lxd packages and include context in query helpers by @masnax in #21
- internal/state/state: Retrieve daemon address as *api.URL by @masnax in #22
- internal/db: Remove db.Tx alias for sql.Tx by @masnax in #23
- Hooks interface by @masnax in #24
- Use the unix socket for all endpoints by @masnax in #25
- internal/rest/rest: Remove rbac.UserIsAdmin by @masnax in #26
- internal/rest/rest: Set default AccessHandler by @masnax in #27
- internal/rest/client/control: Fix incorrect timeout condition by @masnax in #28
- Hooks by @masnax in #29
- Run cluster member add/remove hooks on all peers. by @masnax in #33
- Forward request to target if
?target=nameis specified by @masnax in #35 - Pre/Post remove hooks by @masnax in #36
- Allow NewMember hook before initialialization by @masnax in #37
- internal/trust/remotes: Check for empty remote certificate by @masnax in #38
- microcluster/app: Add microcluster.Args for specifying options by @masnax in #39
- Gomod update by @masnax in #40
- microcluster/app: Add /1.0 status endpoint by @masnax in #42
- Start a listen port before initialization by @masnax in #43
- internal/daemon/daemon: Assign hostname as default name by @masnax in #44
- Add licensing files by @stgraber in #48
- bumping lxc to 5.1 release, fixing a code-smell :P by @kyzrfranz in #46
- github: Add basic commit checks by @stgraber in #49
- Run update scripts by @stgraber in #50
- internal: Set minimum timeout to 30s by @masnax in #51
- internal: Set remaining timeouts to 30s by @masnax in #52
- microcluster/app: Http client for uninitialized systems by @masnax in #53
- Prevent race between listing and reloading remotes by @masnax in #54
- Add facility to configure socket's group ownership by @gboutry in #56
- Reduce CPU usage by @masnax in #58
- Split join hooks into Pre/Post by @masnax in #59
- Improve description of lifecycle hooks. by @mkalcok in #61
- Fix various truststore races by @masnax in #62
- microcluster/app: Update call to lxd's logger by @masnax in #63
- internal/trust/truststore: Don't fail on Load if truststore is empty by @masnax in #64
- cluster/stmt: Split registered statements by caller package by @masnax in #65
- internal/db/update/update: Convert extended schema to sorted list by @masnax in #67
- Fixed ralative state directory not work by @nanjj in #68
- Renames LXD module for new project location by @markylaing in #69
- internal/trust/remotes: Fix deadlock when fetching remotes by @masnax in #70
- Atomically update truststore yamls by @masnax in #71
- Allow passing additional configuration during bootstrap by @markylaing in #72
- Cancel the listener context before closing it by @masnax in #74
- Wait to join cluster before executing new-member hook by @masnax in #75
- Pass
forceto the Pre/PostRemove hooks by @masnax in #73 - github: Adds CODEOWNERS file by @tomponline in #76
- internal/rest/resources: Refresh cluster info when assigning a role to another node by @gboutry in #80
- internal/db/update: Drop implicit global state by @neoaggelos in #81
- internal/rest/client: Use TLSClientConfig with the client dial func by @masnax in #83
- Allow replacing cluster certificate by @masnax in #82
- Add minimal CI tests by @simondeziel in #84
- github: drop DCO check now that we have the DCO app enabled by @simondeziel in #85
- build(deps): bump golang.org/x/sys from 0.16.0 to 0.17.0 by @dependabot in #87
- include name in encoded token when using
ListJoinTokens()by @neoaggelos in #88 - build(deps): bump golang.org/x/sys from 0.17.0 to 0.18.0 by @dependabot in #92
- Use one context for cancelling the daemon by @masnax in #95
- Fix golangci lint by @MggMuggins in #98
- Align min go version by @MggMuggins in #99
- Update gomod by @MggMuggins in #97
- Enable renovate bot and CodeQL scanning by @simondeziel in #100
- build(deps): bump golang.org/x/sys from 0.18.0 to 0.19.0 by @dependabot in #102
- Separately handle internal and external schema updates by @masnax in #94
- Specify context in all microcluster methods by @neoaggelos in #105
- Clearer errors and logs by @masnax in #111
- Remove name from join token by @MggMuggins in #115
- example: Add system tests for microd/microctl by @MggMuggins in #110
- Add truststore API by @masnax in #113
- Allow unauthenticated connections to /cluster/1.0 by @masnax in #112
- Validate cluster member names by @MggMuggins in #106
- Fix bug introduced with truststore API by @masnax in #117
- Add a new 'runtime extension' system to MicroCluster by @gabrielmougard in #86
- Run PreRemove hook before modifying the database by @masnax in #107
- Fix api extension r...