diff --git a/CHANGELOG.md b/CHANGELOG.md index 67daf2d..fe5dc54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Calendar Versioning](https://calver.org).
## [Unreleased] ### Added + +### Changed + +### Removed + +## [2024.03.25] +### Added - Return code for report command - Report command option for showing results and/or downloading logs only for non-passed tests - Test results comparison mode introduced, can be controlled by the `--compare` option of `tesar report`. @@ -17,7 +24,6 @@ and this project adheres to [Calendar Versioning](https://calver.org).
- query for task ID, warn and exit if build doesn't match requested test artifact - make builds available in the copr.fedorainfracloud.org repositories tesar and tesar-devel respectively - ### Changed - `-c/--compose` to `-t/--target` - bump mapped convert2rhel composes/targets to Alma Linux and Rocky Linux 8.9, Oracle Linux 8.8 @@ -25,6 +31,7 @@ and this project adheres to [Calendar Versioning](https://calver.org).
- use all mapped compose targets when `-t/--target` not specified for the leapp-repository package - make `--plans`, `--planfilter` and `--testfilter` compatible ### Removed + ## [2023.07.12] ### Added - `-s/--short` display short test and plan names diff --git a/setup.cfg b/setup.cfg index b1a7a03..852614c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = tesar -version = 2023.06.29 +version = 2024.03.25 author = Daniel Diblik author_email = ddiblik@redhat.com description = Testing farm API requests dispatcher. diff --git a/tesar.spec b/tesar.spec index 28db456..e3dfe32 100644 --- a/tesar.spec +++ b/tesar.spec @@ -1,5 +1,5 @@ Name: tesar -Version: 2023.06.29 +Version: 2024.03.25 Release: 1%{?dist} Summary: tesar