Skip to content

Commit

Permalink
OBSDOCS-894-COO-0.1.2-release-notes
Browse files Browse the repository at this point in the history
  • Loading branch information
bburt-rh committed Mar 26, 2024
1 parent af50a88 commit 90d32a7
Showing 1 changed file with 35 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,46 @@ include::snippets/technology-preview.adoc[leveloffset=+2]

The {coo-first} is an optional {product-title} Operator that enables administrators to create standalone monitoring stacks that are independently configurable for use by different services and users.

The {coo-short} complements the built-in monitoring capabilities of {product-title}. You can deploy it in parallel with the default platform and user workload monitoring stacks managed by the Cluster Monitoring Operator (CMO).
The {coo-short} complements the built-in monitoring capabilities of {product-title}. You can deploy it in parallel with the default platform and user workload monitoring stacks managed by the Cluster Monitoring Operator (CMO).

These release notes track the development of the {coo-full} in {product-title}.

[id="cluster-observability-operator-release-notes-0-1-2"]
== {coo-full} 0.1.2
The following advisory is available for {coo-full} 0.1.2:

* link:https://access.redhat.com/errata/RHEA-2024:127118[2024:127118 Cluster Observability Operator 0.1.2]

[id="cluster-observability-operator-0-1-2-CVEs"]
=== CVEs

* link:https://access.redhat.com/security/cve/CVE-2023-45142[CVE-2023-45142]

[id="cluster-observability-operator-0-1-2-bug-fixes"]
=== Bug fixes

* Previously, if you tried to access the Prometheus web user interface at `\http://<prometheus_url>:9090/graph`, the following error message would display: `Error opening React index.html: open web/ui/static/react/index.html: no such file or directory`.
This release resolves the issue, and the Prometheus web user interface now displays correctly. (link:https://issues.redhat.com/browse/COO-34[*COO-34*])

* Previously, certain cluster service version (CSV) annotations were not included in the metadata for {coo-short}.
Because of these missing annotations, certain {coo-short} features and capabilities did not appear in the package manifest or in the OperatorHub user interface.
This release adds the missing annotations, thereby resolving this issue. (link:https://issues.redhat.com/browse/COO-11[*COO-11*])

* Previously, automatic updates of the {coo-short} did not work, and a newer version of the Operator did not automatically replace the older version, even though the newer version was available in OperatorHub.
This release resolves the issue. (link:https://issues.redhat.com/browse/COO-12[*COO-12*])

* Previously, Thanos Querier only listened for network traffic on port 9090 of 127.0.0.1 (`localhost`), which resulted in a `502 Bad Gateway` error if you tried to reach the Thanos Querier service.
With this release, the Thanos Querier configuration has been updated so that the component now listens on the default port (10902), thereby resolving the issue.
As a result of this change, you can also now modify the port via server side apply (SSA) and add a proxy chain, if required. (link:https://issues.redhat.com/browse/COO-14[*COO-14*])

[id="cluster-observability-operator-release-notes-0-1-1"]
== {coo-full} 0.1.1
The following advisory is available for {coo-full} 0.1.1:

* link:https://access.redhat.com/errata/RHEA-2024:0550[2024:0550 Cluster Observability Operator 0.1.1]

[id="cluster-observability-operator-0-1-1-new-features-enhancements"]
=== New features and enhancements
This release updates the {coo-full} to support installing the Operator in restricted networks or disconnected environments.

[id="cluster-observability-operator-release-notes-0-1"]
Expand Down

0 comments on commit 90d32a7

Please sign in to comment.