Skip to content

Commit

Permalink
PostgreSQL 17 Beta 1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jkatz committed May 22, 2024
1 parent 8ee2887 commit dc00ff2
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 60 deletions.
101 changes: 51 additions & 50 deletions templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,30 +50,37 @@ <h2>Latest Releases</h2>
<div class="text">
<p>
<strong>
2024-05-09 -
<a href="/about/news/postgresql-163-157-1412-1315-and-1219-released-2858/">
PostgreSQL 16.3, 15.7, 14.12, 13.15, and 12.19 Released!
2024-05-23 -
<a href="/about/news/postgresql-17-beta-1-released-2865/">
PostgreSQL 17 Beta 1 Released!
</a>
</strong>
</p>
<p>
The PostgreSQL Global Development Group has
<a href="/about/news/postgresql-163-157-1412-1315-and-1219-released-2858/">released an update</a>
to all supported versions of PostgreSQL, including
<a href="/about/news/postgresql-163-157-1412-1315-and-1219-released-2858/">16.3, 15.7, 14.12, 13.15, and 12.19</a>.
This release fixes one <a href="/support/security/">security vulnerability</a>
and over 55 bugs reported over the last several months.
The PostgreSQL Global Development Group announces that the first
beta release of PostgreSQL 17 is now <a href="/download/">available for download</a>.
This release contains previews of all features that will be available
when PostgreSQL 17 is made generally available, though some details of
the release can change during the beta period.
</p>
<p>
Please note that the fix in this release for
<a href="/support/security/CVE-2024-4317/">CVE-2024-4317</a>
only fixes fresh PostgreSQL installations, namely those that are
created with the <a href="/docs/current/app-initdb.html"><code>initdb</code></a>
utility after this fix is applied. If you have a current PostgreSQL
installation and are concerned about this issue, please follow the
additional updating instructions provided in the
<a href="/support/security/CVE-2024-4317/">CVE-2024-4317</a> description
or the <a href="/docs/release/">release notes</a> for the remediation.
You can find information about all of the PostgreSQL 17 features and
changes in the <a href="/docs/17/release-17.html">release notes</a>.
</p>
<p>
In the spirit of the open source PostgreSQL community, we strongly
encourage you to test the new features of PostgreSQL 17 on your
systems to help us eliminate bugs or other issues that may exist.
While we do not advise you to run PostgreSQL 17 Beta 1 in production
environments, we encourage you to find ways to run your typical
application workloads against this beta release.
</p>
<p>
Your testing and feedback will help the community ensure that the
PostgreSQL 17 release upholds our standards of delivering a stable,
reliable release of the world's most advanced open source relational
database. Please read more about our <a href="/developer/beta/">beta testing process</a>
and how you can contribute.
</p>
<p>
PostgreSQL 12 will <a href="/support/versioning/"></a>stop receiving fixes</a>
Expand All @@ -83,11 +90,6 @@ <h2>Latest Releases</h2>
<a href="/support/versioning/"></a>versioning policy</a> for more
information.
</p>
<p>
For the more information about this release, please review the
<a href="/docs/release/">release notes</a>. You can download
PostgreSQL from the <a href="/download/">download</a> page.
</p>
<ul>
{% for v in versions %}
<li class="{% cycle '' 'pg-bg-gray' %}"><strong>{{ v.numtree }}.{{ v.latestminor }}</strong> &middot; {{ v.reldate|date:"Y-m-d" }} &middot; <a href="/docs/{{ v.numtree }}/{{ v.relnotes }}">Notes</a></li>
Expand Down Expand Up @@ -170,46 +172,45 @@ <h2 class="centered-lines">Latest News</h2>
<!-- Featured Post -->
<header>
<h3>
<a href="/about/news/postgresql-163-157-1412-1315-and-1219-released-2858/">
PostgreSQL 16.3, 15.7, 14.12, 13.15, and 12.19 Released!
<a href="/about/news/postgresql-17-beta-1-released-2865/">
PostgreSQL 17 Beta 1 Released!
</a>
</h3>
<ul class="meta">
<li><i class="far fa-clock"></i>&nbsp;2024-05-09</li>
<li><i class="far fa-clock"></i>&nbsp;2024-05-23</li>
<!--<li><i class="far fa-comments"></i> 0</li>-->
</ul>
</header>
<p>
The PostgreSQL Global Development Group has
<a href="/about/news/postgresql-163-157-1412-1315-and-1219-released-2858/">released an update</a>
to all supported versions of PostgreSQL, including
<a href="/about/news/postgresql-163-157-1412-1315-and-1219-released-2858/">16.3, 15.7, 14.12, 13.15, and 12.19</a>.
This release fixes one <a href="/support/security/">security vulnerability</a>
and over 55 bugs reported over the last several months.
The PostgreSQL Global Development Group announces that the first
beta release of PostgreSQL 17 is now <a href="/download/">available for download</a>.
This release contains previews of all features that will be available
when PostgreSQL 17 is made generally available, though some details of
the release can change during the beta period.
</p>
<p>
Please note that the fix in this release for
<a href="/support/security/CVE-2024-4317/">CVE-2024-4317</a>
only fixes fresh PostgreSQL installations, namely those that are
created with the <a href="/docs/current/app-initdb.html"><code>initdb</code></a>
utility after this fix is applied. If you have a current PostgreSQL
installation and are concerned about this issue, please follow the
additional updating instructions provided in the
<a href="/support/security/CVE-2024-4317/">CVE-2024-4317</a> description
or the <a href="/docs/release/">release notes</a> for the remediation.
You can find information about all of the PostgreSQL 17 features and
changes in the <a href="/docs/17/release-17.html">release notes</a>.
</p>
<p>
PostgreSQL 12 will <a href="/support/versioning/"></a>stop receiving fixes</a>
on November 14, 2024. If you are running PostgreSQL 12 in a
production environment, we suggest that you make plans to upgrade to a
newer, supported version of PostgreSQL. Please see our
<a href="/support/versioning/"></a>versioning policy</a> for more
information.
In the spirit of the open source PostgreSQL community, we strongly
encourage you to test the new features of PostgreSQL 17 on your
systems to help us eliminate bugs or other issues that may exist.
While we do not advise you to run PostgreSQL 17 Beta 1 in production
environments, we encourage you to find ways to run your typical
application workloads against this beta release.
</p>
<p>
Your testing and feedback will help the community ensure that the
PostgreSQL 17 release upholds our standards of delivering a stable,
reliable release of the world's most advanced open source relational
database. Please read more about our <a href="/developer/beta/">beta testing process</a>
and how you can contribute.
</p>
<ul class="bold">
<li><a href="/about/news/postgresql-163-157-1412-1315-and-1219-released-2858/">Release Announcement</a></li>
<li><a href="/docs/release/">Release Notes</a></li>
<li><a href="/about/press/">PostgreSQL 16 Release Announcement &amp; Translations</a></li>
<li><a href="/about/news/postgresql-17-beta-1-released-2865/">Release Announcement</a></li>
<li><a href="/docs/17/release-17.html">Release Notes</a></li>
<li><a href="/developer/beta/">Beta Testing Information</a></li>
<li><a href="/support/versioning/">Versioning Policy</a></li>
<li><a href="/download/">Download</a></li>
</ul>
Expand Down
16 changes: 8 additions & 8 deletions templates/pages/developer/beta.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,14 @@ <h1>Beta Information <i class="fa fa-code"></i></h1>
are subject to changes that are backwards incompatible at any time during
the development of the betas, and could possibly be removed altogether.</p>

{% comment %}
<p>
<strong>PostgreSQL 16 is released</strong>. The first beta of version 17
is not yet available for testing. Beta testing of version 17 will begin in
May 2024.
</p>
{% endcomment %}

{% comment %}
<p>
The current beta release is <strong>PostgreSQL 16 RC 1</strong>. For more
information on the current beta release and how to test, please view the links
Expand All @@ -45,25 +46,24 @@ <h1>Beta Information <i class="fa fa-code"></i></h1>

<ul>
<li>
<a href="/about/news/postgresql-16-rc1-released-2702/">
PostgreSQL 16 RC 1 Release Announcement
<a href="/about/news/postgresql-17-beta-1-released-2865/">
PostgreSQL 17 Beta 1 Release Announcement
</a>
</li>
<li>
<a href="/ftp/source/v16rc1/">Download PostgreSQL 16 RC 1 source code</a>
<a href="/ftp/source/v17beta1/">Download PostgreSQL 17 Beta 1 source code</a>
</li>
<li>
<a href="/docs/16/">PostgreSQL 16 Documentation</a>
<a href="/docs/17/">PostgreSQL 17 Documentation</a>
</li>
<li>
<a href="/docs/16/release-16.html">PostgreSQL 16 Release Notes</a>
<a href="/docs/17/release-17.html">PostgreSQL 17 Release Notes</a>
</li>
<li>
<a href="https://wiki.postgresql.org/wiki/PostgreSQL_16_Open_Items">PostgreSQL 16 Open Items</a>
<a href="https://wiki.postgresql.org/wiki/PostgreSQL_17_Open_Items">PostgreSQL 17 Open Items</a>
</li>
<li>
<a href="https://wiki.postgresql.org/wiki/HowToBetaTest" target="_blank" rel="noopener">A Guide to PostgreSQL Beta Testing</a>
</li>
</ul>
{% endcomment %}
{%endblock%}
4 changes: 2 additions & 2 deletions templates/pages/include/topbar.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
May 9th 2024: <a href="/about/news/postgresql-163-157-1412-1315-and-1219-released-2858/">
PostgreSQL 16.3, 15.7, 14.12, 13.15, and 12.19 Released!
May 23rd 2024: <a href="/about/news/postgresql-17-beta-1-released-2865/">
PostgreSQL 17 Beta 1 Released!
</a>

0 comments on commit dc00ff2

Please sign in to comment.