Skip to content

8.2.0

Compare
Choose a tag to compare
@shazron shazron released this 06 Oct 17:21
· 88 commits to master since this release

Notable changes

  • added proxy support via the HTTP_PROXY and HTTPS_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):

  1. HTTP_PROXY
  2. 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

8.1.0...8.2.0