Skip to content

Commit 727acf9

Browse files
committed
chore: Release stackablectl 1.2.0
1 parent e58f921 commit 727acf9

File tree

19 files changed

+636
-68
lines changed

19 files changed

+636
-68
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/modules/stackablectl/partials/commands/cache.adoc

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,17 @@ Helm repository options:
8080
--chart-source <CHART_SOURCE>
8181
Source the charts from either a OCI registry or from index.yaml-based repositories.
8282
83-
[default: oci]
84-
8583
Possible values:
8684
- oci: OCI registry
8785
- repo: index.yaml-based repositories: resolution (dev, test, stable) is based on the version and thus will be operator-specific
86+
87+
[default: oci]
88+
89+
Operator specific configurations:
90+
--listener-class-preset <LISTENER_CLASS_PRESET>
91+
Choose the ListenerClass preset (`none`, `ephemeral-nodes` or `stable-nodes`).
92+
93+
This maps to the listener-operator Helm Chart preset value, see [the listener-operator documentation](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass/#presets) for details.
94+
95+
[possible values: none, stable-nodes, ephemeral-nodes]
8896
----

docs/modules/stackablectl/partials/commands/completions.adoc

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,17 @@ Helm repository options:
8383
--chart-source <CHART_SOURCE>
8484
Source the charts from either a OCI registry or from index.yaml-based repositories.
8585
86-
[default: oci]
87-
8886
Possible values:
8987
- oci: OCI registry
9088
- repo: index.yaml-based repositories: resolution (dev, test, stable) is based on the version and thus will be operator-specific
89+
90+
[default: oci]
91+
92+
Operator specific configurations:
93+
--listener-class-preset <LISTENER_CLASS_PRESET>
94+
Choose the ListenerClass preset (`none`, `ephemeral-nodes` or `stable-nodes`).
95+
96+
This maps to the listener-operator Helm Chart preset value, see [the listener-operator documentation](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass/#presets) for details.
97+
98+
[possible values: none, stable-nodes, ephemeral-nodes]
9199
----

docs/modules/stackablectl/partials/commands/demo.adoc

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,17 @@ Helm repository options:
8484
--chart-source <CHART_SOURCE>
8585
Source the charts from either a OCI registry or from index.yaml-based repositories.
8686
87-
[default: oci]
88-
8987
Possible values:
9088
- oci: OCI registry
9189
- repo: index.yaml-based repositories: resolution (dev, test, stable) is based on the version and thus will be operator-specific
90+
91+
[default: oci]
92+
93+
Operator specific configurations:
94+
--listener-class-preset <LISTENER_CLASS_PRESET>
95+
Choose the ListenerClass preset (`none`, `ephemeral-nodes` or `stable-nodes`).
96+
97+
This maps to the listener-operator Helm Chart preset value, see [the listener-operator documentation](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass/#presets) for details.
98+
99+
[possible values: none, stable-nodes, ephemeral-nodes]
92100
----

docs/modules/stackablectl/partials/commands/experimental-debug.adoc

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,17 @@ Helm repository options:
9797
--chart-source <CHART_SOURCE>
9898
Source the charts from either a OCI registry or from index.yaml-based repositories.
9999
100-
[default: oci]
101-
102100
Possible values:
103101
- oci: OCI registry
104102
- repo: index.yaml-based repositories: resolution (dev, test, stable) is based on the version and thus will be operator-specific
103+
104+
[default: oci]
105+
106+
Operator specific configurations:
107+
--listener-class-preset <LISTENER_CLASS_PRESET>
108+
Choose the ListenerClass preset (`none`, `ephemeral-nodes` or `stable-nodes`).
109+
110+
This maps to the listener-operator Helm Chart preset value, see [the listener-operator documentation](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass/#presets) for details.
111+
112+
[possible values: none, stable-nodes, ephemeral-nodes]
105113
----

docs/modules/stackablectl/partials/commands/index.adoc

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,17 @@ Helm repository options:
8686
--chart-source <CHART_SOURCE>
8787
Source the charts from either a OCI registry or from index.yaml-based repositories.
8888
89-
[default: oci]
90-
9189
Possible values:
9290
- oci: OCI registry
9391
- repo: index.yaml-based repositories: resolution (dev, test, stable) is based on the version and thus will be operator-specific
92+
93+
[default: oci]
94+
95+
Operator specific configurations:
96+
--listener-class-preset <LISTENER_CLASS_PRESET>
97+
Choose the ListenerClass preset (`none`, `ephemeral-nodes` or `stable-nodes`).
98+
99+
This maps to the listener-operator Helm Chart preset value, see [the listener-operator documentation](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass/#presets) for details.
100+
101+
[possible values: none, stable-nodes, ephemeral-nodes]
94102
----

docs/modules/stackablectl/partials/commands/operator.adoc

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,17 @@ Helm repository options:
8383
--chart-source <CHART_SOURCE>
8484
Source the charts from either a OCI registry or from index.yaml-based repositories.
8585
86-
[default: oci]
87-
8886
Possible values:
8987
- oci: OCI registry
9088
- repo: index.yaml-based repositories: resolution (dev, test, stable) is based on the version and thus will be operator-specific
89+
90+
[default: oci]
91+
92+
Operator specific configurations:
93+
--listener-class-preset <LISTENER_CLASS_PRESET>
94+
Choose the ListenerClass preset (`none`, `ephemeral-nodes` or `stable-nodes`).
95+
96+
This maps to the listener-operator Helm Chart preset value, see [the listener-operator documentation](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass/#presets) for details.
97+
98+
[possible values: none, stable-nodes, ephemeral-nodes]
9199
----

docs/modules/stackablectl/partials/commands/release.adoc

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,17 @@ Helm repository options:
8383
--chart-source <CHART_SOURCE>
8484
Source the charts from either a OCI registry or from index.yaml-based repositories.
8585
86-
[default: oci]
87-
8886
Possible values:
8987
- oci: OCI registry
9088
- repo: index.yaml-based repositories: resolution (dev, test, stable) is based on the version and thus will be operator-specific
89+
90+
[default: oci]
91+
92+
Operator specific configurations:
93+
--listener-class-preset <LISTENER_CLASS_PRESET>
94+
Choose the ListenerClass preset (`none`, `ephemeral-nodes` or `stable-nodes`).
95+
96+
This maps to the listener-operator Helm Chart preset value, see [the listener-operator documentation](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass/#presets) for details.
97+
98+
[possible values: none, stable-nodes, ephemeral-nodes]
9199
----

docs/modules/stackablectl/partials/commands/stack.adoc

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,17 @@ Helm repository options:
8484
--chart-source <CHART_SOURCE>
8585
Source the charts from either a OCI registry or from index.yaml-based repositories.
8686
87-
[default: oci]
88-
8987
Possible values:
9088
- oci: OCI registry
9189
- repo: index.yaml-based repositories: resolution (dev, test, stable) is based on the version and thus will be operator-specific
90+
91+
[default: oci]
92+
93+
Operator specific configurations:
94+
--listener-class-preset <LISTENER_CLASS_PRESET>
95+
Choose the ListenerClass preset (`none`, `ephemeral-nodes` or `stable-nodes`).
96+
97+
This maps to the listener-operator Helm Chart preset value, see [the listener-operator documentation](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass/#presets) for details.
98+
99+
[possible values: none, stable-nodes, ephemeral-nodes]
92100
----

docs/modules/stackablectl/partials/commands/stacklet.adoc

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,17 @@ Helm repository options:
8585
--chart-source <CHART_SOURCE>
8686
Source the charts from either a OCI registry or from index.yaml-based repositories.
8787
88-
[default: oci]
89-
9088
Possible values:
9189
- oci: OCI registry
9290
- repo: index.yaml-based repositories: resolution (dev, test, stable) is based on the version and thus will be operator-specific
91+
92+
[default: oci]
93+
94+
Operator specific configurations:
95+
--listener-class-preset <LISTENER_CLASS_PRESET>
96+
Choose the ListenerClass preset (`none`, `ephemeral-nodes` or `stable-nodes`).
97+
98+
This maps to the listener-operator Helm Chart preset value, see [the listener-operator documentation](https://docs.stackable.tech/home/nightly/listener-operator/listenerclass/#presets) for details.
99+
100+
[possible values: none, stable-nodes, ephemeral-nodes]
93101
----

0 commit comments

Comments
 (0)