Skip to content

Commit

Permalink
Release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Jul 17, 2024
1 parent 55d8e3d commit 137406c
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ Kenny Tordeurs <[email protected]> <[email protected]>
Paul Armstrong <[email protected]> <[email protected]>
Lukas Magauer <[email protected]> <[email protected]>
Griffin Sullivan <[email protected]> <[email protected]>
Griffin Sullivan <[email protected]> <[email protected]>
Steffen Scheib <[email protected]> <[email protected]>
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ theforeman.foreman Release Notes

This changelog describes changes after version 0.8.1.

v4.1.0
======

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

- redhat_manifest - report ``changed`` when manifest is regenerated and downloaded (https://github.com/theforeman/foreman-ansible-modules/issues/1473)

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

- theforeman.foreman.content_import_info - List content imports
- theforeman.foreman.content_import_library - Manage library content imports
- theforeman.foreman.content_import_repository - Manage repository content imports
- theforeman.foreman.content_import_version - Manage content view version content imports

v4.0.0
======

Expand Down
21 changes: 21 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -873,3 +873,24 @@ releases:
name: webhook
namespace: ''
release_date: '2024-01-12'
4.1.0:
changes:
minor_changes:
- redhat_manifest - report ``changed`` when manifest is regenerated and downloaded
(https://github.com/theforeman/foreman-ansible-modules/issues/1473)
fragments:
- 1473-redhat_manifest-export_changed.yml
modules:
- description: List content imports
name: content_import_info
namespace: ''
- description: Manage library content imports
name: content_import_library
namespace: ''
- description: Manage repository content imports
name: content_import_repository
namespace: ''
- description: Manage content view version content imports
name: content_import_version
namespace: ''
release_date: '2024-07-12'
2 changes: 0 additions & 2 deletions changelogs/fragments/1473-redhat_manifest-export_changed.yml

This file was deleted.

4 changes: 3 additions & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ authors:
- "Baptiste Agasse <[email protected]>"
- "Bernhard Hopfenmüller <[email protected]>"
- "Bernhard Suttner <[email protected]>"
- "Bilhan Karaören <[email protected]>"
- "Bryan Kearney <[email protected]>"
- "Chris Forkner <[email protected]>"
- "Chris Hindman <[email protected]>"
Expand Down Expand Up @@ -66,6 +67,7 @@ authors:
- "Ondrej Prazak <[email protected]>"
- "Ondřej Ezr <[email protected]>"
- "Ondřej Gajdušek <[email protected]>"
- "Partha Aji <[email protected]>"
- "Patrick C. F. Ernzer <[email protected]>"
- "Patrick Creech <[email protected]>"
- "Paul Armstrong <[email protected]>"
Expand Down Expand Up @@ -103,7 +105,7 @@ authors:
- "russianguppie <[email protected]>"
- "willtome <[email protected]>"
- "yuqo2450 <[email protected]>"
version: "4.1.0-dev"
version: "4.1.0"
license:
- "GPL-3.0-or-later"
tags:
Expand Down

0 comments on commit 137406c

Please sign in to comment.