Changeset - 7f33ee214a41
[Not reviewed]
0 2 0
Branko Majic (branko) - 3 months ago 2024-02-10 22:03:35
branko@majic.rs
MAR-191: Drop Debian 10 Buster references from documentation and update release notes.
2 files changed with 9 insertions and 1 deletions:
0 comments (0 inline, 0 general)
docs/development.rst
Show inline comments
 
@@ -395,13 +395,13 @@ In order to deploy the test site, the following steps would normally be taken:
 

	
 
  .. code-block:: shell
 

	
 
     ansible-playbook playbooks/preseed.yml
 

	
 
9. Install all servers using the generated preseed files. Use *Debian
 
   10 Buster* or *Debian 11 Bullseye*.
 
   11 Bullseye*.
 

	
 
10. Add the SSH host fingerprints to your ``known_hosts`` file (don't forget to
 
    remove old entries if you are redoing the process). You can easily obtain all
 
    the necessary fingerprints with command (don't forget to modify domain if you
 
    need to):
 

	
docs/releasenotes.rst
Show inline comments
 
@@ -2,12 +2,20 @@ Release notes
 
=============
 

	
 

	
 
x.y.z
 
-----
 

	
 
Dropped support for Debian 10 (Buster).
 

	
 
**Breaking changes:**
 

	
 
* All roles
 

	
 
  * Dropped support for Debian 10 (Buster).
 

	
 
**Bug fixes:**
 

	
 
* ``common`` role
 

	
 
  * Fix deprecation warnings for Python requirements upgrade checks
 
    when using pip-tools 7.3.0. This would result in unnecessary
0 comments (0 inline, 0 general)