Skip to content

Commit

Permalink
Release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Jan 12, 2024
1 parent a5f1070 commit 81e9eba
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 7 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,26 @@ theforeman.foreman Release Notes

This changelog describes changes after version 0.8.1.

v4.0.0
======

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

- content_view_filter - stop managing rules from this module, ``content_view_filter_rule`` should be used for that
- inventory plugin - do not default to ``http://localhost:3000`` as the Foreman URL, providing a URL is now mandatory

Bugfixes
--------

- compute_profile, host - refer to VMware storage pods by name, not id (https://github.com/theforeman/foreman-ansible-modules/issues/1247)

New Modules
-----------

- theforeman.foreman.registration_command - Manage Registration Command
- theforeman.foreman.webhook - Manage Webhooks

v3.15.0
=======

Expand Down
21 changes: 21 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -835,3 +835,24 @@ releases:
name: hostgroup_info
namespace: ''
release_date: '2023-02-20'
4.0.0:
changes:
breaking_changes:
- content_view_filter - stop managing rules from this module, ``content_view_filter_rule``
should be used for that
- inventory plugin - do not default to ``http://localhost:3000`` as the Foreman
URL, providing a URL is now mandatory
bugfixes:
- compute_profile, host - refer to VMware storage pods by name, not id (https://github.com/theforeman/foreman-ansible-modules/issues/1247)
fragments:
- 1247-reference_storage_pod_name.yml
- content_view_filter-drop-rule-management.yml
- inventory-no-default-localhost.yml
modules:
- description: Manage Registration Command
name: registration_command
namespace: ''
- description: Manage Webhooks
name: webhook
namespace: ''
release_date: '2024-01-12'
2 changes: 0 additions & 2 deletions changelogs/fragments/1247-reference_storage_pod_name.yml

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/inventory-no-default-localhost.yml

This file was deleted.

6 changes: 5 additions & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ authors:
- "Evgeni Golov <[email protected]>"
- "Ewoud Kohl van Wijngaarden <[email protected]>"
- "Felix Fontein <[email protected]>"
- "Francesco Trentini <[email protected]>"
- "Gerald Vogt <[email protected]>"
- "Greg Swift <[email protected]>"
- "Griffin Sullivan <[email protected]>"
Expand All @@ -34,6 +35,7 @@ authors:
- "Jameer Pathan <[email protected]>"
- "James Jeffers <[email protected]>"
- "James Stuart <[email protected]>"
- "Jan Jansky <[email protected]>"
- "Jeffrey van Pelt <[email protected]>"
- "Jeremy Albinet <[email protected]>"
- "Jeremy Lenz <[email protected]>"
Expand All @@ -47,6 +49,7 @@ authors:
- "Lester Cheung <[email protected]>"
- "Lester Claudio <[email protected]>"
- "Lucas Bickel <[email protected]>"
- "Lukas Kallies <[email protected]>"
- "Lukas Magauer <[email protected]>"
- "Lukáš Zapletal <[email protected]>"
- "Manisha Singhal <[email protected]>"
Expand Down Expand Up @@ -78,6 +81,7 @@ authors:
- "Sean O'Keeffe <[email protected]>"
- "Sorin Sbarnea <[email protected]>"
- "Steffen Frömer <[email protected]>"
- "Steffen Scheib <[email protected]>"
- "Stoned Elipot <[email protected]>"
- "Sven Meeus <[email protected]>"
- "TTherouanne <[email protected]>"
Expand All @@ -99,7 +103,7 @@ authors:
- "russianguppie <[email protected]>"
- "willtome <[email protected]>"
- "yuqo2450 <[email protected]>"
version: "3.15.0"
version: "4.0.0"
license:
- "GPL-3.0-or-later"
tags:
Expand Down

0 comments on commit 81e9eba

Please sign in to comment.