@@ -27,23 +27,26 @@ See the ``--help`` for a more fine-grained upgrade path if needed.
27
27
Version-specific upgrade instructions
28
28
=====================================
29
29
30
- v3.16.99-rc1 - 2024/07/04
30
+ v3.16.99-rc2 - 2024/09/17
31
31
*************************
32
32
33
33
This release drops support for Ubuntu 16.04 and CentOS 7. If you're still using these EOL OS releases (which is
34
34
obviously discouraged), proper functioning of The Bastion is no longer tested or guaranteed.
35
-
36
- This release adds official support for Ubuntu 24.04 LTS and OpenSUSE Leap 15.6, these were already working but
35
+ It also adds official support for Ubuntu 24.04 LTS and OpenSUSE Leap 15.6, these were already working but
37
36
are now part of the integration tests.
38
37
39
38
This release adds support of wildcards (also called "shell-style globbing characters"), namely ``? `` and ``* ``,
40
39
when using the ``--user `` option for plugins such as ``groupAddServer ``, ``groupDelServer ``, ``groupAddGuestAccess ``,
41
40
``groupDelGuestAccess ``, ``accountAddPersonalAccess ``, ``accountDelPersonalAccess ``, ``selfAddPersonalAccess ``,
42
41
``selfDelPersonalAccess ``.
43
42
44
- This release adds support of the ``
[email protected] `` KEX algorithm by default on shipped versions
45
- of ``sshd_config `` and ``ssh_config ``. If you're upgrading, these files won't be touched, so if you want to add
46
- support, you'll need to modify them manually by prepending ``
[email protected] `` to the
43
+ We also deprecate all the ``--sftp ``, ``--scpdown ``, ``--scpup `` options that are now replaced by a more generic
44
+ ``--protocol `` option, which supports ``sftp ``, ``scpdown ``, ``scpup `` and now also ``rsync `` as parameters.
45
+ The use of rsync is similar to sftp and scp, and is detailed here: :doc: `/plugins/open/rsync `.
46
+
47
+ Last but not least, the ``
[email protected] `` KEX algorithm is now enabled by default on shipped
48
+ versions of ``sshd_config `` and ``ssh_config ``. If you're upgrading, these files won't be touched, so if you want to
49
+ add support, you'll need to modify them manually by prepending ``
[email protected] `` to the
47
50
``KexAlgorithms `` line. Verify that the OpenSSH version shipped by your OS does support it (run ``ssh -Q kex ``).
48
51
49
52
v3.16.01 - 2024/04/17
0 commit comments