Skip to content
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

feat: update solo to support pathPrefix of mirror node importer #1204

Merged
merged 15 commits into from
Jan 27, 2025

Conversation

JeffreyDallas
Copy link
Contributor

@JeffreyDallas JeffreyDallas commented Jan 23, 2025

Description

This pull request changes the following:

  • Add flag storageBucketPrefix
  • update solo to support pathPrefix of mirror node importer

Related Issues

Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
@JeffreyDallas JeffreyDallas requested review from a team and leninmehedy as code owners January 23, 2025 16:41
@JeffreyDallas JeffreyDallas self-assigned this Jan 23, 2025
@JeffreyDallas JeffreyDallas marked this pull request as draft January 23, 2025 16:42
Copy link
Contributor

github-actions bot commented Jan 23, 2025

Unit Test Results - Linux

  1 files   59 suites   3s ⏱️
233 tests 233 ✅ 0 💤 0 ❌
238 runs  238 ✅ 0 💤 0 ❌

Results for commit e06d070.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Jan 23, 2025

Unit Test Results - Windows

  1 files   59 suites   13s ⏱️
233 tests 233 ✅ 0 💤 0 ❌
238 runs  238 ✅ 0 💤 0 ❌

Results for commit e06d070.

♻️ This comment has been updated with latest results.

Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
@JeffreyDallas JeffreyDallas reopened this Jan 24, 2025
@JeffreyDallas JeffreyDallas marked this pull request as ready for review January 24, 2025 19:15
Copy link
Contributor

github-actions bot commented Jan 24, 2025

E2E Test Report

 17 files  126 suites   1h 30m 0s ⏱️
258 tests 258 ✅ 0 💤 0 ❌
269 runs  269 ✅ 0 💤 0 ❌

Results for commit e06d070.

♻️ This comment has been updated with latest results.

Copy link

codacy-production bot commented Jan 24, 2025

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
Report missing for 764db3a1 82.14%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (764db3a) Report Missing Report Missing Report Missing
Head commit (e06d070) 21851 18306 83.78%

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#1204) 28 23 82.14%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

Footnotes

  1. Codacy didn't receive coverage data for the commit, or there was an error processing the received data. Check your integration for errors and validate that your coverage setup is correct.

Copy link

codecov bot commented Jan 24, 2025

Codecov Report

Attention: Patch coverage is 78.57143% with 6 lines in your changes missing coverage. Please review.

Project coverage is 82.89%. Comparing base (d60247a) to head (e06d070).
Report is 150 commits behind head on main.

Files with missing lines Patch % Lines
src/commands/mirror_node.ts 33.33% 4 Missing ⚠️
src/commands/network.ts 75.00% 2 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1204      +/-   ##
==========================================
- Coverage   82.89%   82.89%   -0.01%     
==========================================
  Files          78       79       +1     
  Lines       21763    21851      +88     
  Branches     1824     1469     -355     
==========================================
+ Hits        18041    18113      +72     
- Misses       3584     3700     +116     
+ Partials      138       38     -100     
Files with missing lines Coverage Δ
src/commands/flags.ts 76.01% <100.00%> (+0.35%) ⬆️
version.ts 100.00% <100.00%> (ø)
src/commands/network.ts 65.86% <75.00%> (+0.07%) ⬆️
src/commands/mirror_node.ts 75.20% <33.33%> (-0.42%) ⬇️

... and 36 files with indirect coverage changes

Impacted file tree graph

@jeromy-cannon jeromy-cannon added the PR: Ready to Merge A pull request that is ready to merge. label Jan 27, 2025
@JeffreyDallas JeffreyDallas merged commit d9a3592 into main Jan 27, 2025
39 of 42 checks passed
@JeffreyDallas JeffreyDallas deleted the mirror-bukcet-prefix branch January 27, 2025 19:23
jeromy-cannon added a commit that referenced this pull request Jan 30, 2025
commit b871e44
Author: Jeromy Cannon <jeromy@swirldslabs.com>
Date:   Thu Jan 30 09:30:01 2025 +0000

    rename testClusterConnection to testContextConnection

    Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>

commit cb91806
Author: Jeromy Cannon <jeromy@swirldslabs.com>
Date:   Thu Jan 30 09:17:17 2025 +0000

    fix: fixed merge issue with incorrect license header (#1235)

    Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>

commit 6f43952
Author: Jeromy Cannon <jeromy@swirldslabs.com>
Date:   Thu Jan 30 09:04:39 2025 +0000

    refactor: minor refactors to K8 setting private and public modifiers (#1234)

    Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>

commit 9c31b6c
Author: Jeromy Cannon <jeromy@swirldslabs.com>
Date:   Wed Jan 29 23:27:15 2025 +0000

    chore: changed license header to SPDX and ran npm run format (#1233)

    Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>

commit b044fcc
Author: Ivo Yankov <ivo@devlabs.bg>
Date:   Wed Jan 29 22:26:19 2025 +0200

    feat: Add adminKey flag to node setup command (#1193)

    Signed-off-by: Ivo Yankov <ivo@devlabs.bg>
    Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
    Co-authored-by: Jeromy Cannon <jeromy@swirldslabs.com>

commit 0c4fec2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Jan 29 13:58:40 2025 -0600

    chore(deps): bump @inquirer/prompts from 7.2.3 to 7.2.4 (#1228)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 18a07b8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Jan 29 13:57:37 2025 -0600

    chore(deps): bump actions/setup-java from 4.6.0 to 4.7.0 (#1229)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 71e56a9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Jan 28 15:21:42 2025 -0600

    chore(deps-dev): bump typescript-eslint from 8.21.0 to 8.22.0 (#1223)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 1c5212a
Author: Jan Milenkov <instamenta@abv.bg>
Date:   Tue Jan 28 16:44:28 2025 +0200

    chore(lint): manually fixed imports to be consisent (#1219)

    Signed-off-by: instamenta <instamenta@abv.bg>

commit d460985
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Jan 28 08:41:01 2025 -0600

    chore(deps-dev): bump @types/node from 22.10.10 to 22.12.0 (#1222)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit c448060
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Jan 28 08:39:44 2025 -0600

    chore(deps-dev): bump @typescript-eslint/utils from 8.21.0 to 8.22.0 (#1221)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 83ad04f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jan 27 14:54:56 2025 -0600

    chore(deps-dev): bump remark-lint-unordered-list-marker-style from 4.0.0 to 4.0.1 (#1214)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit d9a3592
Author: JeffreyDallas <39912573+JeffreyDallas@users.noreply.github.com>
Date:   Mon Jan 27 13:23:37 2025 -0600

    feat: update solo to support pathPrefix of mirror node importer (#1204)

    Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>

commit 6773955
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jan 27 12:57:49 2025 -0600

    chore(deps-dev): bump remark-lint-list-item-indent from 4.0.0 to 4.0.1 (#1210)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit a31498e
Author: Jan Milenkov <instamenta@abv.bg>
Date:   Mon Jan 27 20:06:08 2025 +0200

    feat(remote-config): instead of keeping just the command and the subcommand inside the remote config keep the flags as passed (#1208)

    Signed-off-by: instamenta <instamenta@abv.bg>

commit fb69435
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jan 27 12:00:53 2025 -0600

    chore(deps-dev): bump remark-preset-lint-consistent from 6.0.0 to 6.0.1 (#1213)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit ab36894
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jan 27 12:00:02 2025 -0600

    chore(deps-dev): bump eslint from 9.18.0 to 9.19.0 (#1215)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 764db3a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jan 27 09:26:12 2025 -0600

    chore(deps-dev): bump remark-preset-lint-recommended from 7.0.0 to 7.0.1 (#1212)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 18ee776
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jan 27 09:25:12 2025 -0600

    chore(deps-dev): bump @eslint/js from 9.18.0 to 9.19.0 (#1211)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 809d0ab
Author: Jan Milenkov <instamenta@abv.bg>
Date:   Mon Jan 27 17:14:36 2025 +0200

    feat(remote-config): save reusable solo flags in remoteconfig (#1191)

    Signed-off-by: instamenta <instamenta@abv.bg>
    Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
    Signed-off-by: Jan Milenkov <instamenta@abv.bg>
    Co-authored-by: Jeromy Cannon <jeromy@swirldslabs.com>

commit 7877d92
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jan 27 09:03:45 2025 -0600

    chore(deps): bump actions/setup-node from 4.1.0 to 4.2.0 (#1209)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 4ab4dd5
Author: Jan Milenkov <instamenta@abv.bg>
Date:   Fri Jan 24 18:46:00 2025 +0200

    feat(cli): reduce redundancy on context to cluster flags in command `deployment create` (#1156)

    Signed-off-by: instamenta <instamenta@abv.bg>

commit 80176a3
Author: Hedera Eng Automation <swirlds-eng-automation@swirlds.com>
Date:   Fri Jan 24 15:39:32 2025 +0000

    chore(release): 0.34.0 [skip ci]

    ## [0.34.0](v0.33.0...v0.34.0) (2025-01-24)

    ### Features

    * `solo deployment create` should use the context and cluster provided for where to save the remote config ([#1142](#1142)) ([fe42edd](fe42edd))
    * Connect to multicluster deployments and validate remoteConfigs ([#1141](#1141)) ([c78e226](c78e226))
    * for v0.59.x or greater set the internal IP address to 127.0.0.1 to avoid an ISS, in config.txt ([#1162](#1162)) ([4ca488b](4ca488b))
    * node upgrade command and new e2e tests ([#1133](#1133)) ([1cf5893](1cf5893))
    * separate explorer from mirror node install/uninstall ([#1177](#1177)) ([0887fa6](0887fa6))
    * solo network destroy should update remote-config ([#1155](#1155)) ([98b028f](98b028f))
    * Update solo to load remote config near entry point ([#1176](#1176)) ([473a650](473a650))

    ### Bug Fixes

    * merge error due to change of remote_config_tasks ([#1197](#1197)) ([9d1a8cb](9d1a8cb))
    * Normalize mirror node resources path ([#1175](#1175)) ([ab018a7](ab018a7))
    * Refactor RemoteConfigTasks class ([#1185](#1185)) ([66cfc4d](66cfc4d))
    * remove k8.getKubeConfig ([#1182](#1182)) ([89c557a](89c557a))
    * Set mirror node importer startDate ([#1174](#1174)) ([9d9ef53](9d9ef53))
    * update hedera explorer chart version and location ([#1188](#1188)) ([0c415ef](0c415ef))
    * use "double fork" to invoke port forward within Taskfile ([#1148](#1148)) ([d662d3f](d662d3f))

commit d0a8046
Author: Swirlds Automation <swirlds-eng-automation@swirlds.com>
Date:   Fri Jan 24 15:37:52 2025 +0000

    chore: auto update docs/content/User/StepByStepGuide.md

    Signed-off-by: Swirlds Automation <swirlds-eng-automation@swirlds.com>

commit d60247a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Jan 24 08:30:52 2025 -0600

    chore(deps-dev): bump @types/node from 22.10.9 to 22.10.10 (#1207)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 28fd81e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Jan 24 08:29:42 2025 -0600

    chore(deps-dev): bump @types/ws from 8.5.13 to 8.5.14 (#1206)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 64fbf95
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jan 23 11:40:40 2025 -0600

    chore(deps-dev): bump mocha from 11.0.1 to 11.1.0 (#1200)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 960db04
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jan 23 08:19:52 2025 -0600

    chore(deps-dev): bump @types/node from 22.10.7 to 22.10.9 (#1199)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 9d1a8cb
Author: JeffreyDallas <39912573+JeffreyDallas@users.noreply.github.com>
Date:   Wed Jan 22 13:28:24 2025 -0600

    fix: merge error due to change of remote_config_tasks (#1197)

    Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>

commit 66cfc4d
Author: Ivo Yankov <ivo@devlabs.bg>
Date:   Wed Jan 22 18:38:35 2025 +0200

    fix: Refactor RemoteConfigTasks class (#1185)

    Signed-off-by: Ivo Yankov <ivo@devlabs.bg>

commit 0887fa6
Author: JeffreyDallas <39912573+JeffreyDallas@users.noreply.github.com>
Date:   Wed Jan 22 10:38:00 2025 -0600

    feat: separate explorer from mirror node install/uninstall (#1177)

    Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>

commit 89c557a
Author: Ivo Yankov <ivo@devlabs.bg>
Date:   Tue Jan 21 16:40:39 2025 +0200

    fix: remove k8.getKubeConfig (#1182)

    Signed-off-by: Ivo Yankov <ivo@devlabs.bg>

commit 0c415ef
Author: Nathan Klick <nathan@swirldslabs.com>
Date:   Tue Jan 21 07:55:33 2025 -0600

    fix: update hedera explorer chart version and location (#1188)

    Signed-off-by: Nathan Klick <nathan@swirldslabs.com>

commit 0e236d7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Jan 21 07:27:00 2025 -0600

    chore(deps-dev): bump @typescript-eslint/utils from 8.20.0 to 8.21.0 (#1190)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
jeromy-cannon added a commit that referenced this pull request Jan 30, 2025
commit b871e44
Author: Jeromy Cannon <jeromy@swirldslabs.com>
Date:   Thu Jan 30 09:30:01 2025 +0000

    rename testClusterConnection to testContextConnection

    Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>

commit cb91806
Author: Jeromy Cannon <jeromy@swirldslabs.com>
Date:   Thu Jan 30 09:17:17 2025 +0000

    fix: fixed merge issue with incorrect license header (#1235)

    Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>

commit 6f43952
Author: Jeromy Cannon <jeromy@swirldslabs.com>
Date:   Thu Jan 30 09:04:39 2025 +0000

    refactor: minor refactors to K8 setting private and public modifiers (#1234)

    Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>

commit 9c31b6c
Author: Jeromy Cannon <jeromy@swirldslabs.com>
Date:   Wed Jan 29 23:27:15 2025 +0000

    chore: changed license header to SPDX and ran npm run format (#1233)

    Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>

commit b044fcc
Author: Ivo Yankov <ivo@devlabs.bg>
Date:   Wed Jan 29 22:26:19 2025 +0200

    feat: Add adminKey flag to node setup command (#1193)

    Signed-off-by: Ivo Yankov <ivo@devlabs.bg>
    Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
    Co-authored-by: Jeromy Cannon <jeromy@swirldslabs.com>

commit 0c4fec2
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Jan 29 13:58:40 2025 -0600

    chore(deps): bump @inquirer/prompts from 7.2.3 to 7.2.4 (#1228)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 18a07b8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Wed Jan 29 13:57:37 2025 -0600

    chore(deps): bump actions/setup-java from 4.6.0 to 4.7.0 (#1229)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 71e56a9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Jan 28 15:21:42 2025 -0600

    chore(deps-dev): bump typescript-eslint from 8.21.0 to 8.22.0 (#1223)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 1c5212a
Author: Jan Milenkov <instamenta@abv.bg>
Date:   Tue Jan 28 16:44:28 2025 +0200

    chore(lint): manually fixed imports to be consisent (#1219)

    Signed-off-by: instamenta <instamenta@abv.bg>

commit d460985
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Jan 28 08:41:01 2025 -0600

    chore(deps-dev): bump @types/node from 22.10.10 to 22.12.0 (#1222)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit c448060
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Jan 28 08:39:44 2025 -0600

    chore(deps-dev): bump @typescript-eslint/utils from 8.21.0 to 8.22.0 (#1221)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 83ad04f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jan 27 14:54:56 2025 -0600

    chore(deps-dev): bump remark-lint-unordered-list-marker-style from 4.0.0 to 4.0.1 (#1214)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit d9a3592
Author: JeffreyDallas <39912573+JeffreyDallas@users.noreply.github.com>
Date:   Mon Jan 27 13:23:37 2025 -0600

    feat: update solo to support pathPrefix of mirror node importer (#1204)

    Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>

commit 6773955
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jan 27 12:57:49 2025 -0600

    chore(deps-dev): bump remark-lint-list-item-indent from 4.0.0 to 4.0.1 (#1210)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit a31498e
Author: Jan Milenkov <instamenta@abv.bg>
Date:   Mon Jan 27 20:06:08 2025 +0200

    feat(remote-config): instead of keeping just the command and the subcommand inside the remote config keep the flags as passed (#1208)

    Signed-off-by: instamenta <instamenta@abv.bg>

commit fb69435
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jan 27 12:00:53 2025 -0600

    chore(deps-dev): bump remark-preset-lint-consistent from 6.0.0 to 6.0.1 (#1213)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit ab36894
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jan 27 12:00:02 2025 -0600

    chore(deps-dev): bump eslint from 9.18.0 to 9.19.0 (#1215)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 764db3a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jan 27 09:26:12 2025 -0600

    chore(deps-dev): bump remark-preset-lint-recommended from 7.0.0 to 7.0.1 (#1212)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 18ee776
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jan 27 09:25:12 2025 -0600

    chore(deps-dev): bump @eslint/js from 9.18.0 to 9.19.0 (#1211)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 809d0ab
Author: Jan Milenkov <instamenta@abv.bg>
Date:   Mon Jan 27 17:14:36 2025 +0200

    feat(remote-config): save reusable solo flags in remoteconfig (#1191)

    Signed-off-by: instamenta <instamenta@abv.bg>
    Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
    Signed-off-by: Jan Milenkov <instamenta@abv.bg>
    Co-authored-by: Jeromy Cannon <jeromy@swirldslabs.com>

commit 7877d92
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon Jan 27 09:03:45 2025 -0600

    chore(deps): bump actions/setup-node from 4.1.0 to 4.2.0 (#1209)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 4ab4dd5
Author: Jan Milenkov <instamenta@abv.bg>
Date:   Fri Jan 24 18:46:00 2025 +0200

    feat(cli): reduce redundancy on context to cluster flags in command `deployment create` (#1156)

    Signed-off-by: instamenta <instamenta@abv.bg>

commit 80176a3
Author: Hedera Eng Automation <swirlds-eng-automation@swirlds.com>
Date:   Fri Jan 24 15:39:32 2025 +0000

    chore(release): 0.34.0 [skip ci]

    ## [0.34.0](v0.33.0...v0.34.0) (2025-01-24)

    ### Features

    * `solo deployment create` should use the context and cluster provided for where to save the remote config ([#1142](#1142)) ([fe42edd](fe42edd))
    * Connect to multicluster deployments and validate remoteConfigs ([#1141](#1141)) ([c78e226](c78e226))
    * for v0.59.x or greater set the internal IP address to 127.0.0.1 to avoid an ISS, in config.txt ([#1162](#1162)) ([4ca488b](4ca488b))
    * node upgrade command and new e2e tests ([#1133](#1133)) ([1cf5893](1cf5893))
    * separate explorer from mirror node install/uninstall ([#1177](#1177)) ([0887fa6](0887fa6))
    * solo network destroy should update remote-config ([#1155](#1155)) ([98b028f](98b028f))
    * Update solo to load remote config near entry point ([#1176](#1176)) ([473a650](473a650))

    ### Bug Fixes

    * merge error due to change of remote_config_tasks ([#1197](#1197)) ([9d1a8cb](9d1a8cb))
    * Normalize mirror node resources path ([#1175](#1175)) ([ab018a7](ab018a7))
    * Refactor RemoteConfigTasks class ([#1185](#1185)) ([66cfc4d](66cfc4d))
    * remove k8.getKubeConfig ([#1182](#1182)) ([89c557a](89c557a))
    * Set mirror node importer startDate ([#1174](#1174)) ([9d9ef53](9d9ef53))
    * update hedera explorer chart version and location ([#1188](#1188)) ([0c415ef](0c415ef))
    * use "double fork" to invoke port forward within Taskfile ([#1148](#1148)) ([d662d3f](d662d3f))

commit d0a8046
Author: Swirlds Automation <swirlds-eng-automation@swirlds.com>
Date:   Fri Jan 24 15:37:52 2025 +0000

    chore: auto update docs/content/User/StepByStepGuide.md

    Signed-off-by: Swirlds Automation <swirlds-eng-automation@swirlds.com>

commit d60247a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Jan 24 08:30:52 2025 -0600

    chore(deps-dev): bump @types/node from 22.10.9 to 22.10.10 (#1207)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 28fd81e
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Fri Jan 24 08:29:42 2025 -0600

    chore(deps-dev): bump @types/ws from 8.5.13 to 8.5.14 (#1206)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 64fbf95
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jan 23 11:40:40 2025 -0600

    chore(deps-dev): bump mocha from 11.0.1 to 11.1.0 (#1200)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 960db04
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Thu Jan 23 08:19:52 2025 -0600

    chore(deps-dev): bump @types/node from 22.10.7 to 22.10.9 (#1199)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

commit 9d1a8cb
Author: JeffreyDallas <39912573+JeffreyDallas@users.noreply.github.com>
Date:   Wed Jan 22 13:28:24 2025 -0600

    fix: merge error due to change of remote_config_tasks (#1197)

    Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>

commit 66cfc4d
Author: Ivo Yankov <ivo@devlabs.bg>
Date:   Wed Jan 22 18:38:35 2025 +0200

    fix: Refactor RemoteConfigTasks class (#1185)

    Signed-off-by: Ivo Yankov <ivo@devlabs.bg>

commit 0887fa6
Author: JeffreyDallas <39912573+JeffreyDallas@users.noreply.github.com>
Date:   Wed Jan 22 10:38:00 2025 -0600

    feat: separate explorer from mirror node install/uninstall (#1177)

    Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>

commit 89c557a
Author: Ivo Yankov <ivo@devlabs.bg>
Date:   Tue Jan 21 16:40:39 2025 +0200

    fix: remove k8.getKubeConfig (#1182)

    Signed-off-by: Ivo Yankov <ivo@devlabs.bg>

commit 0c415ef
Author: Nathan Klick <nathan@swirldslabs.com>
Date:   Tue Jan 21 07:55:33 2025 -0600

    fix: update hedera explorer chart version and location (#1188)

    Signed-off-by: Nathan Klick <nathan@swirldslabs.com>

commit 0e236d7
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Tue Jan 21 07:27:00 2025 -0600

    chore(deps-dev): bump @typescript-eslint/utils from 8.20.0 to 8.21.0 (#1190)

    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
jeromy-cannon added a commit that referenced this pull request Jan 30, 2025
commit 8d614c6
Author: Jeromy Cannon <jeromy@swirldslabs.com>
Date:   Thu Jan 30 09:42:17 2025 +0000

    rename testClusterConnection to testContextConnection

    Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>

commit 28a4a9f
Author: Jeromy Cannon <jeromy@swirldslabs.com>
Date:   Thu Jan 30 09:33:00 2025 +0000

    Squashed commit of the following:

    commit b871e44
    Author: Jeromy Cannon <jeromy@swirldslabs.com>
    Date:   Thu Jan 30 09:30:01 2025 +0000

        rename testClusterConnection to testContextConnection

        Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>

    commit cb91806
    Author: Jeromy Cannon <jeromy@swirldslabs.com>
    Date:   Thu Jan 30 09:17:17 2025 +0000

        fix: fixed merge issue with incorrect license header (#1235)

        Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>

    commit 6f43952
    Author: Jeromy Cannon <jeromy@swirldslabs.com>
    Date:   Thu Jan 30 09:04:39 2025 +0000

        refactor: minor refactors to K8 setting private and public modifiers (#1234)

        Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>

    commit 9c31b6c
    Author: Jeromy Cannon <jeromy@swirldslabs.com>
    Date:   Wed Jan 29 23:27:15 2025 +0000

        chore: changed license header to SPDX and ran npm run format (#1233)

        Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>

    commit b044fcc
    Author: Ivo Yankov <ivo@devlabs.bg>
    Date:   Wed Jan 29 22:26:19 2025 +0200

        feat: Add adminKey flag to node setup command (#1193)

        Signed-off-by: Ivo Yankov <ivo@devlabs.bg>
        Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
        Co-authored-by: Jeromy Cannon <jeromy@swirldslabs.com>

    commit 0c4fec2
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Wed Jan 29 13:58:40 2025 -0600

        chore(deps): bump @inquirer/prompts from 7.2.3 to 7.2.4 (#1228)

        Signed-off-by: dependabot[bot] <support@github.com>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit 18a07b8
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Wed Jan 29 13:57:37 2025 -0600

        chore(deps): bump actions/setup-java from 4.6.0 to 4.7.0 (#1229)

        Signed-off-by: dependabot[bot] <support@github.com>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit 71e56a9
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Tue Jan 28 15:21:42 2025 -0600

        chore(deps-dev): bump typescript-eslint from 8.21.0 to 8.22.0 (#1223)

        Signed-off-by: dependabot[bot] <support@github.com>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit 1c5212a
    Author: Jan Milenkov <instamenta@abv.bg>
    Date:   Tue Jan 28 16:44:28 2025 +0200

        chore(lint): manually fixed imports to be consisent (#1219)

        Signed-off-by: instamenta <instamenta@abv.bg>

    commit d460985
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Tue Jan 28 08:41:01 2025 -0600

        chore(deps-dev): bump @types/node from 22.10.10 to 22.12.0 (#1222)

        Signed-off-by: dependabot[bot] <support@github.com>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit c448060
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Tue Jan 28 08:39:44 2025 -0600

        chore(deps-dev): bump @typescript-eslint/utils from 8.21.0 to 8.22.0 (#1221)

        Signed-off-by: dependabot[bot] <support@github.com>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit 83ad04f
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Jan 27 14:54:56 2025 -0600

        chore(deps-dev): bump remark-lint-unordered-list-marker-style from 4.0.0 to 4.0.1 (#1214)

        Signed-off-by: dependabot[bot] <support@github.com>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit d9a3592
    Author: JeffreyDallas <39912573+JeffreyDallas@users.noreply.github.com>
    Date:   Mon Jan 27 13:23:37 2025 -0600

        feat: update solo to support pathPrefix of mirror node importer (#1204)

        Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>

    commit 6773955
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Jan 27 12:57:49 2025 -0600

        chore(deps-dev): bump remark-lint-list-item-indent from 4.0.0 to 4.0.1 (#1210)

        Signed-off-by: dependabot[bot] <support@github.com>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit a31498e
    Author: Jan Milenkov <instamenta@abv.bg>
    Date:   Mon Jan 27 20:06:08 2025 +0200

        feat(remote-config): instead of keeping just the command and the subcommand inside the remote config keep the flags as passed (#1208)

        Signed-off-by: instamenta <instamenta@abv.bg>

    commit fb69435
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Jan 27 12:00:53 2025 -0600

        chore(deps-dev): bump remark-preset-lint-consistent from 6.0.0 to 6.0.1 (#1213)

        Signed-off-by: dependabot[bot] <support@github.com>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit ab36894
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Jan 27 12:00:02 2025 -0600

        chore(deps-dev): bump eslint from 9.18.0 to 9.19.0 (#1215)

        Signed-off-by: dependabot[bot] <support@github.com>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit 764db3a
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Jan 27 09:26:12 2025 -0600

        chore(deps-dev): bump remark-preset-lint-recommended from 7.0.0 to 7.0.1 (#1212)

        Signed-off-by: dependabot[bot] <support@github.com>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit 18ee776
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Jan 27 09:25:12 2025 -0600

        chore(deps-dev): bump @eslint/js from 9.18.0 to 9.19.0 (#1211)

        Signed-off-by: dependabot[bot] <support@github.com>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit 809d0ab
    Author: Jan Milenkov <instamenta@abv.bg>
    Date:   Mon Jan 27 17:14:36 2025 +0200

        feat(remote-config): save reusable solo flags in remoteconfig (#1191)

        Signed-off-by: instamenta <instamenta@abv.bg>
        Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
        Signed-off-by: Jan Milenkov <instamenta@abv.bg>
        Co-authored-by: Jeromy Cannon <jeromy@swirldslabs.com>

    commit 7877d92
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Mon Jan 27 09:03:45 2025 -0600

        chore(deps): bump actions/setup-node from 4.1.0 to 4.2.0 (#1209)

        Signed-off-by: dependabot[bot] <support@github.com>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit 4ab4dd5
    Author: Jan Milenkov <instamenta@abv.bg>
    Date:   Fri Jan 24 18:46:00 2025 +0200

        feat(cli): reduce redundancy on context to cluster flags in command `deployment create` (#1156)

        Signed-off-by: instamenta <instamenta@abv.bg>

    commit 80176a3
    Author: Hedera Eng Automation <swirlds-eng-automation@swirlds.com>
    Date:   Fri Jan 24 15:39:32 2025 +0000

        chore(release): 0.34.0 [skip ci]

        ## [0.34.0](v0.33.0...v0.34.0) (2025-01-24)

        ### Features

        * `solo deployment create` should use the context and cluster provided for where to save the remote config ([#1142](#1142)) ([fe42edd](fe42edd))
        * Connect to multicluster deployments and validate remoteConfigs ([#1141](#1141)) ([c78e226](c78e226))
        * for v0.59.x or greater set the internal IP address to 127.0.0.1 to avoid an ISS, in config.txt ([#1162](#1162)) ([4ca488b](4ca488b))
        * node upgrade command and new e2e tests ([#1133](#1133)) ([1cf5893](1cf5893))
        * separate explorer from mirror node install/uninstall ([#1177](#1177)) ([0887fa6](0887fa6))
        * solo network destroy should update remote-config ([#1155](#1155)) ([98b028f](98b028f))
        * Update solo to load remote config near entry point ([#1176](#1176)) ([473a650](473a650))

        ### Bug Fixes

        * merge error due to change of remote_config_tasks ([#1197](#1197)) ([9d1a8cb](9d1a8cb))
        * Normalize mirror node resources path ([#1175](#1175)) ([ab018a7](ab018a7))
        * Refactor RemoteConfigTasks class ([#1185](#1185)) ([66cfc4d](66cfc4d))
        * remove k8.getKubeConfig ([#1182](#1182)) ([89c557a](89c557a))
        * Set mirror node importer startDate ([#1174](#1174)) ([9d9ef53](9d9ef53))
        * update hedera explorer chart version and location ([#1188](#1188)) ([0c415ef](0c415ef))
        * use "double fork" to invoke port forward within Taskfile ([#1148](#1148)) ([d662d3f](d662d3f))

    commit d0a8046
    Author: Swirlds Automation <swirlds-eng-automation@swirlds.com>
    Date:   Fri Jan 24 15:37:52 2025 +0000

        chore: auto update docs/content/User/StepByStepGuide.md

        Signed-off-by: Swirlds Automation <swirlds-eng-automation@swirlds.com>

    commit d60247a
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Fri Jan 24 08:30:52 2025 -0600

        chore(deps-dev): bump @types/node from 22.10.9 to 22.10.10 (#1207)

        Signed-off-by: dependabot[bot] <support@github.com>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit 28fd81e
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Fri Jan 24 08:29:42 2025 -0600

        chore(deps-dev): bump @types/ws from 8.5.13 to 8.5.14 (#1206)

        Signed-off-by: dependabot[bot] <support@github.com>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit 64fbf95
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Thu Jan 23 11:40:40 2025 -0600

        chore(deps-dev): bump mocha from 11.0.1 to 11.1.0 (#1200)

        Signed-off-by: dependabot[bot] <support@github.com>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit 960db04
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Thu Jan 23 08:19:52 2025 -0600

        chore(deps-dev): bump @types/node from 22.10.7 to 22.10.9 (#1199)

        Signed-off-by: dependabot[bot] <support@github.com>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    commit 9d1a8cb
    Author: JeffreyDallas <39912573+JeffreyDallas@users.noreply.github.com>
    Date:   Wed Jan 22 13:28:24 2025 -0600

        fix: merge error due to change of remote_config_tasks (#1197)

        Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>

    commit 66cfc4d
    Author: Ivo Yankov <ivo@devlabs.bg>
    Date:   Wed Jan 22 18:38:35 2025 +0200

        fix: Refactor RemoteConfigTasks class (#1185)

        Signed-off-by: Ivo Yankov <ivo@devlabs.bg>

    commit 0887fa6
    Author: JeffreyDallas <39912573+JeffreyDallas@users.noreply.github.com>
    Date:   Wed Jan 22 10:38:00 2025 -0600

        feat: separate explorer from mirror node install/uninstall (#1177)

        Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>

    commit 89c557a
    Author: Ivo Yankov <ivo@devlabs.bg>
    Date:   Tue Jan 21 16:40:39 2025 +0200

        fix: remove k8.getKubeConfig (#1182)

        Signed-off-by: Ivo Yankov <ivo@devlabs.bg>

    commit 0c415ef
    Author: Nathan Klick <nathan@swirldslabs.com>
    Date:   Tue Jan 21 07:55:33 2025 -0600

        fix: update hedera explorer chart version and location (#1188)

        Signed-off-by: Nathan Klick <nathan@swirldslabs.com>

    commit 0e236d7
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Date:   Tue Jan 21 07:27:00 2025 -0600

        chore(deps-dev): bump @typescript-eslint/utils from 8.20.0 to 8.21.0 (#1190)

        Signed-off-by: dependabot[bot] <support@github.com>
        Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

    Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>

Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
swirlds-automation added a commit that referenced this pull request Feb 20, 2025
## [0.35.0](v0.34.0...v0.35.0) (2025-02-20)

### Features

* Add adminKey flag to node setup command ([#1193](#1193)) ([b044fcc](b044fcc))
* add BaseCommand.getConsensusNodes() method ([#1364](#1364)) ([44703a4](44703a4))
* add BaseCommand.getContexts() method ([#1366](#1366)) ([7a5b05b](7a5b05b))
* add basic multi-cluster support to `solo network deploy` ([#1389](#1389)) ([22ed9ae](22ed9ae))
* add clusters fluent interface implementation ([#1291](#1291)) ([95c71f0](95c71f0))
* add concurrent to the task of copying hedera jar files to network node ([#1289](#1289)) ([c50f4c3](c50f4c3))
* add configmaps fluent interface implementation ([#1295](#1295)) ([2c5d6f3](2c5d6f3))
* add contexts fluent interface implementation ([#1297](#1297)) ([938a956](938a956))
* add factory and injection logic ([#1352](#1352)) ([c794610](c794610))
* add flags to support aws as storage destination ([#1372](#1372)) ([5ca0e47](5ca0e47))
* add secrets fluent interface implementation ([#1312](#1312)) ([fb92fd6](fb92fd6))
* add service and services fluent interface implementation ([#1303](#1303)) ([8ef6998](8ef6998))
* add support for --force-port-forward as a top level flag ([#1404](#1404)) ([5c18967](5c18967))
* add support for multi-cluster testing via KinD ([#1392](#1392)) ([ec7eca1](ec7eca1))
* add support for using load balancer address in gossip configuration ([#1405](#1405)) ([0e3f41f](0e3f41f))
* **cli:** add new command `solo deployment list` that lists deployments on that specific cluster ([#1220](#1220)) ([6b0b486](6b0b486))
* **cli:** reduce redundancy on context to cluster flags in command `deployment create` ([#1156](#1156)) ([4ab4dd5](4ab4dd5))
* create the v059x node-override.yaml via solo ([#1192](#1192)) ([283d35c](283d35c))
* **external-database:** add ability to pass readonly user to the external database ([#1350](#1350)) ([d9626ac](d9626ac))
* **local-remote-config:** added solo version to local config and remote config ([#1384](#1384)) ([2dca095](2dca095))
* **mirror-node:** Enhance mirror-node external database feature ([#1230](#1230)) ([bce75d5](bce75d5))
* **multi-cluster:** 'solo relay deploy' to handle cluster-ref value ([#1394](#1394)) ([e73114c](e73114c))
* **multi-cluster:** make remote config validation compatible with multi-cluster K8 implementation ([#1407](#1407)) ([7614a39](7614a39))
* **multi-cluster:** Update `solo node setup` to support multiple clusters ([#1368](#1368)) ([4618a43](4618a43))
* **remote-config:** instead of keeping just the command and the subcommand inside the remote config keep the flags as passed ([#1208](#1208)) ([a31498e](a31498e))
* **remote-config:** save reusable solo flags in remoteconfig ([#1191](#1191)) ([809d0ab](809d0ab))
* Separate concepts for namespace and deployment name ([#1231](#1231)) ([2566c90](2566c90))
* update solo to support pathPrefix of mirror node importer ([#1204](#1204)) ([d9a3592](d9a3592))

### Bug Fixes

* ensure network active check supports multi-cluster deployments ([#1431](#1431)) ([a07801f](a07801f))
* ensure staking updates support multi-cluster deployments  ([#1432](#1432)) ([ef5435e](ef5435e))
* fixed issue with taskfile forcing an incorrect cluster and context and added a dual cluster readme ([#1396](#1396)) ([cc672c2](cc672c2))
* fixed merge issue with incorrect license header ([#1235](#1235)) ([cb91806](cb91806))
* increase number of attempts to wait for active nodes ([#1430](#1430)) ([d113167](d113167))
* mirror node command changes required for multi-cluster support ([#1433](#1433)) ([f43870e](f43870e))
* **multi-cluster:** fix 'solo node setup' command, failing when running multiple clusters ([#1421](#1421)) ([eacdf1f](eacdf1f))
* **network-command:** wrong value passed to addDebugOptions inside the 'network' command ([#1415](#1415)) ([c2e5c3b](c2e5c3b))
* Resolve `cannot read properties of undefined `error thrown during `solo network deploy` ([#1410](#1410)) ([401b937](401b937))
* test script of google storage ([#1397](#1397)) ([370f57b](370f57b))
* update default solo helm chart version ([#1378](#1378)) ([5b5e276](5b5e276))
* update RemoteConfig to handle multi-cluster networking ([#1348](#1348)) ([77b769f](77b769f))
* use better internal IPs for 0.58.5+ ([#1429](#1429)) ([26279ac](26279ac))
@swirlds-automation
Copy link
Contributor

🎉 This PR is included in version 0.35.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@swirlds-automation
Copy link
Contributor

🎉 This PR is included in version 0.35.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: Ready to Merge A pull request that is ready to merge. released on @0.35.x released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update solo to support pathPrefix of mirror node importer
3 participants