Skip to content

Commit

Permalink
Release v1.2.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwo committed Jan 30, 2024
1 parent badbc6d commit 094752d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ops/terraform/prod.tfvars
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bacalhau_version = "v1.2.0"
bacalhau_version = "v1.2.1"
bacalhau_port = "1235"
bacalhau_node_id_0 = "QmbxGSsM6saCTyKkiWSxhJCt6Fgj7M9cns1vzYtfDbB5Ws"
bacalhau_node_id_1 = "QmeXjeQDinxm7zRiEo8ekrJdbs7585BM6j7ZeLVFrA7GPe"
Expand Down
3 changes: 2 additions & 1 deletion ops/terraform/remote_files/scripts/start-bacalhau.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ else
echo -n "/ip4/${1}/tcp/${BACALHAU_PORT}/p2p/${2}"
}

export CONNECT_PEER=none
# use the BACALHAU_CONNECT_PEER env var if it is set
if [[ -n "${BACALHAU_CONNECT_PEER}" ]]; then
export CONNECT_PEER=$BACALHAU_CONNECT_PEER
Expand Down Expand Up @@ -95,4 +96,4 @@ else
--web-ui-port 80 \
--labels owner=bacalhau \
--requester-job-translation-enabled
fi
fi
2 changes: 1 addition & 1 deletion ops/terraform/stage.tfvars
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bacalhau_version = "v1.2.0-rc1"
bacalhau_version = "v1.2.1-rc3"
bacalhau_branch = "" # deploy from a branch instead of the version above
bacalhau_port = "1235"
bacalhau_node_id_0 = "QmafZ9oCXCJZX9Wt1nhrGS9FVVq41qhcBRSNWCkVhz3Nvv"
Expand Down

0 comments on commit 094752d

Please sign in to comment.