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

fix: build config-manager container NPE #8335

Merged
merged 2 commits into from
Nov 6, 2024

Conversation

sophon-zt
Copy link
Contributor

No description provided.

@sophon-zt sophon-zt requested a review from a team as a code owner October 25, 2024 06:49
@sophon-zt sophon-zt linked an issue Oct 25, 2024 that may be closed by this pull request
@github-actions github-actions bot added the size/M Denotes a PR that changes 30-99 lines. label Oct 25, 2024
Copy link

codecov bot commented Oct 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 62.21%. Comparing base (9e28574) to head (ae56a60).
Report is 21 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8335      +/-   ##
==========================================
+ Coverage   61.30%   62.21%   +0.91%     
==========================================
  Files         350      351       +1     
  Lines       41225    42489    +1264     
==========================================
+ Hits        25271    26434    +1163     
- Misses      13667    13753      +86     
- Partials     2287     2302      +15     
Flag Coverage Δ
unittests 62.21% <100.00%> (+0.91%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

ToolConfigs: []appsv1beta1.ToolConfig{
{
Name: "tools_name",
AsContainerImage: func() *bool { var b = true; return &b }(),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@apecloud-bot apecloud-bot added the approved PR Approved Test label Oct 25, 2024
@apecloud-bot apecloud-bot removed the approved PR Approved Test label Oct 25, 2024
@sophon-zt sophon-zt added this to the Release 0.9.2 milestone Oct 28, 2024
@apecloud-bot apecloud-bot added the approved PR Approved Test label Nov 5, 2024
@sophon-zt sophon-zt merged commit 67a0f6f into main Nov 6, 2024
35 checks passed
@sophon-zt sophon-zt deleted the bugfix/build-config-manager-container-npe-issue8333 branch November 6, 2024 03:04
@sophon-zt
Copy link
Contributor Author

/cherry-pick release-1.0-beta

Copy link

github-actions bot commented Nov 6, 2024

🤖 says: cherry pick action finished successfully 🎉!
See: https://github.com/apecloud/kubeblocks/actions/runs/11696457189

github-actions bot pushed a commit that referenced this pull request Nov 6, 2024
sophon-zt added a commit that referenced this pull request Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved PR Approved Test size/M Denotes a PR that changes 30-99 lines.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] build config-manager container NPE
4 participants