fix(container): update image ghcr.io/dgtlmoon/changedetection.io ( 0.53.4 ➔ 0.53.5 ) - #2208
Merged
Merged
Conversation
Contributor
DeepSource reviewed changes in the commit range For detailed review results, please see the PR on DeepSource ↗ PR Report Card
Code Review Summary
How are these analyzer statuses calculated?Administrators can configure which issue categories are reported and cause analysis to be marked as failed when detected. This helps prevent bad and insecure code from being introduced in the codebase. If you're an administrator, you can modify this in the repository's settings. |
--- kubernetes/apps/default/changedetection/app Kustomization: default/changedetection HelmRelease: default/changedetection
+++ kubernetes/apps/default/changedetection/app Kustomization: default/changedetection HelmRelease: default/changedetection
@@ -35,13 +35,13 @@
containers:
app:
env:
PORT: 5000
image:
repository: ghcr.io/dgtlmoon/changedetection.io
- tag: 0.53.4
+ tag: 0.53.5
resources:
limits:
cpu: 100m
memory: 256Mi
requests:
cpu: 10m |
--- HelmRelease: default/changedetection Deployment: default/changedetection
+++ HelmRelease: default/changedetection Deployment: default/changedetection
@@ -36,13 +36,13 @@
hostPID: false
dnsPolicy: ClusterFirst
containers:
- env:
- name: PORT
value: '5000'
- image: ghcr.io/dgtlmoon/changedetection.io:0.53.4
+ image: ghcr.io/dgtlmoon/changedetection.io:0.53.5
name: app
resources:
limits:
cpu: 100m
memory: 256Mi
requests: |
Tanguille
deleted the
renovate/ghcr.io-dgtlmoon-changedetection.io-0.x
branch
February 20, 2026 08:58
Tanguille
added a commit
that referenced
this pull request
Jul 27, 2026
The server was disabled because ToolHive's virtual-MCP health monitoring repeatedly sends `initialize` to stdio backends, which github-mcp-server answers with `duplicate "initialize" received`, degrading the resources and unified gateways (upstream #5890). The server has supported streamable-http since PR #1849, so the fix is a transport change rather than a different vendor: `args: [http]` instead of `[stdio]`, on v1.7.0. Read-only enforcement in http mode was broken when it first shipped and was fixed in #2208, which is in every release from v1.0.0. http mode does not take a server-side token - unlike the stdio path, its ServerConfig has no Token field and it authenticates per request. So the PAT moves from a `secrets:` env mount to an MCPExternalAuthConfig of type bearerToken, which makes the proxy attach it as an Authorization header. This is the first MCPExternalAuthConfig in the cluster. Scoped to four toolsets, since the full server exposes ~79 tools and every one of them lands in the unified gateway's semantic tool index. Verified: the v1.7.0 image manifest exists on ghcr.io, all four objects pass `kubectl apply --dry-run=server`, and the referenced secret key is present. Not yet verified at runtime - the pods have not been started.
Tanguille
pushed a commit
that referenced
this pull request
Aug 21, 2026
…53.4 ➔ 0.53.5 ) (#2208) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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:
0.53.4→0.53.5Release Notes
dgtlmoon/changedetection.io (ghcr.io/dgtlmoon/changedetection.io)
v0.53.5Compare Source
What's Changed
Full Changelog: dgtlmoon/changedetection.io@0.53.4...0.53.5
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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.