diff --git a/CHANGELOG.md b/CHANGELOG.md index d27038df8e3a..9aa094963ea8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,12 +10,6 @@ Versions are `MAJOR.PATCH`. Salt 3003.1 (2021-06-08) ======================== -Removed -------- - -- Removed support for Ubuntu 16.04 (#59913) - - Fixed ----- @@ -45,6 +39,7 @@ Removed - Removing the _ext_nodes deprecation warning and alias to the master_tops function. This change will break compatibility with a Salt master running versions 2017.7.8 and older and Salt minions running versions 3003 and newer. (#59804) - removed the arg `managed_private_key` from 'salt.states.x509.certificate_managed' (#59247) - Drop support for python 3.5 on Windows (#59479) +- Removed support for Ubuntu 16.04 (#59913) Deprecated diff --git a/doc/topics/releases/3003.1.rst b/doc/topics/releases/3003.1.rst index d05e9347eb07..0a5f07debf72 100644 --- a/doc/topics/releases/3003.1.rst +++ b/doc/topics/releases/3003.1.rst @@ -6,11 +6,6 @@ Salt 3003.1 Release Notes Version 3003.1 is a bug fix release for :ref:`3003 `. -Removed -------- - -- Removed support for Ubuntu 16.04 (#59913) - Fixed ----- diff --git a/doc/topics/releases/3003.rst b/doc/topics/releases/3003.rst index c66839cfda6c..f86bb8df8777 100644 --- a/doc/topics/releases/3003.rst +++ b/doc/topics/releases/3003.rst @@ -76,6 +76,7 @@ Removed - Removing the _ext_nodes deprecation warning and alias to the master_tops function. This change will break compatibility with a Salt master running versions 2017.7.8 and older and Salt minions running versions 3003 and newer. (#59804) - removed the arg `managed_private_key` from 'salt.states.x509.certificate_managed' (#59247) - Drop support for python 3.5 on Windows (#59479) +- Removed support for Ubuntu 16.04 (#59913) Deprecated ==========