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
 
@@ -561,13 +561,12 @@ In order to deploy the test site, the following steps would normally be taken:
 

	
 
6. Generate SSH keys to be used by the backup server and backup clients:
 

	
 
  .. 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
 
     ssh-keygen -f ssh/mail.example.com -N ''
 
     ssh-keygen -f ssh/ldap.example.com -N ''
 
     ssh-keygen -f ssh/xmpp.example.com -N ''
docs/releasenotes.rst
Show inline comments
 
@@ -29,12 +29,20 @@ Bug fixes:
 

	
 
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
 
-----
 

	
 
A couple of smaller bug-fixes, and introduction of (minor) breaking
 
change related to handling of pip requirements upgrade checks in the
0 comments (0 inline, 0 general)