Skip to content

Commit 1bf2bbb

Browse files
Techassilfrancke
andauthored
docs: Apply suggestions from review
Co-authored-by: Lars Francke <lars.francke@stackable.tech>
1 parent c723a17 commit 1bf2bbb

1 file changed

Lines changed: 15 additions & 3 deletions

File tree

modules/ROOT/partials/release-notes/release-26.7.adoc

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,17 @@ See xref:concepts:artifact-registries/index.adoc[the artifact registries page] f
4646

4747
Tracked in https://github.com/stackabletech/issues/issues/716[issues#716].
4848

49+
====== Stackable Hub
50+
51+
Stackable Hub is now available at https://hub.stackable.tech[hub.stackable.tech,window=_blank].
52+
It is a public, read-only portal for published SDP releases (and upcoming ones), bundled component version timelines, and operator CRDs including their schemas, API versions and roles per release.
53+
A CORS-enabled, unauthenticated JSON API is available under `/api/v1/` for use in CI jobs, scripts and MCP servers.
54+
LLMs can make use of the new llms.txt[https://hub.stackable.tech/llms.txt] file which now https://docs.stackable.tech/llms.txt[also exists] for the documentation.
55+
We plan on migrating the current https://crds.stackable.tech[CRD browser] to the Hub in the near future.
56+
We also plan on migrating the current https://sboms.stackable.tech[SBOM browser] to the Hub in the near future.
57+
58+
This is an early version of the Hub and we're happy to receive feedback.
59+
4960
====== Miscellaneous
5061

5162
* [[generic-db-26_7_0]]The SDP now provides a generic database connection mechanism, giving a consistent, typed way to configure connections to external SQL databases across operators.
@@ -182,7 +193,8 @@ Implemented in https://github.com/stackabletech/secret-operator/pull/708[secret-
182193
--
183194
[NOTE]
184195
====
185-
When installing the operators via the Helm Chart from `oci.stackable.tech` or `quay.io`, the environment variable is automatically set and installation continues to work as before.
196+
This is only breaking if you deploy operators *without* our Helm Charts or OLM manifests, in which case you must now supply `--image-repository` yourself.
197+
When installing via Helm or OLM the argument is set automatically, and installation works as before.
186198
====
187199

188200
Tracked in https://github.com/stackabletech/issues/issues/716[issues#716].
@@ -267,7 +279,7 @@ The NiFi OPA authorizer plugin no longer exhausts native threads under load.
267279
Previously, the plugin could create a new HTTP client for each authorization request, spawning large numbers of selector and executor threads under NiFi load and eventually exhausting native threads.
268280
With this release, all OPA authorization requests share a single pooled HTTP client with a fixed-size daemon-thread executor.
269281
Existing deployments need no configuration changes, as defaults are provided.
270-
Tracked in https://github.com/stackabletech/nifi-opa-plugin/issues/30[nifi-opa-plugin#30] and fixed in https://github.com/stackabletech/nifi-opa-plugin/issues/30[nifi-opa-plugin#31].
282+
Tracked in https://github.com/stackabletech/nifi-opa-plugin/issues/30[nifi-opa-plugin#30] and fixed in https://github.com/stackabletech/nifi-opa-plugin/pull/31[nifi-opa-plugin#31].
271283

272284
[#spark-fixes-26_7_0]
273285
===== Apache Spark
@@ -315,7 +327,7 @@ Removed in https://github.com/stackabletech/nifi-operator/pull/960[nifi-operator
315327
===== Product versions
316328

317329
As with previous SDP releases, many product images have been updated to newer versions.
318-
Refer to the xref:operators:supported_versions.adoc[supported versions] documentation for a complete overview including LTS versions or deprecations.
330+
Refer to the https://hub.stackable.tech/releases/26.7[new Stackable Hub] for a complete overview including LTS versions or deprecations.
319331

320332
====== New LTS versions
321333

0 commit comments

Comments
 (0)