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 2.4.0 #628

Merged
merged 1 commit into from
Nov 15, 2022
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
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,<6.8.3" 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,<7.0.0" 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,<6.8.3" cryptography
run: pip-3 install pycodestyle pylint voluptuous yamllint rstcheck antsibull-changelog rich "ansible-lint>=6.0.0,<7.0.0" cryptography

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


v2.4.0
======

Bugfixes
--------

- cluster_upgrade - Add default random uuid to engine_correlation_id (https:/oVirt/ovirt-ansible-collection/pull/624).
- image_template - Add template_bios_type (https:/oVirt/ovirt-ansible-collection/pull/620).

v2.3.1
======

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

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

BUILD_TYPE=$2
BUILD_PATH=$3
Expand Down
9 changes: 9 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -879,3 +879,12 @@ releases:
- 608-fix-ovirt_host-kernel_params-type.yml
- 609-filterip4-fix-filter-list.yml
release_date: '2022-10-27'
2.4.0:
changes:
bugfixes:
- cluster_upgrade - Add default random uuid to engine_correlation_id (https:/oVirt/ovirt-ansible-collection/pull/624).
- image_template - Add template_bios_type (https:/oVirt/ovirt-ansible-collection/pull/620).
fragments:
- 625-cluster_upgrade-add-default-random-uuid-to-engine_correlation_id.yml
- 626-image_template-add-template_bios_type.yml
release_date: '2022-11-15'

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: "@NAMESPACE@"
name: "@NAME@"
version: 2.3.2
version: 2.4.0
authors:
- Martin Necas <[email protected]>
license:
Expand Down
4 changes: 4 additions & 0 deletions ovirt-ansible-collection.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,10 @@ sh build.sh install %{collectionname}
%license licenses

%changelog
* Tue Nov 15 2022 Martin Necas <[email protected]> - 2.4.0-1
- cluster_upgrade - Add default random uuid to engine_correlation_id
- image_template - Add template_bios_type

* Thu Oct 27 2022 Martin Necas <[email protected]> - 2.3.1-1
- filters - Fix ovirtvmipsv4 with attribute and network
- filters - Fix ovirtvmipsv4 with filter to list
Expand Down