Skip to content

Commit

Permalink
Merge pull request #36 from shengxil/master
Browse files Browse the repository at this point in the history
Release commit V3.2.0
  • Loading branch information
shengxil authored Nov 27, 2019
2 parents e4224d7 + af6f39c commit c330123
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.0
3.2.0
2 changes: 1 addition & 1 deletion daemon/cfg/cfg.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit c330123

Please sign in to comment.