Skip to content

Releases: nginxinc/nginx-asg-sync

v1.0.0

28 Aug 23:11
v1.0.0
bec16bb
Compare
Choose a tag to compare

What's Changed

💣 Breaking Changes

🚀 Features

🧪 Tests

🔨 Maintenance

59 changes

📝 Documentation

⬆️ Dependencies

461 changes
  • Bump addnab/docker-run-action from v2 to v3 by @dependabot in #79
  • Bump github.com/aws/aws-sdk-go from 1.37.15 to 1.38.1 by @dependabot in #80
  • Bump pytest from 6.2.2 to 6.2.3 in /tests by @dependabot in #82
  • Add golangci-lint as a dependency by @lucacome in #86
  • Bump github.com/Azure/azure-sdk-for-go from 53.0.0+incompatible to 53.1.0+incompatible by @dependabot in #88
  • Bump actions/cache from v2.1.4 to v2.1.5 by @dependabot in #91
  • Bump github.com/Azure/azure-sdk-for-go from 53.1.0+incompatible to 53.4.0+incompatible by @dependabot in #94
  • Bump pytest from 6.2.3 to 6.2.4 in /tests by @dependabot in #95
  • Bump github.com/aws/aws-sdk-go from 1.38.14 to 1.38.38 by @dependabot in #97
  • Bump github.com/golangci/golangci-lint from 1.39.0 to 1.40.0 by @dependabot in #98
  • Bump github.com/golangci/golangci-lint from 1.40.0 to 1.40.1 by @dependabot in #103
  • Bump actions/cache from 2.1.5 to 2.1.6 by @dependabot in #104
  • Bump github.com/golangci/golangci-lint from 1.40.1 to 1.41.0 by @dependabot in #105
  • Bump github.com/aws/aws-sdk-go from 1.38.38 to 1.39.6 by @dependabot in #118
  • Bump requests from 2.25.1 to 2.26.0 in /tests by @dependabot in #117
  • Bump github.com/Azure/go-autorest/autorest/azure/auth from 0.5.7 to 0.5.8 by @dependabot in #108
  • Bump actions/stale from 3 to 4 by @dependabot in #119
  • Bump github.com/aws/aws-sdk-go from 1.39.6 to 1.40.1 by @dependabot in h...
Read more

v0.5.0

24 Feb 23:56
c11f56e
Compare
Choose a tag to compare

New in NGINX Plus Integration with Cloud Autoscaling v0.5.0

🚀 Features

📝 Documentation

🔨 Maintenance

Resources

0.4-1

25 Nov 14:53
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Add support to set upstream server parameters: max_conns, max_fails, fail_timeout and slow_start in the configuration file. #33
  • Add support to use wildcards in the names of AWS Auto Scaling groups. #29 Thanks to @trjstewart
  • Allow nginx-asg-sync to detect the region where it is running (use region: self in the configuration file). #27 Thanks to @trjstewart

Documentation is available at https://github.com/nginxinc/nginx-asg-sync/blob/v0.4-1/README.md

0.3-1

05 Sep 11:17
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Add support for Azure Virtual Machine Scale Sets #24
  • Create separate documentation for the configuration for different cloud providers: aws and azure.
  • Ubuntu 14.04 (Trusty) is no longer supported.

UPGRADE:

The upgrade process requires changing the configuration file name. Below are the recommended steps to follow:

  1. Change the name of the configuration file from /etc/nginx/aws.yaml to /etc/nginx/config.yaml.
  2. Download the Release 0.3 nginx-asg-sync package for your OS and upgrade the package using the OS tools (dpkg or rpm).
  3. Check the logs of nginx-asg-sync to make sure that it is working properly after the upgrade.

Note: the supported versions of NGINX Plus are R18 and higher.

Documentation is available at https://github.com/nginxinc/nginx-asg-sync/blob/v0.3-1/README.md

0.2-1

31 Jul 13:36
f97663c
Compare
Choose a tag to compare

IMPROVEMENTS:

  • Add supporting documentation for the project #10
  • Update package layout #9
  • Use new NGINX Plus API #7

UPGRADE:

The upgrade process requires changing both NGINX Plus configuration and nginx-asg-sync configuration. Below are the recommended steps to follow:

  1. Upgrade NGINX Plus to R14 or R15
  2. 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.
  3. Reload NGINX Plus to apply the updated configuration
  4. Modify the /etc/nginx/aws.yaml file:
    • Remove the upstream_conf_endpoint and status_endpoint fields.
    • Add the api_endpoint field. See an example in the configuration section of the README.md
  5. Download the Release 0.2 nginx-asg-sync package for your OS and upgrade the package using the OS tools (dpkg or rpm).
  6. Check the logs of nginx-asg-sync to make sure that it is working properly after the upgrade.
  7. Finally remove the upstream_conf and the status API from NGINX Plus configuration.
  8. 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

0.1-2

30 Aug 21:55
Compare
Choose a tag to compare

nginx-asg-sync 0.1-2

  • Make sure nginx-asg-sync works with NGINX Plus R13

Documentation is available at https://github.com/nginxinc/nginx-asg-sync/blob/v0.1-2/README.md.

0.1-1

06 Mar 11:26
Compare
Choose a tag to compare

nginx-asg-sync 0.1-1

First release.

Documentation is available at https://github.com/nginxinc/nginx-asg-sync/blob/v0.1-1/README.md.