mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-14 10:17:06 +02:00
Prepare to release v1.0.1
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
ea6c6f3765
commit
97d324c89a
@ -1,3 +1,11 @@
|
||||
## Release 1.0.1 - 2018/09/14
|
||||
|
||||
* [maintenance] Update rubyzip [#263](https://github.com/fluent/fluentd-ui/pull/263)
|
||||
* [fixed] Fix CodeMirror visualization error[#260](https://github.com/fluent/fluentd-ui/pull/260)
|
||||
* [improvement] Add note on dashboard [#259](https://github.com/fluent/fluentd-ui/pull/259)
|
||||
* [maintenance] Remove unused grok support [#257](https://github.com/fluent/fluentd-ui/pull/257)
|
||||
* [improvement] Improve login page [#258](https://github.com/fluent/fluentd-ui/pull/258)
|
||||
|
||||
## Release 1.0.0 - 2018/08/17
|
||||
|
||||
* [maintenance] Update recommended plugins [#226](https://github.com/fluent/fluentd-ui/pull/226)
|
||||
|
@ -1,7 +1,7 @@
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
fluentd-ui (1.0.0)
|
||||
fluentd-ui (1.0.1)
|
||||
addressable
|
||||
bootsnap (>= 1.1.0)
|
||||
bundler
|
||||
@ -174,7 +174,7 @@ GEM
|
||||
fluent-plugin-td (1.0.0)
|
||||
fluentd (>= 0.14.13, < 2)
|
||||
td-client (~> 1.0)
|
||||
fluentd (1.2.4)
|
||||
fluentd (1.2.5)
|
||||
cool.io (>= 1.4.5, < 2.0.0)
|
||||
dig_rb (~> 1.0.0)
|
||||
http_parser.rb (>= 0.5.1, < 0.7.0)
|
||||
|
@ -1,3 +1,3 @@
|
||||
module FluentdUI
|
||||
VERSION = "1.0.0"
|
||||
VERSION = "1.0.1"
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user