Skip to content

Commit

Permalink
Deployed e0821e8 with MkDocs version: 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ghankins committed Oct 8, 2024
1 parent 71d113f commit 308b430
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 10 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -402,5 +402,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>

<!--
MkDocs version : 1.4.2
Build Date UTC : 2024-10-08 17:42:59.198645+00:00
Build Date UTC : 2024-10-08 22:51:45.361296+00:00
-->
85 changes: 77 additions & 8 deletions release_notes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,10 @@
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="2"><a href="#release-2620" class="nav-link">Release 2.62.0</a>
<ul class="nav flex-column">
</ul>
</li>
<li class="nav-item" data-level="2"><a href="#release-2610" class="nav-link">Release 2.61.0</a>
<ul class="nav flex-column">
</ul>
Expand Down Expand Up @@ -212,55 +216,120 @@ <h2 id="release-schedule">Release schedule</h2>
</thead>
<tbody>
<tr>
<td>2.63.0</td>
<td>2.62.0</td>
<td>2024-10-02</td>
<td>2024-10-09</td>
<td>2024-10-16</td>
</tr>
<tr>
<td>2.64.0</td>
<td>2.63.0</td>
<td>2024-11-06</td>
<td>2024-11-13</td>
<td>2024-11-20</td>
</tr>
<tr>
<td>2.65.0</td>
<td>2.64.0</td>
<td>2024-01-08</td>
<td>2024-01-15</td>
<td>2024-01-22</td>
</tr>
<tr>
<td>2.66.0</td>
<td>2.65.0</td>
<td>2025-02-05</td>
<td>2025-02-12</td>
<td>2025-02-19</td>
</tr>
<tr>
<td>2.67.0</td>
<td>2.66.0</td>
<td>2025-03-14</td>
<td>2025-03-23</td>
<td>2025-03-30</td>
</tr>
<tr>
<td>2.68.0</td>
<td>2.67.0</td>
<td>2025-04-22</td>
<td>2025-04-29</td>
<td>2025-04-30</td>
</tr>
<tr>
<td>2.69.0</td>
<td>2.68.0</td>
<td>2025-05-07</td>
<td>2025-05-14</td>
<td>2025-05-21</td>
</tr>
<tr>
<td>2.70.0</td>
<td>2.69.0</td>
<td>2025-06-11</td>
<td>2025-06-18</td>
<td>2025-05-25</td>
</tr>
</tbody>
</table>
<h2 id="release-2620">Release 2.62.0</h2>
<p>Beta Announcement Date: 9 October 2024<br />
Release Date: 16 October 2024</p>
<table>
<thead>
<tr>
<th><strong>GitHub issue</strong></th>
<th><strong>Summary</strong></th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="https://github.com/peeringdb/peeringdb/issues/1584">#1584 Passkey support for login</a></td>
<td>Adds a new 2FA method, <a href="https://fidoalliance.org/passkeys/">Passkeys</a>.</td>
</tr>
<tr>
<td><a href="https://github.com/peeringdb/peeringdb/issues/1612">#1612 Feature Parity for Carrier Object: Search and Export to JSON, CSV, KMZ</a></td>
<td>As title.</td>
</tr>
<tr>
<td><a href="https://github.com/peeringdb/peeringdb/issues/1555">#1555 Remove "Media Type" field for Internet Exchange object</a></td>
<td>As title.</td>
</tr>
<tr>
<td><a href="https://github.com/peeringdb/peeringdb/issues/1563">#1563 CSV and JSON exports truncate at 250 records</a></td>
<td>Exports no longer truncate at 250 records.</td>
</tr>
<tr>
<td><a href="https://github.com/peeringdb/peeringdb/issues/607">#607 Add location of Physical IX-Port &amp; Router Port</a></td>
<td>IXPs can now indicate the location of their switch using the <code>pdb_facility_id</code> attribute of the <code>switch</code> statement in their <a href="https://github.com/euro-ix/json-schemas">IX-F JSON export</a>.</td>
</tr>
<tr>
<td><a href="https://github.com/peeringdb/peeringdb/issues/95">peeringdb-py #95 Make client more robust when dealing with api errors.</a></td>
<td>As title.</td>
</tr>
<tr>
<td><a href="https://github.com/peeringdb/peeringdb-py/issues/86">peeringdb-py #86 DB sync fails due to validation error</a></td>
<td>Bug fix as title.</td>
</tr>
<tr>
<td><a href="https://github.com/peeringdb/peeringdb/issues/1635">#1635 ops: add read-only server side switch</a></td>
<td>Server can go into read-only mode, while allowing user login. This mode allows basic service to be sustained in adverse situations.</td>
</tr>
<tr>
<td><a href="https://github.com/peeringdb/peeringdbn/issues/1654">#1654 Direct query access to Elasticsearch to aid search improvements</a></td>
<td>Direct query access to ElasticSearch for internal PeeringDB users.</td>
</tr>
<tr>
<td><a href="https://github.com/peeringdb/docs/pull/1653">#1653 Update dependencies and modernise</a></td>
<td>As title.</td>
</tr>
<tr>
<td><a href="https://github.com/peeringdb/peeringdbpy/issues/94">peeringdb-py #94 Update deps and modernize</a></td>
<td>As title.</td>
</tr>
<tr>
<td><a href="https://github.com/peeringdb/django-peeringdb/issues/103">django-peeringdb #103 Update dependencies and modernise</a></td>
<td>As title.</td>
</tr>
<tr>
<td><a href="https://github.com/peeringdb/docs/pull/340">#340 switch to uv, update deps</a></td>
<td>Dependency update for docs.peeringdb.com.</td>
</tr>
</tbody>
</table>
<h2 id="release-2610">Release 2.61.0</h2>
<p>Beta Announcement Date: 14 August 2024<br />
Release Date: 21 August 2024</p>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 308b430

Please sign in to comment.