mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-05 19:06:12 +02:00
v0.3.12
This commit is contained in:
parent
21eff246da
commit
66888397ea
11
ChangeLog
11
ChangeLog
@ -1,11 +1,22 @@
|
||||
Release 0.3.12 - 2015/01/16
|
||||
* [maintenance] #126-#131, #135, #138,#139 #CodeClimate score is now 4.0! special thanks to @rthbound for many pull-requests.
|
||||
* [fixed] #133 Incompatible config generated on out_s3 version 0.5.x or newer.
|
||||
* [fixed] #140 Fluentd::Agent#logged_errors methods returned wrong errors.
|
||||
* [fixed] #136 Caused error on gem list fetching on some environments.
|
||||
* [improve] #124 Enable to note config history.
|
||||
* [improve] #137 Add "config test" button to config histories. You can check config before reuse that.
|
||||
|
||||
|
||||
Release 0.3.11 - 2014/12/19
|
||||
* [improve] Save config history. Now any saved config files can be restored to the current.
|
||||
|
||||
|
||||
Release 0.3.10 - 2014/12/17
|
||||
* [maintenance] Update components.
|
||||
* [improve] Add fluentd default plugin settings.
|
||||
* [fixed] Fix #121. Change to allow utf-8 string instead of ascii.
|
||||
|
||||
|
||||
Release 0.3.9 - 2014/12/01
|
||||
|
||||
* [improve] Display current setting for each section.
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
fluentd-ui (0.3.11)
|
||||
fluentd-ui (0.3.12)
|
||||
addressable
|
||||
bundler
|
||||
draper (~> 1.3)
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
module FluentdUI
|
||||
VERSION = "0.3.11"
|
||||
VERSION = "0.3.12"
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user