Skip to content

Commit

Permalink
OBSDOCS-1371: Add a release note about change of parameter name from …
Browse files Browse the repository at this point in the history
…'delivery' to 'deliveryMode'
  • Loading branch information
max-cx committed Jan 3, 2025
1 parent 22ec56c commit 5f86177
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion observability/logging/logging-6.0/log6x-release-notes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,24 @@ include::snippets/logging-support-exception-for-cluster-observability-operator-d

* This enhancement updates the must-gather functionality to only capture information for inspecting Logging 6.0 components, including Vector deployments from ClusterLogForwarder.observability.openshift.io resources and the Red Hat managed LokiStack. (link:https://issues.redhat.com/browse/LOG-5949[LOG-5949])


* This enhancement improves Azure storage secret validation by providing early warnings for specific error conditions. (link:https://issues.redhat.com/browse/LOG-4571[LOG-4571])

* This enhancement updates the `ClusterLogForwarder` API to follow the Kubernetes standards. (link:https://issues.redhat.com/browse/LOG-5977[LOG-5977])
+
.Example of a new configuration in the `ClusterLogForwarder` custom resource for the updated API
====
apiVersion: logging.openshift.io/v1
kind: ClusterLogForwarder
metadata:
name: <name>
spec:
outputs:
- name: <output_name>
type: <output_type>
tuning:
delivery: AtMostOnce
====

[id="log6x-release-notes-6-0-0-technology-preview-features"]
== Technology Preview features

Expand Down

0 comments on commit 5f86177

Please sign in to comment.