Skip to content

Commit

Permalink
Version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Pracucci committed Apr 4, 2019
1 parent 3ac0495 commit b855a50
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# Changelog

### 1.1.1 (2019-04-04)
- [BUGFIX] Do not fail the reconciling if there are no instances registered to the service - PR [#8](https://github.com/spreaker/aws-cloud-unmap/pull/8)
- Documented required IAM privileges - PR [#7](https://github.com/spreaker/aws-cloud-unmap/pull/7)

### 1.1.0 (2019-04-02)
- Introduced a built-in Prometheus exporter
- Introduced a built-in Prometheus exporter - PR [#6](https://github.com/spreaker/aws-cloud-unmap/pull/6)

### 1.0.4 (2019-03-29)
- [BUGFIX] Fixed memory leak
- [BUGFIX] Fixed memory leak - PR [#5](https://github.com/spreaker/aws-cloud-unmap/pull/5)

### 1.0.3 (2019-03-29)
- First release
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 aws-cloud-unmap==1.1.0 --no-cache-dir
python3 -m pip install aws-cloud-unmap==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 b855a50

Please sign in to comment.