From 8ca35c8d2a5475254944fd7a61a2b8e40c353989 Mon Sep 17 00:00:00 2001 From: TrueCharts Bot Date: Thu, 24 Apr 2025 14:26:30 +0200 Subject: [PATCH] =?UTF-8?q?chore(helm):=20update=20image=20ghcr.io/enchant?= =?UTF-8?q?97/hasty-paste=202.0.0=20=E2=86=92=202.1.0=20(#34730)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/enchant97/hasty-paste](https://redirect.github.com/enchant97/hasty-paste) | minor | `9afbe87` -> `0b14aa5` | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes
enchant97/hasty-paste (ghcr.io/enchant97/hasty-paste) ### [`v2.1.0`](https://redirect.github.com/enchant97/hasty-paste/blob/HEAD/CHANGELOG.md#210---2025-04-24) [Compare Source](https://redirect.github.com/enchant97/hasty-paste/compare/v2.0.0...v2.1.0) ##### Added - [#​121](https://redirect.github.com/enchant97/hasty-paste/issues/121); ability to disable anonymous paste creation - [#​122](https://redirect.github.com/enchant97/hasty-paste/issues/122); paste size limit & ability to disable attachments - [#​123](https://redirect.github.com/enchant97/hasty-paste/issues/123); ability to change random slug length - [#​124](https://redirect.github.com/enchant97/hasty-paste/issues/124); docker health check - [#​129](https://redirect.github.com/enchant97/hasty-paste/issues/129); migrate lexer alias code to official method ##### Changed - show paste link on paste page - bump deps - update to go1.24
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). --- charts/stable/hasty-paste/Chart.yaml | 4 ++-- charts/stable/hasty-paste/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/stable/hasty-paste/Chart.yaml b/charts/stable/hasty-paste/Chart.yaml index 6c301bd9b63..2b0a9126569 100644 --- a/charts/stable/hasty-paste/Chart.yaml +++ b/charts/stable/hasty-paste/Chart.yaml @@ -9,7 +9,7 @@ annotations: truecharts.org/min_helm_version: "3.14" truecharts.org/train: stable apiVersion: v2 -appVersion: 2.0.0 +appVersion: 2.1.0 dependencies: - name: common version: 25.4.10 @@ -40,5 +40,5 @@ sources: - https://github.com/enchant97/hasty-paste/blob/main/docs/install.md - https://github.com/truecharts/charts/tree/master/charts/stable/hasty-paste type: application -version: 9.0.0 +version: 9.1.0 diff --git a/charts/stable/hasty-paste/values.yaml b/charts/stable/hasty-paste/values.yaml index 41d0f5d33a3..115f8cd9687 100644 --- a/charts/stable/hasty-paste/values.yaml +++ b/charts/stable/hasty-paste/values.yaml @@ -1,7 +1,7 @@ image: pullPolicy: IfNotPresent repository: ghcr.io/enchant97/hasty-paste - tag: 2.0.0@sha256:9afbe8703bb91ceb3b1e8de526155a980359981e838a42ded97548ef89b26869 + tag: 2.1.0@sha256:0b14aa5a22a981cf094f9f7d9661ab67e15de48d505451606f3299c07ceaa8aa persistence: config: enabled: true