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

Commit

Permalink
Merge pull request #42 from thoth-station/v0.1.0
Browse files Browse the repository at this point in the history
Release of version 0.1.0
  • Loading branch information
sesheta authored May 31, 2022
2 parents 1982b02 + 0324921 commit 296b685
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion thoth/thoth_github_action/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@


__title__ = "thoth-github-action"
__version__ = "0.0.0"
__version__ = "0.1.0"

0 comments on commit 296b685

Please sign in to comment.