Document enabledIPv6 single-stack fix, metrics bind field, and drain reliability (What's new) - #346
Draft
promptless-for-oss wants to merge 1 commit into
Conversation
…, and drain reliability Documents the user-facing changes from logging-operator PRs #2310 and #2311 under a new Unreleased section: enabledIPv6 now works on single-stack and IPv6-only clusters, the new metrics bind field, syslog-ng IPv6 listener, config-reloader metrics on 9533, syslog-ng metrics service overrides, and the Fluentd graceful drain reliably stopping the node-exporter sidecar.
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.
Open in Promptless
Adds a new "## Unreleased" section to the What's new page documenting the user-facing changes from two coupled, still-open logging-operator PRs (#2310 "Make enabledIPv6 work without breaking single-stack clusters" and #2311 "fix: adopt custom-runner v1.0.0").
The entry covers:
enabledIPv6now working on single-stack IPv4, single-stack IPv6, and dual-stack clusters (the operator probes which IP families the cluster can allocate and requests only those, and preserves families already assigned to existing Services — fixing a regression that stalled reconciliation); the newbindfield on themetricsandbufferVolumeMetricsconfiguration of the Fluentd and Fluent Bit specs; syslog-ng now listening on IPv6 whenenabledIPv6is set; the syslog-ng config-reloader exposing its metrics on port 9533; the syslog-ngmetricsServiceandbufferVolumeMetricsServiceoverrides now being applied; and the Fluentd graceful drain reliably stopping the node-exporter sidecar.Placed under "## Unreleased" because both source PRs are open and the changes are not yet in a released version; the wording is deliberately flag- and version-agnostic so it stays accurate regardless of which PR merges first. The CRD reference pages for these fields are generated from the operator source and were intentionally not hand-edited.
Trigger Events