Skip to content

Commit 74e0b0d

Browse files
Merge pull request #297 from PierreBeucher/release-0.38.1
Finalize release 0.38.1
2 parents a64d1ec + c7b64f0 commit 74e0b0d

7 files changed

Lines changed: 16 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.38.0"
2+
".": "0.38.1"
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.38.1](https://github.com/PierreBeucher/cloudypad/compare/v0.38.0...v0.38.1) (2025-09-09)
4+
5+
6+
### Bug Fixes
7+
8+
* apply rate limit on instance with server deletion enabled restart ([a64d1ec](https://github.com/PierreBeucher/cloudypad/commit/a64d1ecb76eb62519f239f8063f9653bf43e6296))
9+
* apply rate limit on instance with server deletion enabled restart ([3c0aa35](https://github.com/PierreBeucher/cloudypad/commit/3c0aa354227a42585a68e25acbd4bda3f5d7efe8))
10+
311
## [0.38.0](https://github.com/PierreBeucher/cloudypad/compare/v0.37.0...v0.38.0) (2025-09-04)
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.38.0
14+
CLOUDYPAD_VERSION=0.38.1
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.38.0";
11+
cloudypadVersion = "0.38.1";
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:0q1wr48n1xqkfp59r0sj587yw7l1w7428yxb1mljphni7pykhs8c";
21+
hash = "sha256:0gnbxl6w0h32v0nxmvksf5lgq6i2f1zsd4gfrmy6x6j13r880zxa";
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.38.0
3+
DEFAULT_CLOUDYPAD_SCRIPT_REF=v0.38.1
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.38.0",
3+
"version": "0.38.1",
44
"description": "",
55
"scripts": {
66
"test": "mocha",

0 commit comments

Comments
 (0)