Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 3.15.0 #1681

Merged
merged 1 commit into from
Nov 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

v3.15.0
=======

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

- content_view_publish role - allow passing ``async`` and ``poll`` to the module (https://github.com/theforeman/foreman-ansible-modules/pull/1676)
- convert2rhel role - install ``convert2rhel`` from ``cdn-public.redhat.com``, dropping the requirement of a custom CA cert

Bugfixes
--------

- content_view_filter_rule - handle multiple rules for the same package but different architectures and versions correctly (https://bugzilla.redhat.com/show_bug.cgi?id=2189687)

v3.14.0
=======

Expand Down
15 changes: 15 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -656,6 +656,21 @@ releases:
name: smart_class_parameter_override_value
namespace: ''
release_date: '2023-09-08'
3.15.0:
changes:
bugfixes:
- content_view_filter_rule - handle multiple rules for the same package but
different architectures and versions correctly (https://bugzilla.redhat.com/show_bug.cgi?id=2189687)
minor_changes:
- content_view_publish role - allow passing ``async`` and ``poll`` to the module
(https://github.com/theforeman/foreman-ansible-modules/pull/1676)
- convert2rhel role - install ``convert2rhel`` from ``cdn-public.redhat.com``,
dropping the requirement of a custom CA cert
fragments:
- 1672-convert2rhel-cdn-public.yml
- 1676-content_view_version-async-poll.yml
- bz2189687-content_view_filter_rule-handle-arch-version.yml
release_date: '2023-11-15'
3.2.0:
changes:
bugfixes:
Expand Down
2 changes: 0 additions & 2 deletions changelogs/fragments/1672-convert2rhel-cdn-public.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/1676-content_view_version-async-poll.yml

This file was deleted.

This file was deleted.

3 changes: 2 additions & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,13 @@ authors:
- "gardar <[email protected]>"
- "igramic <[email protected]>"
- "jerrejkw <[email protected]>"
- "linuxonfire <[email protected]>"
- "marco <[email protected]>"
- "metalcated <[email protected]>"
- "russianguppie <[email protected]>"
- "willtome <[email protected]>"
- "yuqo2450 <[email protected]>"
version: "3.15.0-dev"
version: "3.15.0"
license:
- "GPL-3.0-or-later"
tags:
Expand Down
Loading