From 108fabeae6f7dcabb0e32f51d2f2595e9bf577ba Mon Sep 17 00:00:00 2001 From: mhoennig Date: Thu, 3 Sep 2026 17:35:25 +0200 Subject: [PATCH] Bump version to 1.1.1 for the quota-aware disk metrics deployment Co-Authored-By: Claude Sonnet 5 --- build.gradle.kts | 2 +- src/main/resources/templates/releases.html | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 7588aa1..d1e01a7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -13,7 +13,7 @@ group = "de.hoennig" // so the UI footer (BuildProperties), --version and the release notes identify what is // actually running; a deployment bundles whatever was committed since the last one. // ReleaseVersionConsistencyTest fails the build if this and the top releases.html entry disagree. -version = "1.1.0" +version = "1.1.1" java { toolchain { diff --git a/src/main/resources/templates/releases.html b/src/main/resources/templates/releases.html index 19bbc4a..0948ac8 100644 --- a/src/main/resources/templates/releases.html +++ b/src/main/resources/templates/releases.html @@ -7,6 +7,16 @@
+

v1.1.1 — 2026-09-03

+
    +
  • The system page's disk metric is now quota-aware (PR#16): it shows the tightest of the + user quota, the group quota, and the volume itself, instead of always the volume. On a + Hostsharing Managed Webspace that is usually a group quota, far tighter than the shared + host disk — the info line names the binding source and its hard limit, and the + warn/critical highlighting now fires against the real budget. A host without a binding + quota renders exactly as before.
  • +
+

v1.1.0 — 2026-09-03

  • One instance can now serve several repositories (ADR 0009): a ~/.werkator.yml