Skip to content

chore(release): v0.1.10 - #520

Open
dray92 wants to merge 1 commit into
mainfrom
release/v0.1.10
Open

chore(release): v0.1.10#520
dray92 wants to merge 1 commit into
mainfrom
release/v0.1.10

Conversation

@dray92

@dray92 dray92 commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

Release v0.1.10 of zxporter, published from the internal services monorepo.

The v0.1.10 tag has already been created and points at this branch's tip — ArgoCD and other tag consumers can use it immediately. This PR is only to advance public main to the released commit for browser convenience.

repository: public.ecr.aws/devzeroinc/zxporter
pullPolicy: IfNotPresent
tag: "v0.1.6"
tag: "v0.1.9"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

⚠️ Bug: v0.1.10 release ships v0.1.9 chart versions and image tags

This PR is titled/tagged as release v0.1.10, but every Helm chart version, appVersion, and container image tag was bumped only to 0.1.9 / v0.1.9. Since this PR's headline feature is the new SchedulerMetricsCollector, users installing the v0.1.10 chart would pull v0.1.9 images that likely do not contain this code, so the feature would not actually be delivered. Bump the chart versions, appVersions, and image tags to v0.1.10 (or confirm the intended lag) so the released artifacts match the release name.

Align all chart versions, appVersions and image tags with the v0.1.10 release.:

# helm-chart/zxporter/values.yaml
  tag: "v0.1.10"

# helm-chart/zxporter/Chart.yaml
version: 0.1.10
appVersion: "0.1.10"
# and dependency zxporter-nodemon version: "0.1.10"

# helm-chart/zxporter-netmon & zxporter-nodemon Chart.yaml / values.yaml: v0.1.10 likewise
  • Apply fix

Check the box to apply the fix or reply for a change | Was this helpful? React with 👍 / 👎

@gitar-bot

gitar-bot Bot commented Aug 19, 2026

Copy link
Copy Markdown
Code Review ⚠️ Changes requested 0 resolved / 1 findings

Advances the release branch for version 0.1.10, but the release ships version 0.1.9 chart versions and image tags instead of the updated versions.

⚠️ Bug: v0.1.10 release ships v0.1.9 chart versions and image tags

📄 helm-chart/zxporter/values.yaml:14 📄 helm-chart/zxporter/Chart.yaml:4-5 📄 helm-chart/zxporter/Chart.yaml:20 📄 helm-chart/zxporter-netmon/Chart.yaml:5-6 📄 helm-chart/zxporter-netmon/values.yaml:5 📄 helm-chart/zxporter-nodemon/Chart.yaml:5-6 📄 helm-chart/zxporter-nodemon/values.yaml:16

This PR is titled/tagged as release v0.1.10, but every Helm chart version, appVersion, and container image tag was bumped only to 0.1.9 / v0.1.9. Since this PR's headline feature is the new SchedulerMetricsCollector, users installing the v0.1.10 chart would pull v0.1.9 images that likely do not contain this code, so the feature would not actually be delivered. Bump the chart versions, appVersions, and image tags to v0.1.10 (or confirm the intended lag) so the released artifacts match the release name.

Align all chart versions, appVersions and image tags with the v0.1.10 release.
# helm-chart/zxporter/values.yaml
  tag: "v0.1.10"

# helm-chart/zxporter/Chart.yaml
version: 0.1.10
appVersion: "0.1.10"
# and dependency zxporter-nodemon version: "0.1.10"

# helm-chart/zxporter-netmon & zxporter-nodemon Chart.yaml / values.yaml: v0.1.10 likewise
🤖 Prompt for agents
Code Review: Advances the release branch for version 0.1.10, but the release ships version 0.1.9 chart versions and image tags instead of the updated versions.

1. ⚠️ Bug: v0.1.10 release ships v0.1.9 chart versions and image tags
   Files: helm-chart/zxporter/values.yaml:14, helm-chart/zxporter/Chart.yaml:4-5, helm-chart/zxporter/Chart.yaml:20, helm-chart/zxporter-netmon/Chart.yaml:5-6, helm-chart/zxporter-netmon/values.yaml:5, helm-chart/zxporter-nodemon/Chart.yaml:5-6, helm-chart/zxporter-nodemon/values.yaml:16

   This PR is titled/tagged as release v0.1.10, but every Helm chart version, appVersion, and container image tag was bumped only to 0.1.9 / v0.1.9. Since this PR's headline feature is the new SchedulerMetricsCollector, users installing the v0.1.10 chart would pull v0.1.9 images that likely do not contain this code, so the feature would not actually be delivered. Bump the chart versions, appVersions, and image tags to v0.1.10 (or confirm the intended lag) so the released artifacts match the release name.

   Fix (Align all chart versions, appVersions and image tags with the v0.1.10 release.):
   # helm-chart/zxporter/values.yaml
     tag: "v0.1.10"
   
   # helm-chart/zxporter/Chart.yaml
   version: 0.1.10
   appVersion: "0.1.10"
   # and dependency zxporter-nodemon version: "0.1.10"
   
   # helm-chart/zxporter-netmon & zxporter-nodemon Chart.yaml / values.yaml: v0.1.10 likewise

Was this helpful? React with 👍 / 👎 | Gitar

if err == nil && pool.AppendCertsFromPEM(caData) {
tlsConfig.RootCAs = pool
} else {
tlsConfig.InsecureSkipVerify = true //nolint:gosec // see schedulerMetricsCAFileEnv doc comment.
tlsConfig.InsecureSkipVerify = true //nolint:gosec // see schedulerMetricsCAFileEnv doc comment.
}
} else {
tlsConfig.InsecureSkipVerify = true //nolint:gosec // see schedulerMetricsCAFileEnv doc comment.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants