Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The artifacts then need to be copied over to

Code Block
public_html/apache-ambari-

...

X.Y.Z-rc0

...

Call for a vote on the dev@ambari.apache.org mailing list with something like this:

...

Code Block
https://git-wip-us.apache.org/repos/asf/ambari/repo?p=ambari.git;a=log;h=refs/tags/release-x.y.z-rc0

Staging site: http://people.apache.org/user_name/apache-ambari-***-X.Y.Z-rc0

PGP release keys (signed using 8EE2F25C) http://pgp.mit.edu:11371/pks/lookup?op=vindex&search=0x0DFF492D8EE2F25C

...

Code Block
svn co https://dist.apache.org/repos/dist/release/ambari ambari

cd ambari
mkdir ambari-{release}X.Y.Z
scp ~/public_html/apache-ambari-{release}-X.Y.Z-rc0/* ambari-{release_num}X.Y.Z
svn add ambari-{release_num}X.Y.Z
svn commit -m "Committing Release {release_num}X.Y.Z"

Create the release tag:

Code Block
git tag -a release-xX.yY.zZ -m 'Ambari xX.yY.zZ'
git push origin release-xX.yY.zZ

Note that it takes 24 hours for the changes to propagate to the mirrors.
Wait 24 hours and verify that the bits are available in the mirrors before sending an announcement.

...

Code Block
svn co https://svn.apache.org/repos/asf/ambari/site
mvn versions:set -DnewVersion={xX.yY.z}Z
# Make necessary changes, typically to pom.xml, site.xml, index.apt, and whats-new.apt
mvn clean site

...

Subject: [ANNOUNCE] Apache Ambari xX.yY.zZ.

The Apache Ambari team is proud to announce Apache Ambari version xX.yY.zZ

Apache Ambari is a tool for provisioning, managing, and monitoring Apache Hadoop clusters. Ambari consists of a set of RESTful APIs and a browser-based management console UI.

The release bits are at: http://www.apache.org/dyn/closer.cgi/ambari/ambari-xX.yY.zZ.  

To use the released bits please use the following documentation:

https://cwiki.apache.org/confluence/display/AMBARI/Installation+Guide+for+Ambari+xX.yY.zZ

We would like to thank all the contributors that made the release possible.

...