-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Make sure nginx-asg-sync works with NGINX Plus R13
- Loading branch information
Showing
4 changed files
with
15 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
nginx-asg-sync (0.1-2-%%CODENAME%%) unstable; urgency=low | ||
|
||
* 0.1-2 | ||
* Make sure nginx-asg-sync works with NGINX Plus R13 | ||
|
||
-- Michael Pleshakov <[email protected]> Wed, 30 Aug 2017 21:03:28 +0000 | ||
|
||
nginx-asg-sync (0.1-1-%%CODENAME%%) unstable; urgency=low | ||
|
||
* 0.1-1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
Summary: NGINX Plus integration with AWS Auto Scaling groups | ||
Name: nginx-asg-sync | ||
Version: 0.1 | ||
Release: 1%{?dist} | ||
Release: 2%{?dist} | ||
Vendor: Nginx Software, Inc. | ||
URL: https://github.com/nginxinc/nginx-asg-sync | ||
Packager: Nginx Software, Inc. <https://www.nginx.com> | ||
|
@@ -110,6 +110,10 @@ if [ $1 -ge 1 ]; then | |
fi | ||
|
||
%changelog | ||
* Wed Aug 30 2017 Michael Pleshakov <[email protected]> | ||
- 0.1-2 | ||
- Make sure nginx-asg-sync works with NGINX Plus R13 | ||
|
||
* Fri Mar 03 2017 Michael Pleshakov <[email protected]> | ||
- 0.1-1 | ||
- First release |