Skip to content

Commit

Permalink
Merge pull request #5 from spreaker/release_1.1.1
Browse files Browse the repository at this point in the history
Release v1.1.1
  • Loading branch information
Esteban Sanchez authored Jun 12, 2019
2 parents f6d3640 + 0a4ede6 commit 448daa2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

### 1.1.1 (2019-06-12)
- Release 1.1.1 that fixes multithreading issue with boto3 client

### (2019-06-12)
- Fixed boto3 multithreading use

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM alpine:3.9

RUN apk add --update --no-cache python3~=3.6 && \
python3 -m pip install prometheus-aws-guardduty-exporter==1.0.0 --no-cache-dir
python3 -m pip install prometheus-aws-guardduty-exporter==1.1.1 --no-cache-dir

# Run as non-root
RUN adduser app -S -u 1000
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from setuptools import setup

# Version
version = "1.1.0"
version = "1.1.1"

# Requires Python 3
if sys.version_info.major < 3:
Expand Down

0 comments on commit 448daa2

Please sign in to comment.