Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(container): update image ghcr.io/stirling-tools/s-pdf ( 0.37.0 → 0.37.1 ) #5010

Merged
merged 1 commit into from
Jan 17, 2025

Conversation

repo-jeeves[bot]
Copy link
Contributor

@repo-jeeves repo-jeeves bot commented Jan 17, 2025

This PR contains the following updates:

Package Update Change
ghcr.io/stirling-tools/s-pdf patch 0.37.0 -> 0.37.1

Release Notes

Stirling-Tools/Stirling-PDF (ghcr.io/stirling-tools/s-pdf)

v0.37.1: 0.37.1 PDF compression improvement and minor fixes

Compare Source

  • Fixes for PDF compression
  • image-to-PDF URL issues on homepage fixed
  • Improved translations
  • Dependency updates

What's Changed

Bug Fixes
Enhancements
Translation Changes
Other Changes

New Contributors

Full Changelog: Stirling-Tools/Stirling-PDF@v0.37.0...v0.37.1

…0.37.1 )

| datasource | package                      | from   | to     |
| ---------- | ---------------------------- | ------ | ------ |
| docker     | ghcr.io/stirling-tools/s-pdf | 0.37.0 | 0.37.1 |
@repo-jeeves repo-jeeves bot added renovate/container Issue relates to a Renovate container update type/patch Issue relates to a patch version bump cluster/main Changes made in the main cluster size/XS Marks a PR that changes 0-9 lines, ignoring generated files labels Jan 17, 2025
@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Jan 17, 2025

--- kubernetes/main/apps/self-hosted/pdf-tool/app Kustomization: self-hosted/pdf-tool HelmRelease: self-hosted/pdf-tool

+++ kubernetes/main/apps/self-hosted/pdf-tool/app Kustomization: self-hosted/pdf-tool HelmRelease: self-hosted/pdf-tool

@@ -32,13 +32,13 @@

       main:
         containers:
           main:
             image:
               pullPolicy: IfNotPresent
               repository: ghcr.io/stirling-tools/s-pdf
-              tag: 0.37.0@sha256:824eb570cfc7653ff15e411d597da8bbdc84182304cb6957b12f2713b8efa256
+              tag: 0.37.1@sha256:bfe79762a8e1b44ecb7a77eb6aff5fb86f177cff327291209d9ad634a076f64f
     ingress:
       main:
         className: internal-nginx
         enabled: true
         hosts:
         - host: '{{ .Release.Name }}.zinn.ca'
--- kubernetes/main/apps/observability/kube-prometheus-stack/app Kustomization: observability/kube-prometheus-stack HelmRelease: observability/kube-prometheus-stack

+++ kubernetes/main/apps/observability/kube-prometheus-stack/app Kustomization: observability/kube-prometheus-stack HelmRelease: observability/kube-prometheus-stack

@@ -13,13 +13,13 @@

     spec:
       chart: kube-prometheus-stack
       sourceRef:
         kind: HelmRepository
         name: prometheus-community-charts
         namespace: flux-system
-      version: 68.2.0
+      version: 68.1.1
   dependsOn:
   - name: prometheus-operator-crds
     namespace: observability
   install:
     crds: Skip
     remediation:

@szinn szinn merged commit b121601 into main Jan 17, 2025
13 checks passed
@repo-jeeves
Copy link
Contributor Author

repo-jeeves bot commented Jan 17, 2025

--- HelmRelease: observability/kube-prometheus-stack Alertmanager: observability/kube-prometheus-stack

+++ HelmRelease: observability/kube-prometheus-stack Alertmanager: observability/kube-prometheus-stack

@@ -9,14 +9,14 @@

     app.kubernetes.io/managed-by: Helm
     app.kubernetes.io/instance: kube-prometheus-stack
     app.kubernetes.io/part-of: kube-prometheus-stack
     release: kube-prometheus-stack
     heritage: Helm
 spec:
-  image: quay.io/prometheus/alertmanager:v0.28.0
-  version: v0.28.0
+  image: quay.io/prometheus/alertmanager:v0.27.0
+  version: v0.27.0
   replicas: 1
   listenLocal: false
   serviceAccountName: kube-prometheus-stack-alertmanager
   automountServiceAccountToken: true
   externalUrl: http://alerts.zinn.ca/
   paused: false
--- HelmRelease: self-hosted/pdf-tool Deployment: self-hosted/pdf-tool

+++ HelmRelease: self-hosted/pdf-tool Deployment: self-hosted/pdf-tool

@@ -30,13 +30,13 @@

       automountServiceAccountToken: true
       hostIPC: false
       hostNetwork: false
       hostPID: false
       dnsPolicy: ClusterFirst
       containers:
-      - image: ghcr.io/stirling-tools/s-pdf:0.37.0@sha256:824eb570cfc7653ff15e411d597da8bbdc84182304cb6957b12f2713b8efa256
+      - image: ghcr.io/stirling-tools/s-pdf:0.37.1@sha256:bfe79762a8e1b44ecb7a77eb6aff5fb86f177cff327291209d9ad634a076f64f
         imagePullPolicy: IfNotPresent
         name: main
         volumeMounts:
         - mountPath: /configs
           name: config
         - mountPath: /usr/share/tessdata

@szinn szinn deleted the renovate/main-ghcr.io-stirling-tools-s-pdf-0.x branch January 17, 2025 00:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cluster/main Changes made in the main cluster renovate/container Issue relates to a Renovate container update size/XS Marks a PR that changes 0-9 lines, ignoring generated files type/patch Issue relates to a patch version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant