Skip to content

Commit

Permalink
chore: bump network node to 0.50.0 (#631)
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Yanev <[email protected]>
  • Loading branch information
victor-yanev authored Jun 3, 2024
1 parent d065502 commit 97c514b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ NETWORK_NODE_IMAGE_PREFIX=gcr.io/hedera-registry/
NETWORK_NODE_IMAGE_NAME=main-network-node

#### Image Tags/Hashes ####
NETWORK_NODE_IMAGE_TAG=0.49.7
HAVEGED_IMAGE_TAG=0.49.7
NETWORK_NODE_IMAGE_TAG=0.50.0
HAVEGED_IMAGE_TAG=0.50.0

#### Java Process Settings ####
PLATFORM_JAVA_HEAP_MIN=256m
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hashgraph/hedera-local",
"version": "2.25.2",
"version": "2.25.3",
"description": "Developer tooling for running Local Hedera Network (Consensus + Mirror Nodes).",
"main": "index.ts",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions src/configuration/local.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"imageTagConfiguration": [
{"key": "NETWORK_NODE_IMAGE_TAG", "value": "0.49.7"},
{"key": "HAVEGED_IMAGE_TAG", "value": "0.49.7"},
{"key": "NETWORK_NODE_IMAGE_TAG", "value": "0.50.0"},
{"key": "HAVEGED_IMAGE_TAG", "value": "0.50.0"},
{"key": "MIRROR_IMAGE_TAG", "value": "0.104.0"},
{"key": "RELAY_IMAGE_TAG", "value": "0.47.0"},
{"key": "MIRROR_NODE_EXPLORER_IMAGE_TAG", "value": "24.4.0"}
Expand Down

0 comments on commit 97c514b

Please sign in to comment.