Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Feb 24, 2021
1 parent 14f9439 commit 33c243f
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
7 changes: 7 additions & 0 deletions build/package/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
nginx-asg-sync (0.5.0) unstable; urgency=low

* Add InService option for AWS
* Update log format

-- Luca Comellini <luca@nginx.com> Wed, 24 Feb 2021 07:55:53 -0800

nginx-asg-sync (0.4-1) unstable; urgency=low

* 0.4-1
Expand Down
4 changes: 4 additions & 0 deletions build/package/rpm/SPECS/nginx-asg-sync.spec
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ if [ $1 -ge 1 ]; then
fi

%changelog
* Wed Feb 24 2021 Luca Comellini <luca@nginx.com>
- Add InService option for AWS
- Update log format

* Fri Nov 22 2019 Raul Marrero <raul.marrero@nginx.com>
- 0.4-1
- Add support to set upstream server parameters (max_conns, max_fails, fail_timeout and slow_start)
Expand Down
2 changes: 1 addition & 1 deletion cmd/sync/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import (
var (
configFile = flag.String("config_path", "/etc/nginx/config.yaml", "Path to the config file")
logFile = flag.String("log_path", "", "Path to the log file. If the file doesn't exist, it will be created")
version = "0.4-1"
version = "0.5.0"
)

const connTimeoutInSecs = 10
Expand Down

0 comments on commit 33c243f

Please sign in to comment.