Skip to content

feature: monitoring-logging 1.0.16 - #407

Draft
infojohn wants to merge 2 commits into
mainfrom
feature/monitoring-logging-1.0.16
Draft

feature: monitoring-logging 1.0.16#407
infojohn wants to merge 2 commits into
mainfrom
feature/monitoring-logging-1.0.16

Conversation

@infojohn

@infojohn infojohn commented Aug 10, 2026

Copy link
Copy Markdown
Collaborator

Release-branch placeholder for monitoring-logging 1.0.16 (next patch on
the 1.0.x line; previous release monitoring-logging-1.0.15 was cut
from PR #395).

Contents

  • chore(monitoring-logging): bump chart version to 1.0.16 — Chart.yaml
    version + appVersion, plus README Version/AppVersion badges.
  • added upgrade file — docs/upgrade-from-1.0.15-to-1.0.16.md
    (no functional changes yet; placeholder for patches landing on this
    branch)
  • chore(monitoring-logging): add .helmignore — mirrors
    charts/podiumd/.helmignore (podiumd already hit the Kubernetes
    1 MiB release-Secret limit once). Excludes docs/, scripts/, and
    leftover .github/ from the packaged chart; dashboards/ is kept
    since templates load it via .Files.Get. Drops the estimated
    release-Secret payload from 407,160 to 341,480 bytes (38.8% -> 32.6%
    of the 1 MiB limit — see the estimator added in feat: release-secret size estimator + /helm-render-all check #408).

Policy

  • One open monitoring-logging release branch + PR at a time.
  • This PR stays in draft until a reviewer is requested.

Test plan

  • helm lint
  • helm template renders cleanly
  • tracking PRs / Renovate stack as patches land

Verification results

  • helm lint1 chart(s) linted, 0 chart(s) failed. Only note is
    the pre-existing [INFO] Chart.yaml: icon is recommended.
  • helm template — renders clean, exit 0, no stderr beyond the usual
    skipping globals info line. 53,576 lines of output, unchanged
    before/after the .helmignore addition (it only affects packaging,
    not rendering).
  • Version propagationhelm.sh/chart: monitoring-logging-1.0.16
    on labelled resources.

🤖 Generated with Claude Code

infojohn and others added 2 commits August 10, 2026 14:53
Release-branch placeholder for monitoring-logging 1.0.16 (next patch on
the 1.0.x line; previous release monitoring-logging-1.0.15 was cut from
PR #395).

- chore(monitoring-logging): bump chart version to 1.0.16 (Chart.yaml
  version + appVersion, README badges)
- added upgrade file — docs/upgrade-from-1.0.15-to-1.0.16.md (no
  functional changes yet; placeholder for patches landing on this
  branch)

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Mirrors charts/podiumd/.helmignore, which exists because podiumd
already hit the Kubernetes 1 MiB release-Secret limit once (everything
in the packaged chart is embedded in that Secret). monitoring-logging
had no .helmignore at all, so its docs/, scripts/, and leftover
.github/ (from when this chart lived in its own repo) were shipping in
every release Secret for no functional reason — dashboards/ is
deliberately kept, since templates load it via .Files.Get.

Drops the estimated release-Secret payload from 407,160 to 341,480
bytes (38.8% -> 32.6% of the 1 MiB limit; measured with the estimator
from #408). helm lint and helm template are unaffected (same 53,576
lines of rendered output).

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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.

1 participant