Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion helm-chart/zxporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ namespace: devzero-zxporter
image:
repository: docker.io/devzeroinc/zxporter
pullPolicy: IfNotPresent
tag: "v0.0.29"
tag: "v0.0.47"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

🧩 Analysis chain

🏁 Script executed:

curl -s "https://hub.docker.com/v2/repositories/devzeroinc/zxporter/tags/?page_size=100" | \
  jq -r '.results[] | .name' | grep -E "^v0\.0\.(29|47)$"

Repository: devzero-inc/zxporter

Length of output: 79


🌐 Web query:

zxporter v0.0.47 release notes changelog breaking changes

💡 Result:

I couldn't find any public release notes or changelog for "zxporter v0.0.47" (no matching releases, tags, or packages found). Can you share a link to the project (GitHub/GitLab/npm/etc.) or paste the changelog/release notes you want examined?


🌐 Web query:

devzeroinc zxporter github releases v0.0.47 v0.0.29

💡 Result:

I can look that up — do you want the release notes/assets for devzero-inc/zxporter tags v0.0.47 and v0.0.29 on GitHub, or just the download links/commit SHAs?


Image tag v0.0.47 is available; breaking changes verification requires maintainer confirmation.

The image tag v0.0.47 exists in the docker.io/devzeroinc/zxporter registry and is ready for deployment. However, no public release notes or changelog are available to verify breaking changes between v0.0.29 and v0.0.47. Confirm with the maintainers that this version bump does not introduce incompatibilities with the current zxporter configuration (dakrUrl, prometheusUrl, token handling, etc.).


# ZXPorter configuration
zxporter:
Expand Down
Loading