Skip to content

Commit a4c00ee

Browse files
committed
Update installation guide
1 parent 90fc3ea commit a4c00ee

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

docs/modules/stackablectl/pages/installation.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= Installation
22
:page-aliases: stable@stackablectl::installation.adoc
33

4-
:latest-release: https://github.com/stackabletech/stackable-cockpit/releases/tag/stackablectl-1.1.0
4+
:latest-release: https://github.com/stackabletech/stackable-cockpit/releases/tag/stackablectl-1.2.0
55
:fish-comp-loations: https://fishshell.com/docs/current/completions.html#where-to-put-completions
66
:nushell-comp-locations: https://www.nushell.sh/book/custom_commands.html#persisting
77

@@ -23,14 +23,14 @@ You can also use the following command:
2323
2424
[source,console]
2525
----
26-
$ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-1.1.0/stackablectl-x86_64-unknown-linux-gnu
26+
$ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-1.2.0/stackablectl-x86_64-unknown-linux-gnu
2727
----
2828
2929
**aarch64** (arm64):
3030
3131
[source,console]
3232
----
33-
$ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-1.1.0/stackablectl-aarch64-unknown-linux-gnu
33+
$ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-1.2.0/stackablectl-aarch64-unknown-linux-gnu
3434
----
3535
3636
Install the binary into a directory in the `$PATH`, and make it executable:
@@ -60,14 +60,14 @@ You can also use the following command:
6060
6161
[source,console]
6262
----
63-
$ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-1.1.0/stackablectl-x86_64-apple-darwin
63+
$ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-1.2.0/stackablectl-x86_64-apple-darwin
6464
----
6565
6666
**aarch64** (arm64):
6767
6868
[source,console]
6969
----
70-
$ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-1.1.0/stackablectl-aarch64-apple-darwin
70+
$ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-1.2.0/stackablectl-aarch64-apple-darwin
7171
----
7272
7373
Install the binary into a directory in the `$PATH`, and make it executable:

docs/modules/stackablectl/pages/release-notes.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
A full list of changes is available directly in https://github.com/stackabletech/stackable-cockpit/blob/main/rust/stackablectl/CHANGELOG.md[stackablectl's changelog].
66

77
// WARNING: Please keep the empty newlines, otherwise headings are broken.
8+
include::partial$release-notes/release-1.2.0.adoc[]
9+
810
include::partial$release-notes/release-1.1.0.adoc[]
911

1012
include::partial$release-notes/release-1.0.0.adoc[]
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
== 1.1.0
2+
3+
* Automatically detect Kubernetes environment (e.g. kind, k3s or IONOS) and choose a sensible https://docs.stackable.tech/home/nightly/listener-operator/listenerclass/#presets[ListenerClass preset] by default.
4+
See https://github.com/stackabletech/stackable-cockpit/pull/414[stackable-cockpit#414].
5+
* Support configuring the https://docs.stackable.tech/home/nightly/listener-operator/listenerclass/#presets[ListenerClass preset] using `--listener-class-preset`.
6+
See https://github.com/stackabletech/stackable-cockpit/pull/414[stackable-cockpit#414].

0 commit comments

Comments
 (0)