You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by Ignasi Barrera <no...@github.com> on 2015/03/15 22:05:24 UTC

[jclouds-site] Initial draft for the 1.9.0 release notes (#154)

Please, comment and feel free to push anything that is missing directly to the branch in the ASF repo, to get the PR automatically updated.
You can view, comment on, or merge this pull request online at:

  https://github.com/jclouds/jclouds-site/pull/154

-- Commit Summary --

  * Initial draft for the 1.9.0 release notes

-- File Changes --

    M .gitignore (1)
    M _config.yml (4)
    M _includes/navbar.html (1)
    A releasenotes/1.9.0.md (59)
    M releasenotes/index.md (1)

-- Patch Links --

https://github.com/jclouds/jclouds-site/pull/154.patch
https://github.com/jclouds/jclouds-site/pull/154.diff

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/154

Re: [jclouds-site] Initial draft for the 1.9.0 release notes (#154)

Posted by Andrew Gaul <no...@github.com>.
> +* Added C4 instance types to AWS EC2
> +* Refactored the OkHttp driver to use the native API
> +* Added a clean way to customize SSL/TLS connections using the OkHttp driver to avoid POODLE.
> +* Initial support for Azure Compute
> +* Added authentication to the Docker provider
> +* Added the ProfitBricks API
> +* Added the Shipyard API
> +* Added San José and Honolulu regions to CloudSigma
> +* Improved Google Compute Engine Compute support
> +* Chef has been promoted to the main repo and updated to support Chef 12
> +* Improved Google Compute Engine to use AutoValue
> +* Support portable setting and getting container and object ACLs (public-read and private)
> +* Support portable multi-object delete
> +* Improved multi-part upload compatibility with InputStream Payload
> +* Add support for user metadata with filesystem provider
> +* Add multi-part upload support for generic S3

Done.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/154/files#r27321879

Re: [jclouds-site] Initial draft for the 1.9.0 release notes (#154)

Posted by Andrew Phillips <no...@github.com>.
> +
> +
> +## <a id="api"></a>API Changes
> +
> +* Downgraded Guava dependency to 16.0.1 but code will now support also versions 17 and 18.
> +* Removed all async interfaces from all apis and providers
> +* Do not provide AWS endpoint for generic S3
> +* Require Azure API 2012-02-12 to allow support after [August 2015](http://blogs.msdn.com/b/windowsazurestorage/archive/2014/08/05/microsoft-azure-storage-service-version-removal.aspx)
> +* Require Java 7 to use filesystem provider (enables user metadata support)
> +
> +TODO
> +
> +## <a id="issues"></a>Known Issues
> +
> +* Amazon S3 does not support signature v4 or Frankfurt
> +* Filesystem provider does not support user metadata on Mac OS X due to [OpenJDK issue](https://bugs.openjdk.java.net/browse/JDK-8030048)

`[OpenJDK issue 8030048]`?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/154/files#r27319051

Re: [jclouds-site] Initial draft for the 1.9.0 release notes (#154)

Posted by Andrew Phillips <no...@github.com>.
> +* Initial support for Azure Compute
> +* Added authentication to the Docker provider
> +* Added the ProfitBricks API
> +* Added the Shipyard API
> +* Added San José and Honolulu regions to CloudSigma
> +* Improved Google Compute Engine Compute support
> +* Chef has been promoted to the main repo and updated to support Chef 12
> +* Improved Google Compute Engine to use AutoValue
> +* Support portable setting and getting container and object ACLs (public-read and private)
> +* Support portable multi-object delete
> +* Improved multi-part upload compatibility with InputStream Payload
> +* Add support for user metadata with filesystem provider
> +* Add multi-part upload support for generic S3
> +
> +
> +## <a id="api"></a>API Changes

> Shouldn't we lead with the new features and not the plumbing like API changes?

Good question - I think it depends on who we expect to read release notes. If we think existing users are the most likely ones, breaking API changes that they need to be aware of seems like the most important topic? If new users, New and Cool stuff should come first, I agree...

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/154/files#r27323086

Re: [jclouds-site] Initial draft for the 1.9.0 release notes (#154)

Posted by Andrew Gaul <no...@github.com>.
> +1. [Introduction](#intro)
> +1. [Highlights](#highlights)
> +1. [API Changes](#api)
> +1. [Known Issues](#issues)
> +1. [Credits](#credits)
> +1. [Test Results](#test)
> +
> +## <a id="intro"></a>Introduction
> +
> +You can read the official announcement at [Apache jclouds 1.9.0 released](TODO). You can read the details of the specific JIRA issues addressed in this release at the [JIRA Release Notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12329006&styleName=Html&projectId=12314430).
> +
> +To get jclouds, please see the [jclouds installation guide](/start/install/).
> +
> +## <a id="highlights"></a>Highlights
> +
> +* Configured the Animal Sniffer plugin to make sure the code is runtime compatible with Java 6. This will help us support Android.

Done.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/154/files#r27321599

Re: [jclouds-site] Initial draft for the 1.9.0 release notes (#154)

Posted by Andrew Phillips <no...@github.com>.
> +* Added San José and Honolulu regions to CloudSigma
> +* Improved Google Compute Engine Compute support
> +* Chef has been promoted to the main repo and updated to support Chef 12
> +* Improved Google Compute Engine to use AutoValue
> +* Support portable setting and getting container and object ACLs (public-read and private)
> +* Support portable multi-object delete
> +* Improved multi-part upload compatibility with InputStream Payload
> +* Add support for user metadata with filesystem provider
> +* Add multi-part upload support for generic S3
> +
> +
> +## <a id="api"></a>API Changes
> +
> +* Downgraded Guava dependency to 16.0.1 but code will now support also versions 17 and 18.
> +* Removed all async interfaces from all apis and providers
> +* Do not provide AWS endpoint for generic S3

"Generic S3 no longer defaults to an AWS endpoint"?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/154/files#r27318967

Re: [jclouds-site] Initial draft for the 1.9.0 release notes (#154)

Posted by Andrew Phillips <no...@github.com>.
Thanks for the updates, @andrewgaul!

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/154#issuecomment-87061776

Re: [jclouds-site] Initial draft for the 1.9.0 release notes (#154)

Posted by jclouds-commentator <no...@github.com>.
  Go to http://44c8eb9792aa142e969f-8bc165aad91a4057fd8d797a5f841c68.r48.cf5.rackcdn.com/ to review your changes.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/154#issuecomment-87061384

Re: [jclouds-site] Initial draft for the 1.9.0 release notes (#154)

Posted by Andrew Gaul <no...@github.com>.
> +* Initial support for Azure Compute
> +* Added authentication to the Docker provider
> +* Added the ProfitBricks API
> +* Added the Shipyard API
> +* Added San José and Honolulu regions to CloudSigma
> +* Improved Google Compute Engine Compute support
> +* Chef has been promoted to the main repo and updated to support Chef 12
> +* Improved Google Compute Engine to use AutoValue
> +* Support portable setting and getting container and object ACLs (public-read and private)
> +* Support portable multi-object delete
> +* Improved multi-part upload compatibility with InputStream Payload
> +* Add support for user metadata with filesystem provider
> +* Add multi-part upload support for generic S3
> +
> +
> +## <a id="api"></a>API Changes

Shouldn't we lead with the new features and not the plumbing like API changes?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/154/files#r27321934

Re: [jclouds-site] Initial draft for the 1.9.0 release notes (#154)

Posted by jclouds-commentator <no...@github.com>.
  Go to http://70875139853e00180f66-873de8924bc43610585a990c029dd78c.r72.cf5.rackcdn.com/ to review your changes.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/154#issuecomment-87058841

Re: [jclouds-site] Initial draft for the 1.9.0 release notes (#154)

Posted by Ignasi Barrera <no...@github.com>.
Merged and published. Thanks everyone!

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/154#issuecomment-87669985

Re: [jclouds-site] Initial draft for the 1.9.0 release notes (#154)

Posted by Andrew Gaul <no...@github.com>.
> +* Added San José and Honolulu regions to CloudSigma
> +* Improved Google Compute Engine Compute support
> +* Chef has been promoted to the main repo and updated to support Chef 12
> +* Improved Google Compute Engine to use AutoValue
> +* Support portable setting and getting container and object ACLs (public-read and private)
> +* Support portable multi-object delete
> +* Improved multi-part upload compatibility with InputStream Payload
> +* Add support for user metadata with filesystem provider
> +* Add multi-part upload support for generic S3
> +
> +
> +## <a id="api"></a>API Changes
> +
> +* Downgraded Guava dependency to 16.0.1 but code will now support also versions 17 and 18.
> +* Removed all async interfaces from all apis and providers
> +* Do not provide AWS endpoint for generic S3

Done

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/154/files#r27321701

Re: [jclouds-site] Initial draft for the 1.9.0 release notes (#154)

Posted by Andrew Phillips <no...@github.com>.
> +## <a id="api"></a>API Changes
> +
> +* Downgraded Guava dependency to 16.0.1 but code will now support also versions 17 and 18.
> +* Removed all async interfaces from all apis and providers
> +* Generic S3 no longer defaults to an AWS endpoint
> +* Require Azure API 2012-02-12 to allow support after [August 2015](http://blogs.msdn.com/b/windowsazurestorage/archive/2014/08/05/microsoft-azure-storage-service-version-removal.aspx)
> +* Require Java 7 to use filesystem provider (enables user metadata support)
> +
> +TODO
> +
> +## <a id="issues"></a>Known Issues
> +
> +* Amazon S3 does not support signature v4 or Frankfurt
> +* Filesystem provider does not support user metadata on Mac OS X due to [OpenJDK issue 8030048](https://bugs.openjdk.java.net/browse/JDK-8030048)
> +
> +TODO

Still needed?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/154/files#r27323121

Re: [jclouds-site] Initial draft for the 1.9.0 release notes (#154)

Posted by Andrew Gaul <no...@github.com>.
> +release_notes: true
> +permalink: /releasenotes/1.9.0/
> +---
> +
> +1. [Introduction](#intro)
> +1. [Highlights](#highlights)
> +1. [API Changes](#api)
> +1. [Known Issues](#issues)
> +1. [Credits](#credits)
> +1. [Test Results](#test)
> +
> +## <a id="intro"></a>Introduction
> +
> +You can read the official announcement at [Apache jclouds 1.9.0 released](TODO). You can read the details of the specific JIRA issues addressed in this release at the [JIRA Release Notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12329006&styleName=Html&projectId=12314430).
> +
> +To get jclouds, please see the [jclouds installation guide](/start/install/).

Done.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/154/files#r27321622

Re: [jclouds-site] Initial draft for the 1.9.0 release notes (#154)

Posted by Andrew Phillips <no...@github.com>.
> +
> +## <a id="issues"></a>Known Issues
> +
> +* Amazon S3 does not support signature v4 or Frankfurt
> +* Filesystem provider does not support user metadata on Mac OS X due to [OpenJDK issue](https://bugs.openjdk.java.net/browse/JDK-8030048)
> +
> +TODO
> +
> +## <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).
> +
> +TODO: Special thanks to the contributors from Google and Microsoft for their contributions in GCP and Azure.

Is the current sentence not enough? Perhaps link to the discussion threads on `dev@` announcing the contributions?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/154/files#r27319125

Re: [jclouds-site] Initial draft for the 1.9.0 release notes (#154)

Posted by jclouds-commentator <no...@github.com>.
  Go to http://953daad3023c62565e36-08c3ba73c884e16ca6b778d8da205806.r58.cf5.rackcdn.com/ to review your changes.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/154#issuecomment-81241853

Re: [jclouds-site] Initial draft for the 1.9.0 release notes (#154)

Posted by Andrew Phillips <no...@github.com>.
> +release_notes: true
> +permalink: /releasenotes/1.9.0/
> +---
> +
> +1. [Introduction](#intro)
> +1. [Highlights](#highlights)
> +1. [API Changes](#api)
> +1. [Known Issues](#issues)
> +1. [Credits](#credits)
> +1. [Test Results](#test)
> +
> +## <a id="intro"></a>Introduction
> +
> +You can read the official announcement at [Apache jclouds 1.9.0 released](TODO). You can read the details of the specific JIRA issues addressed in this release at the [JIRA Release Notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12329006&styleName=Html&projectId=12314430).
> +
> +To get jclouds, please see the [jclouds installation guide](/start/install/).

[minor] "To get started with jclouds"?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/154/files#r27318784

Re: [jclouds-site] Initial draft for the 1.9.0 release notes (#154)

Posted by Andrew Gaul <no...@github.com>.
Sorry, fighting with using the correct remote.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/154#issuecomment-87060018

Re: [jclouds-site] Initial draft for the 1.9.0 release notes (#154)

Posted by jclouds-commentator <no...@github.com>.
  Go to http://37db3a251515c33db317-68a4243f54bcde19ba3fe74a7718fc7d.r85.cf5.rackcdn.com/ to review your changes.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/154#issuecomment-86697055

Re: [jclouds-site] Initial draft for the 1.9.0 release notes (#154)

Posted by Andrew Gaul <no...@github.com>.
> +
> +
> +## <a id="api"></a>API Changes
> +
> +* Downgraded Guava dependency to 16.0.1 but code will now support also versions 17 and 18.
> +* Removed all async interfaces from all apis and providers
> +* Do not provide AWS endpoint for generic S3
> +* Require Azure API 2012-02-12 to allow support after [August 2015](http://blogs.msdn.com/b/windowsazurestorage/archive/2014/08/05/microsoft-azure-storage-service-version-removal.aspx)
> +* Require Java 7 to use filesystem provider (enables user metadata support)
> +
> +TODO
> +
> +## <a id="issues"></a>Known Issues
> +
> +* Amazon S3 does not support signature v4 or Frankfurt
> +* Filesystem provider does not support user metadata on Mac OS X due to [OpenJDK issue](https://bugs.openjdk.java.net/browse/JDK-8030048)

Done.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/154/files#r27321677

Re: [jclouds-site] Initial draft for the 1.9.0 release notes (#154)

Posted by Andrew Gaul <no...@github.com>.
Reopened #154.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/154#event-267198964

Re: [jclouds-site] Initial draft for the 1.9.0 release notes (#154)

Posted by jclouds-commentator <no...@github.com>.
  Go to http://0815ae470e5a9b2997bc-fc90b1847c6c6ecad8ba9d148707cb21.r61.cf5.rackcdn.com/ to review your changes.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/154#issuecomment-87484743

Re: [jclouds-site] Initial draft for the 1.9.0 release notes (#154)

Posted by Andrew Phillips <no...@github.com>.
> +* Support portable setting and getting container and object ACLs (public-read and private)
> +* Support portable multi-object delete
> +* Improved multi-part upload compatibility with InputStream Payload
> +* Add support for user metadata with filesystem provider
> +* Add multi-part upload support for generic S3
> +
> +
> +## <a id="api"></a>API Changes
> +
> +* Downgraded Guava dependency to 16.0.1 but code will now support also versions 17 and 18.
> +* Removed all async interfaces from all apis and providers
> +* Generic S3 no longer defaults to an AWS endpoint
> +* Require Azure API 2012-02-12 to allow support after [August 2015](http://blogs.msdn.com/b/windowsazurestorage/archive/2014/08/05/microsoft-azure-storage-service-version-removal.aspx)
> +* Require Java 7 to use filesystem provider (enables user metadata support)
> +
> +TODO

Still needed?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/154/files#r27323102

Re: [jclouds-site] Initial draft for the 1.9.0 release notes (#154)

Posted by Andrew Phillips <no...@github.com>.
> It's been uploading for about an hour now!

Perhaps we could offer to bind and ship them as a book, on demand? ;-)

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/154#issuecomment-87744488

Re: [jclouds-site] Initial draft for the 1.9.0 release notes (#154)

Posted by Andrew Phillips <no...@github.com>.
> +1. [Introduction](#intro)
> +1. [Highlights](#highlights)
> +1. [API Changes](#api)
> +1. [Known Issues](#issues)
> +1. [Credits](#credits)
> +1. [Test Results](#test)
> +
> +## <a id="intro"></a>Introduction
> +
> +You can read the official announcement at [Apache jclouds 1.9.0 released](TODO). You can read the details of the specific JIRA issues addressed in this release at the [JIRA Release Notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12329006&styleName=Html&projectId=12314430).
> +
> +To get jclouds, please see the [jclouds installation guide](/start/install/).
> +
> +## <a id="highlights"></a>Highlights
> +
> +* Configured the Animal Sniffer plugin to make sure the code is runtime compatible with Java 6. This will help us support Android.

Link to Animal Sniffer?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/154/files#r27318801

Re: [jclouds-site] Initial draft for the 1.9.0 release notes (#154)

Posted by Andrew Phillips <no...@github.com>.
> +* Initial support for Azure Compute
> +* Added authentication to the Docker provider
> +* Added the ProfitBricks API
> +* Added the Shipyard API
> +* Added San José and Honolulu regions to CloudSigma
> +* Improved Google Compute Engine Compute support
> +* Chef has been promoted to the main repo and updated to support Chef 12
> +* Improved Google Compute Engine to use AutoValue
> +* Support portable setting and getting container and object ACLs (public-read and private)
> +* Support portable multi-object delete
> +* Improved multi-part upload compatibility with InputStream Payload
> +* Add support for user metadata with filesystem provider
> +* Add multi-part upload support for generic S3
> +
> +
> +## <a id="api"></a>API Changes

Should this be the first section, rather than "Highlights"?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/154/files#r27319006

Re: [jclouds-site] Initial draft for the 1.9.0 release notes (#154)

Posted by Andrew Phillips <no...@github.com>.
> +* Added C4 instance types to AWS EC2
> +* Refactored the OkHttp driver to use the native API
> +* Added a clean way to customize SSL/TLS connections using the OkHttp driver to avoid POODLE.
> +* Initial support for Azure Compute
> +* Added authentication to the Docker provider
> +* Added the ProfitBricks API
> +* Added the Shipyard API
> +* Added San José and Honolulu regions to CloudSigma
> +* Improved Google Compute Engine Compute support
> +* Chef has been promoted to the main repo and updated to support Chef 12
> +* Improved Google Compute Engine to use AutoValue
> +* Support portable setting and getting container and object ACLs (public-read and private)
> +* Support portable multi-object delete
> +* Improved multi-part upload compatibility with InputStream Payload
> +* Add support for user metadata with filesystem provider
> +* Add multi-part upload support for generic S3

Can we try to sort these into different categories to make them easier to read? E.g. "compute improvements", "blobstore improvements" etc. or so?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/154/files#r27318903

Re: [jclouds-site] Initial draft for the 1.9.0 release notes (#154)

Posted by Andrew Phillips <no...@github.com>.
Yaaaaay!! Many thanks, @nacx and everyone else who's worked on this!

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/154#issuecomment-87730726

Re: [jclouds-site] Initial draft for the 1.9.0 release notes (#154)

Posted by Andrew Phillips <no...@github.com>.
> @@ -6,6 +6,6 @@ paginate: 5
>  paginate_path: "blog/page:num"
>  permalink: /blog/:categories/:year/:month/:day/:title
>  relative_permalinks: false
> -latest_version: 1.8.1
> +latest_version: 1.9.0
>  latest_version_date: 2014-10-25

I'm guessing this needs to be updated too?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/154/files#r27310126

Re: [jclouds-site] Initial draft for the 1.9.0 release notes (#154)

Posted by Ignasi Barrera <no...@github.com>.
I'm now uploading the javadocs... It's been uploading for about an hour now! *sigh*

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/154#issuecomment-87737874

Re: [jclouds-site] Initial draft for the 1.9.0 release notes (#154)

Posted by jclouds-commentator <no...@github.com>.
  Go to http://cfdc99d3a14de306aa84-f646b7349b1189c706b74e8d581c8166.r94.cf5.rackcdn.com/ to review your changes.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/154#issuecomment-87636259

Re: [jclouds-site] Initial draft for the 1.9.0 release notes (#154)

Posted by jclouds-commentator <no...@github.com>.
  Go to http://2e5cb29f9e51ce6f45ee-77c335958d07220d23cb7d91dd64540e.r78.cf5.rackcdn.com/ to review your changes.

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-site/pull/154#issuecomment-81251647