From ddff91faab0467aaf4c60cb5b3c18b21d5a1f3d1 Mon Sep 17 00:00:00 2001 From: Mathias Brossard Date: Mon, 31 Jul 2017 11:24:51 -0700 Subject: [PATCH] Preparing 1.2.1 release --- CHANGELOG.md | 4 ++++ Makefile | 2 +- yum-plugin-s3-iam.spec | 3 +++ 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a916183..896ce63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.2.1 (2017-07-31) +- #3: Add support for proxy in configurations and environment + variables (@AgarFu) + ## 1.2.0 (2017-05-05) - #48 and #49: Improvements for running outside of EC2 (@mbrossard): - Set DISABLE_YUM_S3_IAM environment variable to disable IAM diff --git a/Makefile b/Makefile index f7c1392..2b179bb 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ NAME = yum-plugin-s3-iam -VERSION = 1.2.0 +VERSION = 1.2.1 RELEASE = 1 ARCH = noarch diff --git a/yum-plugin-s3-iam.spec b/yum-plugin-s3-iam.spec index ac12a93..1f9a2b4 100644 --- a/yum-plugin-s3-iam.spec +++ b/yum-plugin-s3-iam.spec @@ -37,6 +37,9 @@ rm -rf ${RPM_BUILD_ROOT} /usr/lib/yum-plugins/s3iam.py* %changelog +* Fri May 05 2017 Mathias Brossard 1.2.1-1 +- Add support for proxy (@AgarFu) + * Fri May 05 2017 Mathias Brossard 1.2.0-1 - Improvements for running outside of EC2 (@mbrossard) - Fix for cross-region STS authentication (@jonnangle)