Skip to content

Commit

Permalink
Release 2.3.1 (#612)
Browse files Browse the repository at this point in the history
* Release 2.3.1

* set ansible-lint>=6.0.0,<6.8.3
  • Loading branch information
mnecas authored Oct 27, 2022
1 parent cfda439 commit 41d0226
Show file tree
Hide file tree
Showing 8 changed files with 30 additions and 13 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
steps:
- name: Install python3.8 modules
if: ${{ matrix.shortcut == 'cs8' }}
run: pip-3.8 install pycodestyle pylint voluptuous yamllint "rstcheck<3.5.0" antsibull-changelog "rich<11.0.0" "ansible-lint>=6.0.0,<7.0.0" cryptography
run: pip-3.8 install pycodestyle pylint voluptuous yamllint "rstcheck<3.5.0" antsibull-changelog "rich<11.0.0" "ansible-lint>=6.0.0,<6.8.3" cryptography

- name: Install ansible-core 2.13 on el9stream
# Remove after ansible-core 2.13 is available on el9stream as RPM.
Expand All @@ -57,7 +57,7 @@ jobs:

- name: Install python3.9 modules
if: ${{ matrix.shortcut == 'cs9' }}
run: pip-3 install pycodestyle pylint voluptuous yamllint rstcheck antsibull-changelog rich "ansible-lint>=6.0.0,<7.0.0" cryptography
run: pip-3 install pycodestyle pylint voluptuous yamllint rstcheck antsibull-changelog rich "ansible-lint>=6.0.0,<6.8.3" cryptography

- name: Checkout
uses: actions/checkout@v2
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ ovirt.ovirt Release Notes
.. contents:: Topics


v2.3.1
======

Bugfixes
--------

- filters - Fix ovirtvmipsv4 with attribute and network (https://github.com/oVirt/ovirt-ansible-collection/pull/607).
- filters - Fix ovirtvmipsv4 with filter to list (https://github.com/oVirt/ovirt-ansible-collection/pull/609).
- ovirt_host - Fix kernel_params elemets type (https://github.com/oVirt/ovirt-ansible-collection/pull/608).

v2.3.0
======

Expand Down
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

VERSION="2.3.1"
MILESTONE="master"
RPM_RELEASE="0.1.$MILESTONE.$(date -u +%Y%m%d%H%M%S)"
MILESTONE=""
RPM_RELEASE="1"

BUILD_TYPE=$2
BUILD_PATH=$3
Expand Down
11 changes: 11 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -868,3 +868,14 @@ releases:
- 597-ovirt_disk-add-read_only-param.yml
- 603-add-filter-docs.yml
release_date: '2022-10-13'
2.3.1:
changes:
bugfixes:
- filters - Fix ovirtvmipsv4 with attribute and network (https://github.com/oVirt/ovirt-ansible-collection/pull/607).
- filters - Fix ovirtvmipsv4 with filter to list (https://github.com/oVirt/ovirt-ansible-collection/pull/609).
- ovirt_host - Fix kernel_params elemets type (https://github.com/oVirt/ovirt-ansible-collection/pull/608).
fragments:
- 607-filters-fix-ovirtvmipsv4-with-atribute-and-network.yml
- 608-fix-ovirt_host-kernel_params-type.yml
- 609-filterip4-fix-filter-list.yml
release_date: '2022-10-27'

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/609-filterip4-fix-filter-list.yml

This file was deleted.

5 changes: 5 additions & 0 deletions ovirt-ansible-collection.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ sh build.sh install %{collectionname}
%license licenses

%changelog
* Thu Oct 27 2022 Martin Necas <mnecas@redhat.com> - 2.3.1-1
- filters - Fix ovirtvmipsv4 with attribute and network
- filters - Fix ovirtvmipsv4 with filter to list
- ovirt_host - Fix kernel_params elemets type

* Thu Oct 13 2022 Martin Necas <mnecas@redhat.com> - 2.3.0-1
- ovirt_host - Honor activate and reboot_after_installation when they are set to false with reinstalled host state
- ovirt_disk - Add read_only param for disk attachments
Expand Down

0 comments on commit 41d0226

Please sign in to comment.