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 <evgeni@golov.de>"
- "Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl>"
- "Felix Fontein <felix@fontein.de>"
- "Francesco Trentini <francesco.trentini@ris.bz.it>"
- "Gerald Vogt <gvde@users.noreply.github.com>"
- "Greg Swift <gregswift@gmail.com>"
- "Griffin Sullivan <gsulliva@redhat.com>"
Expand All @@ -34,6 +35,7 @@ authors:
- "Jameer Pathan <jpathan@redhat.com>"
- "James Jeffers <jjeffers@redhat.com>"
- "James Stuart <james@stuart.name>"
- "Jan Jansky <jjansky@redhat.com>"
- "Jeffrey van Pelt <jeff@vanpelt.one>"
- "Jeremy Albinet <jalbinet@scaleway.com>"
- "Jeremy Lenz <jlenz@redhat.com>"
Expand All @@ -47,6 +49,7 @@ authors:
- "Lester Cheung <lcheung@threatmetrix.com>"
- "Lester Claudio <claudiol@redhat.com>"
- "Lucas Bickel <hairmare@rabe.ch>"
- "Lukas Kallies <kallies@puzzle-itc.de>"
- "Lukas Magauer <Lukas.Magauer@engel.at>"
- "Lukáš Zapletal <lzap+git@redhat.com>"
- "Manisha Singhal <manisha1595@gmail.com>"
Expand Down Expand Up @@ -78,6 +81,7 @@ authors:
- "Sean O'Keeffe <seanokeeffe797@gmail.com>"
- "Sorin Sbarnea <sorin.sbarnea@gmail.com>"
- "Steffen Frömer <knumskull@users.noreply.github.com>"
- "Steffen Scheib <steffen@scheib.me>"
- "Stoned Elipot <stoned.elipot@gmail.com>"
- "Sven Meeus <sven.meeus@scarlet.be>"
- "TTherouanne <thomas@therouanne.com>"
Expand All @@ -99,7 +103,7 @@ authors:
- "russianguppie <46544650+russianguppie@users.noreply.github.com>"
- "willtome <willtome@gmail.com>"
- "yuqo2450 <79540477+yuqo2450@users.noreply.github.com>"
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.