Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 3EDA1200B56 for ; Sat, 30 Jul 2016 13:32:33 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 3D56D160A81; Sat, 30 Jul 2016 11:32:33 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id AB68F160A8A for ; Sat, 30 Jul 2016 13:32:32 +0200 (CEST) Received: (qmail 85469 invoked by uid 500); 30 Jul 2016 11:32:31 -0000 Mailing-List: contact notifications-help@libcloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@libcloud.apache.org Delivered-To: mailing list notifications@libcloud.apache.org Received: (qmail 85460 invoked by uid 500); 30 Jul 2016 11:32:31 -0000 Delivered-To: apmail-libcloud-commits@libcloud.apache.org Received: (qmail 85457 invoked by uid 99); 30 Jul 2016 11:32:31 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Jul 2016 11:32:31 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id F2741E0103; Sat, 30 Jul 2016 11:32:30 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tomaz@apache.org To: commits@libcloud.apache.org Date: Sat, 30 Jul 2016 11:32:32 -0000 Message-Id: <12e319164a814aa9a7e8864b935e4848@git.apache.org> In-Reply-To: <92bc1d9582724a6698e38e1deac0f95c@git.apache.org> References: <92bc1d9582724a6698e38e1deac0f95c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/3] libcloud git commit: Update changelog. archived-at: Sat, 30 Jul 2016 11:32:33 -0000 Update changelog. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/90f967c6 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/90f967c6 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/90f967c6 Branch: refs/heads/trunk Commit: 90f967c646df83daef7fa29a2ca12e63d24da7ad Parents: 2761ca9 Author: Tomaz Muraus Authored: Sat Jul 30 13:24:35 2016 +0200 Committer: Tomaz Muraus Committed: Sat Jul 30 13:24:35 2016 +0200 ---------------------------------------------------------------------- CHANGES.rst | 7 +++++++ 1 file changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/90f967c6/CHANGES.rst ---------------------------------------------------------------------- diff --git a/CHANGES.rst b/CHANGES.rst index e14f672..dc2f626 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -41,6 +41,13 @@ Compute (GITHUB-838) [Rene Kjellerup] +Load balancer +~~~~~~~~~~~~~ + +- Add support for temporary IAM role credentials (token) to the AWS ELB driver. + (GITHUB-843) + [Anton Kozyrev] + DNS ~~~