Skip to content

Commit

Permalink
Merge pull request #2609 from blocktrron/v2022.1.x-release-notes
Browse files Browse the repository at this point in the history
docs: Add v2022.1 release notes
  • Loading branch information
blocktrron authored Sep 5, 2022
2 parents c84d8e1 + 701a22b commit 52883f5
Show file tree
Hide file tree
Showing 8 changed files with 431 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ the future development of Gluon.

Please refrain from using the `master` branch for anything else but development purposes!
Use the most recent release instead. You can list all releases by running `git tag`
and switch to one by running `git checkout v2021.1.2 && make update`.
and switch to one by running `git checkout v2022.1 && make update`.

If you're using the autoupdater, do not autoupdate nodes with anything but releases.
If you upgrade using random master commits the nodes *might break* eventually.
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
author = 'Project Gluon'

# The short X.Y version
version = '2021.1'
version = '2022.1'
# The full version, including alpha/beta/rc tags
release = version

Expand Down
2 changes: 2 additions & 0 deletions docs/features/vpn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ high throughput.
fastd
^^^^^

.. _VPN fastd methods:

Methods
"""""""

Expand Down
2 changes: 2 additions & 0 deletions docs/features/wired-mesh.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ the ``mesh`` role to the ``interfaces.*.default_roles`` options in your
:ref:`site.conf<user-site-interfaces>`.


.. _wired-mesh-commandline:

Commandline
===========

Expand Down
6 changes: 6 additions & 0 deletions docs/releases/index.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Release Notes
=============

.. toctree::
:caption: Gluon 2022.1
:maxdepth: 2

v2022.1

.. toctree::
:caption: Gluon 2021.1
:maxdepth: 2
Expand Down
Loading

0 comments on commit 52883f5

Please sign in to comment.