Skip to content
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.

Releases: openshift-eng/elliott

v1.0.5

25 May 08:32
1d521d9
Compare
Choose a tag to compare
Bump version to 1.0.5

v1.0.4

21 Apr 04:57
b920826
Compare
Choose a tag to compare
bump version to 1.0.4

v1.0.1

28 Feb 04:03
fdce948
Compare
Choose a tag to compare
bump version to 1.0.1

v1.0.0

20 Feb 21:25
Compare
Choose a tag to compare

With 1.0.0 we complete the transition from py27 to py3.

1.0.0-rc.2

16 Jan 06:34
ccf1eb1
Compare
Choose a tag to compare
1.0.0-rc.2 Pre-release
Pre-release

Improved build sweep: sweeping multi product versions with one command.
New advisory-impetus command.
Improved Python 2/3 compatibility.

1.0.0-rc.1

02 Jan 01:01
b4ec77d
Compare
Choose a tag to compare
1.0.0-rc.1 Pre-release
Pre-release

Added Python 3 support. Various bug fixes and improvements.

0.2.17

02 Jan 01:08
a0bb3ae
Compare
Choose a tag to compare
bump version to 0.2.17

Fix pypi deploy

24 May 16:39
7e3881e
Compare
Choose a tag to compare

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

24 May 15:19
4239eea
Compare
Choose a tag to compare
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

20 May 13:05
8a24198
Compare
Choose a tag to compare
  • 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