This repository has been archived by the owner on Oct 13, 2023. It is now read-only.
Releases: openshift-eng/elliott
Releases · openshift-eng/elliott
v1.0.5
v1.0.4
v1.0.1
v1.0.0
1.0.0-rc.2
Improved build sweep: sweeping multi product versions with one command.
New advisory-impetus command.
Improved Python 2/3 compatibility.
1.0.0-rc.1
Added Python 3 support. Various bug fixes and improvements.
0.2.17
Fix pypi deploy
Fixes Travis-to-PyPi deploy error HTTPError: 400 Client Error: The description failed to render in the default format of reStructuredText. See https://pypi.org/help/#description-content-type for more information. for url: https://upload.pypi.org/legacy/
by setting long_description_content_type
in setup.py.
Payload-to-advisory verification command
Verifies that the contents of an advisory match with a target release
payload.
Payloads are treated as source of truth. Items absent from an
advisory, or not matching what is in the payload, is considered an
error.
Prints results to screen at end and writes to a json file for
archiving.
find-bugs and find-builds from payloads
- Update find-bugs and find-builds to accept a
--between
param to find changed bugs between two payloads - Remove
--auto
option from find-bugs, it is now replaced with--mode sweep