Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@
(import (sources.gomod2nix+"/overlay.nix"))
];
}
, release ? true
, cargo ? import ./Cargo.nix {
inherit nixpkgs pkgs; release = false;
inherit nixpkgs pkgs release;
defaultCrateOverrides = pkgs.defaultCrateOverrides // {
stackable-cockpit-web = attrs: {
nativeBuildInputs = [ pkgs.nodePackages.yarn pkgs.nodejs_20 ];
Expand Down
2 changes: 2 additions & 0 deletions rust/stackablectl/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,14 @@ All notable changes to this project will be documented in this file.
### Fixed

- nix: Update nixpkgs and upgrade nodejs-18 to nodejs_20 ([#384]).
- nix: Default to release build ([#388]).
- Switch to idempotent Helm installations for demos and stacks ([#386]).
- 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

## [1.0.0] - 2025-06-02

Expand Down
Loading