Skip to content

Commit

Permalink
Release 2.4.0 (#628)
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Nečas <necas.marty@gmail.com>

Signed-off-by: Martin Nečas <necas.marty@gmail.com>
  • Loading branch information
mnecas authored Nov 15, 2022
1 parent 2d53419 commit 04cb990
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 12 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,<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://github.com/oVirt/ovirt-ansible-collection/pull/624).
- image_template - Add template_bios_type (https://github.com/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://github.com/oVirt/ovirt-ansible-collection/pull/624).
- image_template - Add template_bios_type (https://github.com/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 <mnecas@redhat.com>
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 <mnecas@redhat.com> - 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 <mnecas@redhat.com> - 2.3.1-1
- filters - Fix ovirtvmipsv4 with attribute and network
- filters - Fix ovirtvmipsv4 with filter to list
Expand Down

0 comments on commit 04cb990

Please sign in to comment.