Changeset - afc75c68d89d
[Not reviewed]
0 2 0
Branko Majic (branko) - 4 years ago 2020-05-15 23:10:06
branko@majic.rs
MAR-156: Updated the release notes and development documentation.
2 files changed with 8 insertions and 1 deletions:
0 comments (0 inline, 0 general)
docs/development.rst
Show inline comments
 
@@ -564,7 +564,6 @@ In order to deploy the test site, the following steps would normally be taken:
 
  .. code-block:: shell
 

	
 
     mkdir ssh
 
     ssh-keygen -f ssh/backup_server_dsa_key -N '' -t dsa
 
     ssh-keygen -f ssh/backup_server_rsa_key -N '' -t rsa
 
     ssh-keygen -f ssh/backup_server_ed25519_key -N '' -t ed25519
 
     ssh-keygen -f ssh/backup_server_ecdsa_key -N '' -t ecdsa
docs/releasenotes.rst
Show inline comments
 
@@ -32,6 +32,14 @@ New features/improvements:
 
* Tests have been updated to work with latest Molecule/Testinfra as
 
  part of the Ansible upgrade process.
 

	
 
Deprecations:
 

	
 
* ``backup_server`` and ``backup_client`` role
 

	
 
  * Officially dropped support for DSA keys (this was mainly remnant
 
    from Debian 8 Jessie support, on Debian 9 Stretch and upwards the
 
    DSA keys were not supported at all).
 

	
 

	
 
4.0.0
 
-----
0 comments (0 inline, 0 general)