-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5c6f954
commit cee9dc1
Showing
2 changed files
with
10 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
metpx-sr3 (3.00.56rc1) UNRELEASED; urgency=medium | ||
|
||
* working on #1183, sr3 manages instances > 100 correctly. | ||
* PR #1228 Unquote secret_access_key in s3CloudSender plugin | ||
* PR #1230 ... reduced spurious "unknown options" messages from config. | ||
* fix #1199 - directory / not interpreted properly. | ||
|
||
-- SSC-5CD2310S60 <[email protected]> Mon, 23 Sep 2024 10:42:37 -0400 | ||
|
||
metpx-sr3 (3.00.55) unstable; urgency=medium | ||
|
||
* fix #1219 correct date conversion. | ||
|
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 +1 @@ | ||
__version__ = "3.00.55" | ||
__version__ = "3.00.56rc1" |