This is an automated email from the ASF dual-hosted git repository. ctubbsii pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/accumulo-website.git
commit 45b030b2cadb7ef06e0979318a90bcc5f2c4e59b Author: Christopher Tubbs <ctubb...@apache.org> AuthorDate: Wed Dec 23 23:38:18 2020 -0500 Update website for 2.0.1 release --- _config.yml | 8 ++-- _docs-2/administration/upgrading.md | 4 +- _includes/nav.html | 2 +- _posts/release/2019-08-02-accumulo-2.0.0.md | 1 + _posts/release/2020-12-09-accumulo-2.0.1.md | 53 --------------------- _posts/release/2020-12-22-accumulo-1.10.1.md | 4 +- _posts/release/2020-12-24-accumulo-2.0.1.md | 69 ++++++++++++++++++++++++++++ doap/accumulo.rdf | 7 +++ pages/downloads.md | 2 +- 9 files changed, 87 insertions(+), 63 deletions(-) diff --git a/_config.yml b/_config.yml index 73917f9..9f7ff1d 100644 --- a/_config.yml +++ b/_config.yml @@ -15,8 +15,8 @@ description: > # this means to ignore newlines until "url:" url: "https://accumulo.apache.org" # the base hostname & protocol for your site twitter_username: ApacheAccumulo exclude: [vendor] -latest_release: 2.0.0 -javadoc_version: 2.0.0 +latest_release: 2.0.1 +javadoc_version: 2.0.1 num_home_posts: 5 javadoc_base: "https://static.javadoc.io/org.apache.accumulo" docs_baseurl: "/docs/2.x" @@ -67,8 +67,8 @@ defaults: layout: "docs-2" title_prefix: "Accumulo Documentation - " version: "2.x" - latest_release: "2.0.0" - javadoc_version: "2.0.0" + latest_release: "2.0.1" + javadoc_version: "2.0.1" docs_baseurl: "/docs/2.x" javadoc_base: "https://static.javadoc.io/org.apache.accumulo" skiph1fortitle: "true" diff --git a/_docs-2/administration/upgrading.md b/_docs-2/administration/upgrading.md index 7659b6c..040f1ab 100644 --- a/_docs-2/administration/upgrading.md +++ b/_docs-2/administration/upgrading.md @@ -53,7 +53,7 @@ When your Accumulo 2.0 installation is properly configured, stop Accumulo 1.8/9 ``` ./accumulo-1.9.3/bin/stop-all.sh -./accumulo-2.0.0/bin/accumulo-cluster start +./accumulo-2.0.1/bin/accumulo-cluster start ``` It is recommended that users test this upgrade on development or test clusters before attempting it on production clusters. @@ -69,7 +69,7 @@ Below is a list of client API changes that users are required to make for 2.0: <dependency> <groupId>org.apache.accumulo</groupId> <artifactId>accumulo-core</artifactId> - <version>2.0.0</version> + <version>2.0.1</version> </dependency> ``` * ClientConfiguration objects can no longer be ceated using `new ClientConfiguration()`. diff --git a/_includes/nav.html b/_includes/nav.html index b32daf0..c79080c 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -17,7 +17,7 @@ <li class="dropdown"> <a class="dropdown-toggle" data-toggle="dropdown" href="#">Releases<span class="caret"></span></a> <ul class="dropdown-menu"> - <li><a href="{{ site.baseurl }}/release/accumulo-2.0.0/">2.0.0 (Latest)</a></li> + <li><a href="{{ site.baseurl }}/release/accumulo-2.0.1/">2.0.1 (Latest)</a></li> <li><a href="{{ site.baseurl }}/release/accumulo-1.10.1/">1.10.1</a></li> <li><a href="{{ site.baseurl }}/release/">Archive</a></li> </ul> diff --git a/_posts/release/2019-08-02-accumulo-2.0.0.md b/_posts/release/2019-08-02-accumulo-2.0.0.md index c30f933..8ddf98b 100644 --- a/_posts/release/2019-08-02-accumulo-2.0.0.md +++ b/_posts/release/2019-08-02-accumulo-2.0.0.md @@ -1,6 +1,7 @@ --- title: Apache Accumulo 2.0.0 sortableversion: '02.00.00-final' +archived_critical: true --- Apache Accumulo 2.0.0 contains significant changes from 1.9 and earlier diff --git a/_posts/release/2020-12-09-accumulo-2.0.1.md b/_posts/release/2020-12-09-accumulo-2.0.1.md deleted file mode 100644 index a9ef4d5..0000000 --- a/_posts/release/2020-12-09-accumulo-2.0.1.md +++ /dev/null @@ -1,53 +0,0 @@ ---- -title: Apache Accumulo 2.0.1 -sortableversion: '02.00.01' -draft: true ---- - -Apache Accumulo 2.0.1 contains bug fixes for 2.0.0. This release contains contributions from -the Apace Accumulo community. . The following release notes highlight some of the -changes. If anything is missing from this list, please [contact] the developers -to have it included. - -Users of that have migrated to 2.0.0 are urged to upgrade to 2.0.1 as soon as it is -available. - -## Minimum Requirements - -The versions mentioned here are a guide only. It is not expected that our -convenience binary tarball will work out-of-the-box with your particular -environment, and some responsibility is placed on users to properly configure -Accumulo, or even patch and rebuild it from source, for their particular -environment. - -Please [contact] us or file or create a github [issue][github-issues] if you have trouble with a -specific version or wish to seek tips. Be prepared to provide details of the -problems you encounter, as well as perform some troubleshooting steps of your -own, in order to get the best response. - -## Major Bug Fixes - -* Update exceptions when permissions check fail [#1828] - -## Bug Fixes - -* Fix AccumuloClient builder by from modifying provided properties when building a client [#1839] - -## Other Miscellaneous Bug Fixes - -* Testing and build improvements. - * Improved IT tests for auditing flush commands. - * Improved PermissionsIT coverage. - - -## Upgrading - -View the [Upgrading Accumulo documentation][upgrade] for guidance. - -[contact]: /contact-us -[semver]: https://semver.org/spec/v2.0.0.html -[upgrade]: /docs/2.x/administration/upgrading -[website-repo]: https://github.com/apache/accumulo-website -[#1828]: https://github.com/apache/accumulo/pull/1828 -[#1839]: https://github.com/apache/accumulo/issues/1839 -[github-issues]: https://github.com/apache/accumulo/issues diff --git a/_posts/release/2020-12-22-accumulo-1.10.1.md b/_posts/release/2020-12-22-accumulo-1.10.1.md index ec0dbc4..aa2a5c7 100644 --- a/_posts/release/2020-12-22-accumulo-1.10.1.md +++ b/_posts/release/2020-12-22-accumulo-1.10.1.md @@ -19,8 +19,8 @@ one that is suitable for their needs becomes available. ## Major Bug Fixes -* {% ghi 1830 %}, {% ghi 1832 %} Update exceptions when permission checks fail - with improved testing coverage +* {% ghi 1830 %}, {% ghi 1832 %} Throw exceptions when permission checks fail, + and improve test coverage for permissions checks ### Other Bug Fixes diff --git a/_posts/release/2020-12-24-accumulo-2.0.1.md b/_posts/release/2020-12-24-accumulo-2.0.1.md new file mode 100644 index 0000000..01ad02a --- /dev/null +++ b/_posts/release/2020-12-24-accumulo-2.0.1.md @@ -0,0 +1,69 @@ +--- +title: Apache Accumulo 2.0.1 +sortableversion: '02.00.01' +--- + +Apache Accumulo 2.0.1 contains bug fixes for 2.0.0. + +Since 2.0 is a non-LTM release line, and since an LTM release line has not yet +been made available for 2.x, this patch backports important bug fixes to 2.0 +that could affect any existing 2.0.0 users. Users that have already migrated to +2.0.0 are urged to upgrade to 2.0.1 as soon as possible, and users of 1.10 who +wish to upgrade to 2.0 should upgrade directly to 2.0.1, bypassing 2.0.0. + +These release notes are highlights of the changes since 2.0.0. The full +detailed changes can be seen in the git history. If anything is missing from +this list, please [contact] us to have it included. + +## Major Bug Fixes + +* {% ghi 1828 %}, {% ghi 1832 %} Throw exceptions when permission checks fail, + and improve test coverage for permissions checks + +### Other Bug Fixes + +* {% ghi 1839 %} Fix AccumuloClient's builder to prevent it from modifying a + provided Properties object when building a client from Properties + +## Note About Newer JDK Versions (11 and later) + +While work has been done on other branches to better support newer JDK +versions, that is not the case for this non-LTM release. Certain non-critical +aspects of this release are known to break with some newer versions of JDK. + +For example, the version of `maven-javadoc-plugin` may fail to generate the +javadocs using a newer JDK's javadoc tool. In addition, this release assumes +the use of the CMS garbage collector in its build tests and in minicluster. +Newer JDKs, where CMS has been removed, may fail to execute Accumulo build +tests in this release. + +Therefore, it is recommended to use JDK 8 or JDK 11 with this release, which +are known to work. + +## Note About ZooKeeper Versions 3.5 and Later + +This release assumes the use of ZooKeeper 3.4. While work has been done on +other branches to better support newer ZooKeeper versions (3.5 and later), this +is a targeted release to fix specific bugs and does not include those kinds of +improvements. + +Therefore, in order to use this release with ZooKeeper versions 3.5 and later, +you may need to edit your default class path, or perform other minor changes to +work smoothly with those versions of ZooKeeper. Please [contact] us if you need +assistance working with newer versions of ZooKeeper. + +## Upgrading + +View the [Upgrading Accumulo documentation][upgrade] for guidance. + +## Useful Links + +* [Release VOTE email thread][vote-emails] +* [All Changes since 2.0.0][all-changes] +* [GitHub] - List of issues tracked on GitHub corresponding to this release + +[GitHub]: https://github.com/apache/accumulo/issues?q=project%3Aapache%2Faccumulo%2F19 +[all-changes]: https://github.com/apache/accumulo/compare/rel/2.0.0...apache:rel/2.0.1 +[contact]: {{ site.baseurl }}/contact-us +[upgrade]: /docs/2.x/administration/upgrading +[vote-emails]: https://lists.apache.org/thread.html/r0835b67240060cae394c7e4a7ad18a7238f17cabc7a508aa176c95c9%40%3Cdev.accumulo.apache.org%3E diff --git a/doap/accumulo.rdf b/doap/accumulo.rdf index c9dac14..c22b113 100644 --- a/doap/accumulo.rdf +++ b/doap/accumulo.rdf @@ -37,6 +37,13 @@ <release> <Version> <name>Apache Accumulo</name> + <created>2020-12-24</created> + <revision>2.0.1</revision> + </Version> + </release> + <release> + <Version> + <name>Apache Accumulo</name> <created>2020-12-22</created> <revision>1.10.1</revision> </Version> diff --git a/pages/downloads.md b/pages/downloads.md index 4a07d3f..e56d677 100644 --- a/pages/downloads.md +++ b/pages/downloads.md @@ -65,7 +65,7 @@ Be sure to [verify your downloads][VERIFY_PROCEDURES] using [these KEYS][GPG_KEY ## Current Releases -{% assign linkVers = '2.0.0' %} +{% assign linkVers = '2.0.1' %} ### {{linkVers}} **Latest**{: .label .label-primary} **non-LTM**{: .label .label-warning} {: #latest }