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

docs: Update CHANGELOG for release v3.0.5 #2198

Merged
merged 2 commits into from
Feb 2, 2023

Conversation

justxuewei
Copy link
Member

What this PR does:

This pull request is for release v3.0.5, which focuses on stability. The CHANGELOG is updated.

Which issue(s) this PR fixes:
Fixes #

You should pay attention to items below to ensure your pr passes our ci test
We do not merge pr with ci tests failed

  • All ut passed (run 'go test ./...' in project root)
  • After go-fmt ed , run 'go fmt project' using goland.
  • Golangci-lint passed, run 'sudo golangci-lint run' in project root.
  • Your new-created file needs to have apache license at the top, like other existed file does.
  • All integration test passed. You can run integration test locally (with docker env). Clone our dubbo-go-samples project and replace the go.mod to your dubbo-go, and run 'sudo sh start_integration_test.sh' at root of samples project root. (M1 Slice is not Support)

Signed-off-by: Xuewei Niu justxuewei@apache.org

Signed-off-by: Xuewei Niu <justxuewei@apache.org>
@justxuewei
Copy link
Member Author

Please ignore the SonarCloud message as it is not relevant to this pull request.

Signed-off-by: Xuewei Niu <justxuewei@apache.org>
@codecov-commenter
Copy link

codecov-commenter commented Feb 2, 2023

Codecov Report

Merging #2198 (5fdf62b) into 3.0 (2e4e958) will decrease coverage by 0.14%.
The diff coverage is 28.68%.

@@            Coverage Diff             @@
##              3.0    #2198      +/-   ##
==========================================
- Coverage   44.26%   44.13%   -0.14%     
==========================================
  Files         283      283              
  Lines       17050    17164     +114     
==========================================
+ Hits         7548     7576      +28     
- Misses       8707     8790      +83     
- Partials      795      798       +3     
Impacted Files Coverage Δ
metadata/service/local/service_proxy.go 62.35% <0.00%> (-0.75%) ⬇️
registry/base_registry.go 1.41% <0.00%> (-0.02%) ⬇️
registry/etcdv3/registry.go 2.98% <0.00%> (-0.10%) ⬇️
...y/event/service_instances_changed_listener_impl.go 0.00% <0.00%> (ø)
registry/mock_registry.go 0.00% <0.00%> (ø)
registry/nacos/registry.go 42.07% <0.00%> (-3.93%) ⬇️
...try/servicediscovery/service_discovery_registry.go 1.11% <0.00%> (-0.15%) ⬇️
registry/zookeeper/listener.go 0.00% <0.00%> (ø)
registry/zookeeper/registry.go 1.21% <0.00%> (-0.02%) ⬇️
registry/zookeeper/service_discovery.go 17.07% <0.00%> (ø)
... and 13 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@sonarcloud
Copy link

sonarcloud bot commented Feb 2, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

No Coverage information No Coverage information
3.0% 3.0% Duplication

@justxuewei justxuewei merged commit 6deedc3 into apache:3.0 Feb 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants