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 <ktordeur@redhat.com> <ktordeur@redhat.com>
Paul Armstrong <parmstro@redhat.com> <parmstro@users.noreply.github.com>
Lukas Magauer <Lukas.Magauer@engel.at> <lukas@magauer.eu>
Griffin Sullivan <gsulliva@redhat.com> <48397354+Griffin-Sullivan@users.noreply.github.com>
Griffin Sullivan <gsulliva@redhat.com> <gsulliva@redhat.com>
Steffen Scheib <steffen@scheib.me> <37306894+sscheib@users.noreply.github.com>
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 <baptiste.agasse@gmail.com>"
- "Bernhard Hopfenmüller <hopfenmueller@atix.de>"
- "Bernhard Suttner <sbernhard@users.noreply.github.com>"
- "Bilhan Karaören <bkaraoren@redhat.com>"
- "Bryan Kearney <bkearney@redhat.com>"
- "Chris Forkner <gen2fish@gmail.com>"
- "Chris Hindman <chindman@chindman.remote.csb>"
Expand Down Expand Up @@ -66,6 +67,7 @@ authors:
- "Ondrej Prazak <oprazak@redhat.com>"
- "Ondřej Ezr <oezr@redhat.com>"
- "Ondřej Gajdušek <ogajduse@redhat.com>"
- "Partha Aji <parthaa@gmail.com>"
- "Patrick C. F. Ernzer <pcfe@pcfe.net>"
- "Patrick Creech <pcreech@redhat.com>"
- "Paul Armstrong <parmstro@redhat.com>"
Expand Down Expand Up @@ -103,7 +105,7 @@ authors:
- "russianguppie <46544650+russianguppie@users.noreply.github.com>"
- "willtome <willtome@gmail.com>"
- "yuqo2450 <79540477+yuqo2450@users.noreply.github.com>"
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.