This is an automated email from the ASF dual-hosted git repository.
brondsem pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/allura-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 15bf583 1.15.0 release
15bf583 is described below
commit 15bf583eb2c8fb1f3c6952411d4dc0b76cee3301
Author: Dave Brondsema <[email protected]>
AuthorDate: Mon Sep 18 15:11:07 2023 -0400
1.15.0 release
---
_src/content/2023-allura-1.15.0.md | 34 ++++++++++++++++++++++++++++++++++
_src/pelicanconf.py | 6 +++---
download.html | 8 ++++----
feeds/all.atom.xml | 16 +++++++++++++++-
feeds/tag.release.atom.xml | 16 +++++++++++++++-
index.html | 8 ++++----
news.html | 11 +++++++++++
tag/release.html | 11 +++++++++++
8 files changed, 97 insertions(+), 13 deletions(-)
diff --git a/_src/content/2023-allura-1.15.0.md
b/_src/content/2023-allura-1.15.0.md
new file mode 100644
index 0000000..0fadd05
--- /dev/null
+++ b/_src/content/2023-allura-1.15.0.md
@@ -0,0 +1,34 @@
+Title: Apache Allura 1.15.0 released
+Date: 2023-09-18
+Tags: release
+Slug: allura-1.15.0
+Summary: Version 1.15.0 of Allura released
+
+#### What's New?
+
+Apache Allura 1.15.0 has been released, after a long time since 1.14.0. This
release adds support for more Python versions (see next section) and
Content-Security-Policy headers. Many other fixes and improvements are also
included, they relate to SEO, performance and different parts of Allura.
+
+For full details of all the changes and fixes, see the [CHANGES
file](https://forge-allura.apache.org/p/allura/git/ci/master/tree/CHANGES).
+
+#### Python 3.7 through 3.11 supported
+
+This release supports Python 3.7 through Python 3.11
+
+The next release will drop support for Python 3.7 so please upgrade your
Python version soon, to stay compatible with future Allura releases.
+
+#### Upgrade Instructions
+
+To install updated dependencies, run: `pip install -r requirements.txt
--no-deps --upgrade --upgrade-strategy=only-if-needed`
+
+Run: `paster ensure_index development.ini` in Allura dir
+
+If switching to a new version of Python, you will need to make a completely
new python virtual environment,
+and run `pip install ...` in it, and then use it to run Allura.
+
+If using docker, rebuild the allura image and restart containers.
+
+Feel free to ask any questions on the [dev mailing
list](https://lists.apache.org/[email protected]).
+
+#### Get 1.15.0
+
+[Download Allura](//allura.apache.org/download.html) and [install
it](https://forge-allura.apache.org/docs/getting_started/installation.html)
today.
diff --git a/_src/pelicanconf.py b/_src/pelicanconf.py
index 577e3f9..a5be8f9 100644
--- a/_src/pelicanconf.py
+++ b/_src/pelicanconf.py
@@ -45,9 +45,9 @@ TAG_FEED_ATOM = 'feeds/tag.{slug}.atom.xml'
CURRENT_YEAR = dt.date.today().year
-RELEASE_VERSION = '1.14.0'
-RELEASE_DATE = 'Sep 2022'
-RELEASE_NEWS = 'posts/2022-allura-1.14.0.html'
+RELEASE_VERSION = '1.15.0'
+RELEASE_DATE = 'Sep 2023'
+RELEASE_NEWS = 'posts/2023-allura-1.15.0.html'
DIST_URL = 'https://downloads.apache.org/allura/'
FORGE_ALLURA_URL = 'https://forge-allura.apache.org/'
diff --git a/download.html b/download.html
index 6049afe..98efb0d 100644
--- a/download.html
+++ b/download.html
@@ -54,15 +54,15 @@
<div class="col-20 no-float auto-margin">
<div class="row">
<p class="pad-md">
- <a
href="https://www.apache.org/dyn/closer.cgi/allura/allura-1.14.0.tar.gz">Download
Allura v1.14.0</a>. This is the latest release of Apache Allura, released Sep
2022.
- <a href="posts/2022-allura-1.14.0.html">Read what's new.</a>
+ <a
href="https://www.apache.org/dyn/closer.cgi/allura/allura-1.15.0.tar.gz">Download
Allura v1.15.0</a>. This is the latest release of Apache Allura, released Sep
2023.
+ <a href="posts/2023-allura-1.15.0.html">Read what's new.</a>
</p>
<p>
Verify the download:
</p>
<ul>
- <li><a
href="https://downloads.apache.org/allura/allura-1.14.0.tar.gz.sha512">SHA-512</a>
checksum</li>
- <li>PGP <a
href="https://downloads.apache.org/allura/allura-1.14.0.tar.gz.asc">signature</a>
& <a href="https://downloads.apache.org/allura/KEYS">keys</a></li>
+ <li><a
href="https://downloads.apache.org/allura/allura-1.15.0.tar.gz.sha512">SHA-512</a>
checksum</li>
+ <li>PGP <a
href="https://downloads.apache.org/allura/allura-1.15.0.tar.gz.asc">signature</a>
& <a href="https://downloads.apache.org/allura/KEYS">keys</a></li>
</ul>
<p>
<a
href="https://www.apache.org/info/verification.html">Instructions for how to
verify a download using these files.</a>
diff --git a/feeds/all.atom.xml b/feeds/all.atom.xml
index be8d0ba..23c2c57 100644
--- a/feeds/all.atom.xml
+++ b/feeds/all.atom.xml
@@ -1,5 +1,19 @@
<?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>2022-09-23T00:00:00+00:00</updated><entry><title>Apache
Allura 1.14.0 released</title><link
href="//allura.apache.org/posts/2022-allura-1.14.0.html"
rel="alternate"></link><published>2022-09-23T00:00:00+00:00</published><updated>2022-09-23T00:00:00+00:00</u
[...]
+<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>2023-09-18T00:00:00+00:00</updated><entry><title>Apache
Allura 1.15.0 released</title><link
href="//allura.apache.org/posts/2023-allura-1.15.0.html"
rel="alternate"></link><published>2023-09-18T00:00:00+00:00</published><updated>2023-09-18T00:00:00+00:00</u
[...]
+<p>Apache Allura 1.15.0 has been released, after a long time since
1.14.0. This release adds support for more Python versions (see next section)
and Content-Security-Policy headers. Many other fixes and improvements are
also included, they relate to SEO, performance and different parts of
Allura.</p>
+<p>For full details of all the changes and fixes, see the <a
href="https://forge-allura.apache.org/p/allura/git/ci/master/tree/CHANGES">CHANGES
file</a>. </p>
+<h4>Python 3.7 through 3.11 supported</h4>
+<p>This release supports Python 3.7 through Python 3.11</p>
+<p>The next release will drop support for Python 3.7 so please upgrade
your Python version soon, to stay compatible with future Allura
releases.</p>
+<h4>Upgrade Instructions</h4>
+<p>To install updated dependencies, run: <code>pip install -r
requirements.txt --no-deps --upgrade
--upgrade-strategy=only-if-needed</code></p>
+<p>Run: <code>paster ensure_index development.ini</code> in
Allura dir</p>
+<p>If switching to a new version of Python, you will need to make a
completely new python virtual environment,
+and run <code>pip install ...</code> in it, and then use it to run
Allura.</p>
+<p>If using docker, rebuild the allura image and restart
containers.</p>
+<p>Feel free to ask any questions on the <a
href="https://lists.apache.org/[email protected]">dev mailing
list</a>.</p>
+<h4>Get 1.15.0</h4>
+<p><a href="//allura.apache.org/download.html">Download
Allura</a> and <a
href="https://forge-allura.apache.org/docs/getting_started/installation.html">install
it</a> today.</p></content><category
term="misc"></category><category
term="release"></category></entry><entry><title>Apache Allura 1.14.0
released</title><link href="//allura.apache.org/posts/2022-allura-1.14.0.html"
rel="alternate"></link><published>2022-09-23T00:00:00+00:00</published><update
[...]
<p>Apache Allura 1.14.0 has been released, after a long time since
1.13.0. It includes a new app/tool, SEO improvements
and a huge list of small fixes and improvements. The highlights are:</p>
<ul>
diff --git a/feeds/tag.release.atom.xml b/feeds/tag.release.atom.xml
index 75aa974..a83d9e4 100644
--- a/feeds/tag.release.atom.xml
+++ b/feeds/tag.release.atom.xml
@@ -1,5 +1,19 @@
<?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>2022-09-23T00:00:00+00:00</updated><entry><title>Apache
Allura 1.14.0 released</title><link
href="//allura.apache.org/posts/2022-allura-1.14.0.html"
rel="alternate"></link><published>2022-09-23T00:00:00+00:00</published><updated>2022-09-23
[...]
+<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>2023-09-18T00:00:00+00:00</updated><entry><title>Apache
Allura 1.15.0 released</title><link
href="//allura.apache.org/posts/2023-allura-1.15.0.html"
rel="alternate"></link><published>2023-09-18T00:00:00+00:00</published><updated>2023-09-18
[...]
+<p>Apache Allura 1.15.0 has been released, after a long time since
1.14.0. This release adds support for more Python versions (see next section)
and Content-Security-Policy headers. Many other fixes and improvements are
also included, they relate to SEO, performance and different parts of
Allura.</p>
+<p>For full details of all the changes and fixes, see the <a
href="https://forge-allura.apache.org/p/allura/git/ci/master/tree/CHANGES">CHANGES
file</a>. </p>
+<h4>Python 3.7 through 3.11 supported</h4>
+<p>This release supports Python 3.7 through Python 3.11</p>
+<p>The next release will drop support for Python 3.7 so please upgrade
your Python version soon, to stay compatible with future Allura
releases.</p>
+<h4>Upgrade Instructions</h4>
+<p>To install updated dependencies, run: <code>pip install -r
requirements.txt --no-deps --upgrade
--upgrade-strategy=only-if-needed</code></p>
+<p>Run: <code>paster ensure_index development.ini</code> in
Allura dir</p>
+<p>If switching to a new version of Python, you will need to make a
completely new python virtual environment,
+and run <code>pip install ...</code> in it, and then use it to run
Allura.</p>
+<p>If using docker, rebuild the allura image and restart
containers.</p>
+<p>Feel free to ask any questions on the <a
href="https://lists.apache.org/[email protected]">dev mailing
list</a>.</p>
+<h4>Get 1.15.0</h4>
+<p><a href="//allura.apache.org/download.html">Download
Allura</a> and <a
href="https://forge-allura.apache.org/docs/getting_started/installation.html">install
it</a> today.</p></content><category
term="misc"></category><category
term="release"></category></entry><entry><title>Apache Allura 1.14.0
released</title><link href="//allura.apache.org/posts/2022-allura-1.14.0.html"
rel="alternate"></link><published>2022-09-23T00:00:00+00:00</published><update
[...]
<p>Apache Allura 1.14.0 has been released, after a long time since
1.13.0. It includes a new app/tool, SEO improvements
and a huge list of small fixes and improvements. The highlights are:</p>
<ul>
diff --git a/index.html b/index.html
index 69c9115..d2df7da 100644
--- a/index.html
+++ b/index.html
@@ -84,18 +84,18 @@
<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="//allura.apache.org/download.html"><button
class="auto-margin">Download v1.14.0</button></a>
- <span class="text-white">Sep 2022 —</span>
- <a href="posts/2022-allura-1.14.0.html">What's New</a>
+ <a href="//allura.apache.org/download.html"><button
class="auto-margin">Download v1.15.0</button></a>
+ <span class="text-white">Sep 2023 —</span>
+ <a href="posts/2023-allura-1.15.0.html">What's New</a>
</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/2023-allura-1.15.0.html">Apache Allura 1.15.0
released</a></li>
<li><a
href="//allura.apache.org/posts/2022-allura-1.14.0.html">Apache Allura 1.14.0
released</a></li>
<li><a
href="//allura.apache.org/posts/2021-allura-1.13.0.html">Apache Allura 1.13.0
released</a></li>
<li><a
href="//allura.apache.org/posts/2019-allura-1.12.0.html">Apache Allura 1.12.0
released</a></li>
<li><a
href="//allura.apache.org/posts/2019-allura-1.11.1.html">Apache Allura 1.11.1
released</a></li>
- <li><a
href="//allura.apache.org/posts/2019-allura-1.11.0.html">Apache Allura 1.11.0
released</a></li>
<li><a href="//allura.apache.org/news.html">All News
→</a></li>
</ul>
</div>
diff --git a/news.html b/news.html
index 83651c7..45d8591 100644
--- a/news.html
+++ b/news.html
@@ -52,6 +52,17 @@
<h2>All News</h2>
<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/2023-allura-1.15.0.html">Apache Allura 1.15.0
released</a></h3>
+ </div>
+
+ <div class="post-info">
+ Published:
+ <abbr class="published" title="2023-09-18T00:00:00+00:00">
+ Mon 18 September 2023
+ </abbr>
+ </div>
+ <div class="entry-content"> <p>Version 1.15.0 of Allura released</p> </div>
<div class="row pad-top-md">
<h3><a class="text-black"
href="//allura.apache.org/posts/2022-allura-1.14.0.html">Apache Allura 1.14.0
released</a></h3>
</div>
diff --git a/tag/release.html b/tag/release.html
index 5084a33..4ad8b4c 100644
--- a/tag/release.html
+++ b/tag/release.html
@@ -52,6 +52,17 @@
<h2>Articles tagged 'release'</h2>
<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/2023-allura-1.15.0.html">Apache Allura 1.15.0
released</a></h3>
+ </div>
+
+ <div class="post-info">
+ Published:
+ <abbr class="published" title="2023-09-18T00:00:00+00:00">
+ Mon 18 September 2023
+ </abbr>
+ </div>
+ <div class="entry-content"> <p>Version 1.15.0 of Allura released</p> </div>
<div class="row pad-top-md">
<h3><a class="text-black"
href="//allura.apache.org/posts/2022-allura-1.14.0.html">Apache Allura 1.14.0
released</a></h3>
</div>