From e101bed0d1763c8f10a892f3fa09d30ec84ff346 Mon Sep 17 00:00:00 2001 From: "garage-ui-release-bot[bot]" <285030457+garage-ui-release-bot[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 17:38:20 +0000 Subject: [PATCH] chore(main): release 0.11.0 --- .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 7d9b009..78e7f27 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.10.0" + ".": "0.11.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e86486d..88e9f3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.11.0](https://github.com/Noooste/garage-ui/compare/v0.10.0...v0.11.0) (2026-07-25) + + +### Features + +* **bucket:** add functionality to create buckets with optional access keys and permissions ([6766dec](https://github.com/Noooste/garage-ui/commit/6766dec933f85ece64d89875ccc147c069669a0c)) +* **dropdown:** improve positioning logic and add popup positioning utility ([985b7b3](https://github.com/Noooste/garage-ui/commit/985b7b30ce1cc450f621169068efcfa1dccd2a25)) +* **frontend:** make bucket items clickable links to object view ([a061500](https://github.com/Noooste/garage-ui/commit/a061500d50ddd1ec1cc713c06fd24a9b9f1511ed)) + ## [0.10.0](https://github.com/Noooste/garage-ui/compare/v0.9.0...v0.10.0) (2026-07-14) diff --git a/helm/garage-ui/Chart.yaml b/helm/garage-ui/Chart.yaml index fa0c948..b8c2481 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.10.0 # x-release-please-version -appVersion: v0.10.0 # x-release-please-version +version: 0.11.0 # x-release-please-version +appVersion: v0.11.0 # x-release-please-version keywords: - garage - s3 diff --git a/helm/garage-ui/README.md b/helm/garage-ui/README.md index 8a057e4..22db2ac 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.10.0?color=blue)](Chart.yaml) -[![App Version](https://img.shields.io/badge/app%20version-v0.10.0?color=green)](Chart.yaml) +[![Version](https://img.shields.io/badge/version-0.11.0?color=blue)](Chart.yaml) +[![App Version](https://img.shields.io/badge/app%20version-v0.11.0?color=green)](Chart.yaml) ## Table of Contents