From f6cafeb21d504a4d4b27251b3e54d0d2ed22600a Mon Sep 17 00:00:00 2001 From: rgarcia Date: Thu, 8 Mar 2018 15:33:31 +0100 Subject: [PATCH 1/2] Update CHANGELOG v0.14 --- CHANGELOG.md | 36 +++++++++++++++++++++++++----------- 1 file changed, 25 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81da58f04..4f4217e0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,32 +1,46 @@ # Changelog -All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/consul/consul/compare/v0.13...consul:master) +## [0.14.0](https://github.com/consul/consul/compare/v0.13...v0.14) - 2018-03-08 ### Added -- Missing polls button on help page https://github.com/consul/consul/pull/2452 -- New legislation processes section on help page https://github.com/consul/consul/pull/2452 -- Add alert message when a user deletes an investment project from "My activity" https://github.com/consul/consul/pull/2385 - Admin newsletter emails https://github.com/consul/consul/pull/2462 - Admin emails list download https://github.com/consul/consul/pull/2466 +- Alert message when a user deletes an investment project from "My activity" https://github.com/consul/consul/pull/2385 +- Missing polls button on help page https://github.com/consul/consul/pull/2452 +- New legislation processes section on help page https://github.com/consul/consul/pull/2452 +- Docs\(readme\): Include Node.js as requirement https://github.com/consul/consul/pull/2486 ### Changed -- Show investment links only on phase balloting or later https://github.com/consul/consul/pull/2386 - Improved Document lists https://github.com/consul/consul/pull/2490 +- Valuators cannot reopen finished valuations https://github.com/consul/consul/pull/2518 +- Show investment links only on phase balloting or later https://github.com/consul/consul/pull/2386 +- Improve Github's Pull Request Template file https://github.com/consul/consul/pull/2515 +- List Budget Investment's milestones ordered by publication date https://github.com/consul/consul/issues/2429 +- Admin newsletter email refactor https://github.com/consul/consul/pull/2474 ### Deprecated -### Removed +- Totally remove investment's internal_comments https://github.com/consul/consul/pull/2406 + ### Fixed -- Improve spec boot time and clean up logs https://github.com/consul/consul/pull/2444 +- Fixes social share buttons: https://github.com/consul/consul/pull/2525 +- Heading link on budgets message: https://github.com/consul/consul/pull/2528 +- Improve spec boot time and clean up of test logs https://github.com/consul/consul/pull/2444 +- Use user locale instead of default locale to format currencies https://github.com/consul/consul/pull/2443 - Flaky spec: random investments order scenario https://github.com/consul/consul/pull/2454 - Flaky spec: users without email should not receive emails https://github.com/consul/consul/pull/2453 - Flaky spec: missing comment on legislation annotation https://github.com/consul/consul/pull/2455 - Flaky spec: Residence Assigned officers error https://github.com/consul/consul/pull/2458 - -### Security +- Flaky spec fix: Debates Show: "Back" link directs to previous page https://github.com/consul/consul/pull/2513 +- Flaky spec fix: Email Spec comment random failures https://github.com/consul/consul/pull/2506 +- Expire Coveralls badge cache https://github.com/consul/consul/pull/2445 +- Fixed how newsletters controller and mailer handle recipients https://github.com/consul/consul/pull/2492 +- Fix UserSegment feasible and undecided investment authors https://github.com/consul/consul/pull/2491 +- Remove empty emails from user segment usages https://github.com/consul/consul/pull/2516 +- Clean html and scss legislation proposals: https://github.com/consul/consul/pull/2527 +- UI fixes https://github.com/consul/consul/pull/2489 https://github.com/consul/consul/pull/2465 ## [0.13.0](https://github.com/consul/consul/compare/v0.12...v0.13) - 2018-02-05 @@ -261,4 +275,4 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. [0.11.0]: https://github.com/consul/consul/compare/v0.10...v0.11 [0.10.0]: https://github.com/consul/consul/compare/v0.9...v0.10 [0.9.0]: https://github.com/consul/consul/compare/v0.8...v0.9 -[0.8.0]: https://github.com/consul/consul/compare/v0.7...v0.8 +[0.8.0]: https://github.com/consul/consul/compare/v0.7...v0.8 \ No newline at end of file From 41067b02c023acdefc3f0ec2868a216f92261006 Mon Sep 17 00:00:00 2001 From: rgarcia Date: Fri, 9 Mar 2018 14:53:28 +0100 Subject: [PATCH 2/2] Update consul.json to v0.14 --- app/controllers/installation_controller.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/controllers/installation_controller.rb b/app/controllers/installation_controller.rb index 45e157c5b..dc2822ff3 100644 --- a/app/controllers/installation_controller.rb +++ b/app/controllers/installation_controller.rb @@ -12,7 +12,7 @@ class InstallationController < ApplicationController def consul_installation_details { - release: 'v0.13' + release: 'v0.14' }.merge(features: settings_feature_flags) end