open-nomad/.changelog/12107.txt
Seth Hoenig ca84ba12ac agent: switch to go.etc.io/bbolt for state store
This PR modifies the server and client agents to use `go.etc.io/bbolt` as the
implementation for their state stores.
2022-02-23 14:28:31 -06:00

21 lines
593 B
Plaintext

```release-note:improvement
deps: Update hashicorp/raft-boltdb to v2.2.0
```
```release-note:improvement
agent: Switch from boltdb/bolt to go.etcd.io/bbolt
```
```release-note:improvement
core: Enable configuring raft boltdb freelist sync behavior
```
```release-note:improvement
metrics: Emit metrics regarding raft boltdb operations
```
```release-note:breaking-change
agent: The state database on both clients and servers will automatically migrate its underlying database on startup. Downgrading to a previous version of an agent after upgrading it to Nomad 1.3 is not supported.
```