Skip to content

Releases: netsells/cli

v2.2.5

31 Aug 14:09
Compare
Choose a tag to compare

Bumps dependencies to fix an issue with aws:ecs:manage-env diff issue

v2.2.4

12 Aug 09:09
Compare
Choose a tag to compare
  • Fixed issue where ecs:connect was double sanitising menu names, causing them to be empty strings

v2.2.3

11 Aug 08:49
Compare
Choose a tag to compare
  • Fixes bug where defaults were not respected if the Netsells file was empty

v2.2.2

10 Aug 16:40
Compare
Choose a tag to compare
  • Fixes bug where AWS account ID and region did not fall back to the Netsells file

v2.2.1

10 Aug 14:37
Compare
Choose a tag to compare
  • Fixes bug where NETSELLS_ environment variables were not detected for some commands

v2.2.0

10 Aug 14:17
4beac4c
Compare
Choose a tag to compare
  • Adds tag prefixing
    • :latest will always be tagged
    • when passing --environment ENVNAME or env var NETSELLS_ENVIRONMENT
      • :ENVNAME will be tagged
        • Eg :production
      • Usual tag will be prefixed with the environment name ENVNAME-commitsha
        • Eg production-e2b54fc07d8f20bedaa4
    • Pass skip-additional-tags to only push the commit sha
  • Internal refactors
    • The command instance is now passed around for you, no need to pass $this about
    • Options/Arguments/Netsells File/Env vars are handled automatically now, no need to manage by hand

v2.1.1

23 Mar 09:38
0fa5c50
Compare
Choose a tag to compare
  • Adds compatibility for newer version of the AWS CLI (2.1.31) which broke ECS deploy-update

v2.1.0

02 Sep 08:48
a848b85
Compare
Choose a tag to compare
  • Makes ECS Updates smarter by using the docker-compose file. Also now accepts a list of services via --service for partial deployments
  • Fixes bug where --tunnel was not provided with hint to re-run command

v2.0.0

06 Aug 10:21
Compare
Choose a tag to compare
  • Removes aws:ssm:start-session command (as this has been absorbed into aws:ssm:connect
  • aws:ssm:connect now initiates an SSH connection directly from the CLI instead of the developer having to copy and paste a generated command

v1.3.0

29 Jul 08:43
67159df
Compare
Choose a tag to compare
  • Adds new docker:aws:login to login your local shell into the AWS ECR repo