From 0324921870c5cbd25ee93ea4e29b7b439fdd6031 Mon Sep 17 00:00:00 2001 From: Kebechet Date: Tue, 31 May 2022 15:50:11 +0000 Subject: [PATCH] Release of version 0.1.0 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ thoth/thoth_github_action/__init__.py | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25f88a9..1bc800a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,30 @@ # Changelog for Thoth's Template GitHub Project +## Release 0.1.0 (2022-05-31T15:50:11) +* d026912 Add Harshad to approvers +* 4bf768d Add init file for versioning +* e8a7127 Add overlay path to get last analysis id +* e39f8c1 Verify different actions/checkout versions include hidden files +* f8dbe8d Fix empty optional input parameter +* 40ff1a8 Document how to find available environments +* 8e28a25 Add documentation for configuring overlays +* 5f936a7 Support for overlays +* ce7a651 Fix advise status code +* 41d4168 Fix script name +* aa76f4b Add setup.cfg path in workflow example +* 128b6e7 Add setup.cfg support +* 7ccdc53 Make pipenv default and inputs required +* 9c7b5e2 Link to search UI results and CVE error message +* bfe17fe Link to s2i-thoth repo +* 04ca182 Update README +* b062a52 :arrow_up: Automatic update of dependencies by Kebechet for the rhel8 environment +* 84f89c9 Comment PR with link to Search UI +* 6158d38 Remove advise result from outputs +* 89c6ce7 Fix output name and provide PR number for comment action +* 4769a39 Fix constructing search ui url and remove setup-python from usage section +* 2337388 Remove duplicate steps and add github action environment variable +* cdc2ecb Fix missing shell property + ## [0.1.0] - 2019-Sep-11 - goern ### Added diff --git a/thoth/thoth_github_action/__init__.py b/thoth/thoth_github_action/__init__.py index 4f5bbfa..2d4b545 100644 --- a/thoth/thoth_github_action/__init__.py +++ b/thoth/thoth_github_action/__init__.py @@ -20,4 +20,4 @@ __title__ = "thoth-github-action" -__version__ = "0.0.0" +__version__ = "0.1.0"