File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "." : " 0.45.1 "
2+ "." : " 0.45.2 "
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.45.2] ( https://github.com/PierreBeucher/cloudypad/compare/v0.45.1...v0.45.2 ) (2026-05-10)
4+
5+
6+ ### Bug Fixes
7+
8+ * nvidia devices permissions in container ([ d409d83] ( https://github.com/PierreBeucher/cloudypad/commit/d409d8336dbf7a272b36ea1b8cd2357cdc96d255 ) )
9+ * nvidia devices permissions in container ([ c4c32e0] ( https://github.com/PierreBeucher/cloudypad/commit/c4c32e0169605be74c931187fc21d26aac8ffd77 ) )
10+
311## [ 0.45.1] ( https://github.com/PierreBeucher/cloudypad/compare/v0.45.0...v0.45.1 ) (2026-05-03)
412
513
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ if [ -n "$CLOUDYPAD_CLI_LAUNCHER_DEBUG" ]; then
1111 set -x
1212fi
1313
14- CLOUDYPAD_VERSION=0.45.1
14+ CLOUDYPAD_VERSION=0.45.2
1515CLOUDYPAD_IMAGE=" ${CLOUDYPAD_IMAGE:- " ghcr.io/pierrebeucher/cloudypad:$CLOUDYPAD_VERSION " } "
1616CLOUDYPAD_TARGET_IMAGE=" cloudypad/local-runner:local"
1717
Original file line number Diff line number Diff line change 99 flake-utils . lib . eachDefaultSystem ( system :
1010 let
1111 pkgs = import nixpkgs { system = system ; config . allowUnfree = true ; } ;
12- cloudypadVersion = "0.45.1 " ;
12+ cloudypadVersion = "0.45.2 " ;
1313 in {
1414 packages = rec {
1515 default = cloudypad ;
1919
2020 src = pkgs . fetchurl {
2121 url = "https://raw.githubusercontent.com/PierreBeucher/cloudypad/v${ cloudypadVersion } /cloudypad.sh" ;
22- hash = "sha256:12hlnvzhs3fdhfqpgllw4s84gjjwqsf6cl7lgfpa3jmpw6kjsrjc " ;
22+ hash = "sha256:1np3fnnggv9isxk3slqpiv49ic2m053kxjrw22bggygfg51a4rbp " ;
2323 } ;
2424
2525 phases = [ "installPhase" ] ;
Original file line number Diff line number Diff line change 11# Installation arguments
22# Override by setting related environment variable
3- DEFAULT_CLOUDYPAD_SCRIPT_REF=v0.45.1
3+ DEFAULT_CLOUDYPAD_SCRIPT_REF=v0.45.2
44CLOUDYPAD_HOME=${CLOUDYPAD_HOME:- " $HOME /.cloudypad" }
55CLOUDYPAD_SCRIPT_REF=${CLOUDYPAD_SCRIPT_REF:- $DEFAULT_CLOUDYPAD_SCRIPT_REF }
66
Original file line number Diff line number Diff line change 11{
22 "name" : " cloudypad" ,
3- "version" : " 0.45.1 " ,
3+ "version" : " 0.45.2 " ,
44 "description" : " " ,
55 "scripts" : {
66 "test" : " mocha" ,
You can’t perform that action at this time.
0 commit comments