Skip to content

Commit

Permalink
Release v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwo committed Mar 4, 2024
1 parent 8e0f327 commit 19d52b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion ops/terraform/prod.tfvars
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bacalhau_version = "v1.2.1"
bacalhau_version = "v1.2.2"
bacalhau_port = "1235"
bacalhau_node_id_0 = "QmbxGSsM6saCTyKkiWSxhJCt6Fgj7M9cns1vzYtfDbB5Ws"
bacalhau_node_id_1 = "QmeXjeQDinxm7zRiEo8ekrJdbs7585BM6j7ZeLVFrA7GPe"
Expand Down Expand Up @@ -32,5 +32,6 @@ num_gpu_machines = 2
internal_ip_addresses = ["10.150.0.5", "10.150.0.6", "10.150.0.7", "10.150.0.8", "10.150.0.9"]
public_ip_addresses = ["35.245.161.250", "34.86.254.26", "35.245.215.155", "34.145.201.224", "35.245.41.51"]
log_level = "debug"
network_type = "libp2p"
otel_collector_version = "0.70.0"
otel_collector_endpoint = "http://localhost:4318"
4 changes: 2 additions & 2 deletions ops/terraform/stage.tfvars
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bacalhau_version = "v1.2.1-rc3"
bacalhau_version = "v1.2.2-rc3"
bacalhau_branch = "" # deploy from a branch instead of the version above
bacalhau_port = "1235"
bacalhau_node_id_0 = "QmafZ9oCXCJZX9Wt1nhrGS9FVVq41qhcBRSNWCkVhz3Nvv"
Expand Down Expand Up @@ -31,4 +31,4 @@ public_ip_addresses = ["34.85.228.65", "34.86.73.105", "34.150.138.100",
log_level = "debug"
otel_collector_version = "0.70.0"
otel_collector_endpoint = "http://localhost:4318"
network_type = "nats"
network_type = "libp2p"

0 comments on commit 19d52b7

Please sign in to comment.