Skip to content

Commit 448daa2

Browse files
author
Esteban Sanchez
authored
Merge pull request #5 from spreaker/release_1.1.1
Release v1.1.1
2 parents f6d3640 + 0a4ede6 commit 448daa2

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
### 1.1.1 (2019-06-12)
4+
- Release 1.1.1 that fixes multithreading issue with boto3 client
5+
36
### (2019-06-12)
47
- Fixed boto3 multithreading use
58

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM alpine:3.9
22

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

66
# Run as non-root
77
RUN adduser app -S -u 1000

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from setuptools import setup
33

44
# Version
5-
version = "1.1.0"
5+
version = "1.1.1"
66

77
# Requires Python 3
88
if sys.version_info.major < 3:

0 commit comments

Comments
 (0)