Skip to content

Commit

Permalink
Release 3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Aug 23, 2023
1 parent 1c7cbd2 commit 4c34fde
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 10 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.

v3.13.0
=======

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

- compute_resource - add support for OpenStack
- repositories role - allow disabling/removing of repositories by setting the ``state`` parameter

Bugfixes
--------

- repository - don't fail when removing a content credential from a repository (https://bugzilla.redhat.com/show_bug.cgi?id=2224122)
- smart_class_parameter - correctly allow setting ``override`` to ``false`` (https://github.com/theforeman/foreman-ansible-modules/issues/1644)

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

- theforeman.foreman.wait_for_task - Wait for a task

v3.12.0
=======

Expand Down
21 changes: 21 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,27 @@ releases:
- 2023-06-26-forgotten-changelogs.yml
- content_view_filter_deb_support.yml
release_date: '2023-07-10'
3.13.0:
changes:
bugfixes:
- repository - don't fail when removing a content credential from a repository
(https://bugzilla.redhat.com/show_bug.cgi?id=2224122)
- smart_class_parameter - correctly allow setting ``override`` to ``false``
(https://github.com/theforeman/foreman-ansible-modules/issues/1644)
minor_changes:
- compute_resource - add support for OpenStack
- repositories role - allow disabling/removing of repositories by setting the
``state`` parameter
fragments:
- 1641-openstack.yml
- 1644-smart_class_parameter-override_false.yml
- bz2224122-repo-org-scope.yml
- repositories_role-state_override.yml
modules:
- description: Wait for a task
name: wait_for_task
namespace: ''
release_date: '2023-08-15'
3.2.0:
changes:
bugfixes:
Expand Down
2 changes: 0 additions & 2 deletions changelogs/fragments/1641-openstack.yml

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/bz2224122-repo-org-scope.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/repositories_role-state_override.yml

This file was deleted.

8 changes: 6 additions & 2 deletions galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ authors:
- "Adam Růžička <aruzicka@redhat.com>"
- "Alan.Wong <alawong@redhat.com>"
- "AlanCoding <arominge@redhat.com>"
- "Andrea Perotti <aperotti@redhat.com>"
- "Andrew Kofink <ajkofink@gmail.com>"
- "Anthony Green <green@moxielogic.com>"
- "Anton <nesanton@gmail.com>"
Expand Down Expand Up @@ -39,6 +40,7 @@ authors:
- "Jesper Reenberg <jesper.reenberg@gmail.com>"
- "John Berninger <john.berninger@gmail.com>"
- "Josh Swanson <jswanson@redhat.com>"
- "Julien Godin <julien.godin@camptocamp.com>"
- "Kenny Tordeurs <ktordeur@redhat.com>"
- "Kirill Shirinkin <fodojyko@gmail.com>"
- "Leos Stejskal <lstejska@redhat.com>"
Expand Down Expand Up @@ -77,11 +79,13 @@ authors:
- "Sorin Sbarnea <sorin.sbarnea@gmail.com>"
- "Steffen Frömer <knumskull@users.noreply.github.com>"
- "Stoned Elipot <stoned.elipot@gmail.com>"
- "Sven Meeus <sven.meeus@scarlet.be>"
- "TTherouanne <thomas@therouanne.com>"
- "Thomas Mueller <thomas@chaschperli.ch>"
- "William Bradford Clark <wclark@redhat.com>"
- "Yifat Makias <ymakias@redhat.com>"
- "achevalet <anthony.chevalet@gmail.com>"
- "alesc <github@alesc.fr>"
- "bob <57952350+TheRedGreek@users.noreply.github.com>"
- "calvingsmith <4283930+calvingsmith@users.noreply.github.com>"
- "divialth <65872926+divialth@users.noreply.github.com>"
Expand All @@ -93,8 +97,8 @@ authors:
- "metalcated <mike.gomon@gmail.com>"
- "russianguppie <46544650+russianguppie@users.noreply.github.com>"
- "willtome <willtome@gmail.com>"
- "Julien Godin <julien.godin@camptocamp.com>"
version: "3.13.0-dev"
- "yuqo2450 <79540477+yuqo2450@users.noreply.github.com>"
version: "3.13.0"
license:
- "GPL-3.0-or-later"
tags:
Expand Down

0 comments on commit 4c34fde

Please sign in to comment.