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
:description: Quickstart guide for Stackable: Install stackablectl, set up a demo, and connect to services like Superset and Trino with easy commands and links.
4
4
5
5
This is the super-short getting started guide that should enable you to get something up and running in less than three
@@ -16,9 +16,9 @@ rename the file to `stackablectl`. You can also use the following command:
Copy file name to clipboardExpand all lines: modules/ROOT/partials/release-notes/release-23.11.adoc
-6Lines changed: 0 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,12 +35,6 @@ Airflow clusters can now be configured to use Kubernetes executors, whereby pods
35
35
For JVM-based products (i.e. Druid, HBase, HDFS, Hive, Kafka, NiFi, Spark, Trino and ZooKeeper) it is now possible to provide custom security settings that override the default values.
36
36
This allows the user to control things such as DNS lookup caches.
37
37
38
-
===== Stackable Cockpit
39
-
This release includes a very early preview version of Stackable Cockpit, a browser-based management tool which interacts with the Stackable data platform to display e.g. deployed stacklets and their status.
40
-
41
-
===== stackablectl
42
-
Our command line tool has been re-worked to use the same backbone as Stackable Cockpit: you can find out about the recent enhancements by visiting the online xref:management:stackablectl:index.adoc[documentation].
43
-
44
38
===== Listener operator
45
39
The listener-operator was introduced in release 23.1 and the associated ServiceType field in 23.4.
46
40
In this release we introduce configurable ListenerClass _presets_ that map to the service types appropriate for different environments.
Copy file name to clipboardExpand all lines: modules/ROOT/partials/release-notes/release-24.11.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -310,7 +310,7 @@ The following product versions are no longer supported (although images for rele
310
310
311
311
==== stackablectl
312
312
313
-
* Bump Rust dependencies to fix critical vulnerability in quinn-proto, see https://github.com/advisories/GHSA-vr26-jcq5-fjj8[CVE-2024-45311] (https://github.com/stackabletech/stackable-cockpit/pull/318).
313
+
* Bump Rust dependencies to fix critical vulnerability in quinn-proto, see https://github.com/advisories/GHSA-vr26-jcq5-fjj8[CVE-2024-45311] (https://github.com/stackabletech/stackablectl/pull/318).
314
314
* We now provide additional completions for Nushell and Elvish, support using SOCK5 and HTTP proxies, and have improved the sorting of release versions.
Copy file name to clipboardExpand all lines: modules/ROOT/partials/release-notes/release-25.3.adoc
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -183,15 +183,15 @@ The following product versions are no longer supported (although images for rele
183
183
* Demos and stacks are now versioned and the main branch is considered unstable.
184
184
`stackablectl` by default installs the latest stable demo and/or stack.
185
185
A specific release can be targeted by providing the `--release` argument.
186
-
See https://github.com/stackabletech/stackable-cockpit/pull/340[stackable-cockpit#340].
186
+
See https://github.com/stackabletech/stackablectl/pull/340[stackablectl#340].
187
187
* Add new argument --chart-source so that operator charts can be pulled either from an OCI registry (the default) or from a index.yaml-based repository.
188
-
See https://github.com/stackabletech/stackable-cockpit/pull/344[stackable-cockpit#344].
188
+
See https://github.com/stackabletech/stackablectl/pull/344[stackablectl#344].
189
189
* Use `rustls-native-certs` so that `stackablectl` can be used in environments with internal PKI.
190
-
See https://github.com/stackabletech/stackable-cockpit/pull/351[stackable-cockpit#351].
190
+
See https://github.com/stackabletech/stackablectl/pull/351[stackablectl#351].
191
191
* Use `heritage` label when looking up the `minio-console` stacklet.
192
-
See https://github.com/stackabletech/stackable-cockpit/pull/364[stackable-cockpit#364].
192
+
See https://github.com/stackabletech/stackablectl/pull/364[stackablectl#364].
193
193
* Improve tracing and log output.
194
-
See https://github.com/stackabletech/stackable-cockpit/pull/365[stackable-cockpit#365].
194
+
See https://github.com/stackabletech/stackablectl/pull/365[stackablectl#365].
0 commit comments