Skip to content

Releases: adobe/helix-cli

v0.13.6

01 Mar 17:26
Compare
Choose a tag to compare

Changes

  • Replace replay with nock or pollyjs #606
  • require without file extension #397
  • hlx deploy reports dirty on non-dirty branch #598
  • Fix static 404 (#593)
  • remove (almost) unused js-yaml (#594)
  • Force status code 200 for OK responses, fixes #585
  • Better error handling for static file delivery (#443)
  • Code generated by hlx demo is broken #573

v0.13.5

20 Feb 12:33
Compare
Choose a tag to compare

Changes

  • Code generated by hlx demo is broken #573 (#575)
  • Update calibre to the latest version πŸš€ (#574)
  • Installing the helix-pipeline in the project confuses the execution #513 (#571)
  • Update snyk to the latest version πŸš€ (#572)

v0.13.4

19 Feb 10:21
Compare
Choose a tag to compare

Changes

  • Update yargs to the latest version πŸš€ (#561)
  • update parcel (#546)
  • move GitUtils back to helix-cli (#523) (#565)
  • Update webpack to the latest version πŸš€ (#563)
  • Update sinon to the latest version πŸš€ (#566)
  • Update snyk to the latest version πŸš€ (#568)
  • Update mocha to the latest version πŸš€ (#569)
  • Update eslint to the latest version πŸš€ (#567)
  • improve static.js test coverage #333 (#554)
  • Update @adobe/helix-shared to the latest version πŸš€ (#560)
  • Update @snyk/nodejs-runtime-agent to the latest version πŸš€ (#564)
  • Update request-promise-native to the latest version πŸš€ (#553)
  • Update nyc to the latest version πŸš€ (#550)
  • Update mime-types to the latest version πŸš€ (#549)
  • test for missing localhost in output #496
  • [hlx up] does not terminate when server errors #542
  • Require without file extension #397
  • Harmonize context.request and action.request #531
  • Remove --docker option from deploy #473
  • static value in proposed strain config always localhost #496 (#528)
  • Update codecov to the latest version πŸš€ (#529)
    • hlx build and up failing on windows environment #520
    • hlx --help shows wrong executable name on windows #527
  • deploy may use the wrong git remote when adding a missing strain #514 (#516)
    • deploy test fails if git clone is using https instead of ssh #514
  • include wsk namespace and use better action names fir dirty deployments. (#525)
  • fixes #524, fixes #480
  • Greenkeeper/ajv 6.9.1 (#522)
  • Closes #521
  • improve eslint settings to deal with 2018 and 2019 in copyright headers #438
  • require module in sub-directory produces error while packaging #506
  • hlx publish warns when deleting keys from dictionary (#505)

v0.13.3

06 Feb 17:03
Compare
Choose a tag to compare

Changes

  • Incorrect directory path handling #501 (#502)
  • More verbose error message (#504)
  • OpenWhisk chokes on SVG if not base64 encoded (#508)
  • Update @snyk/nodejs-runtime-agent to the latest version πŸš€ (#509)
  • Update webpack to the latest version πŸš€ (#497)
  • Full demo config should include 'local-dev' strain #492 (#493)
  • fix: package.json & package-lock.json to reduce vulnerabilities (#499)

[TODO review/edit list of changes]

v0.13.0

31 Jan 01:26
Compare
Choose a tag to compare

Change

  • hlx deploy does not work when default strains is a proxy strain #488
  • use latest helix-shared to fix YAML_MAP bug

v0.12.0

29 Jan 23:35
Compare
Choose a tag to compare

Changes

  • [hlx up] provide an option to simulate a domain with --host -fixes #108 (#481)
  • fix: package.json & package-lock.json to reduce vulnerabilities (#484)
  • Unknown signal: SIGUSR1 #479
  • use latest simulator (#477)
  • [regression] params.vcl is not generated correctly #474 (#475)
  • fixes #474
  • Remote publish (#468)
    • Implement new config spec #449
  • hlx up should deliver from local git-server w/o config (#472)
    • [hlx up] without config, it should always use the local git-server #471
  • remove dependency to winston #466

[TODO review/edit list of changes]

v0.11.0

22 Jan 01:46
Compare
Choose a tag to compare

Changes

This release introduces a new config handling (see #449) and is not backward compatible with the previous helix-config.yaml. see https://github.com/adobe/helix-shared/releases/tag/v0.4.0

Major changes:

  • the config is now validated with json schema: https://github.com/adobe/helix-shared/blob/v0.4.0/docs/README.md
  • code property points to the a git url and not the action name
  • default strain is mandatory
  • code, content and static are mandatory properties of a strain
  • hlx deploy lists all affected strains that match the current git remote origin and updates the strains package property to the SHA of the HEAD.
  • wsk actions are now group below an openwhisk package.
  • hlx publish will publish only the strains that contain a package property

v0.10.17

14 Jan 16:50
Compare
Choose a tag to compare

Changes

  • update @adobe/helix-simulator dependency (adobe/git-server#47)
  • Update ajv to the latest version πŸš€ (#458)
  • hlx package includes external modules in the generated ZIP file #452 (#455)
  • Update snyk to the latest version πŸš€ (#454)
  • Update webpack to the latest version πŸš€ (#453)
  • Update @snyk/nodejs-runtime-agent to the latest version πŸš€ (#451)
  • Remove computed defaults from yargs options #231 (#448)
    • Use canonical action names independent of git origin #336
    • [deploy] refuses to deploy with unintuitive error message if no remote git repo defined #413
  • Change static directory to htdocs #435 (#447)
    • Change static directory to htdocs #435
  • (fixes #368)
    • Separate hlx package step from hlx deploy #368
  • Update snyk to the latest version πŸš€ (#444)
  • migrate simple and full demo to the new static file handling #323 (#441)
    • migrate simple and full demo to the new static file handling #323
  • Update snyk to the latest version πŸš€ (#442)
  • [demo] broken logo image in full demo - fixes #439 (#440)
    • [demo] broken logo image in full demo #439
  • Update @snyk/nodejs-runtime-agent to the latest version πŸš€ (#434)

[TODO review/edit list of changes]

v0.10.16

07 Jan 09:24
Compare
Choose a tag to compare

Changes

  • test don't terminate without --exit #431
  • intermittent failures on CI due to node-watch #430
  • Upgrade replay (#427) help with Node 10 compatibility #321
  • Add npm check command & mention in readmes (#424)

v0.10.14

20 Dec 13:44
Compare
Choose a tag to compare

Changes

  • remove native dependency (segfault-handler)