mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-06 03:16:11 +02:00
v0.3.15
This commit is contained in:
parent
fb0c7137c9
commit
192372885d
@ -1,3 +1,8 @@
|
||||
Release 0.3.15 - 2015/03/11
|
||||
* [fixed] #159 Fix latest out_s3 plugin compatibility
|
||||
* [fixed] #160 Add validation that `buffer_path` required if `buffer_type` is file
|
||||
* [maintenance] Minor refactors
|
||||
|
||||
Release 0.3.14 - 2015/02/04
|
||||
* [maintenance] #150, #151 minor fix in README.md.
|
||||
* [maintenance] #149 Make circle-ci result stable.
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
fluentd-ui (0.3.14)
|
||||
fluentd-ui (0.3.15)
|
||||
addressable
|
||||
bundler
|
||||
diff-lcs
|
||||
@ -141,7 +141,7 @@ GEM
|
||||
mime-types (2.4.3)
|
||||
mini_portile (0.6.2)
|
||||
minitest (5.5.1)
|
||||
msgpack (0.5.10)
|
||||
msgpack (0.5.11)
|
||||
multi_json (1.10.1)
|
||||
net-http-digest_auth (1.4)
|
||||
net-http-persistent (2.9.4)
|
||||
|
||||
@ -1,3 +1,3 @@
|
||||
module FluentdUI
|
||||
VERSION = "0.3.14"
|
||||
VERSION = "0.3.15"
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user