From 0e6b7b921554554bf0a0d9d48fb4fc4588e11654 Mon Sep 17 00:00:00 2001 From: "garage-ui-release-bot[bot]" <285030457+garage-ui-release-bot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 00:02:03 +0200 Subject: [PATCH] chore(main): release 0.10.0 (#93) Co-authored-by: garage-ui-release-bot[bot] <285030457+garage-ui-release-bot[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 9 +++++++++ helm/garage-ui/Chart.yaml | 4 ++-- helm/garage-ui/README.md | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 76d5538..7d9b009 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.9.0" + ".": "0.10.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d93532a..e86486d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.10.0](https://github.com/Noooste/garage-ui/compare/v0.9.0...v0.10.0) (2026-07-14) + + +### Features + +* bulk actions — recursively delete folders (key prefixes) ([#68](https://github.com/Noooste/garage-ui/issues/68)) ([5d33382](https://github.com/Noooste/garage-ui/commit/5d33382e3056afd5b75b1775255e0f3033833f6c)) +* **metrics:** add public metrics endpoint configuration and update documentation ([#92](https://github.com/Noooste/garage-ui/issues/92)) ([9f73d03](https://github.com/Noooste/garage-ui/commit/9f73d032e6c1c10b7d0dafa986e32985aa3b6f66)) +* **preview:** Implement object preview functionality ([#94](https://github.com/Noooste/garage-ui/issues/94)) ([c0976a1](https://github.com/Noooste/garage-ui/commit/c0976a1e1d53839d1fe9d7158e8cadb979789722)) + ## [0.9.0](https://github.com/Noooste/garage-ui/compare/v0.8.5...v0.9.0) (2026-07-11) diff --git a/helm/garage-ui/Chart.yaml b/helm/garage-ui/Chart.yaml index 09ca653..fa0c948 100644 --- a/helm/garage-ui/Chart.yaml +++ b/helm/garage-ui/Chart.yaml @@ -3,8 +3,8 @@ name: garage-ui description: A Helm chart for Garage UI - Web interface for Garage S3 object storage icon: https://helm.noste.dev/garage.png type: application -version: 0.9.0 # x-release-please-version -appVersion: v0.9.0 # x-release-please-version +version: 0.10.0 # x-release-please-version +appVersion: v0.10.0 # x-release-please-version keywords: - garage - s3 diff --git a/helm/garage-ui/README.md b/helm/garage-ui/README.md index d660957..8a057e4 100644 --- a/helm/garage-ui/README.md +++ b/helm/garage-ui/README.md @@ -2,8 +2,8 @@ A Helm chart for deploying [Garage UI](https://github.com/Noooste/garage-ui), a modern web interface for managing [Garage](https://garagehq.deuxfleurs.fr/) distributed object storage systems. -[![Version](https://img.shields.io/badge/version-0.9.0?color=blue)](Chart.yaml) -[![App Version](https://img.shields.io/badge/app%20version-v0.9.0?color=green)](Chart.yaml) +[![Version](https://img.shields.io/badge/version-0.10.0?color=blue)](Chart.yaml) +[![App Version](https://img.shields.io/badge/app%20version-v0.10.0?color=green)](Chart.yaml) ## Table of Contents