Releases: adobe/aio-cli
9.1.0
9.0.0
- update package-lock 93e0d9f
- bugfix for ACNA-1679 (#370) 530b17d
- fix: for pre-release, the oclif.bin in package.json was not set to aio-next (#369) 2070144
- fix: rename prerelease workflows d5666ea
- feat: add new prerelease-main.yml workflow d1d02d6
- fix: update package-lock.json e8ea0cc
- fix: major version dependency upgrades, oclif v2 updates (#364) ae56a6a
- Allow cli-next to be
@latest
, with@next
dependencies 364d440 - aio-next (#361) 8b9caec
- fix: prerelease use input package-name key=value 42703ca
- fix: prerelease use input package-name a17abe3
- fix: prerelease script error 075e355
- feat: prerelease export bin as aio-next so aio can still exist afa905c
- feat: ACNA-1599 - create prerelease.yml (#359) b99c13b
- fix: add proxy support section in the README (#353) 30e974f
8.3.0
- fire hook when an error happens (#346) 6e0aff5
- chore(deps): bump moment from 2.29.1 to 2.29.2 (#352) ca18ee3
- fix: update package-lock.json 8e4c5d7
- chore(package-lock): shelljs, nanoid, follow-redirects 3c66d76
- chore(package): various package updates (#345) 5bf7647
- fix: upgrade @oclif/plugin-not-found from 2.1.3 to 2.1.4 (#323) f85a2d5
- chore(deps): update plugin c70b828
- fix:
npm run e2e
is not working properly, tests are interactive (#321) 16449f5 - fix: upgrade @oclif/plugin-not-found from 2.0.0 to 2.1.3 (#320) 8b76a9e
- fix: package.json & package-lock.json to reduce vulnerabilities (#319) a12d454
8.2.0
Notable changes
- added proxy support via the
HTTP_PROXY
andHTTPS_PROXY
environment variables - added log forwarding command to runtime plugin, see
aio runtime:namespace:log-forwarding --help
- added proxy configuration output in the
aio info
command
Proxy Support
Set these environment variables, to use proxies (case sensitive):
HTTP_PROXY
HTTPS_PROXY
The appropriate proxy will be used to proxy http/https urls respectively.
If your proxy requires basic authentication, embed the username and password in the url itself. For example, if your server is https://example.com
and username is user
and password is password
, the url should look like this:
https://user:[email protected]
If your username or password contains non-alphanumeric characters, they must be url-encoded.
You can verify if you set the proxy info properly by running:
aio info
Commit log
- chore(package): plugin version updates (#317) 68f099e
- fix: package.json & package-lock.json to reduce vulnerabilities (#316) 7f38272
- fix: update README.md (#315) c224419
- fix: remove undocumented bin alias 7820702
- fix: update gen-health-table.js (#307) 08721fa
- fix: upgrade chalk from 4.1.1 to 4.1.2 (#305) 35293f2
- fix: package.json & package-lock.json to reduce vulnerabilities (#306) aa8e9db
- fix: build badges for Github Actions CI (#302) 341c2a2
8.1.0
8.0.0
7.1.0
- chore(deps): update plugins (#283) 1a8701c
- fix: npm run e2e is not cross-platform (#282) 99a0ef4
- fix:
aio update
should only update non-core plugins (#280) 464a8b6 - fix: bump min node version to 12 (#276) 734ff93
- chore(deps): bump ws from 6.2.1 to 6.2.2 (#279) c736aa6
- Only run publish/ci actions on source repo, and not forks (#275) 4e86271
- fix: updated update.js for fixing old dependencies remaining in the local npm cache (#270) 887574e
- fix: support for specific node versions (#220) 798f3e0
- fix: upgrade chalk from 4.1.0 to 4.1.1 (#272) ac919ef
7.0.0
- Node 14 support with parcel and webpack upgrade (#273) 970cf12
Trying to build/deploy/run apps created with previous versions with our default react UI will throw an error now:
❗SyntaxError: Support for the experimental syntax 'jsx' isn't currently enabled
To fix this:- add to your
.babelrc
:
"plugins": ["@babel/plugin-transform-react-jsx"]
- run
npm install --save-dev @babel/plugin-transform-react-jsx
- add to your
- chore(deps): bump y18n from 4.0.0 to 4.0.3 (#271) 99929bf
- chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9 (#267) ba1946b
- chore(deps): bump lodash from 4.17.20 to 4.17.21 (#266) 8b0a9e3
- fix: upgrade semver from 7.3.4 to 7.3.5 (#262) b64bbf0
- fix: upgrade @adobe/aio-cli-plugin-console from 3.2.0 to 3.3.0 (#263) 524ecc5
- fix: upgrade @adobe/aio-cli-plugin-certificate from 0.2.1 to 0.3.0 (#265) 0761bfa
- fix: upgrade @adobe/aio-cli-plugin-auth from 2.4.0 to 2.4.1 (#261) 2484779
- fix: upgrade @oclif/plugin-plugins from 1.9.5 to 1.10.0 (#254) 9d1df1a
- fix: run slack notification only on failure 5d316e2
- Update daily-install-cli.yml 58ec4ad
- Update daily-install-cli.yml bd10f3a
- fix: daily cli install issue 720d207
- fix: can't install to global node_modules for daily runner a2c0e03
- feat: add daily test install of aio-cli as a Github Action (#253) be26971
- fix: add technical requirements section (#248) cead143
- fix: point main to an existing file (#251) 83fb954
- fix: codecov status check hanging in Github Action e319e8a
6.0.0 - app plugin new features (and breaking changes), runtime plugin new features
-
NEW: new features and breaking changes
@adobe/aio-cli-plugin-app
@6.0.0 release notes -
NEW: new features
@adobe/aio-cli-plugin-runtime
@3.1.0 release notes -
chore(package): update app plugin to 6.0.0, runtime plugin to 3.1.0 a1f84c7
-
fix: hide npm warnings when verbose is not true for
aio update
(#239) 3776372 -
fix: upgrade @oclif/plugin-autocomplete from 0.2.1 to 0.3.0 (#241) bd02be5
-
fix: upgrade @oclif/plugin-plugins from 1.9.3 to 1.9.5 (#240) 46f359c
-
fix: e2e tests 1b24d7e
-
fix: update dep @adobe/aio-cli-plugin-app to 5.4.0 901ccd9
-
fix: upgrade @oclif/plugin-autocomplete from 0.2.0 to 0.2.1 (#237) aa8d85c
-
fix: upgrade @oclif/plugin-plugins from 1.9.2 to 1.9.3 (#232) 4dc7166
-
fix: package.json & package-lock.json to reduce vulnerabilities (#238) 6c74212
-
fix: create on-push-publish-to-npm.yml c46644d
-
fix: create version-bump-publish.yml 02d6596
-
chore(deps): bump node-notifier from 8.0.0 to 8.0.1 (#235) f5aceb2
-
chore(package): update jest@26 and @adobe/[email protected] and lockfile cbd2972
-
fix: upgrade @adobe/aio-cli-plugin-app from 5.0.0 to 5.0.2 (#228) 39d62fd
-
fix: remove .travis.yml (we are now using GH Actions) fd9403e
-
fix: move github issue/pr templates to .github folder 9261814
-
fix: upgrade @adobe/aio-cli-plugin-info from 1.1.0 to 1.1.1 (#221) ad6b0d7
-
fix: upgrade @oclif/plugin-plugins from 1.9.0 to 1.9.1 (#227) ba3af80
-
fix: remove macOS testing 4a60b1d
-
fix: node.js.yml error ffb7f72
-
fix: node.js.yml run tests bf3fd6a
-
fix: enable Github Actions, update build badge c306781
5.0.0
Breaking changes in aio rt logs
and aio app logs
See https://github.com/adobe/aio-cli-plugin-runtime/releases/tag/3.0.0 and https://github.com/adobe/aio-cli-plugin-app/releases/tag/5.0.0 for more details.