This is an automated email from the ASF dual-hosted git repository. gaul pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jclouds-site.git
commit 14095ab952d3314ddc95ea51ee58ea2da5479dbf Author: Andrew Gaul <[email protected]> AuthorDate: Sun Feb 9 23:27:53 2025 -0800 Bump to 2.7.0 --- _config.yml | 6 +++--- _includes/navbar.html | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index b5e30e6..dc38b83 100644 --- a/_config.yml +++ b/_config.yml @@ -6,6 +6,6 @@ paginate: 5 paginate_path: "blog/page:num" permalink: /blog/:categories/:year/:month/:day/:title relative_permalinks: false -latest_version: 2.5.0 -latest_version_date: 2022-03-26 -latest_snapshot: 2.6.0-SNAPSHOT +latest_version: 2.7.0 +latest_version_date: 2025-01-29 +latest_snapshot: 2.7.1-SNAPSHOT diff --git a/_includes/navbar.html b/_includes/navbar.html index 5246a44..4c6edd5 100755 --- a/_includes/navbar.html +++ b/_includes/navbar.html @@ -72,6 +72,8 @@ <a href="#" class="dropdown-toggle" data-toggle="dropdown">Release Notes<strong class="caret"></strong></a> <ul class="dropdown-menu"> <!-- only keep the release notes for supported versions in this list --> + <li><a href="/releasenotes/2.7.0">2.7.0</a></li> + <li><a href="/releasenotes/2.6.0">2.6.0</a></li> <li><a href="/releasenotes/2.5.0">2.5.0</a></li> <li><a href="/releasenotes/2.4.0">2.4.0</a></li> <li><a href="/releasenotes/2.3.0">2.3.0</a></li>
