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.2.2
Choose a base ref
...
head repository: stackabletech/stackablectl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: stackablectl-1.3.0
Choose a head ref
  • 7 commits
  • 79 files changed
  • 5 contributors

Commits on Dec 15, 2025

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

Commits on Mar 6, 2026

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

Commits on Mar 9, 2026

  1. feat: Allow specifying Helm values for operator installations (#425)

    * allow specifying a values file that will be used for operator installations
    
    * minor refactor
    
    * rename FileTransfer error variant
    
    * Remove common key in yaml and deep merge logic; recommend yaml anchors
    
    * Improve helm value file error output
    
    * Fix values file example
    
    * explain why serialization statement won't fail
    
    * fix pre-commit
    labrenbe authored Mar 9, 2026
    Configuration menu
    Copy the full SHA
    371c533 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2026

  1. chore: Rust and Go bumps (#426)

    * Rust dependency and Rust bumps
    
    * Bump other crates
    
    * Update deny.toml
    
    * Bump cargo-deny
    
    * Regenerate stuff
    
    * Fix rust docs
    
    * Install rustls ring provider
    
    * Bump to op-rs 0.107.0
    
    * Go bumps
    
    * Add comment on helm 4
    
    * linter
    
    * Bump Go in CI
    
    * changelog
    
    * Move comments, gg Go
    
    * Update rust/stackablectl/CHANGELOG.md
    
    Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
    
    ---------
    
    Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
    sbernauer and NickLarsenNZ authored Mar 10, 2026
    Configuration menu
    Copy the full SHA
    a6ad2a7 View commit details
    Browse the repository at this point in the history
  2. feat: Support coffee operator ☕ (#427)

    * feat: Support coffee operator
    
    * Improve error handling and move to coffee mod
    
    * Avoid clone
    
    * Improve error message
    sbernauer authored Mar 10, 2026
    Configuration menu
    Copy the full SHA
    3bb809c View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2026

  1. chore: Pre release maintenance (#430)

    * chore(nix): niv update
    
    * chore(cargo): Add shortcut for stackablectl
    
    * chore: Downgrade itertools
    
    ```
    cargo update -p stackable-operator && make regenerate-nix
    ```
    
    Trying to get rid of this problem:
    
    ```
    error: hash mismatch in fixed-output derivation '/nix/store/pxj0czc4m04yswlrbzyhl1sa3ys1zksx-operator-rs-a16cafb.drv':
             specified: sha256-uP2GHSnjamcyvbV6garMP3WXVBm4vqkF3Rk6SZRjeQY=
                got:    sha256-hmqUfsBYzcnjKJRX1nftgKvXbVU1Gzsy74ZlBb/L1c0=
    error: Cannot build '/nix/store/lmxxypxlm2icg5pfqa3gxbq3izhp16w3-rust_k8s-version-0.1.3.drv'.
           Reason: 1 dependency failed.
           Output paths:
             /nix/store/k45947bczra1x66f45pir1y7wi83z9zg-rust_k8s-version-0.1.3
             /nix/store/q3ib7s2bf28vy8wbwz950ah24vqn8r3b-rust_k8s-version-0.1.3-lib
    error: Cannot build '/nix/store/9qb0g9pmjk8r6kjq6q7dc0m9rpv27bx9-rust_stackablectl-1.2.2.drv'.
           Reason: 1 dependency failed.
           Output paths:
             /nix/store/crbd5qa5rgh5fyi9qjryvmfy0382vw2p-rust_stackablectl-1.2.2
             /nix/store/rwfzrl7hn67xfcrv34g5fshw401iznky-rust_stackablectl-1.2.2-lib
    ```
    
    * chore: Bump stackable-operator
    
    * chore(nix): add crate2nix to the shell so we use the same version
    
    * chore(nix): remove crate-hashes and regenerate
    
    * chore(nix): Hard-code go version to 1.26
    
    * chore(nix): Formatting
    
    * Apply suggestions from code review
    
    Co-authored-by: Techassi <git@techassi.dev>
    
    ---------
    
    Co-authored-by: Techassi <git@techassi.dev>
    NickLarsenNZ and Techassi authored Mar 14, 2026
    Configuration menu
    Copy the full SHA
    f97fab7 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2026

  1. chore(stackablectl): Release 1.3.0 (#431)

    * chore: Bump stackablectl to 1.3.0
    
    * chore: Update changelog
    
    * chore: Add release instructions
    
    * chore: Update release date
    Techassi authored Mar 16, 2026
    Configuration menu
    Copy the full SHA
    944fa47 View commit details
    Browse the repository at this point in the history
Loading