From 45773ad42e6ddcac28a7791a7af27f2beaec1e37 Mon Sep 17 00:00:00 2001 From: Denys Zhdanov Date: Sat, 11 Feb 2017 21:22:56 +0100 Subject: [PATCH 1/4] Updating CHANGELOG.md --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2448ce3..94be231 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## v0.2.3 + + - support new versions of carbon (PR#74 @wdauchy) + - lock whisper files during carbon-sync and whisper-fill (PR#48 @fillipog, PR#71 @deniszh) + - Fixes and optimizations for carbonate (PR#68 @iksaif, PR#70 @deniszh) + - Make the heal process resilient (PR#42 @jjneely, PR#69 @deniszh) + - Add option to follow symlinks (PR#65 @tmak0) + - Do not overwrite target WSP file if source is corrupt (PR#52 @jjneely) + - 'carbon-stale' tool to help find metrics with blank/missing data (PR#30 @bitprophet) + - remove shebang, not a cli script (PR#55 @piotr1212) + - mention environment variables in README.md (PR#53 @fillipog) + - Fixup badge link in readme (PR#66 @dozoisch) + - Add dirty mode for sync (PR#39 @iksaif) + - Read config-file and cluster options from environ (PR#49 @fillipog) + ## v0.2.2 - Load `/opt/graphite/lib` into python's path when executing any binstubs From c40db88a7f52d013d23007d1ef3e8be90e9062e2 Mon Sep 17 00:00:00 2001 From: Denys Zhdanov Date: Sat, 11 Feb 2017 21:23:34 +0100 Subject: [PATCH 2/4] Version bump --- carbonate/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/carbonate/__init__.py b/carbonate/__init__.py index e6a8263..f047094 100644 --- a/carbonate/__init__.py +++ b/carbonate/__init__.py @@ -2,7 +2,7 @@ Tools for managing a federated Carbon cluster. """ -__version_info__ = ('0', '2', '2') +__version_info__ = ('0', '2', '3') __version__ = '.'.join(__version_info__) From 1ae0482a08e9e3142bd0bf04e225d9d9c3d250db Mon Sep 17 00:00:00 2001 From: Denys Zhdanov Date: Sat, 11 Feb 2017 21:40:29 +0100 Subject: [PATCH 3/4] Upgrade mccabe version to 0.6.1 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index f0f1e73..11f3509 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -3,7 +3,7 @@ mock coverage nosexcover flake8 -mccabe==0.5.3 +mccabe==0.6.1 tox pep8 pyflakes==1.3.0 From 333688ac3fc763051e22279a71b95d35a7f52a74 Mon Sep 17 00:00:00 2001 From: Denys Zhdanov Date: Sat, 11 Feb 2017 21:43:12 +0100 Subject: [PATCH 4/4] Upgrade pyflakes version to 1.5.0 --- tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 11f3509..f5d6655 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -6,4 +6,4 @@ flake8 mccabe==0.6.1 tox pep8 -pyflakes==1.3.0 +pyflakes==1.5.0