Skip to content

Commit ddff91f

Browse files
committed
Preparing 1.2.1 release
1 parent a9f261e commit ddff91f

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.2.1 (2017-07-31)
2+
- #3: Add support for proxy in configurations and environment
3+
variables (@AgarFu)
4+
15
## 1.2.0 (2017-05-05)
26
- #48 and #49: Improvements for running outside of EC2 (@mbrossard):
37
- Set DISABLE_YUM_S3_IAM environment variable to disable IAM

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAME = yum-plugin-s3-iam
2-
VERSION = 1.2.0
2+
VERSION = 1.2.1
33
RELEASE = 1
44
ARCH = noarch
55

yum-plugin-s3-iam.spec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ rm -rf ${RPM_BUILD_ROOT}
3737
/usr/lib/yum-plugins/s3iam.py*
3838

3939
%changelog
40+
* Fri May 05 2017 Mathias Brossard <mathias@brossard.org> 1.2.1-1
41+
- Add support for proxy (@AgarFu)
42+
4043
* Fri May 05 2017 Mathias Brossard <mathias@brossard.org> 1.2.0-1
4144
- Improvements for running outside of EC2 (@mbrossard)
4245
- Fix for cross-region STS authentication (@jonnangle)

0 commit comments

Comments
 (0)