Skip to content

ci: bump cn to 0.75#4575

Open
JeffreyDallas wants to merge 48 commits into
mainfrom
bump-cn-75
Open

ci: bump cn to 0.75#4575
JeffreyDallas wants to merge 48 commits into
mainfrom
bump-cn-75

Conversation

@JeffreyDallas

Copy link
Copy Markdown
Contributor

Description

This pull request changes the following:

  • bump cn to 0.75

Related Issues

  • Closes #
  • Related to #

Pull request (PR) checklist

  • This PR added tests (unit, integration, and/or end-to-end)
  • This PR updated documentation
  • This PR added no TODOs or commented out code
  • This PR has no breaking changes
  • Any technical debt has been documented as a separate issue and linked to this PR
  • Any package.json changes have been explained to and approved by a repository manager
  • All related issues have been linked to this PR
  • All changes in this PR are included in the description
  • When this PR merges the commits will be squashed and the title will be used as the commit message, the 'commit message guidelines' below have been followed

Testing

  • This PR added unit tests
  • This PR added integration/end-to-end tests
  • These changes required manual testing that is documented below
  • Anything not tested is documented

The following manual testing was done:

  • TBD

The following was not tested:

  • TBD
Commit message guidelines We use 'Conventional Commits' to ensure that our commit messages are easy to read, follow a consistent format, and for automated release note generation. Please follow the guidelines below when writing your commit messages:
  1. BREAKING CHANGE: a commit that has a footer BREAKING CHANGE:, or appends a ! after the type/scope, introduces a breaking API change (correlating with MAJOR in Semantic Versioning). A BREAKING CHANGE can be part of commits of any type. NOTE: currently breaking changes will only bump the MAJOR version.
  2. The title is prefixed with one of the following:
Prefix Description Semantic Version Update Captured in Release Notes
feat: a new feature MINOR Yes
fix: a bug fix PATCH Yes
perf: performance PATCH Yes
refactor: code change that isn't feature or fix none No
test: adding missing tests none No
docs: changes to documentation none Yes
build: changes to build process none No
ci: changes to CI configuration none No
style: formatting, missing semi-colons, etc none No
chore: updating grunt tasks etc; no production code change none No

JeffreyDallas and others added 30 commits May 21, 2026 09:13
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
Signed-off-by: JeffreyDallas <39912573+JeffreyDallas@users.noreply.github.com>
Removed NETWORK_LOAD_GENERATOR_CHART_VERSION export.

Signed-off-by: JeffreyDallas <39912573+JeffreyDallas@users.noreply.github.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>

# Conflicts:
#	version.ts
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: JeffreyDallas <39912573+JeffreyDallas@users.noreply.github.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>
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>
@trunk-io

trunk-io Bot commented Jun 4, 2026

Copy link
Copy Markdown

Merging to main in this repository is managed by Trunk.

  • To merge this pull request, check the box to the left or comment /trunk merge below.

After your PR is submitted to the merge queue, this comment will be automatically updated with its status. If the PR fails, failure details will also be posted here

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

github-actions Bot commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

Unit Test Results - Linux

38 tests  ±0   38 ✅ ±0   0s ⏱️ ±0s
17 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit eed2dd3. ± Comparison against base commit ee99636.

♻️ This comment has been updated with latest results.

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

github-actions Bot commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

Unit Test Results - Windows

    1 files  ±0    337 suites  ±0   10s ⏱️ ±0s
1 068 tests ±0  1 068 ✅ ±0  0 💤 ±0  0 ❌ ±0 
1 072 runs  ±0  1 072 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit eed2dd3. ± Comparison against base commit ee99636.

This pull request removes 2 and adds 2 tests. Note that renamed tests count towards both.
appends BLOCK_NODE_SOLO_DEV_FILE to an existing values file ‑ buildBlockNodeArgv appends BLOCK_NODE_SOLO_DEV_FILE to an existing values file
sets values file to BLOCK_NODE_SOLO_DEV_FILE when no existing values file ‑ buildBlockNodeArgv sets values file to BLOCK_NODE_SOLO_DEV_FILE when no existing values file
does not set values file when no values file is provided ‑ buildBlockNodeArgv does not set values file when no values file is provided
should leave mirror node on consensus streams when consensus node version is not supported ‑ MirrorNodeCommand unit tests should leave mirror node on consensus streams when consensus node version is not supported

♻️ This comment has been updated with latest results.

@github-actions

github-actions Bot commented Jun 4, 2026

Copy link
Copy Markdown
Contributor

E2E Test Report

 10 files  ±0   94 suites  ±0   1h 22m 28s ⏱️ - 1m 2s
299 tests +1  299 ✅ +1  0 💤 ±0  0 ❌ ±0 
317 runs  +1  317 ✅ +1  0 💤 ±0  0 ❌ ±0 

Results for commit 4ec54fd. ± Comparison against base commit 6abd297.

This pull request removes 24 and adds 25 tests. Note that renamed tests count towards both.
deployment diagnostics logs command should work ‑ E2E Test Suite for 'account-cmd-e2e' Bootstrap network for test [release v0.74.0] deployment diagnostics logs command should work
deployment diagnostics logs command should work ‑ Node add with hedera local build E2E Test Suite for 'node-addnode1' Bootstrap network for test [release v0.73.0] deployment diagnostics logs command should work
generate key files ‑ E2E Test Suite for 'account-cmd-e2e' Bootstrap network for test [release v0.74.0] generate key files
generate key files ‑ E2E Test Suite for 'pkg-installer-e2e' Bootstrap network for test [release v0.74.0] generate key files
generate key files ‑ Node add with hedera local build E2E Test Suite for 'node-addnode1' Bootstrap network for test [release v0.73.0] generate key files
should cleanup previous deployment ‑ E2E Test Suite for 'account-cmd-e2e' Bootstrap network for test [release v0.74.0] should cleanup previous deployment
should cleanup previous deployment ‑ E2E Test Suite for 'pkg-installer-e2e' Bootstrap network for test [release v0.74.0] should cleanup previous deployment
should cleanup previous deployment ‑ Node add with hedera local build E2E Test Suite for 'node-addnode1' Bootstrap network for test [release v0.73.0] should cleanup previous deployment
should succeed with 'deployment cluster attach' ‑ E2E Test Suite for 'account-cmd-e2e' Bootstrap network for test [release v0.74.0] should succeed with 'deployment cluster attach'
should succeed with 'deployment cluster attach' ‑ E2E Test Suite for 'pkg-installer-e2e' Bootstrap network for test [release v0.74.0] should succeed with 'deployment cluster attach'
…
block-node-test: mirror node add ‑ Dual Cluster Full E2E Test Suite Block Node E2E Test block-node-test: mirror node add
deployment diagnostics logs command should work ‑ E2E Test Suite for 'account-cmd-e2e' Bootstrap network for test [release v0.75.0-rc.4] deployment diagnostics logs command should work
deployment diagnostics logs command should work ‑ Node add with hedera local build E2E Test Suite for 'node-addnode1' Bootstrap network for test [release v0.74.0] deployment diagnostics logs command should work
generate key files ‑ E2E Test Suite for 'account-cmd-e2e' Bootstrap network for test [release v0.75.0-rc.4] generate key files
generate key files ‑ E2E Test Suite for 'pkg-installer-e2e' Bootstrap network for test [release v0.75.0-rc.4] generate key files
generate key files ‑ Node add with hedera local build E2E Test Suite for 'node-addnode1' Bootstrap network for test [release v0.74.0] generate key files
should cleanup previous deployment ‑ E2E Test Suite for 'account-cmd-e2e' Bootstrap network for test [release v0.75.0-rc.4] should cleanup previous deployment
should cleanup previous deployment ‑ E2E Test Suite for 'pkg-installer-e2e' Bootstrap network for test [release v0.75.0-rc.4] should cleanup previous deployment
should cleanup previous deployment ‑ Node add with hedera local build E2E Test Suite for 'node-addnode1' Bootstrap network for test [release v0.74.0] should cleanup previous deployment
should succeed with 'deployment cluster attach' ‑ E2E Test Suite for 'account-cmd-e2e' Bootstrap network for test [release v0.75.0-rc.4] should succeed with 'deployment cluster attach'
…

♻️ This comment has been updated with latest results.

Signed-off-by: JeffreyDallas <39912573+JeffreyDallas@users.noreply.github.com>
Signed-off-by: JeffreyDallas <39912573+JeffreyDallas@users.noreply.github.com>
@jeromy-cannon jeromy-cannon added the P1-💎 Current Milestone & Goals label Jun 19, 2026
@jeromy-cannon jeromy-cannon marked this pull request as draft June 19, 2026 15:48
@jeromy-cannon jeromy-cannon added the PR: Merge Conflicts A pull request that has merge conflicts that need to be resolved. label Jun 19, 2026
Signed-off-by: JeffreyDallas <39912573+JeffreyDallas@users.noreply.github.com>
@JeffreyDallas JeffreyDallas removed the PR: Merge Conflicts A pull request that has merge conflicts that need to be resolved. label Jun 22, 2026
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 marked this pull request as ready for review June 23, 2026 02:36
JeffreyDallas and others added 2 commits June 22, 2026 21:36
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
@jeromy-cannon jeromy-cannon marked this pull request as draft June 23, 2026 06:04
@jeromy-cannon jeromy-cannon added the PR: Merge Conflicts A pull request that has merge conflicts that need to be resolved. label Jun 23, 2026
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>

# Conflicts:
#	src/commands/block-node.ts
@JeffreyDallas JeffreyDallas removed the PR: Merge Conflicts A pull request that has merge conflicts that need to be resolved. label Jun 23, 2026
@JeffreyDallas JeffreyDallas marked this pull request as ready for review June 23, 2026 16:16
JeffreyDallas and others added 4 commits June 23, 2026 11:16
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>

# Conflicts:
#	src/commands/mirror-node.ts
#	test/unit/commands/mirror-node.test.ts
Signed-off-by: Jeffrey Tang <jeffrey@swirldslabs.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

P1-💎 Current Milestone & Goals

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants