Releases: canonical/microcluster
Releases · canonical/microcluster
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-dqlite
LTS and buildlibdqlite
from LTS branch by @roosterfish in #272 - Pin LXD dependency to
stable-5.21
by @roosterfish in #277 - v2: Restore changes to
Render
by @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
KeyPairAndCA
by @masnax in #248 - v2: Backport update
Render
from LXD and pass request by @roosterfish in #252 - v2: Backport new
QueryRaw
function 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=name
is 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
force
to 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...