Skip to content

Commit 33c243f

Browse files
committed
Release 0.5.0
1 parent 14f9439 commit 33c243f

File tree

3 files changed

+12
-1
lines changed

3 files changed

+12
-1
lines changed

build/package/debian/changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
nginx-asg-sync (0.5.0) unstable; urgency=low
2+
3+
* Add InService option for AWS
4+
* Update log format
5+
6+
-- Luca Comellini <luca@nginx.com> Wed, 24 Feb 2021 07:55:53 -0800
7+
18
nginx-asg-sync (0.4-1) unstable; urgency=low
29

310
* 0.4-1

build/package/rpm/SPECS/nginx-asg-sync.spec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@ if [ $1 -ge 1 ]; then
110110
fi
111111

112112
%changelog
113+
* Wed Feb 24 2021 Luca Comellini <luca@nginx.com>
114+
- Add InService option for AWS
115+
- Update log format
116+
113117
* Fri Nov 22 2019 Raul Marrero <raul.marrero@nginx.com>
114118
- 0.4-1
115119
- Add support to set upstream server parameters (max_conns, max_fails, fail_timeout and slow_start)

cmd/sync/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import (
1818
var (
1919
configFile = flag.String("config_path", "/etc/nginx/config.yaml", "Path to the config file")
2020
logFile = flag.String("log_path", "", "Path to the log file. If the file doesn't exist, it will be created")
21-
version = "0.4-1"
21+
version = "0.5.0"
2222
)
2323

2424
const connTimeoutInSecs = 10

0 commit comments

Comments
 (0)