Skip to content

Commit

Permalink
Release 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Nov 22, 2024
1 parent 6f0e926 commit 67e7c26
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 7 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,20 @@ theforeman.foreman Release Notes

This changelog describes changes after version 0.8.1.

v5.0.0
======

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

- host, hostgroup, domain, operatingsystem, subnet, organization, location - support setting hidden parameters

Breaking Changes / Porting Guide
--------------------------------

- Drop support for Ansible 2.9.
- Drop support for Python 2.7 and 3.5.

v4.2.0
======

Expand Down
13 changes: 13 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -915,3 +915,16 @@ releases:
- 1769-callback-vault-facts.yml
- lce-role-state.yml
release_date: '2024-08-30'
5.0.0:
changes:
breaking_changes:
- Drop support for Ansible 2.9.
- Drop support for Python 2.7 and 3.5.
minor_changes:
- host, hostgroup, domain, operatingsystem, subnet, organization, location
- support setting hidden parameters
fragments:
- 1785-hidden_parameters.yml
- drop-ansible-29.yaml
- drop-python-pre-36.yaml
release_date: '2024-11-22'
2 changes: 0 additions & 2 deletions changelogs/fragments/1785-hidden_parameters.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/drop-ansible-29.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/drop-python-pre-36.yaml

This file was deleted.

3 changes: 2 additions & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ authors:
- "Thomas Mueller <[email protected]>"
- "William Bradford Clark <[email protected]>"
- "Yifat Makias <[email protected]>"
- "ab <[email protected]>"
- "achevalet <[email protected]>"
- "alesc <[email protected]>"
- "bob <[email protected]>"
Expand All @@ -108,7 +109,7 @@ authors:
- "russianguppie <[email protected]>"
- "willtome <[email protected]>"
- "yuqo2450 <[email protected]>"
version: "4.3.0-dev"
version: "5.0.0"
license:
- "GPL-3.0-or-later"
tags:
Expand Down

0 comments on commit 67e7c26

Please sign in to comment.