Skip to content

Commit a460750

Browse files
committed
Merge master
2 parents 7a5dc0b + bfe615f commit a460750

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7+
## [v5.3.2](https://github.com/buildkite/elastic-ci-stack-for-aws/compare/v5.3.1...v5.3.2) (2021-06-11)
8+
9+
### Fixed
10+
* Fix s3secrets-helper for Windows [#846](https://github.com/buildkite/elastic-ci-stack-for-aws/pull/846) ([DuBistKomisch](https://github.com/DuBistKomisch))
11+
* Pin Docker systemd configuration to the same Docker version [#849](https://github.com/buildkite/elastic-ci-stack-for-aws/pull/849) ([cmanou](https://github.com/cmanou))
12+
* Excessive instance scaling while waiting for instances to boot
13+
14+
### Changed
15+
* Create S3 secrets bucket only when needed [#844](https://github.com/buildkite/elastic-ci-stack-for-aws/pull/844) ([vgrigoruk](https://github.com/vgrigoruk))
16+
717
## [v5.3.1](https://github.com/buildkite/elastic-ci-stack-for-aws/compare/v5.3.0...v5.3.1) (2021-05-05)
818

919
### Fixed

templates/aws-stack.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -839,6 +839,8 @@ Resources:
839839
InstanceType: !Select [ "0", !Split [ ",", !Join [ ",", [ !Ref InstanceType, "", "", "" ] ] ] ]
840840
MetadataOptions:
841841
HttpTokens: !Ref IMDSv2Tokens
842+
# Allow containers using a Docker network on the host to receive IDMSv2 responses
843+
HttpPutResponseHopLimit: 2
842844
ImageId: !If
843845
- HasImageId
844846
- !Ref ImageId
@@ -1091,7 +1093,7 @@ Resources:
10911093
Properties:
10921094
Location:
10931095
ApplicationId: arn:aws:serverlessrepo:us-east-1:172840064832:applications/buildkite-agent-scaler
1094-
SemanticVersion: '1.1.0'
1096+
SemanticVersion: '1.1.1'
10951097
Parameters:
10961098
BuildkiteAgentTokenParameter: !If [ UseCustomerManagedParameterPath, !Ref BuildkiteAgentTokenParameterStorePath, !Ref BuildkiteAgentTokenParameter ]
10971099
BuildkiteQueue: !Ref BuildkiteQueue

0 commit comments

Comments
 (0)