diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-04-05 00:56:59 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2022-04-05 00:56:59 +0200 |
commit | c0f5b325abe5287bf05d2e9dcec83ce86352b2fd (patch) | |
tree | 58fc6adbc6b67f3ba417822baa9dfe463b7ae76f /content | |
parent | 36f3a1783c915c822e407005115a32889f4a3ccb (diff) | |
download | garagehq.deuxfleurs.fr-c0f5b325abe5287bf05d2e9dcec83ce86352b2fd.tar.gz garagehq.deuxfleurs.fr-c0f5b325abe5287bf05d2e9dcec83ce86352b2fd.zip |
Intro
Diffstat (limited to 'content')
-rw-r--r-- | content/blog/2022-v0.7-released.md | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/content/blog/2022-v0.7-released.md b/content/blog/2022-v0.7-released.md new file mode 100644 index 0000000..8c34703 --- /dev/null +++ b/content/blog/2022-v0.7-released.md @@ -0,0 +1,27 @@ ++++ +title="Garage v0.7: a tour of the new features" +date=2022-04-04 ++++ + +*We just published Garage v0.7, our second public beta release. In this post, we do a quick tour of its 2 new features: Kubernetes integration and OpenTelemetry support.* + +<!-- more --> + +--- + +Two months ago, we were impressed by the success of our open beta launch at the FOSDEM and on Hacker News: [our intial post](https://garagehq.deuxfleurs.fr/blog/2022-introducing-garage/) lead to more than 40k views in 10 days, going up to 100 views/minute. +Since this event, we continued improving Garage, and 2 months after the initial release, we are happy to announce a new version: v0.7.0. +We would like to thank all the contributors that made this new release possible: Alex, Jill, Max Audron, Maximilien, Quentin, Rune Henrisken, Steam, and trinity-1686a. +This is also for the first time for Garage that we have contributions from outside of our organization: we are very proud and we want to renew our commitment to foster an open community around Garage. + +If you want to test this new version, you have 2 solutions: using our binaries or the ones from your OS. +We ship [statically compiled binaries](https://garagehq.deuxfleurs.fr/download/) for Linux (amd64, i386, aarch64 and armv6) and their associated [Docker containers](https://hub.docker.com/u/dxflrs). +Garage is also packaged by some OS/distributions, we are currently aware of [FreeBSD](https://cgit.freebsd.org/ports/tree/www/garage/Makefile) and [AUR for Arch Linux](https://aur.archlinux.org/packages/garage). +Feel free to [reach us](mailto:garagehq@deuxfleurs.fr) if you are packaging or planning to package Garage, we are willing to adapt our software to make packaging easier and we plan to reference your work in our documentation. +Obviously, this new version includes many bug fixes that are listed in our [changelogs](https://git.deuxfleurs.fr/Deuxfleurs/garage/releases), but also 2 new features: Kubernetes integration and OpenTelemetry support, we review them in the following. + +## Kubernetes integration + +## OpenTelemetry support + +T |