Update changelog
Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora-packaging/commit/c09e250c Tree: http://git-wip-us.apache.org/repos/asf/aurora-packaging/tree/c09e250c Diff: http://git-wip-us.apache.org/repos/asf/aurora-packaging/diff/c09e250c Branch: refs/heads/master Commit: c09e250c3c999cca3d0a9cdcebaae889afa4fe0c Parents: ee56230 Author: Stephan Erb <[email protected]> Authored: Tue Jun 21 00:22:26 2016 +0200 Committer: Stephan Erb <[email protected]> Committed: Tue Jun 21 00:22:26 2016 +0200 ---------------------------------------------------------------------- specs/debian/changelog | 11 ++++++++++- specs/rpm/aurora.spec | 11 +++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/c09e250c/specs/debian/changelog ---------------------------------------------------------------------- diff --git a/specs/debian/changelog b/specs/debian/changelog index a90a286..485acad 100644 --- a/specs/debian/changelog +++ b/specs/debian/changelog @@ -1,9 +1,18 @@ +apache-aurora (0.13.0) trusty; urgency=medium + + * Like Aurora, Thermos is now logging to stderr rather than to disk. + * Change default configuration to enable the Thermos announcer. + * Apache Aurora package builder <[email protected]> Mon, 20 Jun + 2016 18:12:09 +0000 + + -- Apache Aurora <[email protected]> Mon, 20 Jun 2016 18:12:10 +0000 + apache-aurora (0.12.0) trusty; urgency=medium * Apache Aurora package builder <[email protected]> Mon, 7 Mar 2016 15:50:06 +0000 - -- Apache Aurora <[email protected]> Mon, 7 Mar 2016 15:50:06 +0000 + -- Apache Aurora <[email protected]> Mon, 7 Mar 2016 15:50:06 +0000 apache-aurora (0.11.0) trusty; urgency=medium http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/c09e250c/specs/rpm/aurora.spec ---------------------------------------------------------------------- diff --git a/specs/rpm/aurora.spec b/specs/rpm/aurora.spec index 53b6e2e..9a7b345 100644 --- a/specs/rpm/aurora.spec +++ b/specs/rpm/aurora.spec @@ -338,6 +338,17 @@ exit 0 %changelog +* Mon Jun 21 2016 Apache Aurora <[email protected]> 0.13.0-1.el7 +- Updated to Apache Aurora 0.13.0 +- Renamed the aurora service and all associated configurations to + aurora-scheduler. +- Renamed the thermos-observer service and all associated configurations + to thermos. +- Changed the example cluster name from 'main' to 'example'. +- Changed the default native_log_zk_group_path from '/aurora/native-log' + to '/aurora/replicated-log'. +- Updated example clusters.json to include all mandatory options. + * Mon Mar 7 2016 Apache Aurora <[email protected]> 0.12.0-1.el7 - Updated to Apache Aurora 0.12.0
