Author: richard
Date: Mon Mar 2 23:36:30 2020
New Revision: 1874703
URL: http://svn.apache.org/viewvc?rev=1874703&view=rev
Log:
Update Brooklyn website for new 1.0.0 release
Modified:
brooklyn/site/community/how-to-contribute-docs.html
brooklyn/site/developers/code/index.html
brooklyn/site/developers/committers/release-process/environment-variables.html
brooklyn/site/developers/committers/release-process/make-release-artifacts.html
brooklyn/site/developers/committers/release-process/prepare-for-release.html
brooklyn/site/developers/committers/release-process/prerequisites.html
brooklyn/site/developers/committers/release-process/publish-temp.html
brooklyn/site/developers/committers/release-process/publish.html
brooklyn/site/developers/committers/release-process/verify-release-artifacts.html
brooklyn/site/documentation/index.html
brooklyn/site/download/index.html
brooklyn/site/download/verify.html
brooklyn/site/index.html
brooklyn/site/meta/versions.html
Modified: brooklyn/site/community/how-to-contribute-docs.html
URL:
http://svn.apache.org/viewvc/brooklyn/site/community/how-to-contribute-docs.html?rev=1874703&r1=1874702&r2=1874703&view=diff
==============================================================================
--- brooklyn/site/community/how-to-contribute-docs.html (original)
+++ brooklyn/site/community/how-to-contribute-docs.html Mon Mar 2 23:36:30 2020
@@ -408,7 +408,7 @@ the special <em>latest</em> set at https
</ul>
<p>The main user guide shown on this site is for the most recent stable
version,
-currently 0.12.0.
+currently 1.0.0.
Guides for other versions are available <a
href="../meta/versions.html">here</a>.</p>
<h2 id="for-more-information">For More Information</h2>
Modified: brooklyn/site/developers/code/index.html
URL:
http://svn.apache.org/viewvc/brooklyn/site/developers/code/index.html?rev=1874703&r1=1874702&r2=1874703&view=diff
==============================================================================
--- brooklyn/site/developers/code/index.html (original)
+++ brooklyn/site/developers/code/index.html Mon Mar 2 23:36:30 2020
@@ -370,7 +370,7 @@ git submodule foreach <span class="s1">&
mvn clean install</code></pre></div>
-<p>This will produce an artifact in
<code>brooklyn-dist/dist/brooklyn-dist-1.0.0-SNAPSHOT-dist.tar.gz</code> <!--
BROOKLYN_VERSION -->
+<p>This will produce an artifact in
<code>brooklyn-dist/dist/brooklyn-dist-1.1.0-SNAPSHOT-dist.tar.gz</code> <!--
BROOKLYN_VERSION -->
which you can use <a href="/v/latest/start/running.html">in the usual way</a>.
Some options which may be useful:</p>
Modified:
brooklyn/site/developers/committers/release-process/environment-variables.html
URL:
http://svn.apache.org/viewvc/brooklyn/site/developers/committers/release-process/environment-variables.html?rev=1874703&r1=1874702&r2=1874703&view=diff
==============================================================================
---
brooklyn/site/developers/committers/release-process/environment-variables.html
(original)
+++
brooklyn/site/developers/committers/release-process/environment-variables.html
Mon Mar 2 23:36:30 2020
@@ -360,7 +360,7 @@
releases. To allow these example commands to run unmodified, set these
environment variables appropriately.</p>
<div class="highlight"><pre><code class="language-bash" data-lang="bash"><span
class="c"># The version currently set on the master branch
(BROOKLYN_VERSION_BELOW)</span>
-<span class="nv">OLD_MASTER_VERSION</span><span
class="o">=</span>1.0.0-SNAPSHOT
+<span class="nv">OLD_MASTER_VERSION</span><span
class="o">=</span>1.1.0-SNAPSHOT
<span class="c"># The next version to be set on the master branch</span>
<span class="nv">NEW_MASTER_VERSION</span><span
class="o">=</span>1.1.0-SNAPSHOT
Modified:
brooklyn/site/developers/committers/release-process/make-release-artifacts.html
URL:
http://svn.apache.org/viewvc/brooklyn/site/developers/committers/release-process/make-release-artifacts.html?rev=1874703&r1=1874702&r2=1874703&view=diff
==============================================================================
---
brooklyn/site/developers/committers/release-process/make-release-artifacts.html
(original)
+++
brooklyn/site/developers/committers/release-process/make-release-artifacts.html
Mon Mar 2 23:36:30 2020
@@ -399,7 +399,7 @@ Vagrant configuration provided.</p>
<li>Invoke Maven to build the source code (including running unit tests),
and deploy artifacts to a Maven remote
repository</li>
<li>Save the .tar.gz and .zip artifacts produced by the build of
<code>brooklyn-dist</code></li>
- <li>For each of the produced files, produce MD5, SHA1, SHA256 and GnuPG
signatures</li>
+ <li>For each of the produced files, produce SHA256 and GnuPG signatures</li>
</ol>
<p>At the end of the script, it will show you the files it has produced and
their location.</p>
Modified:
brooklyn/site/developers/committers/release-process/prepare-for-release.html
URL:
http://svn.apache.org/viewvc/brooklyn/site/developers/committers/release-process/prepare-for-release.html?rev=1874703&r1=1874702&r2=1874703&view=diff
==============================================================================
---
brooklyn/site/developers/committers/release-process/prepare-for-release.html
(original)
+++
brooklyn/site/developers/committers/release-process/prepare-for-release.html
Mon Mar 2 23:36:30 2020
@@ -358,9 +358,26 @@
<h1>Prepare the project for a release</h1>
<ol>
<li>Make sure all unit and integration tests are passing.</li>
- <li>Follow the <a
href="https://github.com/apache/brooklyn-dist/blob/master/dist/licensing/README.md#update-license-information">classic</a>
+ <li>
+ <p>Follow the <a
href="https://github.com/apache/brooklyn-dist/blob/master/dist/licensing/README.md#update-license-information">classic</a>
and <a href="https://github.com/apache/brooklyn-dist/pull/63">karaf</a>
instructions to
-update the licenses of source and binary dependencies. </li>
+update the licenses of source and binary dependencies.
+For step 5 of the the karaf version (create a temporary pom.xml), the
following template can be used:
+```
+<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemalocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd"></project></p>
+
+ <modelversion>4.0.0</modelversion>
+ <groupid>foo</groupid>
+ <artifactid>bar</artifactid>
+ <version>baz</version>
+ <packaging>pom</packaging>
+
+ <dependencies>
+ <!-- paste dependencies generated in step 4 -->
+ </dependencies>
+ <p></project>
+```</p>
+ </li>
<li>Update the <a
href="https://github.com/apache/brooklyn-docs/blob/master/guide/misc/release-notes.md">release
notes</a>. To help
in the process <a
href="https://gist.github.com/sjcorbett/72ed944b06ce3a138fbe516e8d36f624">list
merged PRs</a> after a ceratin date.</li>
</ol>
Modified: brooklyn/site/developers/committers/release-process/prerequisites.html
URL:
http://svn.apache.org/viewvc/brooklyn/site/developers/committers/release-process/prerequisites.html?rev=1874703&r1=1874702&r2=1874703&view=diff
==============================================================================
--- brooklyn/site/developers/committers/release-process/prerequisites.html
(original)
+++ brooklyn/site/developers/committers/release-process/prerequisites.html Mon
Mar 2 23:36:30 2020
@@ -394,8 +394,6 @@ on mac, <code>port install xmlstarlet</c
<li><code>gnupg2</code>, and <code>gnupg-agent</code> if it is packaged
separately (it is on Ubuntu Linux)</li>
<li><code>pinentry</code> for secure entry of GPG passphrases. If you are
building remotely on a Linux machine, <code>pinentry-curses</code> is
recommended; building on a mac, <code>port install pinentry-mac</code> is
recommended.</li>
- <li><code>md5sum</code> and <code>sha1sum</code> - these are often present
by default on Linux, but not on Mac;
-<code>port install md5sha1sum</code> should remedy that.</li>
<li>if <code>gpg</code> does not resolve (it is needed for maven), create an
alias or script pointing at <code>gpg2 "$@"</code></li>
<li>the <code>mmv</code> command (usually in a package named
<code>mmv</code>) will help with the final steps of the release process</li>
</ul>
Modified: brooklyn/site/developers/committers/release-process/publish-temp.html
URL:
http://svn.apache.org/viewvc/brooklyn/site/developers/committers/release-process/publish-temp.html?rev=1874703&r1=1874702&r2=1874703&view=diff
==============================================================================
--- brooklyn/site/developers/committers/release-process/publish-temp.html
(original)
+++ brooklyn/site/developers/committers/release-process/publish-temp.html Mon
Mar 2 23:36:30 2020
@@ -377,7 +377,7 @@ information.</p>
<div class="highlight"><pre><code class="language-bash" data-lang="bash">mkdir
apache-brooklyn-<span class="k">${</span><span
class="nv">VERSION_NAME</span><span class="k">}</span>-rc<span
class="k">${</span><span class="nv">RC_NUMBER</span><span
class="k">}</span></code></pre></div>
<p>Copy into this directory all of the artifacts from the previous step -
<code>-src</code> and <code>-bin</code>, <code>.tar.gz</code>,
<code>.zip</code> and <code>.rpm</code>,
-and all associated <code>.md5</code>, <code>.sha1</code>, <code>.sha256</code>
and <code>.asc</code> signatures. Then commit:</p>
+and all associated <code>.sha256</code> and <code>.asc</code> signatures. Then
commit:</p>
<div class="highlight"><pre><code class="language-bash" data-lang="bash">svn
add apache-brooklyn-<span class="k">${</span><span
class="nv">VERSION_NAME</span><span class="k">}</span>-rc<span
class="k">${</span><span class="nv">RC_NUMBER</span><span class="k">}</span>
svn commit --username <span class="nv">$SVN_USERNAME</span> --no-auth-cache
--message <span class="s2">"Add
apache-brooklyn-${VERSION_NAME}-rc${RC_NUMBER} to
dist/dev/brooklyn"</span></code></pre></div>
Modified: brooklyn/site/developers/committers/release-process/publish.html
URL:
http://svn.apache.org/viewvc/brooklyn/site/developers/committers/release-process/publish.html?rev=1874703&r1=1874702&r2=1874703&view=diff
==============================================================================
--- brooklyn/site/developers/committers/release-process/publish.html (original)
+++ brooklyn/site/developers/committers/release-process/publish.html Mon Mar 2
23:36:30 2020
@@ -377,7 +377,7 @@ information.</p>
<div class="highlight"><pre><code class="language-bash" data-lang="bash">mkdir
apache-brooklyn-<span class="k">${</span><span
class="nv">VERSION_NAME</span><span class="k">}</span></code></pre></div>
<p>Refer back to the pre-release area Subversion (see <a
href="publish-temp.html">Publish to the staging area</a>), and copy all of
-the release candidate artifacts - <code>-src</code> and <code>-bin</code>,
<code>.tar.gz</code> and <code>.zip</code>, and all associated
<code>.md5</code>, <code>.sha1</code>, <code>.sha256</code>
+the release candidate artifacts - <code>-src</code> and <code>-bin</code>,
<code>.tar.gz</code> and <code>.zip</code>, and all associated
<code>.sha256</code>
and <code>.asc</code> signatures - into this new folder.</p>
<p>Rename all of the files to remove the <code>-rcN</code> designation:</p>
@@ -386,16 +386,14 @@ and <code>.asc</code> signatures - into
<p>The hash files will need patching to refer to the filenames without the
<code>-rcN</code> designation:</p>
-<div class="highlight"><pre><code class="language-bash" data-lang="bash">sed
-i.bak <span class="s1">'s/-rc'</span><span
class="nv">$RC_NUMBER</span><span class="s1">'-/-/'</span> *.md5 *.sha1
*.sha256
+<div class="highlight"><pre><code class="language-bash" data-lang="bash">sed
-i.bak <span class="s1">'s/-rc'</span><span
class="nv">$RC_NUMBER</span><span class="s1">'-/-/'</span> *.sha256
rm -f *.bak</code></pre></div>
<p>Note that the PGP signatures do not embed the filename so they do not need
to be modified</p>
<p>As a final check, re-test the hashes and signatures:</p>
-<div class="highlight"><pre><code class="language-bash" data-lang="bash"><span
class="k">for</span> artifact in <span class="k">$(</span>find * -type f !
<span class="se">\(</span> -name <span class="s1">'*.asc'</span> -o
-name <span class="s1">'*.md5'</span> -o -name <span
class="s1">'*.sha1'</span> -o -name <span
class="s1">'*.sha256'</span> <span class="se">\)</span> <span
class="k">)</span><span class="p">;</span> <span class="k">do</span>
- md5sum -c <span class="k">${</span><span class="nv">artifact</span><span
class="k">}</span>.md5 <span class="o">&&</span> <span
class="se">\</span>
- shasum -a1 -c <span class="k">${</span><span
class="nv">artifact</span><span class="k">}</span>.sha1 <span
class="o">&&</span> <span class="se">\</span>
+<div class="highlight"><pre><code class="language-bash" data-lang="bash"><span
class="k">for</span> artifact in <span class="k">$(</span>find * -type f !
<span class="se">\(</span> -name <span class="s1">'*.asc'</span> -o
-name <span class="s1">'*.sha256'</span> <span class="se">\)</span>
<span class="k">)</span><span class="p">;</span> <span class="k">do</span>
shasum -a256 -c <span class="k">${</span><span
class="nv">artifact</span><span class="k">}</span>.sha256 <span
class="o">&&</span> <span class="se">\</span>
gpg2 --verify <span class="k">${</span><span
class="nv">artifact</span><span class="k">}</span>.asc <span
class="k">${</span><span class="nv">artifact</span><span class="k">}</span>
<span class="se">\</span>
<span class="o">||</span> <span class="o">{</span> <span
class="nb">echo</span> <span class="s2">"Invalid signature for $artifact.
Aborting!"</span><span class="p">;</span> <span
class="nb">break</span><span class="p">;</span> <span class="o">}</span>
@@ -470,7 +468,7 @@ svn add * --force
<ol>
<li>Edit the file <code>brooklyn-docs/_config.yml</code> - change
<code>brooklyn-stable-version</code> to be the newly-release version, and
<code>brooklyn-version</code> to be the current SNAPSHOT version on the master
branch.</li>
- <li>Edit the file <code>brooklyn-docs/website/download/verify.md</code> to
add links to the MD5/SHA1/SHA256 hashes and PGP signatures for the
+ <li>Edit the file <code>brooklyn-docs/website/download/verify.md</code> to
add links to the SHA256 hashes and PGP signatures for the
new version.</li>
<li>Edit the file <code>brooklyn-docs/website/meta/versions.md</code> to add
the new version.</li>
<li>Build the updated site with <code>./_build/build.sh website-root
--install</code>.</li>
Modified:
brooklyn/site/developers/committers/release-process/verify-release-artifacts.html
URL:
http://svn.apache.org/viewvc/brooklyn/site/developers/committers/release-process/verify-release-artifacts.html?rev=1874703&r1=1874702&r2=1874703&view=diff
==============================================================================
---
brooklyn/site/developers/committers/release-process/verify-release-artifacts.html
(original)
+++
brooklyn/site/developers/committers/release-process/verify-release-artifacts.html
Mon Mar 2 23:36:30 2020
@@ -359,7 +359,7 @@
<p>Below is described a series of âsanity checksâ that
should be performed before uploading the artifacts to the
pre-release area. They are also useful for community members that want to
check the artifact before voting (community
members may also want to check the <a
href="prerequisites.html#software-packages">list of required software
packages</a> to ensure
-they have the GnuPG and md5sum/sha1sum installed.</p>
+they have the GnuPG installed.</p>
<h2 id="setup">Setup</h2>
@@ -407,7 +407,7 @@ you can do an <code>svn up</code> in the
<p>Check that all archives are correctly annotated with license information.
Check NOTICE is included:</p>
-<div class="highlight"><pre><code class="language-bash" data-lang="bash"><span
class="k">for</span> ARCHIVE in <span class="k">$(</span>find * -type f ! <span
class="se">\(</span> -name <span class="s1">'*.asc'</span> -o -name
<span class="s1">'*.md5'</span> -o -name <span
class="s1">'*.sha1'</span> -o -name <span
class="s1">'*.sha256'</span> <span class="se">\)</span> <span
class="k">)</span><span class="p">;</span> <span class="k">do</span>
+<div class="highlight"><pre><code class="language-bash" data-lang="bash"><span
class="k">for</span> ARCHIVE in <span class="k">$(</span>find * -type f ! <span
class="se">\(</span> -name <span class="s1">'*.asc'</span> -o -name
<span class="s1">'*.sha256'</span> <span class="se">\)</span> <span
class="k">)</span><span class="p">;</span> <span class="k">do</span>
<span class="nv">REL_ARCHIVE</span><span class="o">=</span><span
class="k">${</span><span class="nv">ARCHIVE</span><span
class="p">/-rc?</span><span class="k">}</span>
<span class="k">case</span> <span class="nv">$ARCHIVE</span> in
*.tar.gz<span class="o">)</span>
@@ -436,9 +436,7 @@ Check NOTICE is included:</p>
<p>Then check the hashes and signatures, ensuring you get a positive message
from each one:</p>
-<div class="highlight"><pre><code class="language-bash" data-lang="bash"><span
class="k">for</span> artifact in <span class="k">$(</span>find * -type f !
<span class="se">\(</span> -name <span class="s1">'*.asc'</span> -o
-name <span class="s1">'*.md5'</span> -o -name <span
class="s1">'*.sha1'</span> -o -name <span
class="s1">'*.sha256'</span> <span class="se">\)</span> <span
class="k">)</span><span class="p">;</span> <span class="k">do</span>
- md5sum -c <span class="k">${</span><span class="nv">artifact</span><span
class="k">}</span>.md5 <span class="o">&&</span> <span
class="se">\</span>
- shasum -a1 -c <span class="k">${</span><span
class="nv">artifact</span><span class="k">}</span>.sha1 <span
class="o">&&</span> <span class="se">\</span>
+<div class="highlight"><pre><code class="language-bash" data-lang="bash"><span
class="k">for</span> artifact in <span class="k">$(</span>find * -type f !
<span class="se">\(</span> -name <span class="s1">'*.asc'</span> -o
-name <span class="s1">'*.sha256'</span> <span class="se">\)</span>
<span class="k">)</span><span class="p">;</span> <span class="k">do</span>
shasum -a256 -c <span class="k">${</span><span
class="nv">artifact</span><span class="k">}</span>.sha256 <span
class="o">&&</span> <span class="se">\</span>
gpg2 --verify <span class="k">${</span><span
class="nv">artifact</span><span class="k">}</span>.asc <span
class="k">${</span><span class="nv">artifact</span><span class="k">}</span>
<span class="se">\</span>
<span class="o">||</span> <span class="o">{</span> <span
class="nb">echo</span> <span class="s2">"Invalid signature for $artifact.
Aborting!"</span><span class="p">;</span> <span
class="nb">break</span><span class="p">;</span> <span class="o">}</span>
Modified: brooklyn/site/documentation/index.html
URL:
http://svn.apache.org/viewvc/brooklyn/site/documentation/index.html?rev=1874703&r1=1874702&r2=1874703&view=diff
==============================================================================
--- brooklyn/site/documentation/index.html (original)
+++ brooklyn/site/documentation/index.html Mon Mar 2 23:36:30 2020
@@ -363,7 +363,7 @@
<ul>
<li>
- <p><a href="/v/latest">0.12.0</a> -
+ <p><a href="/v/latest">1.0.0</a> -
This is the latest stable version.</p>
</li>
<li>
Modified: brooklyn/site/download/index.html
URL:
http://svn.apache.org/viewvc/brooklyn/site/download/index.html?rev=1874703&r1=1874702&r2=1874703&view=diff
==============================================================================
--- brooklyn/site/download/index.html (original)
+++ brooklyn/site/download/index.html Mon Mar 2 23:36:30 2020
@@ -360,8 +360,8 @@
Apache Brooklyn is software for modelling, deploying and managing cloud
applications through autonomic blueprints.
</h5>
-<h2 id="version-0120-recommended">Version 0.12.0 (recommended)</h2>
-<p>Version 0.12.0 is the current version recommended for production use.</p>
+<h2 id="version-100-recommended">Version 1.0.0 (recommended)</h2>
+<p>Version 1.0.0 is the current version recommended for production use.</p>
<div class="row">
@@ -377,8 +377,8 @@
</div>
<div class="text-center">
- <a class="btn btn-default"
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-0.12.0/apache-brooklyn-0.12.0-1.noarch.rpm"
role="button">RPM package</a>
- <a class="btn btn-default"
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-0.12.0/apache-brooklyn-0.12.0.deb"
role="button">DEB package</a>
+ <a class="btn btn-default"
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-1.noarch.rpm"
role="button">RPM package</a>
+ <a class="btn btn-default"
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0.deb"
role="button">DEB package</a>
</div>
</div>
</div>
@@ -399,8 +399,8 @@
</div>
<div class="text-center">
- <a class="btn btn-default"
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-0.12.0/apache-brooklyn-0.12.0-bin.tar.gz"
role="button">Tarball</a>
- <a class="btn btn-default"
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-0.12.0/apache-brooklyn-0.12.0-bin.zip"
role="button">Zip</a>
+ <a class="btn btn-default"
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-bin.tar.gz"
role="button">Tarball</a>
+ <a class="btn btn-default"
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-bin.zip"
role="button">Zip</a>
</div>
</div>
</div>
@@ -419,14 +419,14 @@
</div>
<div class="text-center" style="margin-bottom: 0.5em">
- <a class="btn btn-default"
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-0.12.0/apache-brooklyn-0.12.0-client-cli-linux.tar.gz"
role="button">Linux Tarball</a>
- <a class="btn btn-default"
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-0.12.0/apache-brooklyn-0.12.0-client-cli-macosx.tar.gz"
role="button">Mac OSX Tarball</a>
- <a class="btn btn-default"
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-0.12.0/apache-brooklyn-0.12.0-client-cli-windows.tar.gz"
role="button">Windows Tarball</a>
+ <a class="btn btn-default"
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-client-cli-linux.tar.gz"
role="button">Linux Tarball</a>
+ <a class="btn btn-default"
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-client-cli-macosx.tar.gz"
role="button">Mac OSX Tarball</a>
+ <a class="btn btn-default"
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-client-cli-windows.tar.gz"
role="button">Windows Tarball</a>
</div>
<div class="text-center">
- <a class="btn btn-default"
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-0.12.0/apache-brooklyn-0.12.0-client-cli-linux.zip"
role="button">Linux Zip</a>
- <a class="btn btn-default"
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-0.12.0/apache-brooklyn-0.12.0-client-cli-macosx.zip"
role="button">Mac OSX Zip</a>
- <a class="btn btn-default"
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-0.12.0/apache-brooklyn-0.12.0-client-cli-windows.zip"
role="button">Windows Zip</a>
+ <a class="btn btn-default"
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-client-cli-linux.zip"
role="button">Linux Zip</a>
+ <a class="btn btn-default"
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-client-cli-macosx.zip"
role="button">Mac OSX Zip</a>
+ <a class="btn btn-default"
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-client-cli-windows.zip"
role="button">Windows Zip</a>
</div>
</div>
</div>
@@ -446,104 +446,8 @@ contribute code changes to Apache Brookl
</div>
<div class="text-center">
- <a class="btn btn-default"
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-0.12.0/apache-brooklyn-0.12.0-src.tar.gz"
role="button">Tarball</a>
- <a class="btn btn-default"
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-0.12.0/apache-brooklyn-0.12.0-src.zip"
role="button">Zip</a>
-</div>
- </div>
-</div>
-
- </div><!-- col -->
-</div>
-<!-- row -->
-
-<h2 id="version-100-m1-preview-milestone-release">Version 1.0.0-M1 (preview
âmilestoneâ release)</h2>
-<p>Version 1.0.0-M1 is the first milestone to our 1.0.0 release.</p>
-
-<div class="row">
-
-<div class="col-md-6">
-
- <div class="panel panel-default">
- <div class="panel-heading">
- <h4 id="packages-1">Packages</h4>
- </div>
- <div class="panel-body">
- <div style="height: 9em;">
- <p>RPM package for version 7 of CentOS and Red Hat Enterprise Linux,
and a DEB package for Ubuntu and Debian distributions.</p>
- </div>
-
- <div class="text-center">
- <a class="btn btn-default"
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-1.0.0-M1/apache-brooklyn-1.0.0-M1_1.noarch.rpm"
role="button">RPM package</a>
- <a class="btn btn-default"
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-1.0.0-M1/apache-brooklyn-1.0.0-M1.deb"
role="button">DEB package</a>
-</div>
- </div>
-</div>
-
- </div><!-- col -->
-
-<div class="col-md-6">
-
- <div class="panel panel-default">
- <div class="panel-heading">
- <h4 id="distribution-1">Distribution</h4>
- </div>
- <div class="panel-body">
- <div style="height: 9em;">
- <p>A pre-built package that contains Apache Brooklyn and all of its
dependencies in a single, easy-to-run package.
-<em>Suitable for Linux and Windows servers and workstations with Java installed
-(Java 1.8 is supported, including OpenJDK, Oracle, and IBM varieties).</em></p>
- </div>
-
- <div class="text-center">
- <a class="btn btn-default"
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-1.0.0-M1/apache-brooklyn-1.0.0-M1-bin.tar.gz"
role="button">Tarball</a>
- <a class="btn btn-default"
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-1.0.0-M1/apache-brooklyn-1.0.0-M1-bin.zip"
role="button">Zip</a>
-</div>
- </div>
-</div>
-
- </div><!-- col -->
-
-<div class="col-md-6">
-
- <div class="panel panel-default">
- <div class="panel-heading">
- <h4 id="command-line-client-1">Command line client</h4>
- </div>
- <div class="panel-body">
- <div style="height: 6.5em;">
- <p>Already got a Brooklyn server? Download just the CLI client
here.</p>
- </div>
-
- <div class="text-center" style="margin-bottom: 0.5em">
- <a class="btn btn-default"
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-1.0.0-M1/apache-brooklyn-1.0.0-M1-client-cli-linux.tar.gz"
role="button">Linux Tarball</a>
- <a class="btn btn-default"
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-1.0.0-M1/apache-brooklyn-1.0.0-M1-client-cli-macosx.tar.gz"
role="button">Mac OSX Tarball</a>
- <a class="btn btn-default"
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-1.0.0-M1/apache-brooklyn-1.0.0-M1-client-cli-windows.tar.gz"
role="button">Windows Tarball</a>
-</div>
- <div class="text-center">
- <a class="btn btn-default"
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-1.0.0-M1/apache-brooklyn-1.0.0-M1-client-cli-linux.zip"
role="button">Linux Zip</a>
- <a class="btn btn-default"
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-1.0.0-M1/apache-brooklyn-1.0.0-M1-client-cli-macosx.zip"
role="button">Mac OSX Zip</a>
- <a class="btn btn-default"
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-1.0.0-M1/apache-brooklyn-1.0.0-M1-client-cli-windows.zip"
role="button">Windows Zip</a>
-</div>
- </div>
-</div>
-
- </div><!-- col -->
-<div class="col-md-6">
-
- <div class="panel panel-default">
- <div class="panel-heading">
- <h4 id="source-code-1">Source Code</h4>
- </div>
- <div class="panel-body">
- <div style="height: 9em;">
- <p>The source code for Apache Brooklyn. Use this to build your own
binaries and make private modifications. <em>If you want to
-contribute code changes to Apache Brooklyn, we recommend you get the source
code from version control. Visit the
-<a href="../developers/index.html">Developers pages</a> to find out
more.</em></p>
- </div>
-
- <div class="text-center">
- <a class="btn btn-default"
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-1.0.0-M1/apache-brooklyn-1.0.0-M1-src.tar.gz"
role="button">Tarball</a>
- <a class="btn btn-default"
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-1.0.0-M1/apache-brooklyn-1.0.0-M1-src.zip"
role="button">Zip</a>
+ <a class="btn btn-default"
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-src.tar.gz"
role="button">Tarball</a>
+ <a class="btn btn-default"
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-src.zip"
role="button">Zip</a>
</div>
</div>
</div>
Modified: brooklyn/site/download/verify.html
URL:
http://svn.apache.org/viewvc/brooklyn/site/download/verify.html?rev=1874703&r1=1874702&r2=1874703&view=diff
==============================================================================
--- brooklyn/site/download/verify.html (original)
+++ brooklyn/site/download/verify.html Mon Mar 2 23:36:30 2020
@@ -374,6 +374,101 @@ so there is already reduced opportunity
<td colspan="2"><a
href="https://www.apache.org/dist/brooklyn/KEYS">KEYS</a></td>
</tr>
<tr>
+ <td><a
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-src.tar.gz">apache-brooklyn-1.0.0-src.tar.gz</a></td>
+ <td><a
href="https://downloads.apache.org/brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-src.tar.gz.asc">pgp</a></td>
+ <td><a
href="https://downloads.apache.org/brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-src.tar.gz.sha256">sha256</a></td>
+</tr>
+
+<tr>
+ <td><a
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-src.zip">apache-brooklyn-1.0.0-src.zip</a></td>
+ <td><a
href="https://downloads.apache.org/brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-src.zip.asc">pgp</a></td>
+ <td><a
href="https://downloads.apache.org/brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-src.zip.sha256">sha256</a></td>
+</tr>
+
+<tr>
+ <td><a
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-bin.tar.gz">apache-brooklyn-1.0.0-bin.tar.gz</a></td>
+ <td><a
href="https://downloads.apache.org/brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-bin.tar.gz.asc">pgp</a></td>
+ <td><a
href="https://downloads.apache.org/brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-bin.tar.gz.sha256">sha256</a></td>
+</tr>
+
+<tr>
+ <td><a
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-bin.zip">apache-brooklyn-1.0.0-bin.zip</a></td>
+ <td><a
href="https://downloads.apache.org/brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-bin.zip.asc">pgp</a></td>
+ <td><a
href="https://downloads.apache.org/brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-bin.zip.sha256">sha256</a></td>
+</tr>
+
+<tr>
+ <td><a
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-client-cli-linux.tar.gz">apache-brooklyn-1.0.0-client-cli-linux.tar.gz</a></td>
+ <td><a
href="https://downloads.apache.org/brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-client-cli-linux.tar.gz.asc">pgp</a></td>
+ <td><a
href="https://downloads.apache.org/brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-client-cli-linux.tar.gz.sha256">sha256</a></td>
+</tr>
+
+<tr>
+ <td><a
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-client-cli-linux.zip">apache-brooklyn-1.0.0-client-cli-linux.zip</a></td>
+ <td><a
href="https://downloads.apache.org/brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-client-cli-linux.zip.asc">pgp</a></td>
+ <td><a
href="https://downloads.apache.org/brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-client-cli-linux.zip.sha256">sha256</a></td>
+</tr>
+
+<tr>
+ <td><a
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-client-cli-macosx.tar.gz">apache-brooklyn-1.0.0-client-cli-macosx.tar.gz</a></td>
+ <td><a
href="https://downloads.apache.org/brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-client-cli-macosx.tar.gz.asc">pgp</a></td>
+ <td><a
href="https://downloads.apache.org/brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-client-cli-macosx.tar.gz.sha256">sha256</a></td>
+</tr>
+
+<tr>
+ <td><a
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-client-cli-macosx.zip">apache-brooklyn-1.0.0-client-cli-macosx.zip</a></td>
+ <td><a
href="https://downloads.apache.org/brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-client-cli-macosx.zip.asc">pgp</a></td>
+ <td><a
href="https://downloads.apache.org/brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-client-cli-macosx.zip.sha256">sha256</a></td>
+</tr>
+
+<tr>
+ <td><a
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-client-cli-windows.tar.gz">apache-brooklyn-1.0.0-client-cli-windows.tar.gz</a></td>
+ <td><a
href="https://downloads.apache.org/brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-client-cli-windows.tar.gz.asc">pgp</a></td>
+ <td><a
href="https://downloads.apache.org/brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-client-cli-windows.tar.gz.sha256">sha256</a></td>
+</tr>
+
+<tr>
+ <td><a
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-client-cli-windows.zip">apache-brooklyn-1.0.0-client-cli-windows.zip</a></td>
+ <td><a
href="https://downloads.apache.org/brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-client-cli-windows.zip.asc">pgp</a></td>
+ <td><a
href="https://downloads.apache.org/brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-client-cli-windows.zip.sha256">sha256</a></td>
+</tr>
+
+<tr>
+ <td><a
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-vagrant.tar.gz">apache-brooklyn-1.0.0-vagrant.tar.gz</a></td>
+ <td><a
href="https://downloads.apache.org/brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-vagrant.tar.gz.asc">pgp</a></td>
+ <td><a
href="https://downloads.apache.org/brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-vagrant.tar.gz.sha256">sha256</a></td>
+</tr>
+
+<tr>
+ <td><a
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-vagrant.zip">apache-brooklyn-1.0.0-vagrant.zip</a></td>
+ <td><a
href="https://downloads.apache.org/brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-vagrant.zip.asc">pgp</a></td>
+ <td><a
href="https://downloads.apache.org/brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-vagrant.zip.sha256">sha256</a></td>
+</tr>
+
+<tr>
+ <td><a
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0.deb">apache-brooklyn-1.0.0.deb</a></td>
+ <td><a
href="https://downloads.apache.org/brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0.deb.asc">pgp</a></td>
+ <td><a
href="https://downloads.apache.org/brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0.deb.sha256">sha256</a></td>
+</tr>
+<tr>
+<tr>
+ <td><a
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-1.noarch.rpm">apache-brooklyn-1.0.0-1.noarch.rpm</a></td>
+ <td><a
href="https://downloads.apache.org/brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-1.noarch.rpm.asc">pgp</a></td>
+ <td><a
href="https://downloads.apache.org/brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-1.noarch.rpm.sha256">sha256</a></td>
+</tr>
+
+<tr>
+ <td><a
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-classic.tar.gz">apache-brooklyn-1.0.0-classic.tar.gz</a></td>
+ <td><a
href="https://downloads.apache.org/brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-classic.tar.gz.asc">pgp</a></td>
+ <td><a
href="https://downloads.apache.org/brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-classic.tar.gz.sha256">sha256</a></td>
+</tr>
+
+<tr>
+ <td><a
href="https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-classic.zip">apache-brooklyn-1.0.0-classic.zip</a></td>
+ <td><a
href="https://downloads.apache.org/brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-classic.zip.asc">pgp</a></td>
+ <td><a
href="https://downloads.apache.org/brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-classic.zip.sha256">sha256</a></td>
+</tr>
+
<td>apache-brooklyn-1.0.0-M1-bin.tar.gz</td>
<td><a
href="https://www.apache.org/dist/brooklyn/apache-brooklyn-1.0.0-M1/apache-brooklyn-1.0.0-M1-bin.tar.gz.asc">pgp</a></td>
<td><a
href="https://www.apache.org/dist/brooklyn/apache-brooklyn-1.0.0-M1/apache-brooklyn-1.0.0-M1-bin.tar.gz.sha256">sha256</a></td>
@@ -744,7 +839,7 @@ so there is already reduced opportunity
<p>You can verify the SHA256 hashes easily by placing the files in the same
folder as the download artifact and
then running <code>shasum</code>, which is included in most UNIX-like
systems:</p>
-<div class="highlight"><pre><code class="language-bash"
data-lang="bash">shasum -c
apache-brooklyn-0.12.0.tar.gz.sha256</code></pre></div>
+<div class="highlight"><pre><code class="language-bash"
data-lang="bash">shasum -c
apache-brooklyn-1.0.0.tar.gz.sha256</code></pre></div>
<p>In order to validate the release signature, download both the release
<code>.asc</code> file for the release, and the <code>KEYS</code> file
which contains the public keys of key individuals in the Apache Brooklyn
project.</p>
@@ -752,17 +847,17 @@ which contains the public keys of key in
<p>Verify the signatures using one of the following commands:</p>
<div class="highlight"><pre><code class="language-bash" data-lang="bash">pgpk
-a KEYS
-pgpv brooklyn-0.12.0-dist.tar.gz.asc</code></pre></div>
+pgpv brooklyn-1.0.0-dist.tar.gz.asc</code></pre></div>
<p>or</p>
<div class="highlight"><pre><code class="language-bash" data-lang="bash">pgp
-ka KEYS
-pgp brooklyn-0.12.0-dist.zip.asc</code></pre></div>
+pgp brooklyn-1.0.0-dist.zip.asc</code></pre></div>
<p>or</p>
<div class="highlight"><pre><code class="language-bash" data-lang="bash">gpg
--import KEYS
-gpg --verify brooklyn-0.12.0-dist.tar.gz.asc</code></pre></div>
+gpg --verify brooklyn-1.0.0-dist.tar.gz.asc</code></pre></div>
</div>
Modified: brooklyn/site/index.html
URL:
http://svn.apache.org/viewvc/brooklyn/site/index.html?rev=1874703&r1=1874702&r2=1874703&view=diff
==============================================================================
--- brooklyn/site/index.html (original)
+++ brooklyn/site/index.html Mon Mar 2 23:36:30 2020
@@ -458,9 +458,9 @@
<span>bash</span>
</div>
-<div class="highlight"><pre><code class="language-bash" data-lang="bash">curl
-SL --output apache-brooklyn-0.12.0-bin.tar.gz <span
class="s2">"https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-0.12.0/apache-brooklyn-0.12.0-bin.tar.gz"</span>
-tar xvf apache-brooklyn-0.12.0-bin.tar.gz
-<span class="nb">cd </span>apache-brooklyn-0.12.0-bin
+<div class="highlight"><pre><code class="language-bash" data-lang="bash">curl
-SL --output apache-brooklyn-1.0.0-bin.tar.gz <span
class="s2">"https://www.apache.org/dyn/closer.lua?action=download&filename=brooklyn/apache-brooklyn-1.0.0/apache-brooklyn-1.0.0-bin.tar.gz"</span>
+tar xvf apache-brooklyn-1.0.0-bin.tar.gz
+<span class="nb">cd </span>apache-brooklyn-1.0.0-bin
./bin/start</code></pre></div>
</div>
Modified: brooklyn/site/meta/versions.html
URL:
http://svn.apache.org/viewvc/brooklyn/site/meta/versions.html?rev=1874703&r1=1874702&r2=1874703&view=diff
==============================================================================
--- brooklyn/site/meta/versions.html (original)
+++ brooklyn/site/meta/versions.html Mon Mar 2 23:36:30 2020
@@ -356,9 +356,9 @@
<div class="col-md-9 content">
<div id="page_notes"></div>
<h1>Versions</h1>
- <h2 id="current-version-0120">Current Version: 0.12.0</h2>
+ <h2 id="current-version-100">Current Version: 1.0.0</h2>
-<p>The current stable version of Brooklyn is 0.12.0:</p>
+<p>The current stable version of Brooklyn is 1.0.0:</p>
<ul>
<li><a href="/download/">Download</a></li>
@@ -366,7 +366,7 @@
<li><a href="/v/latest/misc/release-notes.html">Release Notes</a></li>
</ul>
-<p>This documentation was generated 07 Apr 2019.</p>
+<p>This documentation was generated 02 Mar 2020.</p>
<h2 id="version-history">Version History</h2>