Skip to content

Commit

Permalink
Merge pull request #73 from PierreBeucher/release-0.8.0
Browse files Browse the repository at this point in the history
Finalize release 0.8.0
  • Loading branch information
PierreBeucher authored Nov 30, 2024
2 parents c7ffa4a + 9665aca commit d9c028e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion cloudypad.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ if [ -n "$CLOUDYPAD_CLI_LAUNCHER_DEBUG" ]; then
set -x
fi

CLOUDYPAD_VERSION=0.7.0
CLOUDYPAD_VERSION=0.8.0
CLOUDYPAD_IMAGE="${CLOUDYPAD_IMAGE:-"crafteo/cloudypad:$CLOUDYPAD_VERSION"}"
CLOUDYPAD_TARGET_IMAGE="crafteo/cloudypad-local-runner:local"

Expand Down Expand Up @@ -133,6 +133,9 @@ run_cloudypad_docker() {
"GOOGLE_REGION" "GCLOUD_REGION" "CLOUDSDK_COMPUTE_REGION"
"GOOGLE_ZONE" "GCLOUD_ZONE" "CLOUDSDK_COMPUTE_ZONE"
"GOOGLE_IMPERSONATE_SERVICE_ACCOUNT"

# Ansible
"ANSIBLE_DEBUG" "ANSIBLE_LOG_VERBOSITY"
)

for env_var in "${env_vars[@]}"; do
Expand Down
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
flake-utils.lib.eachDefaultSystem (system:
let
pkgs = nixpkgs.legacyPackages.${system};
cloudypadVersion = "0.7.0";
cloudypadVersion = "0.8.0";
in {
packages = rec {
default = cloudypad;
Expand All @@ -18,7 +18,7 @@

src = pkgs.fetchurl {
url = "https://raw.githubusercontent.com/PierreBeucher/cloudypad/v${cloudypadVersion}/cloudypad.sh";
hash = "sha256:0djhdm703vbvvdjzxa2qbdjc593jgb9yikdpwa2qg89lmyg8iwf7";
hash = "sha256:00lsz99yz18xialg6p3knj7dmpgznrqr7sx4c4ncnxyxvq6bw98m";
};

phases = [ "installPhase" ];
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

# Installation arguments
# Override by setting related environment variable
DEFAULT_CLOUDYPAD_SCRIPT_REF=v0.7.0
DEFAULT_CLOUDYPAD_SCRIPT_REF=v0.8.0
CLOUDYPAD_HOME=${CLOUDYPAD_HOME:-"$HOME/.cloudypad"}
CLOUDYPAD_SCRIPT_REF=${CLOUDYPAD_SCRIPT_REF:-$DEFAULT_CLOUDYPAD_SCRIPT_REF}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cloudypad",
"version": "0.7.0",
"version": "0.8.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit d9c028e

Please sign in to comment.