Skip to content

Tags: rustbunker/garage

Tags

v0.9.0-rc2

Toggle v0.9.0-rc2's commit message
admin api: increased compatibility for v0/ endpoints

v0.9.0-rc1

Toggle v0.9.0-rc1's commit message
Merge branch 'main' into next

v0.9.0-beta4

Toggle v0.9.0-beta4's commit message
actually update rmp-serde to 1.1.2 for both garage and netapp depende…

…ncy (fix #629)

v0.9.0-beta3

Toggle v0.9.0-beta3's commit message
Merge pull request 'New layout: fixes and UX improvements' (#634) fro…

…m new-layout-ux into next

Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/634

v0.9.0-beta2

Toggle v0.9.0-beta2's commit message
Merge branch 'main' into next

v0.8.4

Toggle v0.8.4's commit message
Bugfix release to fix rmp-serde dependency

Reverts update of netapp from v0.5.2 to v0.5.3, which caused rmp-serde
1.1 to be used instead of 0.15 and caused incompatibility between Garage
v0.8.2 and v0.8.3.

This release repleaces Garage v0.8.3, which should not be used.

v0.9.0-beta1

Toggle v0.9.0-beta1's commit message
Merge branch 'main' into next

v0.8.3

Toggle v0.8.3's commit message
Garage v0.8.3

This minor release includes the following improvements and fixes:

Potentially breaking change:

- #567 changes how Garage nodes are advertised in Consul: the node ID is
  no longer advertised in the Consul Node metadata but in the Consul
  Service metadata. Migration has not been tested throughly, old data
  should be replaced automatically, but if it isn't, Consul discovery
  might be broken until old entries are purged manually.

New features:

- Scrub now emits a log message when it starts/ends (#551)

- Interaction with Consul can now use the agent API (#567)

- Support `{s3,web}.root_domain` for the Caddy on-demand TLS endpoint (#610)

- Web endpoint: support index on path missing a trailing slash (#612)

Bug fixes:

- block/manager.rs: Prioritize raw blocks when no compression configured (#566)

- Properly implement double-urlencoding for S3 signatures in K2V (#574)

- Fix timestamp issues in `garage block list-errors` (#584, #585)

Internals/refactoring:

- Build fixes and improvements (#562, #563, #568, #572, #599, #592)

- Code quality improvements (#570, #581, #586, #607)

- k2v-client refactoring (#571)

- Port k2v-client to aws-sigv4 and add basic integration testing (#577)

- New return type for PollRange in k2v-client (#590)

Other:

- Documentation improvements (#549, #219, #416, #430, #587, #588, #598, #604, #614, #616, #564)

- Dependency upgrades (#552, #559, #569, #591, #593, #606)

- Toolchain upgrade (#554)

- Helm chart update (#535, #565)

Thanks: arthurlutz, Florian Klink, Jakub Jirutka, Jonatan Steuernagel,
Jonathan Davies, Kamil Banach, Max Justus Spransy, Quentin Dufour,
Roberto Hidalgo, trinity-1686a, yuka.

v0.8.3-rc1

Toggle v0.8.3-rc1's commit message
bump version to 0.8.3

format_table-v0.1.1

Toggle format_table-v0.1.1's commit message
fix clippy lint in format-table crate