0.2-1
IMPROVEMENTS:
UPGRADE:
The upgrade process requires changing both NGINX Plus configuration and nginx-asg-sync configuration. Below are the recommended steps to follow:
- Upgrade NGINX Plus to R14 or R15
- Enable the new API in the NGINX Plus configuration while keeping the upstream_conf and the status API enabled. See an example of configuring the new API in the configuration section, but make sure to keep the upstream_conf and the status API.
- Reload NGINX Plus to apply the updated configuration
- Modify the /etc/nginx/aws.yaml file:
- Remove the
upstream_conf_endpoint
andstatus_endpoint
fields. - Add the
api_endpoint
field. See an example in the configuration section of the README.md
- Remove the
- Download the Release 0.2 nginx-asg-sync package for your OS and upgrade the package using the OS tools (dpkg or rpm).
- Check the logs of nginx-asg-sync to make sure that it is working properly after the upgrade.
- Finally remove the upstream_conf and the status API from NGINX Plus configuration.
- Reload NGINX Plus to apply the updated configuration
Note: the supported versions of NGINX Plus are R14 and higher.
Documentation is available at https://github.com/nginxinc/nginx-asg-sync/blob/v0.2-1/README.md