Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: stackabletech/stackablectl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: stackablectl-1.4.0
Choose a base ref
...
head repository: stackabletech/stackablectl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 10 commits
  • 122 files changed
  • 7 contributors

Commits on Mar 31, 2026

  1. 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
    Techassi authored Mar 31, 2026
    Configuration menu
    Copy the full SHA
    f9efd1e View commit details
    Browse the repository at this point in the history
  2. docs: Add missing release notes for stackablectl (#435)

    * docs: Add missing release notes for stackablectl
    
    * chore: Update release instructions
    Techassi authored Mar 31, 2026
    Configuration menu
    Copy the full SHA
    a6a2382 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc299a2 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2026

  1. Configuration menu
    Copy the full SHA
    a58f836 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2026

  1. 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]>
    StefanFl and Techassi authored Apr 14, 2026
    Configuration menu
    Copy the full SHA
    eae3324 View commit details
    Browse the repository at this point in the history
  2. 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]>
    xeniape and Techassi authored Apr 14, 2026
    Configuration menu
    Copy the full SHA
    b0c771c View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2026

  1. chore: Remove old frontend and all references (#439)

    * remove old frontend and all references
    
    * fix CI checks
    labrenbe authored Apr 21, 2026
    Configuration menu
    Copy the full SHA
    9d3b6b0 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2026

  1. 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()
    NickLarsenNZ authored Apr 23, 2026
    Configuration menu
    Copy the full SHA
    3ab83b6 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2026

  1. chore: Remove old frontend docs (#441)

    * remove old frontend docs & clean up gh workflows
    
    * remove images of old frontend
    labrenbe authored May 11, 2026
    Configuration menu
    Copy the full SHA
    42b93d8 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2026

  1. 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]>
    sweb and xeniape authored Jun 1, 2026
    Configuration menu
    Copy the full SHA
    d4ddda4 View commit details
    Browse the repository at this point in the history
Loading