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

Commit

Permalink
Prepare v0.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Mesaguy committed Jul 30, 2020
1 parent 8c6a9d3 commit bee2ef5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.5.1] - 2020-07-30
### Added
- Sample Grafana graphs

### Changed
- Upgrade FastAPI from v0.59.0 to v0.60.1
- Upgrade uvicorn from 0.11.6 to 0.11.7

## [0.5.0] - 2020-07-17
### Changed
- Tag first stable release
Expand Down
2 changes: 1 addition & 1 deletion galaxy_exporter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

__myname__ = 'galaxy-exporter'
__description__ = 'Prometheus exporter of Ansible Galaxy metrics'
__version__ = '0.5.0'
__version__ = '0.5.1'
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
'aiodns >= 2.0.0,<3',
# For API calls to Ansible Galaxy
'aiohttp >= 3.6.2,<4',
'fastapi >= 0.59.0,<1',
'fastapi >= 0.60.1,<1',
# For exporting Prometheus metrics
'prometheus_client >= 0.8.0,<1',
'python-dateutil >= 2.8.1',
'tenacity >= 6.2.0,<7',
'uvicorn >= 0.11.6,<1',
'uvicorn >= 0.11.7,<1',
],
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit bee2ef5

Please sign in to comment.