chore(helm): update image ghcr.io/enchant97/hasty-paste 2.0.0 → 2.1.0 (#34730)
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 <details> <summary>enchant97/hasty-paste (ghcr.io/enchant97/hasty-paste)</summary> ### [`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 </details> --- ### 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjIzOC4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user