chore: bump chart version to 0.1.1#39
Merged
Merged
Conversation
Triggers the release workflow to publish nebari-nebi-pack-0.1.1. Changes since 0.1.0 (one merged PR): - nebari-dev#38 — expose `orgCABundle.configMapName` for TLS trust injection. Adds an optional value that, when set, mounts a pre-provisioned ConfigMap of PEM CA certs into the nebi pod at `/etc/ssl/certs/org-ca.crt` and sets `SSL_CERT_FILE`. Backwards- compatible: `helm template` output is byte-identical when the value is left at its empty default. Required on clusters with a TLS- intercepting egress proxy (pixi/rattler fail with "unknown CA" otherwise). Mirrors the pattern in nebari-rayserve-pack#16. Versioning note: this is a single backwards-compatible feature add. Strict semver would call for a minor bump (0.2.0); using a patch bump here matches the project's pre-1.0 convention where the 0.1.0-alpha.N line rolled feature additions through patch-level increments. Bump to 0.2.0 instead if the maintainer prefers strict semver — the release workflow keys off whatever is in Chart.yaml. `appVersion` stays at "0.13" — the nebi image hasn't changed, only the chart's rendering does.
pmeier
approved these changes
Jul 2, 2026
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.
Summary
Bumps
Chart.yamlversion0.1.0 -> 0.1.1to trigger the release workflow and publishnebari-nebi-pack-0.1.1.What's in this release (vs
0.1.0)One merged PR since the last release:
feat: expose orgCABundle.configMapName for TLS trust injectionAdds an optional
orgCABundle.configMapNamevalue. When set, the chart mounts the named ConfigMap into the nebi pod at/etc/ssl/certs/org-ca.crtand setsSSL_CERT_FILEto point at it. Required on clusters with a TLS-intercepting egress proxy whose CA isn't in the container's default trust store (pixi/rattler outbound HTTPS to conda-forge / pypi / github otherwise fails withunknown CA). Mirrors the pattern in nebari-rayserve-pack#16.Backwards-compatible.
helm templateoutput is byte-identical whenorgCABundle.configMapNameis left at its empty default — no existing deployment sees any diff. Only operators who opt in by setting the value get the new mount.Versioning choice
This is one additive, backwards-compatible feature. Two defensible bumps:
0.1.0-alpha.Nsequence in the tag history).Happy to change to
0.2.0if you prefer strict semver — the release workflow keys off whatever is inChart.yaml, so it's a one-line edit before merge.appVersionUnchanged (
"0.13") — the nebi container image hasn't changed, only the chart-side rendering does.What happens after merge
Per
.github/workflows/release.yaml, a push tomainthat changesChart.yamltriggers:helm package .producesnebari-nebi-pack-0.1.1.tgznebari-nebi-pack-0.1.1, tarball attached, notes auto-generated from PR titlesgh-pagesbranch's helm repo index updated to include the new versionhelm install nebi nebari/nebari-nebi-pack --version 0.1.1and via the OCI artifact atoci://quay.io/nebari/charts/nebari-nebi-pack --version 0.1.1No other manual steps.