-
-
Notifications
You must be signed in to change notification settings - Fork 5
Comparing changes
Open a pull request
base repository: stackabletech/stackablectl
base: stackablectl-1.4.0
head repository: stackabletech/stackablectl
compare: main
- 17 commits
- 147 files changed
- 10 contributors
Commits on Mar 31, 2026
-
fix: Bump aws-lc-rs/sys and rustls-webpki to negate 3 advisories (#436)
* fix: Bump aws-lc-rs/aws-lc-sys to 1.16.2/0.39.1 This bump negates the following two advisories: - RUSTSEC-2026-0044 - RUSTSEC-2026-0048 * fix: Bump rustls-webpki to 0.103.10 to negate RUSTSEC-2026-0049
Configuration menu - View commit details
-
Copy full SHA for f9efd1e - Browse repository at this point
Copy the full SHA f9efd1eView commit details -
docs: Add missing release notes for stackablectl (#435)
* docs: Add missing release notes for stackablectl * chore: Update release instructions
Configuration menu - View commit details
-
Copy full SHA for a6a2382 - Browse repository at this point
Copy the full SHA a6a2382View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc299a2 - Browse repository at this point
Copy the full SHA bc299a2View commit details
Commits on Apr 10, 2026
-
Configuration menu - View commit details
-
Copy full SHA for a58f836 - Browse repository at this point
Copy the full SHA a58f836View commit details
Commits on Apr 14, 2026
-
fix: set current stackablectl release to 1.4.0 (#434)
* fix: set current stackablectl release to 1.4.0 * fix: Bump aws-lc-{rs,sys} to negate RUSTSEC-2026-0048+0044 * fix: Bump rustls-webpki to negate RUSTSEC-2026-0049 * fix: Remove duplicate version key in Cargo.lock * fix: Remove more stuff from merge conflict --------- Co-authored-by: Techassi <git@techassi.dev>Configuration menu - View commit details
-
Copy full SHA for eae3324 - Browse repository at this point
Copy the full SHA eae3324View commit details -
feat: Add uninstall demo/stack feature (#429)
* feat: Add uninstall demo/stack feature * changelog, some fixes after merge, cargo clippy * pre-commit fixes * pre-commit fix * regenerate-nix * adjustments after main merge * further uninstall adjustments * small word fix * cargo update * add documentation * delete namespace function * use Label struct for label * rename function * code readability * reduce nesting * delete object refactoring * small docs adjustment * Revert "small docs adjustment" This reverts commit 7dfe50e. * Update rust/stackablectl/src/cmds/demo.rs Co-authored-by: Techassi <git@techassi.dev> * stackspec in uninstall refactoring * confirm dialog for canceling delete, refactor install confim dialog * function comment for helm uninstall * rename variable * refactor namespace confirmation * add stack parameter on demo uninstall * Update rust/stackable-cockpit/src/utils/k8s/client.rs Co-authored-by: Techassi <git@techassi.dev> * import deref * refactor namespace assignment * refactor namespace deletion function * bump operator-rs and use deref on label key * add assume-yes argument and some small fixes * adjust changelog entry * fix changelog order --------- Co-authored-by: Techassi <git@techassi.dev>
Configuration menu - View commit details
-
Copy full SHA for b0c771c - Browse repository at this point
Copy the full SHA b0c771cView commit details
Commits on Apr 21, 2026
-
chore: Remove old frontend and all references (#439)
* remove old frontend and all references * fix CI checks
Configuration menu - View commit details
-
Copy full SHA for 9d3b6b0 - Browse repository at this point
Copy the full SHA 9d3b6b0View commit details
Commits on Apr 23, 2026
-
feat: stacks and demo supports OCI helmCharts (#440)
* chore: Add ChartSourceKind for oci/repo/local Note: Local isn't yet supported, but it is a fallback for when the URL doesn't match oci:// or http(s):// * feat: Add support for OCI repositories Note: Only non-OCI remote charts need the helm::add_repo() call. We emit an error if a Local (non oci:// or http(s)://) value is given. * test: Ensure ChartRepo::source_kind gives expected variants This seems trivial now in this set of changes, but is intended to catch future regressions * chore: Update changelog * chore: cargo update -p rustls-webpki * chore: Rename path to chart_source, and use the Debug impl * test: Use rstest Also use str::to_owned()
Configuration menu - View commit details
-
Copy full SHA for 3ab83b6 - Browse repository at this point
Copy the full SHA 3ab83b6View commit details
Commits on May 11, 2026
-
chore: Remove old frontend docs (#441)
* remove old frontend docs & clean up gh workflows * remove images of old frontend
Configuration menu - View commit details
-
Copy full SHA for 42b93d8 - Browse repository at this point
Copy the full SHA 42b93d8View commit details
Commits on Jun 1, 2026
-
feat(stackablectl): check for namespace before attempting uninstall (#…
…442) * feat(stackablectl): check for namespace before attempting uninstall * chore: extend changelog * Update rust/stackablectl/CHANGELOG.md Co-authored-by: Xenia <xenia.fischer@stackable.tech> --------- Co-authored-by: Xenia <xenia.fischer@stackable.tech>
Configuration menu - View commit details
-
Copy full SHA for d4ddda4 - Browse repository at this point
Copy the full SHA d4ddda4View commit details
Commits on Jun 19, 2026
-
chore: Update urls to stackabletech/stackablectl (#443)
We delete the old stackablectl repository, and renamed stackable-cockpit to stackablectl. There is a new stackabletech/cockpit repo.
Configuration menu - View commit details
-
Copy full SHA for 2f81ebc - Browse repository at this point
Copy the full SHA 2f81ebcView commit details
Commits on Jul 6, 2026
-
docs: crds are installed by the operator (#445)
* docs: crds are installed by the operator * Update docs/modules/stackablectl/pages/commands/release.adoc Co-authored-by: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com> --------- Co-authored-by: Razvan-Daniel Mihai <84674+razvan@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 58dc598 - Browse repository at this point
Copy the full SHA 58dc598View commit details
Commits on Jul 22, 2026
-
chore: Dependency bumps (#446)
* chore: Rust dependency bumps * Bump Go stuff (stay on Helm 3) * Update completions * regenerate nix * Fix render bug
Configuration menu - View commit details
-
Copy full SHA for df42a83 - Browse repository at this point
Copy the full SHA df42a83View commit details -
chore(stackablectl): Release 1.5.0 (#447)
* chore(stackablectl): Release 1.5.0 * More stuff to bump * Fixup release notes
Configuration menu - View commit details
-
Copy full SHA for e457d67 - Browse repository at this point
Copy the full SHA e457d67View commit details
Commits on Jul 24, 2026
-
Configuration menu - View commit details
-
Copy full SHA for fef6e57 - Browse repository at this point
Copy the full SHA fef6e57View commit details
Commits on Jul 27, 2026
-
Configuration menu - View commit details
-
Copy full SHA for d2ee5e8 - Browse repository at this point
Copy the full SHA d2ee5e8View commit details
Commits on Aug 24, 2026
-
* CI: Hardening * Bump h2 to fix rustsec advisory * CI: Remove cosign v2 pin * CI: Add fork guard for manifest list * CI: Migrate to Prek and move jobs to precommit
Configuration menu - View commit details
-
Copy full SHA for 3826326 - Browse repository at this point
Copy the full SHA 3826326View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff stackablectl-1.4.0...main