Skip to content

Commit 3d6caf6

Browse files
authored
Update CHANGELOG.md, VERSION, and Gemfile.lock (#43)
* Release version 0.8.18 * Update Gemfile.lock * Fix typo
1 parent 737c2c6 commit 3d6caf6

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.8.18 - June 13, 2024
2+
- Update fluentd docker image to `v1.17.0-1.0`
3+
14
## 0.8.17 - June 21, 2022
25

36
- Update rake requirement from ~> 0.9 to ~> 13.0

Gemfile.lock

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
fluent-plugin-scalyr (0.8.17)
4+
fluent-plugin-scalyr (0.8.18)
55
ffi (= 1.15.5)
66
fluentd (>= 0.14.0, < 2)
77
rbzip2 (= 0.3.0)
@@ -11,24 +11,24 @@ GEM
1111
remote: https://rubygems.org/
1212
specs:
1313
ast (2.4.2)
14-
concurrent-ruby (1.2.2)
15-
cool.io (1.7.1)
14+
concurrent-ruby (1.3.3)
15+
cool.io (1.8.1)
1616
ffi (1.15.5)
1717
flexmock (1.3.3)
18-
fluentd (1.16.0)
18+
fluentd (1.16.5)
1919
bundler
2020
cool.io (>= 1.4.5, < 2.0.0)
2121
http_parser.rb (>= 0.5.1, < 0.9.0)
2222
msgpack (>= 1.3.1, < 2.0.0)
2323
serverengine (>= 2.3.2, < 3.0.0)
24-
sigdump (~> 0.2.2)
24+
sigdump (~> 0.2.5)
2525
strptime (>= 0.2.4, < 1.0.0)
2626
tzinfo (>= 1.0, < 3.0)
2727
tzinfo-data (~> 1.0)
2828
webrick (~> 1.4)
2929
yajl-ruby (~> 1.0)
3030
http_parser.rb (0.8.0)
31-
msgpack (1.7.0)
31+
msgpack (1.7.2)
3232
parallel (1.22.1)
3333
parser (3.2.1.1)
3434
ast (~> 2.4.1)
@@ -52,18 +52,18 @@ GEM
5252
ruby-progressbar (1.13.0)
5353
serverengine (2.3.2)
5454
sigdump (~> 0.2.2)
55-
sigdump (0.2.4)
55+
sigdump (0.2.5)
5656
strptime (0.2.5)
5757
test-unit (3.5.7)
5858
power_assert
5959
tzinfo (2.0.6)
6060
concurrent-ruby (~> 1.0)
61-
tzinfo-data (1.2023.2)
61+
tzinfo-data (1.2024.1)
6262
tzinfo (>= 1.0.0)
6363
unicode-display_width (1.8.0)
6464
webrick (1.8.1)
6565
yajl-ruby (1.4.3)
66-
zlib (3.0.0)
66+
zlib (3.1.1)
6767

6868
PLATFORMS
6969
ruby

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.8.17
1+
0.8.18

0 commit comments

Comments
 (0)