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 ghcr.io/dgtlmoon/changedetection.io ( 0.48.04 → 0.48.05 ) #266

Merged
merged 1 commit into from
Dec 27, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 27, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/dgtlmoon/changedetection.io patch 0.48.04 -> 0.48.05

Release Notes

dgtlmoon/changedetection.io (ghcr.io/dgtlmoon/changedetection.io)

v0.48.05: Security update

Compare Source

What's Changed

Fixes path traversal file: syntax

https://nvd.nist.gov/vuln/detail/CVE-2024-56509

Full Changelog: dgtlmoon/changedetection.io@0.48.04...0.48.05


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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 this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor

deepsource-io bot commented Dec 27, 2024

Here's the code health analysis summary for commits 7c8ff6a..304735c. View details on DeepSource ↗.

Analysis Summary

AnalyzerStatusSummaryLink
DeepSource JavaScript LogoJavaScript✅ SuccessView Check ↗
DeepSource Shell LogoShell✅ SuccessView Check ↗
DeepSource KubeLinter LogoKubeLinter✅ SuccessView Check ↗

💡 If you’re a repository administrator, you can configure the quality gates from the settings.

Copy link

--- kubernetes/apps/default/changedetection/app Kustomization: flux-system/changedetection HelmRelease: default/changedetection

+++ kubernetes/apps/default/changedetection/app Kustomization: flux-system/changedetection HelmRelease: default/changedetection

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

         containers:
           app:
             env:
               PORT: 5000
             image:
               repository: ghcr.io/dgtlmoon/changedetection.io
-              tag: 0.48.04
+              tag: 0.48.05
             resources:
               limits:
                 memory: 250Mi
               requests:
                 cpu: 10m
                 memory: 100Mi

Copy link

--- HelmRelease: default/changedetection Deployment: default/changedetection

+++ HelmRelease: default/changedetection Deployment: default/changedetection

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

       hostUsers: true
       dnsPolicy: ClusterFirst
       containers:
       - env:
         - name: PORT
           value: '5000'
-        image: ghcr.io/dgtlmoon/changedetection.io:0.48.04
+        image: ghcr.io/dgtlmoon/changedetection.io:0.48.05
         name: app
         resources:
           limits:
             memory: 250Mi
           requests:
             cpu: 10m

@Tanguille Tanguille merged commit 8523ca7 into main Dec 27, 2024
11 checks passed
@Tanguille Tanguille deleted the renovate/ghcr.io-dgtlmoon-changedetection.io-0.x branch December 27, 2024 11:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant