From af6f39ccc09d9dd1428e38f4664fcb13a0790948 Mon Sep 17 00:00:00 2001 From: Shengxin Li Date: Tue, 26 Nov 2019 16:24:32 -0800 Subject: [PATCH] Release commit V3.2.0 --- CHANGELOG.md | 5 +++++ VERSION | 2 +- daemon/cfg/cfg.go | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf6848c..d7772af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log All notable changes to this project will be documented in this file. +## 3.2.0 (2019-11-26) +- Do not fail when cleaning build folder +- Bumping up aws-sdk-go to enable IAM Roles for Service Account support in Kubernetes deployments +- xray.service: explicitly set ConfigurationDirectoryMode to 0755 + ## 3.1.0 (2019-07-01) - STS credentials are fetched from STS regional endpoint instead of global endpoint. If the configured region is disabled for the STS token, the credentials are fetched from primary regional endpoint in that AWS partition. The primary regional endpoint cannot be disabled for STS token. diff --git a/VERSION b/VERSION index a0cd9f0..944880f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.1.0 \ No newline at end of file +3.2.0 diff --git a/daemon/cfg/cfg.go b/daemon/cfg/cfg.go index 4260870..41ee9de 100644 --- a/daemon/cfg/cfg.go +++ b/daemon/cfg/cfg.go @@ -24,7 +24,7 @@ import ( ) // Version number of the X-Ray daemon. -const Version = "3.1.0" +const Version = "3.2.0" var cfgFileVersions = [...]int{1, 2} // Supported versions of cfg.yaml file.