Skip to content

Commit

Permalink
Update changelog/versionadded for 3005 and add note for raspberry pi …
Browse files Browse the repository at this point in the history
…packages
  • Loading branch information
Megan Wilhite committed Jul 14, 2022
1 parent 3f4dbb1 commit 50e6892
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 20 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,8 @@ Fixed
- Fixes issue in postgresql privileges detection: privileges on views were never retrieved and always recreated. (#57690)
- Fix service.enabled error for unavailable service in test mode (#62258)
- Fix variable reuse causing requisite_in problems (#62264)
- Adding -G option to pkgdd cmd_prefix list when current_zone_only is True. (#62206)
- Don't expect ``lsof`` to be installed when trying check which minions are connected. (#62303)


Added
Expand Down Expand Up @@ -292,6 +294,14 @@ Added
Added compatibility with Zabbix 4.0+ for `zabbix.user_getmedia` method
Added support for setting medias in `zabbix.user_update` for Zabbix 3.4+ (#62012)
- Add ignore_missing parameter to file.comment state (#62044)
- General improvements on the "ansiblegate" module:
* Add "ansible.targets" method to gather Ansible inventory
* Add "ansible.discover_playbooks" method to help collecting playbooks
* Fix crash when running Ansible playbooks if ansible-playbook CLI output is not the expected JSON.
* Fix issues when processing inventory and there are groups with no members.
* Allow new types of targets for Ansible roster (#60056)
- Add sample and shuffle functions from random (#62225)


Salt 3004.2 (2022-05-12)
========================
Expand Down
6 changes: 0 additions & 6 deletions changelog/60056.added

This file was deleted.

1 change: 0 additions & 1 deletion changelog/62206.fixed

This file was deleted.

1 change: 0 additions & 1 deletion changelog/62225.added

This file was deleted.

1 change: 0 additions & 1 deletion changelog/62303.fixed

This file was deleted.

18 changes: 17 additions & 1 deletion doc/topics/releases/3005.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@ OS Support End of Life
Debian and Raspbian 9 are now EOL, therefore we will no longer be building
packages for these platforms.

Raspberry Pi
------------
We will no longer build the Raspberry Pi packages after the 3005 release but will
provide open sources project links in an updated announcement later. Please see the
announcement for more details:
https://saltproject.io/salt-project-announces-the-open-sourcing-of-several-saltstack-native-minions/

New packages available
----------------------

Expand Down Expand Up @@ -96,7 +103,7 @@ Repo paths
+----------+-----------------------------------------------+-----------------------------------------+
| Debian | https://repo.saltproject.io/salt/py3/debian/ | https://repo.saltproject.io/py3/debian/ |
+----------+-----------------------------------------------+-----------------------------------------+
| Raspbian | https://repo.saltproject.io/salt/py3/debian/ | https://repo.saltproject.io/py3/debian/ |
| Raspbian | Not available | https://repo.saltproject.io/py3/debian/ |
+----------+-----------------------------------------------+-----------------------------------------+
| Fedora | Hosted on Fedora Repos | Hosted on Fedora Repos |
+----------+-----------------------------------------------+-----------------------------------------+
Expand Down Expand Up @@ -365,6 +372,8 @@ Fixed
- Fixes issue in postgresql privileges detection: privileges on views were never retrieved and always recreated. (#57690)
- Fix service.enabled error for unavailable service in test mode (#62258)
- Fix variable reuse causing requisite_in problems (#62264)
- Adding -G option to pkgdd cmd_prefix list when current_zone_only is True. (#62206)
- Don't expect ``lsof`` to be installed when trying check which minions are connected. (#62303)


Added
Expand Down Expand Up @@ -416,3 +425,10 @@ Added
Added compatibility with Zabbix 4.0+ for `zabbix.user_getmedia` method
Added support for setting medias in `zabbix.user_update` for Zabbix 3.4+ (#62012)
- Add ignore_missing parameter to file.comment state (#62044)
- General improvements on the "ansiblegate" module:
* Add "ansible.targets" method to gather Ansible inventory
* Add "ansible.discover_playbooks" method to help collecting playbooks
* Fix crash when running Ansible playbooks if ansible-playbook CLI output is not the expected JSON.
* Fix issues when processing inventory and there are groups with no members.
* Allow new types of targets for Ansible roster (#60056)
- Add sample and shuffle functions from random (#62225)
6 changes: 0 additions & 6 deletions doc/topics/releases/3006.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ Platform package support
+--------------+---------------------+---------------------+
| Debian 11 | yes | yes |
+--------------+---------------------+---------------------+
| Raspbian 10 | no | no |
+--------------+---------------------+---------------------+
| Raspbian 11 | no | yes |
+--------------+---------------------+---------------------+
| Fedora 35 | yes | yes |
+--------------+---------------------+---------------------+
| Fedora 36 | yes | yes |
Expand All @@ -81,8 +77,6 @@ Repo paths
+----------+-----------------------------------------------+-----------------------------------------+
| Debian | https://repo.saltproject.io/salt/py3/debian/ | https://repo.saltproject.io/py3/debian/ |
+----------+-----------------------------------------------+-----------------------------------------+
| Raspbian | https://repo.saltproject.io/salt/py3/debian/ | https://repo.saltproject.io/py3/debian/ |
+----------+-----------------------------------------------+-----------------------------------------+
| Fedora | Hosted on Fedora Repos | Hosted on Fedora Repos |
+----------+-----------------------------------------------+-----------------------------------------+
| MacOS | https://repo.saltproject.io/salt/py3/osx/ | https://repo.saltproject.io/osx/ |
Expand Down
4 changes: 2 additions & 2 deletions salt/modules/ansiblegate.py
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ def playbooks(

def targets(inventory="/etc/ansible/hosts", yaml=False, export=False):
"""
.. versionadded:: 3006
.. versionadded:: 3005
Return the inventory from an Ansible inventory_file
Expand Down Expand Up @@ -435,7 +435,7 @@ def discover_playbooks(
syntax_check=False,
):
"""
.. versionadded:: 3006
.. versionadded:: 3005
Discover Ansible playbooks stored under the given path or from multiple paths (locations)
Expand Down
4 changes: 2 additions & 2 deletions salt/modules/mod_random.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ def sample(value, size, seed=None):
Return a given sample size from a list. By default, the random number
generator uses the current system time unless given a seed value.
.. versionadded:: 3006.0
.. versionadded:: 3005
value
A list to e used as input.
Expand Down Expand Up @@ -316,7 +316,7 @@ def shuffle(value, seed=None):
Return a shuffled copy of an input list. By default, the random number
generator uses the current system time unless given a seed value.
.. versionadded:: 3006.0
.. versionadded:: 3005
value
A list to be used as input.
Expand Down

0 comments on commit 50e6892

Please sign in to comment.