-
-
Notifications
You must be signed in to change notification settings - Fork 3
Comparing changes
Open a pull request
base repository: stackabletech/stackablectl
base: stackablectl-1.4.0
head repository: stackabletech/stackablectl
compare: main
- 10 commits
- 122 files changed
- 7 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 <[email protected]>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 <[email protected]> * 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 <[email protected]> * 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 <[email protected]>
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 <[email protected]> --------- Co-authored-by: Xenia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d4ddda4 - Browse repository at this point
Copy the full SHA d4ddda4View 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