Skip to content

Releases: Amraneze/aws-beanstalk-deploy

v0.13

17 Oct 10:59
Compare
Choose a tag to compare

Changelog

[v0.13] - 2022-10-17

Added

  • Update NodeJs version from 12.x to 16.x
  • Decrease timeout from 30s to 5s
  • Increase the number of retries from 30 to 400

Removed

  • Plugin prettier from Eslint

v0.12

26 Oct 17:29
Compare
Choose a tag to compare
v0.12 Pre-release
Pre-release

Check if the AWS EBS is only ready before updating. We can have cases that the env is degraded but also ready. We can only wait if it's not ready before updating it.

v0.11

26 Oct 17:02
Compare
Choose a tag to compare
v0.11 Pre-release
Pre-release

Use streaming file instead of a Buffer

v0.10

26 Oct 16:21
Compare
Choose a tag to compare
v0.10 Pre-release
Pre-release

FIx issue with uploading text plain file

v0.9

26 Oct 15:18
Compare
Choose a tag to compare
v0.9 Pre-release
Pre-release

Remove unused variable, we can use filepath to be based on for S3 key

v0.8

26 Oct 07:35
Compare
Choose a tag to compare
v0.8 Pre-release
Pre-release

Add a flag to use the existing version of AWS EBS

master

26 Oct 18:09
Compare
Choose a tag to compare

Fix issue with __dirname

v0.7

25 Oct 22:28
Compare
Choose a tag to compare
v0.7 Pre-release
Pre-release

Add a flag to enable debug logs

v0.6

25 Oct 22:02
Compare
Choose a tag to compare
v0.6 Pre-release
Pre-release

Fix issue with using json, we should use text and compare the text directly.

v0.5

25 Oct 21:49
Compare
Choose a tag to compare
v0.5 Pre-release
Pre-release

Fix issue with the maximum number of tries