jiazhai closed pull request #926: Issue 924: add description of shaded bookkeeper-server in 4.6.0 release notes URL: https://github.com/apache/bookkeeper/pull/926
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/site/docs/4.6.0/overview/releaseNotes.md b/site/docs/4.6.0/overview/releaseNotes.md index 3bd0116fc..c4969a4fe 100644 --- a/site/docs/4.6.0/overview/releaseNotes.md +++ b/site/docs/4.6.0/overview/releaseNotes.md @@ -54,7 +54,9 @@ The main features in 4.6.0 cover are around following areas: ### Deployment or Ease of use - Deployment BookKeeper on K8s. - - Provide yaml files to run BookKeeper on Kubernetes using both StatefulSets and DaemonSet. See [Issue-337](https://github.com/apache/bookkeeper/issues/337) and [Issue-681](https://github.com/apache/bookkeeper/issues/681)for more details. + - Provide yaml files to run BookKeeper on Kubernetes using both StatefulSets and DaemonSet. See [Issue-337](https://github.com/apache/bookkeeper/issues/337) and [Issue-681](https://github.com/apache/bookkeeper/issues/681) for more details. + +- Produce shaded and unshaded bookkeeper-server, so applications can choose what jar to use. The shaded jar is classified with shaded classifier. See [Issue-466](https://github.com/apache/bookkeeper/issues/466) for more details. ## Existing API changes @@ -63,4 +65,4 @@ The main features in 4.6.0 cover are around following areas: ## Full list of changes -- [https://github.com/apache/bookkeeper/milestone/2?closed=1](https://github.com/apache/bookkeeper/milestone/2?closed=1) \ No newline at end of file +- [https://github.com/apache/bookkeeper/milestone/2?closed=1](https://github.com/apache/bookkeeper/milestone/2?closed=1) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
