Skip to content

Commit eb34fa3

Browse files
Merge pull request #385 from PierreBeucher/release-0.45.2
Finalize release 0.45.2
2 parents 034124d + 08f2992 commit eb34fa3

6 files changed

Lines changed: 14 additions & 6 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.45.1"
2+
".": "0.45.2"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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

cloudypad.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ if [ -n "$CLOUDYPAD_CLI_LAUNCHER_DEBUG" ]; then
1111
set -x
1212
fi
1313

14-
CLOUDYPAD_VERSION=0.45.1
14+
CLOUDYPAD_VERSION=0.45.2
1515
CLOUDYPAD_IMAGE="${CLOUDYPAD_IMAGE:-"ghcr.io/pierrebeucher/cloudypad:$CLOUDYPAD_VERSION"}"
1616
CLOUDYPAD_TARGET_IMAGE="cloudypad/local-runner:local"
1717

flake.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
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;
@@ -19,7 +19,7 @@
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" ];

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
44
CLOUDYPAD_HOME=${CLOUDYPAD_HOME:-"$HOME/.cloudypad"}
55
CLOUDYPAD_SCRIPT_REF=${CLOUDYPAD_SCRIPT_REF:-$DEFAULT_CLOUDYPAD_SCRIPT_REF}
66

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cloudypad",
3-
"version": "0.45.1",
3+
"version": "0.45.2",
44
"description": "",
55
"scripts": {
66
"test": "mocha",

0 commit comments

Comments
 (0)