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


The following commit(s) were added to refs/heads/master by this push:
     new 584bb3b  Add release notes for 2.7.0
584bb3b is described below

commit 584bb3b2ed17778aaa9fa9995116f93e20928890
Author: Andrew Gaul <[email protected]>
AuthorDate: Wed Jan 29 20:58:42 2025 -0800

    Add release notes for 2.7.0
---
 doap_jclouds.rdf      |  7 +++++
 releasenotes/2.7.0.md | 87 +++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 94 insertions(+)

diff --git a/doap_jclouds.rdf b/doap_jclouds.rdf
index a2be187..b06abaf 100644
--- a/doap_jclouds.rdf
+++ b/doap_jclouds.rdf
@@ -35,6 +35,13 @@
     <programming-language>Java</programming-language>
     <category rdf:resource="http://projects.apache.org/category/cloud"; />
     <category rdf:resource="http://projects.apache.org/category/library"; />
+    <release>
+      <Version>
+        <name>Apache jclouds 2.7.0</name>
+        <created>2025-01-29</created>
+        <revision>2.7.0</revision>
+      </Version>
+    </release>
     <release>
       <Version>
         <name>Apache jclouds 2.6.0</name>
diff --git a/releasenotes/2.7.0.md b/releasenotes/2.7.0.md
new file mode 100644
index 0000000..f22eae1
--- /dev/null
+++ b/releasenotes/2.7.0.md
@@ -0,0 +1,87 @@
+---
+layout: releasenotes
+title: Release Notes for Version 2.7.0
+date: 2025-01-29 20:00:00
+release_notes: true
+permalink: /releasenotes/2.7.0/
+---
+
+1. [Introduction](#intro)
+1. [Release Highlights](#highlights)
+1. [Known Issues](#knownissues)
+1. [Credits](#credits)
+1. [Test Results](#test)
+
+## <a id="intro"></a>Introduction
+
+Apache jclouds 2.7.0 is a regular release which includes compatibility and bug 
fixes.
+You can [read the official announcement 
here](https://s.apache.org/jclouds270). To get started with jclouds, please see 
the [jclouds installation guide](/start/install/).
+
+## <a id="highlights"></a>Release Highlights
+
+New features in Apache jclouds 2.7.0 include:
+
+* Updated dependencies, particularly those that enable Java 21 and Guice 7 
support.
+
+### Bugs and patches
+
+<ul>
+<li>[<a 
href='https://issues.apache.org/jira/browse/JCLOUDS-1504'>JCLOUDS-1504</a>] -   
      BlobStore.list(container, ListContainerOptions) returns collection 
containing null elements 
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/JCLOUDS-1625'>JCLOUDS-1625</a>] -   
      getSize() from blob metadata returns full size when sending range request 
to JClouds running on GCS
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/JCLOUDS-1630'>JCLOUDS-1630</a>] -   
      UriTemplates.expand() silently cut storage prefix (blob key) if { (open 
curve bracket) ocured
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/JCLOUDS-1631'>JCLOUDS-1631</a>] -   
      AWS S3, sign for authorization header failed if query part contains 
special chars
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/JCLOUDS-1632'>JCLOUDS-1632</a>] -   
      GCP BlobStore fails to put a blob if blob name contains non ASCII 
characters
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/JCLOUDS-1640'>JCLOUDS-1640</a>] -   
      RequestAuthorizeSignatureV2 throws on folder with % in name
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/JCLOUDS-1642'>JCLOUDS-1642</a>] -   
      GCS getBlob with range header returns wrong length
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/JCLOUDS-1643'>JCLOUDS-1643</a>] -   
      When Google Compute Engine instances/start contains a warning message 
without code, deployment fails
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/JCLOUDS-1644'>JCLOUDS-1644</a>] -   
      Many AWS-S3 tests fail with InvalidBucketAclWithObjectOwnership
+</li>
+</ul>
+            
+### New Feature
+
+<ul>
+<li>[<a 
href='https://issues.apache.org/jira/browse/JCLOUDS-1635'>JCLOUDS-1635</a>] -   
      Add another blobstore Tier
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/JCLOUDS-1639'>JCLOUDS-1639</a>] -   
      Azure getBlockList filter by block type
+</li>
+</ul>
+    
+### Improvement
+
+<ul>
+<li>[<a 
href='https://issues.apache.org/jira/browse/JCLOUDS-1634'>JCLOUDS-1634</a>] -   
      Add AzureBlob cold access tier
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/JCLOUDS-1637'>JCLOUDS-1637</a>] -   
      JClouds does not work with Jakarta XML bind on classpath
+</li>
+<li>[<a 
href='https://issues.apache.org/jira/browse/JCLOUDS-1641'>JCLOUDS-1641</a>] -   
      Cannot patch objects in GCS with modern Java
+</li>
+</ul>
+
+The complete list of fixed issues and improvements can be found 
[here](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12350598&styleName=Html&projectId=12314430).
+
+## <a id="knownissues"></a> Known Issues
+
+* This release does not include labs providers.  Users can depend on the 
SNAPSHOTs instead.
+
+## <a id="credits"></a>Credits
+
+jclouds would like to thank everyone who contributed time and effort in order 
to make this release happen:
+
+* Apache jclouds 
[PMC](http://people.apache.org/committers-by-project.html#jclouds-pmc) and 
community for verifying the release.
+* Check out who has been busy on [Open 
Hub](https://www.openhub.net/p/jclouds/contributors?query=&sort=latest_commit).
+
+## <a id="test"></a>Test Results
+
+Please see the discussion and the vote threads for live test results for 2.7.0:
+
+* RC1 [vote](https://s.apache.org/jclouds270rc1vote) and 
[discussion](https://s.apache.org/jclouds270rc1discuss) threads.
+

Reply via email to