You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2018/02/06 17:52:33 UTC

allura-site git commit: Allura 1.8.0 release

Repository: allura-site
Updated Branches:
  refs/heads/asf-site f83e9c7df -> 86ab4a248


Allura 1.8.0 release


Project: http://git-wip-us.apache.org/repos/asf/allura-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura-site/commit/86ab4a24
Tree: http://git-wip-us.apache.org/repos/asf/allura-site/tree/86ab4a24
Diff: http://git-wip-us.apache.org/repos/asf/allura-site/diff/86ab4a24

Branch: refs/heads/asf-site
Commit: 86ab4a2486a5e861da57c4d63716838a894f4844
Parents: f83e9c7
Author: Dave Brondsema <da...@brondsema.net>
Authored: Tue Feb 6 12:52:19 2018 -0500
Committer: Dave Brondsema <da...@brondsema.net>
Committed: Tue Feb 6 12:52:19 2018 -0500

----------------------------------------------------------------------
 _src/pelicanconf.py                  |  6 +++---
 feeds/all.atom.xml                   | 20 +++++++++++++++++++-
 feeds/tag.release.atom.xml           | 20 +++++++++++++++++++-
 index.html                           | 14 +++++++-------
 news.html                            | 13 ++++++++++++-
 posts/2015-allura-1.3.1-release.html |  2 +-
 posts/2015-allura-1.3.2.html         |  2 +-
 posts/2015-cors.html                 |  2 +-
 posts/2015-markdown-editor.html      |  2 +-
 posts/2015-rest-api-docs.html        |  2 +-
 posts/2015-updated-icons.html        |  2 +-
 posts/2016-admin-toolbar.html        |  2 +-
 posts/2016-allura-1.4.0.html         |  2 +-
 posts/2016-allura-1.5.0.html         |  2 +-
 posts/2016-allura-1.6.0.html         |  2 +-
 posts/2016-gsoc-16.html              |  2 +-
 posts/2016-two-factor-auth.html      |  2 +-
 posts/2017-allura-1.7.0.html         |  2 +-
 tag/feature.html                     |  2 +-
 tag/gsoc.html                        |  2 +-
 tag/release.html                     | 13 ++++++++++++-
 21 files changed, 87 insertions(+), 29 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura-site/blob/86ab4a24/_src/pelicanconf.py
----------------------------------------------------------------------
diff --git a/_src/pelicanconf.py b/_src/pelicanconf.py
index 4de2395..cea35fa 100644
--- a/_src/pelicanconf.py
+++ b/_src/pelicanconf.py
@@ -44,9 +44,9 @@ TAG_FEED_ATOM = 'feeds/tag.%s.atom.xml'
 
 CURRENT_YEAR = dt.date.today().year
 
-RELEASE_VERSION = '1.7.0'
-RELEASE_DATE = 'Jun 2017'
-RELEASE_NEWS = 'posts/2017-allura-1.7.0.html'
+RELEASE_VERSION = '1.8.0'
+RELEASE_DATE = 'Feb 2018'
+RELEASE_NEWS = 'posts/2018-allura-1.8.0.html'
 DIST_URL = 'http://apache.org/dist/allura/'
 
 FORGE_ALLURA_URL = 'https://forge-allura.apache.org/'

http://git-wip-us.apache.org/repos/asf/allura-site/blob/86ab4a24/feeds/all.atom.xml
----------------------------------------------------------------------
diff --git a/feeds/all.atom.xml b/feeds/all.atom.xml
index a35df3d..682de40 100644
--- a/feeds/all.atom.xml
+++ b/feeds/all.atom.xml
@@ -1,5 +1,23 @@
 <?xml version="1.0" encoding="utf-8"?>
-<feed xmlns="http://www.w3.org/2005/Atom"><title>Apache Allura</title><link href="//allura.apache.org/" rel="alternate"></link><link href="//allura.apache.org/feeds/all.atom.xml" rel="self"></link><id>//allura.apache.org/</id><updated>2017-06-28T00:00:00+00:00</updated><entry><title>Apache Allura 1.7.0 released</title><link href="//allura.apache.org/posts/2017-allura-1.7.0.html" rel="alternate"></link><published>2017-06-28T00:00:00+00:00</published><updated>2017-06-28T00:00:00+00:00</updated><author><name></name></author><id>tag:allura.apache.org,2017-06-28:/posts/2017-allura-1.7.0.html</id><summary type="html">&lt;p&gt;Version 1.7.0 of Allura: Multifactor authentication, git-http docker container,  per-thread subscriptions in discussion forums, and more.&lt;/p&gt;</summary><content type="html">&lt;h4&gt;New Features&lt;/h4&gt;
+<feed xmlns="http://www.w3.org/2005/Atom"><title>Apache Allura</title><link href="//allura.apache.org/" rel="alternate"></link><link href="//allura.apache.org/feeds/all.atom.xml" rel="self"></link><id>//allura.apache.org/</id><updated>2018-02-06T00:00:00+00:00</updated><entry><title>Apache Allura 1.8.0 released</title><link href="//allura.apache.org/posts/2018-allura-1.8.0.html" rel="alternate"></link><published>2018-02-06T00:00:00+00:00</published><updated>2018-02-06T00:00:00+00:00</updated><author><name></name></author><id>tag:allura.apache.org,2018-02-06:/posts/2018-allura-1.8.0.html</id><summary type="html">&lt;p&gt;Version 1.8.0 of Allura released, with many fixes &amp;amp; improvements and a critical security fix.&lt;/p&gt;</summary><content type="html">&lt;h4&gt;New Features&lt;/h4&gt;
+&lt;p&gt;Apache Allura 1.8.0 has been released.
+It contains a Docker setup for production environments, and improved security and auditing around user logins.
+This release also contains a large number of fixes and smaller improvements.  To see all the details, check out the &lt;a href="https://forge-allura.apache.org/p/allura/git/ci/master/tree/CHANGES"&gt;release changelog&lt;/a&gt;.&lt;/p&gt;
+&lt;h4&gt;Important Security Fix&lt;/h4&gt;
+&lt;p&gt;CVE-2018-1299 Apache Allura directory traversal vulnerability&lt;/p&gt;
+&lt;p&gt;&lt;strong&gt;Versions Affected:&lt;/strong&gt;&lt;br&gt;Apache Allura 1.7.0 and earlier&lt;/p&gt;
+&lt;p&gt;&lt;strong&gt;Description:&lt;/strong&gt;&lt;br&gt;
+Unauthenticated attackers may retrieve arbitrary files through the Allura web
+application.  Some webservers used with Allura, such as Nginx, Apache/mod_wsgi
+or paster may prevent the attack from succeeding.  Others, such as gunicorn do
+not prevent it and leave Allura vulnerable.&lt;/p&gt;
+&lt;p&gt;&lt;strong&gt;Mitigation:&lt;/strong&gt;&lt;br&gt;
+Users of vulnerable webservers with Allura should upgrade to Allura 1.8.0
+immediately.&lt;/p&gt;
+&lt;p&gt;&lt;strong&gt;Credit:&lt;/strong&gt;&lt;br&gt;
+This issue was discovered by Everardo Padilla Saca&lt;/p&gt;
+&lt;h4&gt;Get 1.8.0&lt;/h4&gt;
+&lt;p&gt;&lt;a href="http://www.apache.org/dyn/closer.cgi/allura/"&gt;Download Allura&lt;/a&gt; and &lt;a href="https://forge-allura.apache.org/docs/getting_started/installation.html"&gt;install it&lt;/a&gt; today.&lt;/p&gt;</content><category term="release"></category></entry><entry><title>Apache Allura 1.7.0 released</title><link href="//allura.apache.org/posts/2017-allura-1.7.0.html" rel="alternate"></link><published>2017-06-28T00:00:00+00:00</published><updated>2017-06-28T00:00:00+00:00</updated><author><name></name></author><id>tag:allura.apache.org,2017-06-28:/posts/2017-allura-1.7.0.html</id><summary type="html">&lt;p&gt;Version 1.7.0 of Allura: Multifactor authentication, git-http docker container,  per-thread subscriptions in discussion forums, and more.&lt;/p&gt;</summary><content type="html">&lt;h4&gt;New Features&lt;/h4&gt;
 &lt;p&gt;Apache Allura 1.7.0 has been released, with support for hi-res project logos, and better content control for "neighborhood" landing pages by using wiki pages.&lt;/p&gt;
 &lt;p&gt;This release also contains numerous small improvements and bug fixes.  To see all the details, check out the &lt;a href="https://forge-allura.apache.org/p/allura/git/ci/rel/1.7.0/~/tree/CHANGES"&gt;release changelog&lt;/a&gt;.&lt;/p&gt;
 &lt;h4&gt;Get 1.7.0&lt;/h4&gt;

http://git-wip-us.apache.org/repos/asf/allura-site/blob/86ab4a24/feeds/tag.release.atom.xml
----------------------------------------------------------------------
diff --git a/feeds/tag.release.atom.xml b/feeds/tag.release.atom.xml
index cb8bd0a..67266df 100644
--- a/feeds/tag.release.atom.xml
+++ b/feeds/tag.release.atom.xml
@@ -1,5 +1,23 @@
 <?xml version="1.0" encoding="utf-8"?>
-<feed xmlns="http://www.w3.org/2005/Atom"><title>Apache Allura - release</title><link href="//allura.apache.org/" rel="alternate"></link><link href="//allura.apache.org/feeds/tag.release.atom.xml" rel="self"></link><id>//allura.apache.org/</id><updated>2017-06-28T00:00:00+00:00</updated><entry><title>Apache Allura 1.7.0 released</title><link href="//allura.apache.org/posts/2017-allura-1.7.0.html" rel="alternate"></link><published>2017-06-28T00:00:00+00:00</published><updated>2017-06-28T00:00:00+00:00</updated><author><name></name></author><id>tag:allura.apache.org,2017-06-28:/posts/2017-allura-1.7.0.html</id><summary type="html">&lt;p&gt;Version 1.7.0 of Allura: Multifactor authentication, git-http docker container,  per-thread subscriptions in discussion forums, and more.&lt;/p&gt;</summary><content type="html">&lt;h4&gt;New Features&lt;/h4&gt;
+<feed xmlns="http://www.w3.org/2005/Atom"><title>Apache Allura - release</title><link href="//allura.apache.org/" rel="alternate"></link><link href="//allura.apache.org/feeds/tag.release.atom.xml" rel="self"></link><id>//allura.apache.org/</id><updated>2018-02-06T00:00:00+00:00</updated><entry><title>Apache Allura 1.8.0 released</title><link href="//allura.apache.org/posts/2018-allura-1.8.0.html" rel="alternate"></link><published>2018-02-06T00:00:00+00:00</published><updated>2018-02-06T00:00:00+00:00</updated><author><name></name></author><id>tag:allura.apache.org,2018-02-06:/posts/2018-allura-1.8.0.html</id><summary type="html">&lt;p&gt;Version 1.8.0 of Allura released, with many fixes &amp;amp; improvements and a critical security fix.&lt;/p&gt;</summary><content type="html">&lt;h4&gt;New Features&lt;/h4&gt;
+&lt;p&gt;Apache Allura 1.8.0 has been released.
+It contains a Docker setup for production environments, and improved security and auditing around user logins.
+This release also contains a large number of fixes and smaller improvements.  To see all the details, check out the &lt;a href="https://forge-allura.apache.org/p/allura/git/ci/master/tree/CHANGES"&gt;release changelog&lt;/a&gt;.&lt;/p&gt;
+&lt;h4&gt;Important Security Fix&lt;/h4&gt;
+&lt;p&gt;CVE-2018-1299 Apache Allura directory traversal vulnerability&lt;/p&gt;
+&lt;p&gt;&lt;strong&gt;Versions Affected:&lt;/strong&gt;&lt;br&gt;Apache Allura 1.7.0 and earlier&lt;/p&gt;
+&lt;p&gt;&lt;strong&gt;Description:&lt;/strong&gt;&lt;br&gt;
+Unauthenticated attackers may retrieve arbitrary files through the Allura web
+application.  Some webservers used with Allura, such as Nginx, Apache/mod_wsgi
+or paster may prevent the attack from succeeding.  Others, such as gunicorn do
+not prevent it and leave Allura vulnerable.&lt;/p&gt;
+&lt;p&gt;&lt;strong&gt;Mitigation:&lt;/strong&gt;&lt;br&gt;
+Users of vulnerable webservers with Allura should upgrade to Allura 1.8.0
+immediately.&lt;/p&gt;
+&lt;p&gt;&lt;strong&gt;Credit:&lt;/strong&gt;&lt;br&gt;
+This issue was discovered by Everardo Padilla Saca&lt;/p&gt;
+&lt;h4&gt;Get 1.8.0&lt;/h4&gt;
+&lt;p&gt;&lt;a href="http://www.apache.org/dyn/closer.cgi/allura/"&gt;Download Allura&lt;/a&gt; and &lt;a href="https://forge-allura.apache.org/docs/getting_started/installation.html"&gt;install it&lt;/a&gt; today.&lt;/p&gt;</content><category term="release"></category></entry><entry><title>Apache Allura 1.7.0 released</title><link href="//allura.apache.org/posts/2017-allura-1.7.0.html" rel="alternate"></link><published>2017-06-28T00:00:00+00:00</published><updated>2017-06-28T00:00:00+00:00</updated><author><name></name></author><id>tag:allura.apache.org,2017-06-28:/posts/2017-allura-1.7.0.html</id><summary type="html">&lt;p&gt;Version 1.7.0 of Allura: Multifactor authentication, git-http docker container,  per-thread subscriptions in discussion forums, and more.&lt;/p&gt;</summary><content type="html">&lt;h4&gt;New Features&lt;/h4&gt;
 &lt;p&gt;Apache Allura 1.7.0 has been released, with support for hi-res project logos, and better content control for "neighborhood" landing pages by using wiki pages.&lt;/p&gt;
 &lt;p&gt;This release also contains numerous small improvements and bug fixes.  To see all the details, check out the &lt;a href="https://forge-allura.apache.org/p/allura/git/ci/rel/1.7.0/~/tree/CHANGES"&gt;release changelog&lt;/a&gt;.&lt;/p&gt;
 &lt;h4&gt;Get 1.7.0&lt;/h4&gt;

http://git-wip-us.apache.org/repos/asf/allura-site/blob/86ab4a24/index.html
----------------------------------------------------------------------
diff --git a/index.html b/index.html
index 94877cf..490417b 100644
--- a/index.html
+++ b/index.html
@@ -84,22 +84,22 @@
       <h3 class="text-center">Get the Latest Version of Allura</h3>
       <div class="row pad-vert-md">
         <div id="release" class="col-12 auto-margin pad-vert-xs text-center">
-          <a href="http://www.apache.org/dyn/closer.cgi/allura/allura-1.7.0.tar.gz"><button class="auto-margin">Download v1.7.0</button></a>
-          <span class="text-white">Jun 2017 &mdash;</span>
-          <a href="posts/2017-allura-1.7.0.html">What's New</a>
+          <a href="http://www.apache.org/dyn/closer.cgi/allura/allura-1.8.0.tar.gz"><button class="auto-margin">Download v1.8.0</button></a>
+          <span class="text-white">Feb 2018 &mdash;</span>
+          <a href="posts/2018-allura-1.8.0.html">What's New</a>
           <ul>
-            <li class="text-white"><a href="http://apache.org/dist/allura/allura-1.7.0.tar.gz.md5" class="text-white" download="">md5</a>, <a href="http://apache.org/dist/allura/allura-1.7.0.tar.gz.sha1" class="text-white" download="">sha1</a>, <a href="http://apache.org/dist/allura/allura-1.7.0.tar.gz.sha512" class="text-white" download="">sha512 sums</a></li>
-            <li class="text-white">PGP <a href="http://apache.org/dist/allura/allura-1.7.0.tar.gz.asc" class="text-white" download="">signature</a> &amp; <a href="http://apache.org/dist/allura/KEYS" class="text-white" download="">keys</a></li>
+            <li class="text-white"><a href="http://apache.org/dist/allura/allura-1.8.0.tar.gz.md5" class="text-white" download="">md5</a>, <a href="http://apache.org/dist/allura/allura-1.8.0.tar.gz.sha1" class="text-white" download="">sha1</a>, <a href="http://apache.org/dist/allura/allura-1.8.0.tar.gz.sha512" class="text-white" download="">sha512 sums</a></li>
+            <li class="text-white">PGP <a href="http://apache.org/dist/allura/allura-1.8.0.tar.gz.asc" class="text-white" download="">signature</a> &amp; <a href="http://apache.org/dist/allura/KEYS" class="text-white" download="">keys</a></li>
           </ul>
         </div>
         <div id="news" class="col-12 auto-margin pad-vert-xs text-center">
             <h5>News</h5>
             <ul>
+                    <li><a href="//allura.apache.org/posts/2018-allura-1.8.0.html">Apache Allura 1.8.0 released</a></li>
                     <li><a href="//allura.apache.org/posts/2017-allura-1.7.0.html">Apache Allura 1.7.0 released</a></li>
                     <li><a href="//allura.apache.org/posts/2016-allura-1.6.0.html">Apache Allura 1.6.0 released</a></li>
                     <li><a href="//allura.apache.org/posts/2016-two-factor-auth.html">Two Factor Authentication</a></li>
                     <li><a href="//allura.apache.org/posts/2016-allura-1.5.0.html">Apache Allura 1.5.0 released</a></li>
-                    <li><a href="//allura.apache.org/posts/2016-gsoc-16.html">Apache Allura - GSoC 2016 Summary</a></li>
                 <li><a href="//allura.apache.org/news.html">All News &rarr;</a></li>
             </ul>
         </div>
@@ -200,7 +200,7 @@
 
     <div class="row">
       <footer id="footer" class="bg-black text-white col-24">
-        <p class="copy pad-top-sm text-center">Copyright © 2017 The Apache Software Foundation, Licensed under
+        <p class="copy pad-top-sm text-center">Copyright © 2018 The Apache Software Foundation, Licensed under
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">the Apache License, Version 2.0.</a></p>
         <p class="copy pad-bot-sm text-center">Apache, Allura, Apache Allura, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
       </footer>

http://git-wip-us.apache.org/repos/asf/allura-site/blob/86ab4a24/news.html
----------------------------------------------------------------------
diff --git a/news.html b/news.html
index 3237c96..10bd077 100644
--- a/news.html
+++ b/news.html
@@ -53,6 +53,17 @@
 
 <div class="row bg-white pad-bot-md text-center">
   <div class="row pad-top-md">
+    <h3><a class="text-black" href="//allura.apache.org/posts/2018-allura-1.8.0.html">Apache Allura 1.8.0 released</a></h3>
+  </div>
+
+  <div class="post-info">
+    Published:
+    <abbr class="published" title="2018-02-06T00:00:00+00:00">
+      Tue 06 February 2018
+    </abbr>
+  </div>
+  <div class="entry-content"> <p>Version 1.8.0 of Allura released, with many fixes &amp; improvements and a critical security fix.</p> </div>
+  <div class="row pad-top-md">
     <h3><a class="text-black" href="//allura.apache.org/posts/2017-allura-1.7.0.html">Apache Allura 1.7.0 released</a></h3>
   </div>
 
@@ -202,7 +213,7 @@
 
     <div class="row">
       <footer id="footer" class="bg-black text-white col-24">
-        <p class="copy pad-top-sm text-center">Copyright © 2017 The Apache Software Foundation, Licensed under
+        <p class="copy pad-top-sm text-center">Copyright © 2018 The Apache Software Foundation, Licensed under
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">the Apache License, Version 2.0.</a></p>
         <p class="copy pad-bot-sm text-center">Apache, Allura, Apache Allura, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
       </footer>

http://git-wip-us.apache.org/repos/asf/allura-site/blob/86ab4a24/posts/2015-allura-1.3.1-release.html
----------------------------------------------------------------------
diff --git a/posts/2015-allura-1.3.1-release.html b/posts/2015-allura-1.3.1-release.html
index c18ed0e..e9e4009 100644
--- a/posts/2015-allura-1.3.1-release.html
+++ b/posts/2015-allura-1.3.1-release.html
@@ -86,7 +86,7 @@ new features are:</p>
 
     <div class="row">
       <footer id="footer" class="bg-black text-white col-24">
-        <p class="copy pad-top-sm text-center">Copyright © 2017 The Apache Software Foundation, Licensed under
+        <p class="copy pad-top-sm text-center">Copyright © 2018 The Apache Software Foundation, Licensed under
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">the Apache License, Version 2.0.</a></p>
         <p class="copy pad-bot-sm text-center">Apache, Allura, Apache Allura, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
       </footer>

http://git-wip-us.apache.org/repos/asf/allura-site/blob/86ab4a24/posts/2015-allura-1.3.2.html
----------------------------------------------------------------------
diff --git a/posts/2015-allura-1.3.2.html b/posts/2015-allura-1.3.2.html
index 7da8ee5..24c1f92 100644
--- a/posts/2015-allura-1.3.2.html
+++ b/posts/2015-allura-1.3.2.html
@@ -90,7 +90,7 @@ new features are:</p>
 
     <div class="row">
       <footer id="footer" class="bg-black text-white col-24">
-        <p class="copy pad-top-sm text-center">Copyright © 2017 The Apache Software Foundation, Licensed under
+        <p class="copy pad-top-sm text-center">Copyright © 2018 The Apache Software Foundation, Licensed under
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">the Apache License, Version 2.0.</a></p>
         <p class="copy pad-bot-sm text-center">Apache, Allura, Apache Allura, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
       </footer>

http://git-wip-us.apache.org/repos/asf/allura-site/blob/86ab4a24/posts/2015-cors.html
----------------------------------------------------------------------
diff --git a/posts/2015-cors.html b/posts/2015-cors.html
index 6d05990..dc620b0 100644
--- a/posts/2015-cors.html
+++ b/posts/2015-cors.html
@@ -83,7 +83,7 @@ cookies cannot be used - so nobody could be tricked into doing something acciden
 
     <div class="row">
       <footer id="footer" class="bg-black text-white col-24">
-        <p class="copy pad-top-sm text-center">Copyright © 2017 The Apache Software Foundation, Licensed under
+        <p class="copy pad-top-sm text-center">Copyright © 2018 The Apache Software Foundation, Licensed under
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">the Apache License, Version 2.0.</a></p>
         <p class="copy pad-bot-sm text-center">Apache, Allura, Apache Allura, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
       </footer>

http://git-wip-us.apache.org/repos/asf/allura-site/blob/86ab4a24/posts/2015-markdown-editor.html
----------------------------------------------------------------------
diff --git a/posts/2015-markdown-editor.html b/posts/2015-markdown-editor.html
index 7a765b1..d74819f 100644
--- a/posts/2015-markdown-editor.html
+++ b/posts/2015-markdown-editor.html
@@ -87,7 +87,7 @@ reference page.</p></div>
 
     <div class="row">
       <footer id="footer" class="bg-black text-white col-24">
-        <p class="copy pad-top-sm text-center">Copyright © 2017 The Apache Software Foundation, Licensed under
+        <p class="copy pad-top-sm text-center">Copyright © 2018 The Apache Software Foundation, Licensed under
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">the Apache License, Version 2.0.</a></p>
         <p class="copy pad-bot-sm text-center">Apache, Allura, Apache Allura, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
       </footer>

http://git-wip-us.apache.org/repos/asf/allura-site/blob/86ab4a24/posts/2015-rest-api-docs.html
----------------------------------------------------------------------
diff --git a/posts/2015-rest-api-docs.html b/posts/2015-rest-api-docs.html
index ac6814d..75a2b50 100644
--- a/posts/2015-rest-api-docs.html
+++ b/posts/2015-rest-api-docs.html
@@ -80,7 +80,7 @@ This portal also lets you try the API live, so you can see exactly what each API
 
     <div class="row">
       <footer id="footer" class="bg-black text-white col-24">
-        <p class="copy pad-top-sm text-center">Copyright © 2017 The Apache Software Foundation, Licensed under
+        <p class="copy pad-top-sm text-center">Copyright © 2018 The Apache Software Foundation, Licensed under
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">the Apache License, Version 2.0.</a></p>
         <p class="copy pad-bot-sm text-center">Apache, Allura, Apache Allura, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
       </footer>

http://git-wip-us.apache.org/repos/asf/allura-site/blob/86ab4a24/posts/2015-updated-icons.html
----------------------------------------------------------------------
diff --git a/posts/2015-updated-icons.html b/posts/2015-updated-icons.html
index 0b72437..5752cc1 100644
--- a/posts/2015-updated-icons.html
+++ b/posts/2015-updated-icons.html
@@ -91,7 +91,7 @@ screens:</p>
 
     <div class="row">
       <footer id="footer" class="bg-black text-white col-24">
-        <p class="copy pad-top-sm text-center">Copyright © 2017 The Apache Software Foundation, Licensed under
+        <p class="copy pad-top-sm text-center">Copyright © 2018 The Apache Software Foundation, Licensed under
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">the Apache License, Version 2.0.</a></p>
         <p class="copy pad-bot-sm text-center">Apache, Allura, Apache Allura, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
       </footer>

http://git-wip-us.apache.org/repos/asf/allura-site/blob/86ab4a24/posts/2016-admin-toolbar.html
----------------------------------------------------------------------
diff --git a/posts/2016-admin-toolbar.html b/posts/2016-admin-toolbar.html
index 9e01dfd..e4d8ffa 100644
--- a/posts/2016-admin-toolbar.html
+++ b/posts/2016-admin-toolbar.html
@@ -93,7 +93,7 @@
 
     <div class="row">
       <footer id="footer" class="bg-black text-white col-24">
-        <p class="copy pad-top-sm text-center">Copyright © 2017 The Apache Software Foundation, Licensed under
+        <p class="copy pad-top-sm text-center">Copyright © 2018 The Apache Software Foundation, Licensed under
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">the Apache License, Version 2.0.</a></p>
         <p class="copy pad-bot-sm text-center">Apache, Allura, Apache Allura, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
       </footer>

http://git-wip-us.apache.org/repos/asf/allura-site/blob/86ab4a24/posts/2016-allura-1.4.0.html
----------------------------------------------------------------------
diff --git a/posts/2016-allura-1.4.0.html b/posts/2016-allura-1.4.0.html
index 411c79d..57d160c 100644
--- a/posts/2016-allura-1.4.0.html
+++ b/posts/2016-allura-1.4.0.html
@@ -91,7 +91,7 @@ It also works to nest code block notation, and specify the formatting language i
 
     <div class="row">
       <footer id="footer" class="bg-black text-white col-24">
-        <p class="copy pad-top-sm text-center">Copyright © 2017 The Apache Software Foundation, Licensed under
+        <p class="copy pad-top-sm text-center">Copyright © 2018 The Apache Software Foundation, Licensed under
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">the Apache License, Version 2.0.</a></p>
         <p class="copy pad-bot-sm text-center">Apache, Allura, Apache Allura, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
       </footer>

http://git-wip-us.apache.org/repos/asf/allura-site/blob/86ab4a24/posts/2016-allura-1.5.0.html
----------------------------------------------------------------------
diff --git a/posts/2016-allura-1.5.0.html b/posts/2016-allura-1.5.0.html
index 7a8bff4..d8140ec 100644
--- a/posts/2016-allura-1.5.0.html
+++ b/posts/2016-allura-1.5.0.html
@@ -89,7 +89,7 @@ of the changes came from work done during Google Summer of Code.</p>
 
     <div class="row">
       <footer id="footer" class="bg-black text-white col-24">
-        <p class="copy pad-top-sm text-center">Copyright © 2017 The Apache Software Foundation, Licensed under
+        <p class="copy pad-top-sm text-center">Copyright © 2018 The Apache Software Foundation, Licensed under
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">the Apache License, Version 2.0.</a></p>
         <p class="copy pad-bot-sm text-center">Apache, Allura, Apache Allura, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
       </footer>

http://git-wip-us.apache.org/repos/asf/allura-site/blob/86ab4a24/posts/2016-allura-1.6.0.html
----------------------------------------------------------------------
diff --git a/posts/2016-allura-1.6.0.html b/posts/2016-allura-1.6.0.html
index 7f8c145..23be9b0 100644
--- a/posts/2016-allura-1.6.0.html
+++ b/posts/2016-allura-1.6.0.html
@@ -82,7 +82,7 @@
 
     <div class="row">
       <footer id="footer" class="bg-black text-white col-24">
-        <p class="copy pad-top-sm text-center">Copyright © 2017 The Apache Software Foundation, Licensed under
+        <p class="copy pad-top-sm text-center">Copyright © 2018 The Apache Software Foundation, Licensed under
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">the Apache License, Version 2.0.</a></p>
         <p class="copy pad-bot-sm text-center">Apache, Allura, Apache Allura, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
       </footer>

http://git-wip-us.apache.org/repos/asf/allura-site/blob/86ab4a24/posts/2016-gsoc-16.html
----------------------------------------------------------------------
diff --git a/posts/2016-gsoc-16.html b/posts/2016-gsoc-16.html
index 87b4829..1bdf188 100644
--- a/posts/2016-gsoc-16.html
+++ b/posts/2016-gsoc-16.html
@@ -160,7 +160,7 @@ clone the repository using <code>git clone https://rhnvrm@forge-allura.apache.or
 
     <div class="row">
       <footer id="footer" class="bg-black text-white col-24">
-        <p class="copy pad-top-sm text-center">Copyright © 2017 The Apache Software Foundation, Licensed under
+        <p class="copy pad-top-sm text-center">Copyright © 2018 The Apache Software Foundation, Licensed under
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">the Apache License, Version 2.0.</a></p>
         <p class="copy pad-bot-sm text-center">Apache, Allura, Apache Allura, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
       </footer>

http://git-wip-us.apache.org/repos/asf/allura-site/blob/86ab4a24/posts/2016-two-factor-auth.html
----------------------------------------------------------------------
diff --git a/posts/2016-two-factor-auth.html b/posts/2016-two-factor-auth.html
index 631f976..383f6f8 100644
--- a/posts/2016-two-factor-auth.html
+++ b/posts/2016-two-factor-auth.html
@@ -90,7 +90,7 @@
 
     <div class="row">
       <footer id="footer" class="bg-black text-white col-24">
-        <p class="copy pad-top-sm text-center">Copyright © 2017 The Apache Software Foundation, Licensed under
+        <p class="copy pad-top-sm text-center">Copyright © 2018 The Apache Software Foundation, Licensed under
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">the Apache License, Version 2.0.</a></p>
         <p class="copy pad-bot-sm text-center">Apache, Allura, Apache Allura, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
       </footer>

http://git-wip-us.apache.org/repos/asf/allura-site/blob/86ab4a24/posts/2017-allura-1.7.0.html
----------------------------------------------------------------------
diff --git a/posts/2017-allura-1.7.0.html b/posts/2017-allura-1.7.0.html
index 67b1bda..4a6a4ad 100644
--- a/posts/2017-allura-1.7.0.html
+++ b/posts/2017-allura-1.7.0.html
@@ -81,7 +81,7 @@
 
     <div class="row">
       <footer id="footer" class="bg-black text-white col-24">
-        <p class="copy pad-top-sm text-center">Copyright © 2017 The Apache Software Foundation, Licensed under
+        <p class="copy pad-top-sm text-center">Copyright © 2018 The Apache Software Foundation, Licensed under
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">the Apache License, Version 2.0.</a></p>
         <p class="copy pad-bot-sm text-center">Apache, Allura, Apache Allura, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
       </footer>

http://git-wip-us.apache.org/repos/asf/allura-site/blob/86ab4a24/tag/feature.html
----------------------------------------------------------------------
diff --git a/tag/feature.html b/tag/feature.html
index 8289d4a..d3e0d27 100644
--- a/tag/feature.html
+++ b/tag/feature.html
@@ -114,7 +114,7 @@
 
     <div class="row">
       <footer id="footer" class="bg-black text-white col-24">
-        <p class="copy pad-top-sm text-center">Copyright © 2017 The Apache Software Foundation, Licensed under
+        <p class="copy pad-top-sm text-center">Copyright © 2018 The Apache Software Foundation, Licensed under
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">the Apache License, Version 2.0.</a></p>
         <p class="copy pad-bot-sm text-center">Apache, Allura, Apache Allura, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
       </footer>

http://git-wip-us.apache.org/repos/asf/allura-site/blob/86ab4a24/tag/gsoc.html
----------------------------------------------------------------------
diff --git a/tag/gsoc.html b/tag/gsoc.html
index 2689be5..c927d0a 100644
--- a/tag/gsoc.html
+++ b/tag/gsoc.html
@@ -70,7 +70,7 @@
 
     <div class="row">
       <footer id="footer" class="bg-black text-white col-24">
-        <p class="copy pad-top-sm text-center">Copyright © 2017 The Apache Software Foundation, Licensed under
+        <p class="copy pad-top-sm text-center">Copyright © 2018 The Apache Software Foundation, Licensed under
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">the Apache License, Version 2.0.</a></p>
         <p class="copy pad-bot-sm text-center">Apache, Allura, Apache Allura, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
       </footer>

http://git-wip-us.apache.org/repos/asf/allura-site/blob/86ab4a24/tag/release.html
----------------------------------------------------------------------
diff --git a/tag/release.html b/tag/release.html
index 16584fa..af0b3b3 100644
--- a/tag/release.html
+++ b/tag/release.html
@@ -53,6 +53,17 @@
 
 <div class="row bg-white pad-bot-md text-center">
   <div class="row pad-top-md">
+    <h3><a class="text-black" href="//allura.apache.org/posts/2018-allura-1.8.0.html">Apache Allura 1.8.0 released</a></h3>
+  </div>
+
+  <div class="post-info">
+    Published:
+    <abbr class="published" title="2018-02-06T00:00:00+00:00">
+      Tue 06 February 2018
+    </abbr>
+  </div>
+  <div class="entry-content"> <p>Version 1.8.0 of Allura released, with many fixes &amp; improvements and a critical security fix.</p> </div>
+  <div class="row pad-top-md">
     <h3><a class="text-black" href="//allura.apache.org/posts/2017-allura-1.7.0.html">Apache Allura 1.7.0 released</a></h3>
   </div>
 
@@ -125,7 +136,7 @@
 
     <div class="row">
       <footer id="footer" class="bg-black text-white col-24">
-        <p class="copy pad-top-sm text-center">Copyright © 2017 The Apache Software Foundation, Licensed under
+        <p class="copy pad-top-sm text-center">Copyright © 2018 The Apache Software Foundation, Licensed under
             <a href="http://www.apache.org/licenses/LICENSE-2.0.html">the Apache License, Version 2.0.</a></p>
         <p class="copy pad-bot-sm text-center">Apache, Allura, Apache Allura, and the Apache feather logo are trademarks of The Apache Software Foundation.</p>
       </footer>