Skip to content

Commit

Permalink
Update release notes for 2.1.3
Browse files Browse the repository at this point in the history
* Update gems
* Fix links to javadoc.io
* Remove draft status from 2.1.3 release notes
* Line wrap items
* Remove some internal, non-user facing items from the notes
* Add some missing notable items
* Organize items by configurability, observable behavior, bug fix,
  metrics, and other
* Add note about JDK 17 requirement for the build
* Add link to the git history
  • Loading branch information
ctubbsii committed Aug 13, 2024
1 parent abd9bc0 commit 7ed75fc
Show file tree
Hide file tree
Showing 3 changed files with 142 additions and 101 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ GEM
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
colorator (1.1.0)
concurrent-ruby (1.3.3)
concurrent-ruby (1.3.4)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.17.0-x86_64-linux-gnu)
forwardable-extended (2.6.0)
google-protobuf (3.25.3)
google-protobuf (3.25.3-x86_64-linux)
http_parser.rb (0.8.0)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -52,7 +52,7 @@ GEM
rb-fsevent (0.11.2)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.3.3)
rexml (3.3.5)
strscan
rouge (4.3.0)
safe_yaml (1.0.5)
Expand Down
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ url: "https://accumulo.apache.org" # the base hostname & protocol for your site
latest_release: 2.1.3
javadoc_version: 2.1.3
num_home_posts: 5
javadoc_base: "https://static.javadoc.io/org.apache.accumulo"
javadoc_base: "https://www.javadoc.io/static/org.apache.accumulo"
docs_baseurl: "/docs/2.x"

# Build settings
Expand Down Expand Up @@ -75,7 +75,7 @@ defaults:
latest_release: "2.1.3"
javadoc_version: "2.1.3"
docs_baseurl: "/docs/2.x"
javadoc_base: "https://static.javadoc.io/org.apache.accumulo"
javadoc_base: "https://www.javadoc.io/static/org.apache.accumulo"
skiph1fortitle: "true"
gh_branch: "main"

Expand Down
Loading

0 comments on commit 7ed75fc

Please sign in to comment.