Skip to content

fix: update Hedera platform version to v0.60.1 in version.ts and v0.59.5 in version-test.ts, bumped mirror node to v0.129.1 #1879

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
May 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion version-test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// SPDX-License-Identifier: Apache-2.0
// using a different version than the one in version.ts to test backwards compatibility

export const TEST_LOCAL_HEDERA_PLATFORM_VERSION = 'v0.58.10';
export const TEST_LOCAL_HEDERA_PLATFORM_VERSION = 'v0.59.5';
export const TEST_UPGRADE_VERSION = 'v0.62.2';
4 changes: 2 additions & 2 deletions version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import fs from 'node:fs';
// right before it required, this adds better semver library compatibility
export const HELM_VERSION: string = 'v3.14.2';
export const SOLO_CHART_VERSION: string = '0.52.0';
export const HEDERA_PLATFORM_VERSION: string = 'v0.59.5';
export const MIRROR_NODE_VERSION: string = 'v0.126.0';
export const HEDERA_PLATFORM_VERSION: string = 'v0.60.1';
export const MIRROR_NODE_VERSION: string = 'v0.129.1';
export const EXPLORER_VERSION: string = '24.15.0';
export const HEDERA_JSON_RPC_RELAY_VERSION: string = 'v0.67.0';
export const INGRESS_CONTROLLER_VERSION: string = '0.14.5';
Expand Down
Loading