Skip to content

Releases: adobe/aio-cli-plugin-app

12.2.2

08 May 14:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: 12.2.1...12.2.2

12.2.1

30 Apr 19:42
Compare
Choose a tag to compare
  • Revert "feat: run add-vscode-config generator on app init (retooled local debugging) (#798)" 2448eca
  • feat: run add-vscode-config generator on app init (retooled local debugging) (#798) 3e4f4f7
  • fix: handle errors without stack traces when using --verbose (#796) e9d4bf8
  • fix: incorrect logic for flag --confirm-new-workspace in command aio app init (#793) d1741cf
  • feat: inherit secrets for node.js CI workflow (#791) 6566c29

12.2.0...12.2.1

12.2.0

11 Apr 19:43
Compare
Choose a tag to compare
  • Log most recent error when OpenWhisk readiness times out (#783) 53aa50e
  • Display error on Apple Silicon --local and deprecation warning elsewhere (#785) 6dd1af3
  • Add -m flag for --merge in app use (#778) a4bf919

12.1.0...12.2.0

12.1.0

26 Feb 16:29
Compare
Choose a tag to compare

Full Changelog: 12.1.0...12.1.0

12.0.1

20 Feb 22:12
Compare
Choose a tag to compare
  • fix: misleading publish errors (#769) 53160a8
  • fix: ACNA-2800 - code links in README point to a .ts file (#760) bca1200
  • fix: app pack and app install help was hidden in the README text (#758) 6d4b656
  • build(deps): bump which from 3.0.1 to 4.0.0 (#721) 77fbf16

12.0.0...12.0.1

12.0.0

12 Jan 04:25
Compare
Choose a tag to compare
  • chore(deps): update package.json adobe dependencies 4ce5feb
  • fix: ACNA-2399 - update app config lib major (#751) 1087e65
  • feat: add flag for init --repo with github personal access token (#746) 75539c9
  • fix: ACNA 2676 - confirm-new-workspace weirdness (#754) 8c5d879
  • fix: ACNA-1627 - catch local save log forwarding config errors 712e3f7
  • fix: ACNA-1833 - integrating reusable-workflows (#616) 8133c82
  • fix: not all missing files errors are because of an invalid root folder (#755) 2e4115c
  • fix: clean web.distProd on build (#752) 1f35c49
  • fix: increase jest timeout to 30s from 15s (#744) af171d4
  • feat: add tests flag to install command (#749) cba5501
  • fix(breaking-change): update for nodes 18 and 20 (#745) 6a4faf5
  • fix: bump tests/checks from 14,16 to 16,18 (#750) 81a90a3

11.1.0...12.0.0

11.1.0

13 Nov 22:04
Compare
Choose a tag to compare
  • Add support for quickstart apps (#679) 19c916e
  • fix: update openwhisk standalone config for new node-20 runtime and tags (#741) 8863c0c

11.0.0...11.1.0

11.0.0

16 Oct 11:36
Compare
Choose a tag to compare

Breaking Change

Creating Event-Driven App Builder Applications

aio app add events now adds event registrations associated with non web actions to your app.
On deploying the applications, the event registrations are created in the workspace, and will start receiving events.
Use the --force-events flag to delete registrations in the workspace that are not part of the app config file.
On undeploying the application, all event registrations in the config file are deleted.
Registration in a workspace are uniquely identified by the registration name.

The old publish-action template is now under aio app add actions which fetches all action templates. Select the @adobe/generator-add-publish-events template to add a sample action that publishes custom events in Cloud Events format to IO Events.

What's Changed

  • fix: ACNA-2561 - app pack command should exclude hidden files by @shazron in #734
  • fix: ACNA-2562 - artifacts and zip output should be in a .gitignored dist folder by @shazron in #736
  • fix (breaking-change): remove flags for event templates and events deploy / undeploy hooks by @sangeetha5491 in #732
  • fix: handle failures from pre-pack hook by @purplecabbage in #727

Full Changelog: 10.7.2...11.0.0

10.7.2

03 Oct 05:06
Compare
Choose a tag to compare
  • Call events template with additional option events-config-path (#733) debdd2e
  • fix: pin eslint-plugin-n to ^15.7 to support node 14 (#730) 448fe1f

10.7.1...10.7.2

10.7.1

07 Sep 13:30
Compare
Choose a tag to compare
  • ACNA-2443: partial lib app config update for install and pack (#723) f71eb8d

10.7.0...10.7.1