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:password@example.com
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