errose28 commented on code in PR #27: URL: https://github.com/apache/ozone-site/pull/27#discussion_r1036490271
########## content/release/1.3.0.md: ########## @@ -0,0 +1,42 @@ +--- +title: Release 1.3.0 available +date: 2021-11-30 +linked: true +aliases: + - /release/1.3.0 +--- +<!--- + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. See accompanying LICENSE file. +--> + + + +Apache Ozone 1.3.0 is released with following features: + +- Erasure Coding - V1 support (Online reconstruction support) +- Erasure Coding - offline recovery support (HDDS-6462) +- Container balancer +- Limit number of rocksdb instances to 1 per disk on high-density datanodes (HDDS-3630) +- Multi-tenancy Support for Ozone (S3 multi-volume support) Review Comment: ```suggestion - Ozone S3 Multi-tenancy Support ``` ########## content/release/1.3.0.md: ########## @@ -0,0 +1,42 @@ +--- +title: Release 1.3.0 available +date: 2021-11-30 +linked: true +aliases: + - /release/1.3.0 +--- +<!--- + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. See accompanying LICENSE file. +--> + + + +Apache Ozone 1.3.0 is released with following features: + +- Erasure Coding - V1 support (Online reconstruction support) +- Erasure Coding - offline recovery support (HDDS-6462) +- Container balancer +- Limit number of rocksdb instances to 1 per disk on high-density datanodes (HDDS-3630) +- Multi-tenancy Support for Ozone (S3 multi-volume support) +- S3 Grpc improvements for metadata path +- Support filesystem optimization for existing installations not already using it Review Comment: ```suggestion - Filesystem Optimized and Object Store bucket layout types ``` ########## content/release/1.3.0.md: ########## @@ -0,0 +1,42 @@ +--- +title: Release 1.3.0 available +date: 2021-11-30 +linked: true +aliases: + - /release/1.3.0 Review Comment: Yeah this was used [previously](https://github.com/apache/ozone-site/commit/89cdb07b59cc6610f5d0402b846c750b6c8b28a2) to redirect 1.2.0 to 1.2.1. We shouldn't need it here for 1.3.0. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
