⬆️ Update ghcr.io/calibrain/shelfmark ( v1.2.1 → v1.2.3 )#8810
Merged
Conversation
Contributor
Author
--- kubernetes/apps/default/shelfmark/app Kustomization: default/shelfmark HelmRelease: default/shelfmark
+++ kubernetes/apps/default/shelfmark/app Kustomization: default/shelfmark HelmRelease: default/shelfmark
@@ -42,13 +42,13 @@
- gunicorn
env:
CACHE_DIR: /cache
INGEST_DIR: /booklore-ingest
image:
repository: ghcr.io/calibrain/shelfmark
- tag: v1.2.1@sha256:5e00d47cccaa3b67234855d950d016c50691b78197a68adf15a624f6c08acee2
+ tag: v1.2.3@sha256:bd6cb4bfa14a917e76945c22ed2c376d64cf7fdb74632435db713d42ca597b20
probes:
liveness:
custom: true
enabled: true
spec:
httpGet: |
Contributor
Author
--- HelmRelease: default/shelfmark Deployment: default/shelfmark
+++ HelmRelease: default/shelfmark Deployment: default/shelfmark
@@ -58,13 +58,13 @@
- gunicorn
env:
- name: CACHE_DIR
value: /cache
- name: INGEST_DIR
value: /booklore-ingest
- image: ghcr.io/calibrain/shelfmark:v1.2.1@sha256:5e00d47cccaa3b67234855d950d016c50691b78197a68adf15a624f6c08acee2
+ image: ghcr.io/calibrain/shelfmark:v1.2.3@sha256:bd6cb4bfa14a917e76945c22ed2c376d64cf7fdb74632435db713d42ca597b20
livenessProbe:
httpGet:
path: /login
port: 8084
name: app
readinessProbe: |
| datasource | package | from | to | | ---------- | --------------------------- | ------ | ------ | | docker | ghcr.io/calibrain/shelfmark | v1.2.1 | v1.2.3 |
ee12eb4 to
8ecaa87
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.2.1→v1.2.3Release Notes
calibrain/shelfmark (ghcr.io/calibrain/shelfmark)
v1.2.3Compare Source
This release fixes an issue for Unraid installs receiving wrong permissions and shutting down on the first start after updating to 1.2.2.
v1.2.3Compare Source
This release fixes an issue for Unraid installs receiving wrong permissions and shutting down on the first start after updating to 1.2.2.
v1.2.2Compare Source
New
user: "1000:1000”will now run as non-root. Note: This does not impact those with just PUID/PGID as 1000:1000, the docker user must be explicitly set too. (#871)runAsNonRootandrunAsUser/Groupat 1000:1000 to run as non-root. (#871)Fixes
/appto/home. Fixes internal bypasser issues with newer Chromium release. (#919)Misc / Tooling
uv,ruff,basedpyright,vulture,pytest-xdist,prek,pytest-cov.oxlint,oxfmt,vitest,knipv1.2.2Compare Source
New
user: "1000:1000”will now run as non-root. Note: This does not impact those with just PUID/PGID as 1000:1000, the docker user must be explicitly set too. (#871)runAsNonRootandrunAsUser/Groupat 1000:1000 to run as non-root. (#871)Fixes
/appto/home. Fixes internal bypasser issues with newer Chromium release. (#919)Misc / Tooling
uv,ruff,basedpyright,vulture,pytest-xdist,prek,pytest-cov.oxlint,oxfmt,vitest,knipConfiguration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR has been generated by Mend Renovate.