Skip to content

Commit

Permalink
Merge pull request #410 from maxamillion/v1.5.1
Browse files Browse the repository at this point in the history
v1.5.1 changelog

Signed-off-by: Adam Miller admiller@redhat.com
SUMMARY
v1.5.1 changelogs
  • Loading branch information
softwarefactory-project-zuul[bot] authored Jan 20, 2023
2 parents 04b8a5f + bbc511d commit 727efe9
Show file tree
Hide file tree
Showing 18 changed files with 55 additions and 52 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@ ansible.posix Release Notes
.. contents:: Topics


v1.5.1
======

Minor Changes
-------------

- mount - Add ``absent_from_fstab`` state (https://github.com/ansible-collections/ansible.posix/pull/166).
- mount - Add ``ephemeral`` value for the ``state`` parameter, that allows to mount a filesystem without altering the ``fstab`` file (https://github.com/ansible-collections/ansible.posix/pull/267).
- r4e_rpm_ostree - new module for validating package state on RHEL for Edge
- rhel_facts - new facts module to handle RHEL specific facts
- rhel_rpm_ostree - new module to handle RHEL rpm-ostree specific package management functionality
- rpm_ostree_upgrade - new module to automate rpm-ostree upgrades
- rpm_ostree_upgrade - new module to manage upgrades for rpm-ostree based systems

Bugfixes
--------

- Removed contentious terminology to match reference documentation in profile_tasks.
- firewall - Fixed to output a more complete missing library message.
- synchronize - Fixed hosts involved in rsync require the same password

v1.4.0
======

Expand Down
34 changes: 34 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -260,3 +260,37 @@ releases:
- sanity_fixes.yml
- shell_escape_full_path_for_rsync.yml
release_date: '2022-05-23'
1.5.1:
changes:
bugfixes:
- Removed contentious terminology to match reference documentation in profile_tasks.
- firewall - Fixed to output a more complete missing library message.
- synchronize - Fixed hosts involved in rsync require the same password
minor_changes:
- mount - Add ``absent_from_fstab`` state (https://github.com/ansible-collections/ansible.posix/pull/166).
- mount - Add ``ephemeral`` value for the ``state`` parameter, that allows to
mount a filesystem without altering the ``fstab`` file (https://github.com/ansible-collections/ansible.posix/pull/267).
- r4e_rpm_ostree - new module for validating package state on RHEL for Edge
- rhel_facts - new facts module to handle RHEL specific facts
- rhel_rpm_ostree - new module to handle RHEL rpm-ostree specific package management
functionality
- rpm_ostree_upgrade - new module to automate rpm-ostree upgrades
- rpm_ostree_upgrade - new module to manage upgrades for rpm-ostree based systems
fragments:
- 166_mount_absent_fstab.yml
- 267_mount_ephemeral.yml
- 366_update_version_number_for_galaxy.yml
- 371_refactoring_ci_process_202206.yml
- 373_firewall_fix_missing_library_message.yml
- 375_update_azp_container.yml
- 380_update_usage_profile_tasks.yml
- 386_follow_ci_testing_rules.yml
- 389_ci_add_stable_214.yml
- 390_hosts_involved_same_password.yml
- 393-rpm-ostree.yml
- 393_rhel_for_edge.yml
- 400-fix-boolean-values-in-docs.yml
- 401_document_module_default_values.yml
- 407_fix_firewalld_port_test.yml
- 409_update_azp_matrix.yml
release_date: '2023-01-20'
2 changes: 0 additions & 2 deletions changelogs/fragments/166_mount_absent_fstab.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/267_mount_ephemeral.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/366_update_version_number_for_galaxy.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/371_refactoring_ci_process_202206.yml

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/375_update_azp_container.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/380_update_usage_profile_tasks.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/386_follow_ci_testing_rules.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/389_ci_add_stable_214.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/390_hosts_involved_same_password.yml

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/393-rpm-ostree.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/393_rhel_for_edge.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/400-fix-boolean-values-in-docs.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/401_document_module_default_values.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/407_fix_firewalld_port_test.yml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/409_update_azp_matrix.yml

This file was deleted.

0 comments on commit 727efe9

Please sign in to comment.