Skip to content

Commit

Permalink
feat: bump to 2.32.2 (#842)
Browse files Browse the repository at this point in the history
Signed-off-by: nikolay <[email protected]>
  • Loading branch information
natanasow authored Nov 14, 2024
1 parent d88f8fd commit e827d91
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ PYTHON_VERSION=python3.7

#### MirrorNode Prefixes & Tags ####
MIRROR_IMAGE_PREFIX=gcr.io/mirrornode/
MIRROR_IMAGE_TAG=0.114.1
MIRROR_IMAGE_TAG=0.118.0-rc1

#### MirrorNode settings ####
MIRROR_POSTGRES_IMAGE=ghcr.io/mhga24/postgres:latest
Expand All @@ -45,7 +45,7 @@ MINIO_ROOT_PASSWORD=minioadmin

#### JSON RPC Relay Prefixes & Tags ####
RELAY_IMAGE_PREFIX=ghcr.io/hashgraph/
RELAY_IMAGE_TAG=0.56.0
RELAY_IMAGE_TAG=0.59.0

#### JSON RPC Relay limits ####
RELAY_MEM_LIMIT=768m
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.32.1",
"version": "2.32.2",
"description": "Developer tooling for running Local Hedera Network (Consensus + Mirror Nodes).",
"main": "index.ts",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/configuration/local.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"imageTagConfiguration": [
{"key": "NETWORK_NODE_IMAGE_TAG", "value": "0.54.0-alpha.5"},
{"key": "HAVEGED_IMAGE_TAG", "value": "0.54.0-alpha.5"},
{"key": "MIRROR_IMAGE_TAG", "value": "0.114.1"},
{"key": "MIRROR_IMAGE_TAG", "value": "0.118.0-rc1"},
{"key": "RELAY_IMAGE_TAG", "value": "0.59.0"},
{"key": "MIRROR_NODE_EXPLORER_IMAGE_TAG", "value": "24.4.0"}
],
Expand Down

0 comments on commit e827d91

Please sign in to comment.