From d353cf9f1259de2b1c43453b93a8754923c0a44a Mon Sep 17 00:00:00 2001 From: Nick Larsen Date: Tue, 2 Jun 2026 16:34:15 +0200 Subject: [PATCH] chore: Update urls to stackabletech/stackablectl We delete the old stackablectl repository, and renamed stackable-cockpit to stackablectl. There is a new stackabletech/cockpit repo. --- Cargo.toml | 2 +- README.md | 7 +- deploy/helm/stackable-cockpit/Chart.yaml | 2 +- deploy/helm/stackable-cockpit/README.md | 2 +- .../stackablectl/pages/installation.adoc | 22 ++-- .../stackablectl/pages/release-notes.adoc | 2 +- .../partials/release-notes/release-1.0.0.adoc | 4 +- .../partials/release-notes/release-1.1.0.adoc | 6 +- .../partials/release-notes/release-1.2.0.adoc | 4 +- .../partials/release-notes/release-1.2.1.adoc | 2 +- .../partials/release-notes/release-1.2.2.adoc | 4 +- .../partials/release-notes/release-1.3.0.adoc | 6 +- .../partials/release-notes/release-1.4.0.adoc | 2 +- .../partials/release-notes/releases-old.adoc | 12 +- rust/stackablectl/CHANGELOG.md | 118 +++++++++--------- rust/stackablectl/src/release_check.rs | 2 +- 16 files changed, 98 insertions(+), 99 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 148bc31b..c87fde71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ license = "OSL-3.0" # We can use 2024 as soon as https://github.com/rust-lang/cc-rs/issues/1409 is # fixed / supported. edition = "2021" -repository = "https://github.com/stackabletech/stackable-cockpit/" +repository = "https://github.com/stackabletech/stackablectl/" [workspace.dependencies] async-trait = "0.1" diff --git a/README.md b/README.md index a40572df..ba54143c 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,7 @@ [Stackable Data Platform](https://stackable.tech/) | [Platform Docs](https://docs.stackable.tech/) | [Discussions](https://github.com/orgs/stackabletech/discussions) | [Discord](https://discord.gg/7kZ3BNnCAF) -This repository contains the Stackable library `stackable-cockpit`, the Stackable CLI tool `stackablectl`, and the -Stackable Cockpit server `stackable-cockpitd`. +This repository contains the Stackable CLI tool `stackablectl` and related library crates. ## Components @@ -30,8 +29,8 @@ Stackable Cockpit server `stackable-cockpitd`. ### Getting started ```shell -git clone git@github.com:stackabletech/stackable-cockpit.git -cd stackable-cockpit +git clone https://github.com/stackabletech/stackablectl.git +cd stackablectl ``` Each component can be build separately like this: diff --git a/deploy/helm/stackable-cockpit/Chart.yaml b/deploy/helm/stackable-cockpit/Chart.yaml index 805f7104..4d7f8dbe 100644 --- a/deploy/helm/stackable-cockpit/Chart.yaml +++ b/deploy/helm/stackable-cockpit/Chart.yaml @@ -4,7 +4,7 @@ name: stackable-cockpit version: "0.0.0-dev" appVersion: "0.0.0-dev" description: The Stackable Operator for Stackable Cockpit -home: https://github.com/stackabletech/stackable-cockpit +home: https://github.com/stackabletech/stackablectl maintainers: - name: Stackable url: https://www.stackable.tech diff --git a/deploy/helm/stackable-cockpit/README.md b/deploy/helm/stackable-cockpit/README.md index 65bf1243..651d414b 100644 --- a/deploy/helm/stackable-cockpit/README.md +++ b/deploy/helm/stackable-cockpit/README.md @@ -18,4 +18,4 @@ helm install stackable-cockpit deploy/helm/stackable-cockpit ## Links -[Source](https://github.com/stackabletech/stackable-cockpit) +[Source](https://github.com/stackabletech/stackablectl) diff --git a/docs/modules/stackablectl/pages/installation.adoc b/docs/modules/stackablectl/pages/installation.adoc index 199a0599..998d62c9 100644 --- a/docs/modules/stackablectl/pages/installation.adoc +++ b/docs/modules/stackablectl/pages/installation.adoc @@ -1,7 +1,7 @@ = Installation :page-aliases: stable@stackablectl::installation.adoc -:latest-release: https://github.com/stackabletech/stackable-cockpit/releases/tag/stackablectl-1.4.0 +:latest-release: https://github.com/stackabletech/stackablectl/releases/tag/stackablectl-1.4.0 :fish-comp-loations: https://fishshell.com/docs/current/completions.html#where-to-put-completions :nushell-comp-locations: https://www.nushell.sh/book/custom_commands.html#persisting @@ -23,14 +23,14 @@ You can also use the following command: [source,console] ---- -$ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-1.4.0/stackablectl-x86_64-unknown-linux-gnu +$ curl -L -o stackablectl https://github.com/stackabletech/stackablectl/releases/download/stackablectl-1.4.0/stackablectl-x86_64-unknown-linux-gnu ---- **aarch64** (arm64): [source,console] ---- -$ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-1.4.0/stackablectl-aarch64-unknown-linux-gnu +$ curl -L -o stackablectl https://github.com/stackabletech/stackablectl/releases/download/stackablectl-1.4.0/stackablectl-aarch64-unknown-linux-gnu ---- Install the binary into a directory in the `$PATH`, and make it executable: @@ -60,14 +60,14 @@ You can also use the following command: [source,console] ---- -$ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-1.4.0/stackablectl-x86_64-apple-darwin +$ curl -L -o stackablectl https://github.com/stackabletech/stackablectl/releases/download/stackablectl-1.4.0/stackablectl-x86_64-apple-darwin ---- **aarch64** (arm64): [source,console] ---- -$ curl -L -o stackablectl https://github.com/stackabletech/stackable-cockpit/releases/download/stackablectl-1.4.0/stackablectl-aarch64-apple-darwin +$ curl -L -o stackablectl https://github.com/stackabletech/stackablectl/releases/download/stackablectl-1.4.0/stackablectl-aarch64-apple-darwin ---- Install the binary into a directory in the `$PATH`, and make it executable: @@ -116,7 +116,7 @@ To build `stackablectl` from source you need to have the following tools install easily install all required tools. * *The Go toolchain:* Needed for compiling a wrapper around the Go library `go-helm-client`. -Continue by cloning the repository located at https://github.com/stackabletech/stackable-cockpit. Then, compile the +Continue by cloning the repository located at https://github.com/stackabletech/stackablectl. Then, compile the binary using the following command: [source,console] @@ -155,7 +155,7 @@ Download the completions file and place it in `/usr/local/share/zsh/site-functio [source,console] ---- -$ curl -LO https://raw.githubusercontent.com/stackabletech/stackable-cockpit/main/extra/completions/_stackablectl +$ curl -LO https://raw.githubusercontent.com/stackabletech/stackablectl/main/extra/completions/_stackablectl $ mv _stackablectl /usr/local/share/zsh/site-functions/ ---- -- @@ -167,7 +167,7 @@ Download the completions file and place it in any of the supported location list [source,console] ---- -$ curl -LO https://raw.githubusercontent.com/stackabletech/stackable-cockpit/main/extra/completions/stackablectl.fish +$ curl -LO https://raw.githubusercontent.com/stackabletech/stackablectl/main/extra/completions/stackablectl.fish ---- -- @@ -178,7 +178,7 @@ Download the completions file and place it in `/etc/bash_completion.d/` to load [source,console] ---- -$ curl -LO https://raw.githubusercontent.com/stackabletech/stackable-cockpit/main/extra/completions/stackablectl.bash +$ curl -LO https://raw.githubusercontent.com/stackabletech/stackablectl/main/extra/completions/stackablectl.bash $ mv stackablectl.bash /etc/bash_completion.d/ ---- -- @@ -190,7 +190,7 @@ Download the completions file at a location where it is loaded for all Nushell s [source,console] ---- -$ curl -LO https://raw.githubusercontent.com/stackabletech/stackable-cockpit/main/extra/completions/stackablectl.nu +$ curl -LO https://raw.githubusercontent.com/stackabletech/stackablectl/main/extra/completions/stackablectl.nu ---- -- @@ -199,7 +199,7 @@ Elvish:: -- [source,console] ---- -$ curl -LO https://raw.githubusercontent.com/stackabletech/stackable-cockpit/main/extra/completions/stackablectl.elv +$ curl -LO https://raw.githubusercontent.com/stackabletech/stackablectl/main/extra/completions/stackablectl.elv ---- -- ==== diff --git a/docs/modules/stackablectl/pages/release-notes.adoc b/docs/modules/stackablectl/pages/release-notes.adoc index 032d3b36..ed516463 100644 --- a/docs/modules/stackablectl/pages/release-notes.adoc +++ b/docs/modules/stackablectl/pages/release-notes.adoc @@ -2,7 +2,7 @@ :page-toclevels: 3 :description: Learn about the latest features and changes in the release notes for stackablectl. -A full list of changes is available directly in https://github.com/stackabletech/stackable-cockpit/blob/main/rust/stackablectl/CHANGELOG.md[stackablectl's changelog]. +A full list of changes is available directly in https://github.com/stackabletech/stackablectl/blob/main/rust/stackablectl/CHANGELOG.md[stackablectl's changelog]. // WARNING: Please keep the empty newlines, otherwise headings are broken. diff --git a/docs/modules/stackablectl/partials/release-notes/release-1.0.0.adoc b/docs/modules/stackablectl/partials/release-notes/release-1.0.0.adoc index 66126596..8fe18007 100644 --- a/docs/modules/stackablectl/partials/release-notes/release-1.0.0.adoc +++ b/docs/modules/stackablectl/partials/release-notes/release-1.0.0.adoc @@ -9,7 +9,7 @@ We have since decided to version `stackablectl` independently of SDP, starting a * We have added visual progress reporting to more easily see what the tool is doing at any given moment in time. Previously, it looked like the tool was hanging as nothing was printed out to the terminal during the installation, but only after. - See https://github.com/stackabletech/stackable-cockpit/pull/376[stackable-cockpit#376]. + See https://github.com/stackabletech/stackablectl/pull/376[stackablectl#376]. * Releases can now be upgraded with the new `release upgrade` command. This makes it easier to upgrade installed operators to a newer SDP release. - See https://github.com/stackabletech/stackable-cockpit/pull/379[stackable-cockpit#379]. + See https://github.com/stackabletech/stackablectl/pull/379[stackablectl#379]. diff --git a/docs/modules/stackablectl/partials/release-notes/release-1.1.0.adoc b/docs/modules/stackablectl/partials/release-notes/release-1.1.0.adoc index 354280d2..eda9a417 100644 --- a/docs/modules/stackablectl/partials/release-notes/release-1.1.0.adoc +++ b/docs/modules/stackablectl/partials/release-notes/release-1.1.0.adoc @@ -1,9 +1,9 @@ == 1.1.0 * We now support idempotent Helm installations for demos and stacks. - See https://github.com/stackabletech/stackable-cockpit/pull/386[stackable-cockpit#386]. + See https://github.com/stackabletech/stackablectl/pull/386[stackablectl#386]. * Ignore failed re-application of Jobs due to immutability in demo and stack installations. The user is now asked if these be deleted or recreated. - See https://github.com/stackabletech/stackable-cockpit/pull/386[stackable-cockpit#386]. + See https://github.com/stackabletech/stackablectl/pull/386[stackablectl#386]. * Default to release build for nix users. - See https://github.com/stackabletech/stackable-cockpit/pull/388[stackable-cockpit#388]. + See https://github.com/stackabletech/stackablectl/pull/388[stackablectl#388]. diff --git a/docs/modules/stackablectl/partials/release-notes/release-1.2.0.adoc b/docs/modules/stackablectl/partials/release-notes/release-1.2.0.adoc index 2a2e04e8..14a32f11 100644 --- a/docs/modules/stackablectl/partials/release-notes/release-1.2.0.adoc +++ b/docs/modules/stackablectl/partials/release-notes/release-1.2.0.adoc @@ -1,6 +1,6 @@ == 1.2.0 * 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. - See https://github.com/stackabletech/stackable-cockpit/pull/414[stackable-cockpit#414]. + See https://github.com/stackabletech/stackablectl/pull/414[stackablectl#414]. * Support configuring the https://docs.stackable.tech/home/nightly/listener-operator/listenerclass/#presets[ListenerClass preset] using `--listener-class-preset`. - See https://github.com/stackabletech/stackable-cockpit/pull/414[stackable-cockpit#414]. + See https://github.com/stackabletech/stackablectl/pull/414[stackablectl#414]. diff --git a/docs/modules/stackablectl/partials/release-notes/release-1.2.1.adoc b/docs/modules/stackablectl/partials/release-notes/release-1.2.1.adoc index 5deb31dc..ffbaa8ab 100644 --- a/docs/modules/stackablectl/partials/release-notes/release-1.2.1.adoc +++ b/docs/modules/stackablectl/partials/release-notes/release-1.2.1.adoc @@ -2,4 +2,4 @@ * Don't crash during `release upgrade` for SDP 25.11. Previously it errored with `HTTP status client error (404 Not Found) for url (https://raw.githubusercontent.com/stackabletech/secret-operator/main/deploy/helm/secret-operator/crds/crds.yaml)`, as the secret-operator now maintains the CRD itself ([#418]). - See https://github.com/stackabletech/stackable-cockpit/pull/418[stackable-cockpit#418]. + See https://github.com/stackabletech/stackablectl/pull/418[stackablectl#418]. diff --git a/docs/modules/stackablectl/partials/release-notes/release-1.2.2.adoc b/docs/modules/stackablectl/partials/release-notes/release-1.2.2.adoc index 2804f9b5..0c896c0b 100644 --- a/docs/modules/stackablectl/partials/release-notes/release-1.2.2.adoc +++ b/docs/modules/stackablectl/partials/release-notes/release-1.2.2.adoc @@ -2,10 +2,10 @@ * Add the option for users to customize the behaviour of `stackablectl` through a user config located at `$HOME/.config/stackablectl/config.toml`. The first supported option is `version.check_enabled` which can be set to `true` or `false`. - See https://github.com/stackabletech/stackable-cockpit/pull/422[stackable-cockpit#422]. + See https://github.com/stackabletech/stackablectl/pull/422[stackablectl#422]. * Add a new release check which is used in two different ways: ** A new `stackablectl version check` command can be used to check if the current installation is up-to-date ** A check automatically runs for all other commands (in parallel to not block the commands) and the status is reported as part of the final command output. + -See https://github.com/stackabletech/stackable-cockpit/pull/421[stackable-cockpit#421]. +See https://github.com/stackabletech/stackablectl/pull/421[stackablectl#421]. diff --git a/docs/modules/stackablectl/partials/release-notes/release-1.3.0.adoc b/docs/modules/stackablectl/partials/release-notes/release-1.3.0.adoc index b90e52d3..16fd0406 100644 --- a/docs/modules/stackablectl/partials/release-notes/release-1.3.0.adoc +++ b/docs/modules/stackablectl/partials/release-notes/release-1.3.0.adoc @@ -1,8 +1,8 @@ == 1.3.0 * Allow specifying Helm values for operator installations. - See https://github.com/stackabletech/stackable-cockpit/pull/425[stackable-cockpit#425]. + See https://github.com/stackabletech/stackablectl/pull/425[stackablectl#425]. * Bump Rust to `1.93.0` as well as dependencies. - See https://github.com/stackabletech/stackable-cockpit/pull/426[stackable-cockpit#426]. + See https://github.com/stackabletech/stackablectl/pull/426[stackablectl#426]. * Bump Go to `1.26.0` as well as dependencies. - See https://github.com/stackabletech/stackable-cockpit/pull/426[stackable-cockpit#426]. + See https://github.com/stackabletech/stackablectl/pull/426[stackablectl#426]. diff --git a/docs/modules/stackablectl/partials/release-notes/release-1.4.0.adoc b/docs/modules/stackablectl/partials/release-notes/release-1.4.0.adoc index bcbc4fb7..9e2a0283 100644 --- a/docs/modules/stackablectl/partials/release-notes/release-1.4.0.adoc +++ b/docs/modules/stackablectl/partials/release-notes/release-1.4.0.adoc @@ -1,4 +1,4 @@ == 1.4.0 * Add `STACK` and `DEMO` templating parameters. Have a look at the `README.md` for details. - See https://github.com/stackabletech/stackable-cockpit/pull/432[stackable-cockpit#432]. + See https://github.com/stackabletech/stackablectl/pull/432[stackablectl#432]. diff --git a/docs/modules/stackablectl/partials/release-notes/releases-old.adoc b/docs/modules/stackablectl/partials/release-notes/releases-old.adoc index d912827e..8604927a 100644 --- a/docs/modules/stackablectl/partials/release-notes/releases-old.adoc +++ b/docs/modules/stackablectl/partials/release-notes/releases-old.adoc @@ -7,20 +7,20 @@ * Demos and stacks are now versioned and the main branch is considered unstable. `stackablectl` by default installs the latest stable demo and/or stack. A specific release can be targeted by providing the `--release` argument. - See https://github.com/stackabletech/stackable-cockpit/pull/340[stackable-cockpit#340]. + See https://github.com/stackabletech/stackablectl/pull/340[stackablectl#340]. * 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. - See https://github.com/stackabletech/stackable-cockpit/pull/344[stackable-cockpit#344]. + See https://github.com/stackabletech/stackablectl/pull/344[stackablectl#344]. * Use `rustls-native-certs` so that `stackablectl` can be used in environments with internal PKI. - See https://github.com/stackabletech/stackable-cockpit/pull/351[stackable-cockpit#351]. + See https://github.com/stackabletech/stackablectl/pull/351[stackablectl#351]. * Use `heritage` label when looking up the `minio-console` stacklet. - See https://github.com/stackabletech/stackable-cockpit/pull/364[stackable-cockpit#364]. + See https://github.com/stackabletech/stackablectl/pull/364[stackablectl#364]. * Improve tracing and log output. - See https://github.com/stackabletech/stackable-cockpit/pull/365[stackable-cockpit#365]. + See https://github.com/stackabletech/stackablectl/pull/365[stackablectl#365]. == 24.11.0 * Bump Rust dependencies to fix critical vulnerability in quinn-proto. - See https://github.com/advisories/GHSA-vr26-jcq5-fjj8[CVE-2024-45311] and https://github.com/stackabletech/stackable-cockpit/pull/318[stackable-cockpit#318]. + See https://github.com/advisories/GHSA-vr26-jcq5-fjj8[CVE-2024-45311] and https://github.com/stackabletech/stackablectl/pull/318[stackablectl#318]. * We now provide additional completions for Nushell and Elvish, support using SOCK5 and HTTP proxies, and have improved the sorting of release versions. == 24.7.0 diff --git a/rust/stackablectl/CHANGELOG.md b/rust/stackablectl/CHANGELOG.md index 25c586f9..cab37664 100644 --- a/rust/stackablectl/CHANGELOG.md +++ b/rust/stackablectl/CHANGELOG.md @@ -16,10 +16,10 @@ All notable changes to this project will be documented in this file. - Abort early if `uninstall` is issued for `default` namespace ([#442]). -[#429]: https://github.com/stackabletech/stackable-cockpit/pull/429 -[#438]: https://github.com/stackabletech/stackable-cockpit/pull/438 -[#440]: https://github.com/stackabletech/stackable-cockpit/pull/440 -[#442]: https://github.com/stackabletech/stackable-cockpit/pull/442 +[#429]: https://github.com/stackabletech/stackablectl/pull/429 +[#438]: https://github.com/stackabletech/stackablectl/pull/438 +[#440]: https://github.com/stackabletech/stackablectl/pull/440 +[#442]: https://github.com/stackabletech/stackablectl/pull/442 ## [1.4.0] - 2026-03-18 @@ -27,7 +27,7 @@ All notable changes to this project will be documented in this file. - Add `STACK` and `DEMO` templating parameters. Have a look at the `README.md` for details ([#432]). -[#432]: https://github.com/stackabletech/stackable-cockpit/pull/432 +[#432]: https://github.com/stackabletech/stackablectl/pull/432 ## [1.3.0] - 2026-03-16 @@ -44,9 +44,9 @@ All notable changes to this project will be documented in this file. - Publish SBOM alongside artifacts ([#428]). -[#425]: https://github.com/stackabletech/stackable-cockpit/pull/425 -[#426]: https://github.com/stackabletech/stackable-cockpit/pull/426 -[#428]: https://github.com/stackabletech/stackable-cockpit/pull/428 +[#425]: https://github.com/stackabletech/stackablectl/pull/425 +[#426]: https://github.com/stackabletech/stackablectl/pull/426 +[#428]: https://github.com/stackabletech/stackablectl/pull/428 ## [1.2.2] - 2025-12-03 @@ -60,8 +60,8 @@ All notable changes to this project will be documented in this file. - A check automatically runs for all other commands (in parallel to not block the commands) and the status is reported as part of the final command output. -[#421]: https://github.com/stackabletech/stackable-cockpit/pull/421 -[#422]: https://github.com/stackabletech/stackable-cockpit/pull/422 +[#421]: https://github.com/stackabletech/stackablectl/pull/421 +[#422]: https://github.com/stackabletech/stackablectl/pull/422 ## [1.2.1] - 2025-11-18 @@ -70,7 +70,7 @@ All notable changes to this project will be documented in this file. - Don't crash during `release upgrade` for SDP 25.11. Previously it errored with `HTTP status client error (404 Not Found) for url (https://raw.githubusercontent.com/stackabletech/secret-operator/main/deploy/helm/secret-operator/crds/crds.yaml)`, as the secret-operator now maintains the CRD itself ([#418]). -[#418]: https://github.com/stackabletech/stackable-cockpit/pull/418 +[#418]: https://github.com/stackabletech/stackablectl/pull/418 ## [1.2.0] - 2025-10-29 @@ -79,7 +79,7 @@ All notable changes to this project will be documented in this file. - Automatically detect Kubernetes environment (e.g. kind, k3s or IONOS) and choose a sensible [ListenerClass preset] by default ([#414]). - Support configuring the [ListenerClass preset] using `--listener-class-preset` ([#414]). -[#414]: https://github.com/stackabletech/stackable-cockpit/pull/414 +[#414]: https://github.com/stackabletech/stackablectl/pull/414 [ListenerClass preset]: https://docs.stackable.tech/home/nightly/listener-operator/listenerclass/#presets ## [1.1.0] - 2025-07-16 @@ -96,10 +96,10 @@ All notable changes to this project will be documented in this file. - Ignore failed re-application of Jobs due to immutability in demo and stack installations. Display those manifests to the user, so they can decide if they need to delete and recreate it ([#386]). -[#384]: https://github.com/stackabletech/stackable-cockpit/pull/384 -[#386]: https://github.com/stackabletech/stackable-cockpit/pull/386 -[#388]: https://github.com/stackabletech/stackable-cockpit/pull/388 -[#400]: https://github.com/stackabletech/stackable-cockpit/pull/400 +[#384]: https://github.com/stackabletech/stackablectl/pull/384 +[#386]: https://github.com/stackabletech/stackablectl/pull/386 +[#388]: https://github.com/stackabletech/stackablectl/pull/388 +[#400]: https://github.com/stackabletech/stackablectl/pull/400 ## [1.0.0] - 2025-06-02 @@ -120,12 +120,12 @@ All notable changes to this project will be documented in this file. - Prefix `ui-http` port endpoints with `http://`, as e.g. used by hbase-operator ([#368]). -[#355]: https://github.com/stackabletech/stackable-cockpit/pull/355 -[#368]: https://github.com/stackabletech/stackable-cockpit/pull/368 -[#373]: https://github.com/stackabletech/stackable-cockpit/pull/373 -[#376]: https://github.com/stackabletech/stackable-cockpit/pull/376 -[#380]: https://github.com/stackabletech/stackable-cockpit/pull/380 -[#379]: https://github.com/stackabletech/stackable-cockpit/pull/379 +[#355]: https://github.com/stackabletech/stackablectl/pull/355 +[#368]: https://github.com/stackabletech/stackablectl/pull/368 +[#373]: https://github.com/stackabletech/stackablectl/pull/373 +[#376]: https://github.com/stackabletech/stackablectl/pull/376 +[#380]: https://github.com/stackabletech/stackablectl/pull/380 +[#379]: https://github.com/stackabletech/stackablectl/pull/379 ## [25.3.0] - 2025-03-27 @@ -135,9 +135,9 @@ All notable changes to this project will be documented in this file. - Use `heritage` label when looking up the `minio-console` stacklet ([#364]). - Improve tracing and log output ([#365]). -[#351]: https://github.com/stackabletech/stackable-cockpit/pull/351 -[#364]: https://github.com/stackabletech/stackable-cockpit/pull/364 -[#365]: https://github.com/stackabletech/stackable-cockpit/pull/365 +[#351]: https://github.com/stackabletech/stackablectl/pull/351 +[#364]: https://github.com/stackabletech/stackablectl/pull/364 +[#365]: https://github.com/stackabletech/stackablectl/pull/365 ## [24.11.3] - 2025-01-27 @@ -145,7 +145,7 @@ All notable changes to this project will be documented in this file. - 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 ([#344]). -[#344]: https://github.com/stackabletech/stackable-cockpit/pull/344 +[#344]: https://github.com/stackabletech/stackablectl/pull/344 ## [24.11.2] - 2025-01-15 @@ -157,7 +157,7 @@ All notable changes to this project will be documented in this file. - Remove argument `--offline` that was not implemented yet ([#340]). -[#340]: https://github.com/stackabletech/stackable-cockpit/pull/340 +[#340]: https://github.com/stackabletech/stackablectl/pull/340 ## [24.11.1] - 2024-11-20 @@ -170,9 +170,9 @@ All notable changes to this project will be documented in this file. - Sort operator versions by semver version instead of alphabetically ([#336]). -[#328]: https://github.com/stackabletech/stackable-cockpit/pull/328 -[#336]: https://github.com/stackabletech/stackable-cockpit/pull/336 -[#337]: https://github.com/stackabletech/stackable-cockpit/pull/337 +[#328]: https://github.com/stackabletech/stackablectl/pull/328 +[#336]: https://github.com/stackabletech/stackablectl/pull/336 +[#337]: https://github.com/stackabletech/stackablectl/pull/337 ## [24.11.0] - 2024-11-18 @@ -182,7 +182,7 @@ All notable changes to this project will be documented in this file. [CVE-2024-45311] ([#318]). - Bump Rust toolchain version to 1.80.1 ([#318]). -[#318]: https://github.com/stackabletech/stackable-cockpit/pull/318 +[#318]: https://github.com/stackabletech/stackablectl/pull/318 [CVE-2024-45311]: https://github.com/advisories/GHSA-vr26-jcq5-fjj8 ## [24.7.1] - 2024-08-15 @@ -196,9 +196,9 @@ All notable changes to this project will be documented in this file. - nix: Fix broken build ([#311], [#314]). -[#311]: https://github.com/stackabletech/stackable-cockpit/pull/311 -[#313]: https://github.com/stackabletech/stackable-cockpit/pull/313 -[#314]: https://github.com/stackabletech/stackable-cockpit/pull/314 +[#311]: https://github.com/stackabletech/stackablectl/pull/311 +[#313]: https://github.com/stackabletech/stackablectl/pull/313 +[#314]: https://github.com/stackabletech/stackablectl/pull/314 [CVE-2024-41110]: https://github.com/advisories/GHSA-v23v-6jw2-98fq ## [24.7.0] - 2024-07-23 @@ -212,8 +212,8 @@ All notable changes to this project will be documented in this file. - helm-sys: Double the helm timeout to 20m ([#306]). -[#306]: https://github.com/stackabletech/stackable-cockpit/pull/306 -[#307]: https://github.com/stackabletech/stackable-cockpit/pull/307 +[#306]: https://github.com/stackabletech/stackablectl/pull/306 +[#307]: https://github.com/stackabletech/stackablectl/pull/307 ## [24.3.6] - 2024-06-24 @@ -221,7 +221,7 @@ All notable changes to this project will be documented in this file. - Remove error message trimming in error report ([#303]). -[#303]: https://github.com/stackabletech/stackable-cockpit/pull/303 +[#303]: https://github.com/stackabletech/stackablectl/pull/303 ## [24.3.5] - 2024-06-17 @@ -230,7 +230,7 @@ All notable changes to this project will be documented in this file. - Remove colons from error messages, because the snafu report removes all content after the colon which results in loss of detail ([#300]). -[#300]: https://github.com/stackabletech/stackable-cockpit/pull/300 +[#300]: https://github.com/stackabletech/stackablectl/pull/300 ## [24.3.4] - 2024-05-28 @@ -239,14 +239,14 @@ All notable changes to this project will be documented in this file. - Avoid unnecessary `k8s::Client` creations ([#295]). - Re-run GVK discovery after resolution failure ([#294]). -[#294]: https://github.com/stackabletech/stackable-cockpit/pull/294 -[#295]: https://github.com/stackabletech/stackable-cockpit/pull/295 +[#294]: https://github.com/stackabletech/stackablectl/pull/294 +[#295]: https://github.com/stackabletech/stackablectl/pull/295 ## [24.3.3] - 2024-05-13 - Bump Rust, Go and Node dependencies ([#238]). -[#238]: https://github.com/stackabletech/stackable-cockpit/pull/238 +[#238]: https://github.com/stackabletech/stackablectl/pull/238 ## [24.3.2] - 2024-04-25 @@ -258,8 +258,8 @@ All notable changes to this project will be documented in this file. - Bump Rust dependencies ([#233]). -[#232]: https://github.com/stackabletech/stackable-cockpit/pull/232 -[#233]: https://github.com/stackabletech/stackable-cockpit/pull/233 +[#232]: https://github.com/stackabletech/stackablectl/pull/232 +[#233]: https://github.com/stackabletech/stackablectl/pull/233 ## [24.3.1] - 2024-03-21 @@ -267,7 +267,7 @@ All notable changes to this project will be documented in this file. - Added experimental `debug` command ([#204]). -[#204]: https://github.com/stackabletech/stackable-cockpit/pull/204 +[#204]: https://github.com/stackabletech/stackablectl/pull/204 ## [24.3.0] - 2024-03-20 @@ -284,9 +284,9 @@ All notable changes to this project will be documented in this file. - Fix `--cluster-name` not taking effect. The local test clusters always used the default cluster name ([#181]). -[#181]: https://github.com/stackabletech/stackable-cockpit/pull/181 -[#202]: https://github.com/stackabletech/stackable-cockpit/pull/202 -[#213]: https://github.com/stackabletech/stackable-cockpit/pull/213 +[#181]: https://github.com/stackabletech/stackablectl/pull/181 +[#202]: https://github.com/stackabletech/stackablectl/pull/202 +[#213]: https://github.com/stackabletech/stackablectl/pull/213 ## [23.11.3] - 2024-01-03 @@ -295,13 +295,13 @@ All notable changes to this project will be documented in this file. - Fix `stackablectl release uninstall` command. It now deletes the operators included in the selected release correctly ([#174]). -[#174]: https://github.com/stackabletech/stackable-cockpit/pull/174 +[#174]: https://github.com/stackabletech/stackablectl/pull/174 ### CI - Fix GitHub workflow syntax ([#175]). -[#175]: https://github.com/stackabletech/stackable-cockpit/pull/175 +[#175]: https://github.com/stackabletech/stackablectl/pull/175 ## [23.11.2] - 2024-01-02 @@ -312,14 +312,14 @@ All notable changes to this project will be documented in this file. - Rename old output style `plain` to `table`. The new output option `plain` will output a reduced view (which removes borders from tables for example) ([#142], [#163]). -[#135]: https://github.com/stackabletech/stackable-cockpit/pull/135 -[#142]: https://github.com/stackabletech/stackable-cockpit/issues/142 -[#162]: https://github.com/stackabletech/stackable-cockpit/pull/162 -[#163]: https://github.com/stackabletech/stackable-cockpit/pull/163 -[#167]: https://github.com/stackabletech/stackable-cockpit/pull/167 -[#168]: https://github.com/stackabletech/stackable-cockpit/pull/168 -[#170]: https://github.com/stackabletech/stackable-cockpit/pull/170 -[#172]: https://github.com/stackabletech/stackable-cockpit/pull/172 +[#135]: https://github.com/stackabletech/stackablectl/pull/135 +[#142]: https://github.com/stackabletech/stackablectl/issues/142 +[#162]: https://github.com/stackabletech/stackablectl/pull/162 +[#163]: https://github.com/stackabletech/stackablectl/pull/163 +[#167]: https://github.com/stackabletech/stackablectl/pull/167 +[#168]: https://github.com/stackabletech/stackablectl/pull/168 +[#170]: https://github.com/stackabletech/stackablectl/pull/170 +[#172]: https://github.com/stackabletech/stackablectl/pull/172 ## [23.11.1] - 2023-12-06 @@ -327,7 +327,7 @@ All notable changes to this project will be documented in this file. - Fix Helm repo selection mechanism ([#156]). -[#156]: https://github.com/stackabletech/stackable-cockpit/pull/156 +[#156]: https://github.com/stackabletech/stackablectl/pull/156 ## [23.11.0] - 2023-11-30 @@ -337,4 +337,4 @@ First official release of the `stackablectl` rewrite. - Bump Rust version from `1.73.0` to `1.74.0` ([#151]). -[#151]: https://github.com/stackabletech/stackable-cockpit/pull/151 +[#151]: https://github.com/stackabletech/stackablectl/pull/151 diff --git a/rust/stackablectl/src/release_check.rs b/rust/stackablectl/src/release_check.rs index 36ab59e5..955e1f84 100644 --- a/rust/stackablectl/src/release_check.rs +++ b/rust/stackablectl/src/release_check.rs @@ -7,7 +7,7 @@ use stackable_cockpit::{utils::path::PathOrUrl, xfer}; use crate::built_info::PKG_SEMVER; -const URL: &str = "https://api.github.com/repos/stackabletech/stackable-cockpit/releases"; +const URL: &str = "https://api.github.com/repos/stackabletech/stackablectl/releases"; const PREFIX: &str = "stackablectl-"; #[derive(Debug, Snafu)]