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
* link:#spark-fixes-26_7_0[Apache Spark] The Spark application templates are now namespaced
@@ -40,6 +40,8 @@ When installing these Helm Charts, the operators are automatically instructed to
40
40
====
41
41
To publish operator Helm Charts to quay.io, the repository layout was adjusted to accommodate the new artifacts.
42
42
It closely mirrors the layout of oci.stackable.tech.
43
+
This new layout applies only to releases from SDP 26.7 onwards.
44
+
Artifacts for earlier releases are unaffected and remain available at their existing locations.
43
45
See xref:concepts:artifact-registries/index.adoc[the artifact registries page] for a detailed explanation of the new layout.
44
46
====
45
47
@@ -50,7 +52,8 @@ Tracked in https://github.com/stackabletech/issues/issues/716[issues#716].
50
52
Stackable Hub is now available at https://hub.stackable.tech[hub.stackable.tech,window=_blank].
51
53
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.
52
54
A CORS-enabled, unauthenticated JSON API is available under `/api/v1/` for use in CI jobs, scripts and MCP servers.
53
-
LLMs can make use of the new https://hub.stackable.tech/llms.txt[llms.txt] file which now https://docs.stackable.tech/llms.txt[also exists] for the documentation.
55
+
The Hub publishes an https://hub.stackable.tech/llms.txt[`llms.txt`] file for use with LLM tooling.
56
+
The documentation site now provides one at https://docs.stackable.tech/llms.txt[docs.stackable.tech/llms.txt] as well.
54
57
We plan on migrating the current https://crds.stackable.tech[CRD browser] to the Hub in the near future.
55
58
We also plan on migrating the current https://sboms.stackable.tech[SBOM browser] to the Hub in the near future.
56
59
@@ -338,7 +341,7 @@ The following product versions were already available before but are now marked
338
341
The following new product versions are now supported:
** Note: this Airflow version uses Python 3.14. // TODO(verify): the docker-images#1489 note about the webserver no longer serving metrics referred to 3.2.1; confirm it still applies to 3.2.2.
** *Breaking:* Druid 37.0.0 switched to AWS SDK v2. TLS is now enforced for S3 connections, and the S3 `region` is now required (the operator passes `aws.region` from `S3Connection.region`).
0 commit comments