Skip to content

Releases: parkerholladay/node-octopus-deploy

v6.3.1

04 Mar 16:25
Compare
Choose a tag to compare
  • Update lodash security vulnerabilities
  • gulp-stream still supports >=10.13 so update that as well

v6.3.0

04 Mar 16:24
Compare
Choose a tag to compare
  • Add support for spaces in api host
  • Update dependencies as far as they can while still supporting node 10

v6.2.3

28 Oct 18:27
Compare
Choose a tag to compare
  • Fix lodash vulnerability

v6.2.2

15 Oct 16:57
Compare
Choose a tag to compare

Fix copy-pasta typo in new release promote command help

v6.2.1

15 Oct 16:55
Compare
Choose a tag to compare

Fix typo README docs

v6.2.0

15 Oct 16:54
Compare
Choose a tag to compare

Add the ability to promote/deploy an existing release by projectSlug/projectId and version

v6.1.1

13 Oct 00:11
Compare
Choose a tag to compare

Fix .npmignore to reduce npm package size

v6.1.0

13 Oct 00:09
Compare
Choose a tag to compare
  • Upgrade packages (stay up-to-date and address security vulnerabilities)
  • Remove debug log in octopack command

v6.0.0

05 Aug 18:37
Compare
Choose a tag to compare

Changelog

  • Rework cli commands to all use octopus-deploy <command> [options] syntax. i.e.
    • octopus-deploy-pack-and-push -> octopus-deploy octopack
    • octopus-deploy-create-release -> octopus-deploy release create
    • octopus-deploy-create-release-and-deploy -> octopus-deploy release deploy
  • Added single letter arg aliases to cli commands i.e. --host -h, --projectSlugOrId -p, --releaseVersion -v
  • The --glob (-g) argument now supports an array of strings rather than using the :: delimiter. i.e. --globs './src/**' './node_modules/**' '!**/*.spec.*'

v5.0.1

27 Jun 22:21
Compare
Choose a tag to compare

Fix examples in README