76fa095577
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/anirdev/slink](https://docs.slinkapp.io) ([source](https://redirect.github.com/andrii-kryvoviaz/slink)) | minor | `a244c4e` → `8a7476a` | --- > [!WARNING] > Some dependencies could not be looked up. Check the [Dependency Dashboard](../issues/18710) for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>andrii-kryvoviaz/slink (docker.io/anirdev/slink)</summary> ### [`v1.11.0`](https://redirect.github.com/andrii-kryvoviaz/slink/releases/tag/v1.11.0) [Compare Source](https://redirect.github.com/andrii-kryvoviaz/slink/compare/v1.10.6...v1.11.0) #### 📦 Release Notes ##### 🚀 New Features - **i18n / Multi-Language Support:** Full localization framework added across the app, with translations for **German, Spanish, French, Italian, Japanese, Polish, Ukrainian, and Chinese** (English remains the source language). ([#​178](https://redirect.github.com/andrii-kryvoviaz/slink/issues/178)) - **Refined Media Access Control:** Per-image visibility and permission model for finer-grained sharing decisions. ([#​180](https://redirect.github.com/andrii-kryvoviaz/slink/issues/180)) - **Password-Protected Shares:** Optionally require a password to access a shared image. ([#​183](https://redirect.github.com/andrii-kryvoviaz/slink/issues/183)) - **Expiring Shares:** Set an expiration date on a share so it auto-revokes after a chosen time. ([#​182](https://redirect.github.com/andrii-kryvoviaz/slink/issues/182)) - **Published Share Listing:** Browse and manage all your published shares from a dedicated page. ([#​184](https://redirect.github.com/andrii-kryvoviaz/slink/issues/184)) - **Hardened Runtime:** FrankenPHP now runs with no Linux capabilities for a tighter container security baseline. ([#​181](https://redirect.github.com/andrii-kryvoviaz/slink/issues/181)) ##### 🛠️ Improvements & Fixes - **Faster Listings:** SSR now checks for existing items up front, eliminating the brief empty-state flicker on first paint. - **Quick-Copy Polish:** New clipboard utility with a subtle sound cue; copy is suppressed while selecting text on the info page. - **UX Refresh:** More compact `ViewModeToggle`, responsive `SearchBar`, redesigned upload page, improved share skeleton states, footer positioning, and Popover/DatePicker responsiveness. - **Notifications:** Better grouping behavior. - **Auth & Sessions:** Cleaner exception status codes and more reliable session handling in Auth and the API proxy. - **Maintenance:** Dependencies updated to their latest versions. *** > \[!IMPORTANT] > Slink is moving away from "always accessible by link" shares. All shares are now **fully private by default** and only become accessible to whoever holds the link (same outcome as before, but it gives you far more flexibility for per-image access control). > > Shares can now be **listed and edited from their own page**. This release ships an **automatic migration** from legacy shares and **creates missing share records** so existing behavior continues to work without intervention. **Shares with custom parameters must be migrated manually.** > \[!NOTE] > Translations may contain inconsistencies; roughly **99% are AI-translated**. Contributions to fix incorrect or awkward wording in any language are very welcome. #### New Contributors - [@​Milkmonkey](https://redirect.github.com/Milkmonkey) made their first contribution in [#​177](https://redirect.github.com/andrii-kryvoviaz/slink/pull/177) - [@​sebastka](https://redirect.github.com/sebastka) made their first contribution in [#​181](https://redirect.github.com/andrii-kryvoviaz/slink/pull/181) **Full Changelog**: <https://github.com/andrii-kryvoviaz/slink/compare/v1.10.6...v1.11.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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:eyJjcmVhdGVkSW5WZXIiOiI0My4xMzAuMSIsInVwZGF0ZWRJblZlciI6IjQzLjEzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImFwcC9zbGluayIsImF1dG9tZXJnZSIsInJlbm92YXRlL2NvbnRhaW5lciIsInR5cGUvbWlub3IiXX0=-->
37 lines
799 B
YAML
37 lines
799 B
YAML
# yaml-language-server: $schema=./values.schema.json
|
|
image:
|
|
repository: docker.io/anirdev/slink
|
|
pullPolicy: IfNotPresent
|
|
tag: v1.11.0@sha256:8a7476a8ec940f23d398ab836bc0da5adcf742f686be7cd31c086e64769e95de
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: false
|
|
runAsUser: 0
|
|
runAsGroup: 0
|
|
runAsNonRoot: false
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
protocol: http
|
|
port: 3000
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
env:
|
|
ORIGIN: "{{ .Values.chartContext.appUrl }}"
|
|
USER_APPROVAL_REQUIRED: true
|
|
IMAGE_MAX_SIZE: "15M"
|
|
persistence:
|
|
database:
|
|
enabled: true
|
|
mountPath: "/app/var/data"
|
|
images:
|
|
enabled: true
|
|
mountPath: "/app/slink/images"
|
|
ingress:
|
|
main:
|
|
required: true
|