Skip to content

Commit 1aa4621

Browse files
Merge pull request #276 from PierreBeucher/release-0.35.0
Finalize release 0.35.0
2 parents 01adc21 + 19b69fd commit 1aa4621

7 files changed

Lines changed: 24 additions & 8 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.34.0"
2+
".": "0.35.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## [0.35.0](https://github.com/PierreBeucher/cloudypad/compare/v0.34.0...v0.35.0) (2025-08-11)
4+
5+
6+
### Features
7+
8+
* **sunshine:** possibility to run sudo command in Cloudy Pad container ([15a85a0](https://github.com/PierreBeucher/cloudypad/commit/15a85a066d0009b87165e04ce8a0ee788cbe125a))
9+
10+
11+
### Bug Fixes
12+
13+
* **sunshine:** affect half host memory as /dev/shm (as do most Linux distros) ([f4c31c8](https://github.com/PierreBeucher/cloudypad/commit/f4c31c85ef81d89ace3b5af03b356e954cb579c0))
14+
* **sunshine:** do not create untrusted Steam Desktop shortcut on first launch ([788744b](https://github.com/PierreBeucher/cloudypad/commit/788744b11890c26d19ef352e3658237082e43b49))
15+
* **sunshine:** launcher use start command instead of plain binary ([eb77e1b](https://github.com/PierreBeucher/cloudypad/commit/eb77e1b8f53a7e50474a8f833ff4d75f13be3012))
16+
* **sunshine:** launcher use start command instead of plain binary ([f721211](https://github.com/PierreBeucher/cloudypad/commit/f721211e96ddf1399faf6a4cf4fc80513f58a796))
17+
* **sunshine:** pass DBUS env vars to launchers ([fb055da](https://github.com/PierreBeucher/cloudypad/commit/fb055daa5b0a193dcd29d8ca4ebc272ca2217666))
18+
319
## [0.34.0](https://github.com/PierreBeucher/cloudypad/compare/v0.33.0...v0.34.0) (2025-08-01)
420

521

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.34.0
14+
CLOUDYPAD_VERSION=0.35.0
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
@@ -8,7 +8,7 @@
88
flake-utils.lib.eachDefaultSystem (system:
99
let
1010
pkgs = import nixpkgs { system = system; config.allowUnfree = true; };
11-
cloudypadVersion = "0.34.0";
11+
cloudypadVersion = "0.35.0";
1212
in {
1313
packages = rec {
1414
default = cloudypad;
@@ -18,7 +18,7 @@
1818

1919
src = pkgs.fetchurl {
2020
url = "https://raw.githubusercontent.com/PierreBeucher/cloudypad/v${cloudypadVersion}/cloudypad.sh";
21-
hash = "sha256:17hq1fb6x0rlc5229d75lnrkymjqzllpsvp2yh7314ip1nagxac2";
21+
hash = "sha256:1l400pwiaw721s0zscanvwiypxj90i01sp42s2bp1yhg3226l5rj";
2222
};
2323

2424
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.34.0
3+
DEFAULT_CLOUDYPAD_SCRIPT_REF=v0.35.0
44
CLOUDYPAD_HOME=${CLOUDYPAD_HOME:-"$HOME/.cloudypad"}
55
CLOUDYPAD_SCRIPT_REF=${CLOUDYPAD_SCRIPT_REF:-$DEFAULT_CLOUDYPAD_SCRIPT_REF}
66

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.34.0",
3+
"version": "0.35.0",
44
"description": "",
55
"scripts": {
66
"test": "mocha",

0 commit comments

Comments
 (0)