Skip to content

Releases: iriusrisk/GoCD-EC2-Elastic-Agent-Plugin

2.2.2

16 Jun 05:48
0b99069
Compare
Choose a tag to compare

Check http code response from http://169.254.169.254/ to know if we are on an instance with IMSDv1 or IMSDv2. If it responds with 200, we are in an IMSDv1 and we can get the ec2 metadata without a token, otherwise, we need to get the token first and then get ec2 metadata info

2.2.1

14 Jun 06:01
4da9317
Compare
Choose a tag to compare

Standardized how we are getting ec2 instance metadata with curl instead of ec2-metadata command

2.2.0

19 Aug 15:55
Compare
Choose a tag to compare

AWS default credentials provider chain in a cluster profile settings.
IAM Instance Profile can be provided in the Elastic Agent profile.
Checked compatibility with GoCD server & agent versions 20.5.0 and 20.6.0.
Thanks to @brettcave for the new features.

2.1.0

09 Jun 15:09
Compare
Choose a tag to compare

Compatibility with GoCD agent version >= 20.2.0.
SSL/TLS verification disabled by default.

2.0.1

09 Jun 13:14
Compare
Choose a tag to compare

Set go-agent start after all defined user data commands.
Compatibility with GoCD agent version <= 20.1.0.

2.0.0

02 Jan 10:22
b540d7b
Compare
Choose a tag to compare

Second iteration of GoCD Elastic agent plugin for AWS EC2 that includes clustering profiles.
Compatible with version 5.0 of the elastic agent endpoint (GoCD server versions starting from 19.3.0).

1.0.0

18 Dec 09:34
Compare
Choose a tag to compare

First release of GoCD Elastic agent plugin for AWS EC2.
Compatible with version 4.0 of the elastic agent endpoint (GoCD server versions between 18.10.0 and 19.2.0).