Releases: adobe/helix-cli
Releases Β· adobe/helix-cli
v0.13.6
Changes
- Replace
replay
withnock
orpollyjs
#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
v0.13.4
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
andaction.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
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
v0.12.0
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
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 namedefault
strain is mandatorycode
,content
andstatic
are mandatory properties of a strainhlx deploy
lists all affected strains that match the current git remote origin and updates the strainspackage
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 apackage
property
v0.10.17
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
- Change static directory to
- (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
v0.10.14
Changes
- remove native dependency (
segfault-handler
)