File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 6
6
( import ( sources . gomod2nix + "/overlay.nix" ) )
7
7
] ;
8
8
}
9
+ , release ? true
9
10
, cargo ? import ./Cargo.nix {
10
- inherit nixpkgs pkgs ; release = false ;
11
+ inherit nixpkgs pkgs release ;
11
12
defaultCrateOverrides = pkgs . defaultCrateOverrides // {
12
13
stackable-cockpit-web = attrs : {
13
14
nativeBuildInputs = [ pkgs . nodePackages . yarn pkgs . nodejs_20 ] ;
Original file line number Diff line number Diff line change @@ -7,12 +7,14 @@ All notable changes to this project will be documented in this file.
7
7
### Fixed
8
8
9
9
- nix: Update nixpkgs and upgrade nodejs-18 to nodejs_20 ([ #384 ] ).
10
+ - nix: Default to release build ([ #388 ] ).
10
11
- Switch to idempotent Helm installations for demos and stacks ([ #386 ] ).
11
12
- Ignore failed re-application of Jobs due to immutability in demo and stack installations.
12
13
Display those manifests to the user, so they can decide if they need to delete and recreate it ([ #386 ] ).
13
14
14
15
[ #384 ] : https://github.com/stackabletech/stackable-cockpit/pull/384
15
16
[ #386 ] : https://github.com/stackabletech/stackable-cockpit/pull/386
17
+ [ #388 ] : https://github.com/stackabletech/stackable-cockpit/pull/388
16
18
17
19
## [ 1.0.0] - 2025-06-02
18
20
You can’t perform that action at this time.
0 commit comments