Skip to content

fix: update default helm chart version #378

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 3 commits into from
Jun 13, 2024
Merged

Conversation

nathanklick
Copy link
Contributor

Description

This pull request changes the following:

  • Updates the default helm chart version.

Related Issues

@nathanklick nathanklick added Feature Enhancement Enhancing an existing feature driven by business requirements. Typically backwards compatible. P0 An issue impacting production environments or impacting multiple releases or multiple individuals. labels Jun 12, 2024
@nathanklick nathanklick self-assigned this Jun 12, 2024
@nathanklick nathanklick requested review from a team as code owners June 12, 2024 19:51
Copy link
Contributor

github-actions bot commented Jun 12, 2024

Unit Test Results - Linux

  1 files   19 suites   1m 13s ⏱️
123 tests 123 ✅ 0 💤 0 ❌
149 runs  149 ✅ 0 💤 0 ❌

Results for commit f017e43.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Jun 12, 2024

Unit Test Results - Windows

  1 files   19 suites   1m 57s ⏱️
123 tests 123 ✅ 0 💤 0 ❌
149 runs  149 ✅ 0 💤 0 ❌

Results for commit f017e43.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Jun 12, 2024

E2E Tests Coverage Report

55 tests   55 ✅  4m 36s ⏱️
 9 suites   0 💤
 1 files     0 ❌

Results for commit f017e43.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Jun 12, 2024

E2E Node PEM Stop Add Tests Coverage Report

 1 files   1 suites   5m 57s ⏱️
17 tests 17 ✅ 0 💤 0 ❌
19 runs  19 ✅ 0 💤 0 ❌

Results for commit f017e43.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Jun 12, 2024

E2E Node PFX Kill Add Tests Coverage Report

 1 files   1 suites   7m 31s ⏱️
17 tests 17 ✅ 0 💤 0 ❌
19 runs  19 ✅ 0 💤 0 ❌

Results for commit f017e43.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Jun 12, 2024

E2E Node Local Build Tests Coverage Report

8 tests   8 ✅  3m 59s ⏱️
2 suites  0 💤
1 files    0 ❌

Results for commit f017e43.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Jun 12, 2024

E2E Mirror Node Tests Coverage Report

11 tests   11 ✅  3m 35s ⏱️
 1 suites   0 💤
 1 files     0 ❌

Results for commit f017e43.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Jun 12, 2024

E2E Relay Tests Coverage Report

1 files  1 suites   2m 22s ⏱️
5 tests 5 ✅ 0 💤 0 ❌
6 runs  6 ✅ 0 💤 0 ❌

Results for commit f017e43.

♻️ This comment has been updated with latest results.

@nathanklick nathanklick requested a review from leninmehedy as a code owner June 13, 2024 16:11
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
Report missing for 628b72e1 100.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (628b72e) Report Missing Report Missing Report Missing
Head commit (f017e43) 3437 2776 80.77%

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 (#378) 1 1 100.00%

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


🚀 Don’t miss a bit, follow what’s new on Codacy.

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 Jun 13, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.51%. Comparing base (e237954) to head (f017e43).
Report is 10 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #378      +/-   ##
==========================================
+ Coverage   81.48%   81.51%   +0.03%     
==========================================
  Files          35       35              
  Lines        4077     4096      +19     
  Branches      718      640      -78     
==========================================
+ Hits         3322     3339      +17     
- Misses        755      757       +2     
Files Coverage Δ
version.mjs 100.00% <100.00%> (ø)

... and 2 files with indirect coverage changes

Impacted file tree graph

@nathanklick nathanklick merged commit d3e7a1a into main Jun 13, 2024
31 checks passed
@nathanklick nathanklick deleted the 00377-Update-Helm-Chart branch June 13, 2024 20:01
swirlds-automation added a commit that referenced this pull request Jun 14, 2024
## [0.27.0](v0.26.0...v0.27.0) (2024-06-14)

### Features

* add node logs command ([#337](#337)) ([720ee0d](720ee0d))
* node log command also download config.txt and settings.txt ([#342](#342)) ([a8711a8](a8711a8))

### Bug Fixes

* update config to work with new version of hedera-json-rpc-relay ([#316](#316)) ([7974ade](7974ade))
* update default full stack chart version ([#362](#362)) ([a9254c4](a9254c4))
* update default helm chart version ([#378](#378)) ([d3e7a1a](d3e7a1a))
* update the default settings and log4j2 configuration files ([#384](#384)) ([3cad24b](3cad24b))
@swirlds-automation
Copy link
Contributor

🎉 This PR is included in version 0.27.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
Feature Enhancement Enhancing an existing feature driven by business requirements. Typically backwards compatible. P0 An issue impacting production environments or impacting multiple releases or multiple individuals. released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade default helm chart versions to support Latitude deployments
4 participants