Skip to content

Commit

Permalink
Bumb version, changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Diblik <[email protected]>
  • Loading branch information
danmyway committed Mar 25, 2024
1 parent 09904d0 commit 42dbaad
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Calendar Versioning](https://calver.org).<br>

## [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`.
Expand All @@ -17,14 +24,14 @@ and this project adheres to [Calendar Versioning](https://calver.org).<br>
- 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
(8.9 is absent on the AWS marketplace)
- 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
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = tesar
version = 2023.06.29
version = 2024.03.25
author = Daniel Diblik
author_email = [email protected]
description = Testing farm API requests dispatcher.
Expand Down
2 changes: 1 addition & 1 deletion tesar.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: tesar
Version: 2023.06.29
Version: 2024.03.25
Release: 1%{?dist}

Summary: tesar
Expand Down

0 comments on commit 42dbaad

Please sign in to comment.