File tree 2 files changed +22
-2
lines changed 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -4,20 +4,30 @@ updates:
4
4
directory : /
5
5
schedule :
6
6
interval : daily
7
+ commit-message :
8
+ prefix : " chore[deps]"
9
+ include : scope
7
10
assignees :
8
11
- stevehipwell
9
12
- package-ecosystem : docker
10
13
directory : /
11
14
schedule :
12
15
interval : daily
16
+ commit-message :
17
+ prefix : " feat[deps]"
18
+ include : scope
13
19
assignees :
14
20
- stevehipwell
15
21
- package-ecosystem : bundler
16
22
directory : /
23
+ schedule :
24
+ interval : daily
17
25
ignore :
18
26
- dependency-name : async
19
27
versions : [">=2"]
20
- schedule :
21
- interval : daily
28
+ commit-message :
29
+ prefix : " feat[deps]"
30
+ prefix-development : " chore[deps]"
31
+ include : scope
22
32
assignees :
23
33
- stevehipwell
Original file line number Diff line number Diff line change @@ -17,6 +17,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
17
- Deprecated
18
18
- Removed -->
19
19
20
+ ## [ v2.2.0] - 2022-11-02
21
+
22
+ ### All Changes
23
+
24
+ - Updated _ Fluentd_ to [ v1.15.3] ( https://github.com/fluent/fluentd/releases/tag/v1.15.3 ) .
25
+ - Updated ` fluent-plugin-elasticsearch ` to ` v5.2.4 ` .
26
+ - Updated ` fluent-plugin-s3 ` to ` v1.7.2 ` .
27
+ - Updated ` async-http ` to ` v0.59.2 ` .
28
+ - Updated ` oj ` to ` v3.13.22 ` .
29
+
20
30
## [ v2.1.0] - 2022-10-25
21
31
22
32
### All Changes
You can’t perform that action at this time.
0 commit comments