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 18940f4  1.15.0 release
18940f4 is described below

commit 18940f44d1694177e783cb851751a3aaf5eaa573
Author: Dave Brondsema <[email protected]>
AuthorDate: Mon Sep 18 15:12:52 2023 -0400

    1.15.0 release
---
 posts/2023-allura-1.15.0.html | 121 ++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 121 insertions(+)

diff --git a/posts/2023-allura-1.15.0.html b/posts/2023-allura-1.15.0.html
new file mode 100644
index 0000000..d8f7bc0
--- /dev/null
+++ b/posts/2023-allura-1.15.0.html
@@ -0,0 +1,121 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+  <title>    Apache Allura 1.15.0 released
+</title>
+  <meta charset="utf-8">
+  <meta name="description" content="Allura is an open source implementation of 
a software forge, a site that manages source code repositories, bug reports, 
discussions, and more for projects.">
+  <meta name="keywords" content="">
+  <meta name="author" content="">
+  <link rel="canonical" href="//allura.apache.org">
+
+  <!--    Facebook Meta Info-->
+  <meta property="og:url" content="//allura.apache.org">
+  <meta property="og:image" 
content="//allura.apache.org/theme/img/logo-asf-apache.png">
+  <meta property="og:description" content="Allura is an open source 
implementation of a software forge, a site that manages source code 
repositories, bug reports, discussions, and more for projects.">
+  <meta property="og:title" content="Apache Allura">
+  <meta property="og:site_name" content="Apache Allura">
+  <meta property="og:see_also" content="//allura.apache.org">
+
+  <!--    Twitter Meta Info-->
+  <meta name="twitter:card" content="Allura is an open source implementation 
of a software forge, a site that manages source code repositories, bug reports, 
discussions, and more for projects.">
+  <meta name="twitter:url" content="//allura.apache.org">
+  <meta name="twitter:title" content="Apache Allura">
+  <meta name="twitter:description" content="Allura is an open source 
implementation of a software forge, a site that manages source code 
repositories, bug reports, discussions, and more for projects.">
+  <meta name="twitter:image" 
content="//allura.apache.org/theme/img/logo-asf-apache.png">
+
+  <!--    Google+ Meta Info-->
+  <meta itemprop="name" content="Apache Allura">
+  <meta itemprop="description" content="Allura is an open source 
implementation of a software forge, a site that manages source code 
repositories, bug reports, discussions, and more for projects.">
+  <meta itemprop="image" 
content="//allura.apache.org/theme/img/logo-asf-apache.png">
+
+  <link rel="stylesheet" type="text/css" 
href="//allura.apache.org/theme/css/flex.min.css">
+  <link rel="stylesheet" type="text/css" 
href="//allura.apache.org/theme/css/style.css">
+          <link rel="stylesheet" type="text/css" 
href="//allura.apache.org/theme/css/article.css">
+
+
+</head>
+
+<body cz-shortcut-listen="true" class="pg-">
+  <section id="content_wrapper" class="mobile-desktop row">
+    <div id="header" class="row ">
+      <header id="login_header" class="row">
+        <div class="bg-shadow pad-vert-md">
+          <span><h1 class="text-center"><a href="//allura.apache.org">Apache 
<img src="//allura.apache.org/theme/img/logo_white.png" width="94"> Allura<span 
class="tm">™</span></a></h1></span>
+          <span></span>
+          <h6 class="text-center">Open source project hosting platform</h6>
+        </div>
+      </header>
+    </div>
+
+    <div class="article-content">
+<div class="row bg-white pad-vert-lg">
+  <div class="row">
+    <h3 class="text-black text-center">Apache Allura 1.15.0 released</h3>
+  </div>
+
+  <div class="post-info text-center">
+    Published:
+    <abbr class="published" title="2023-09-18T00:00:00+00:00">
+      Mon 18 September 2023
+    </abbr>
+    <br>
+    Tagged:
+        <a href="//allura.apache.org/tag/release.html">release</a>
+  </div>
+
+  <div class="row">
+    <div class="col-20 no-float auto-margin">
+      <div class="row">
+        <div class="pad-md text-black"><h4>What's New?</h4>
+<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></div>
+      </div>
+    </div>
+  </div>
+</div>
+</div>
+
+    <div class="row">
+      <footer id="footer" class="bg-black text-white col-24">
+        <p class="copy pad-top-sm text-center">Copyright © 2023 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>
+    </div>
+  </section>
+
+  <script type="application/javascript" 
src="//allura.apache.org/theme/js/jquery-1.11.2.min.js"></script>
+  <script type="application/javascript" 
src="//allura.apache.org/theme/js/frontend.js"></script>
+        <script type="application/javascript" 
src="//allura.apache.org/theme/js/article.js"></script>
+  <!-- Credits
+
+          Logo Design: Will Leonard
+          http://willleonard.org
+
+          Site design: Perry Merrity
+          https://perrymerrity.com/
+
+          bg-header-forge.jpg
+          Photo by: Stefan Schmitz
+          https://creativecommons.org/licenses/by-nd/2.0
+
+          bg-developers-fire.jpg
+          Photo by: Frédéric Bisson
+          https://creativecommons.org/licenses/by-nd/2.0
+      -->
+</body>
+</html>
\ No newline at end of file

Reply via email to