🧰 Included Tools
Update dependency awscli to v1.18.196 @renovate (#655)
This PR contains the following updates:
Package | Update | Change |
---|---|---|
awscli | patch | ==1.18.195 -> ==1.18.196
|
Update dependency boto3 to v1.16.36 @renovate (#656)
This PR contains the following updates:
Package | Update | Change |
---|---|---|
boto3 | patch | ==1.16.35 -> ==1.16.36
|
Release Notes
boto/boto3
v1.16.36
=======
- api-change:
ec2
: [botocore
] Update ec2 client to latest version - api-change:
globalaccelerator
: [botocore
] Update globalaccelerator client to latest version - api-change:
devops-guru
: [botocore
] Update devops-guru client to latest version
🏗️ Build/Release Maintenance
Create docker image when release is published @Nuru (#658)
what
- Create docker image when release is "published"
why
- We had been creating the image when the release was "created" but we are now creating release drafts, and want to create the image when we finally publish the release. Use "release" type "published" instead of "release" so that images are built for published "pre-release" versions, too.