You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/ROOT/partials/release-notes/release-26.7.adoc
+15-3Lines changed: 15 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,6 +46,17 @@ See xref:concepts:artifact-registries/index.adoc[the artifact registries page] f
46
46
47
47
Tracked in https://github.com/stackabletech/issues/issues/716[issues#716].
48
48
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
+
49
60
====== Miscellaneous
50
61
51
62
* [[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-
182
193
--
183
194
[NOTE]
184
195
====
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.
186
198
====
187
199
188
200
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.
267
279
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.
268
280
With this release, all OPA authorization requests share a single pooled HTTP client with a fixed-size daemon-thread executor.
269
281
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].
271
283
272
284
[#spark-fixes-26_7_0]
273
285
===== Apache Spark
@@ -315,7 +327,7 @@ Removed in https://github.com/stackabletech/nifi-operator/pull/960[nifi-operator
315
327
===== Product versions
316
328
317
329
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.
0 commit comments