You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+61-21Lines changed: 61 additions & 21 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,7 @@
1
1
# Fluentd Aggregator Changelog
2
2
3
-
All notable changes to this project will be documented in this file.
4
-
5
-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
-
8
-
---
3
+
> [!NOTE]
4
+
> All notable changes to this project will be documented in this file; the format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
9
5
10
6
<!--
11
7
### Added - For new features.
@@ -18,6 +14,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
18
14
19
15
## [UNRELEASED]
20
16
17
+
## [v2.11.0] - 2024-01-19
18
+
19
+
### Changed
20
+
21
+
- Updated [Ruby](https://hub.docker.com/_/ruby) OCI images to `v3.3.0`.
22
+
- Updated [libxml-ruby](https://github.com/xml4r/libxml-ruby) Gem from `v4.1.2` to `v5.0.2`.
23
+
- Updated [fluent-plugin-elasticsearch](https://rubygems.org/gems/fluent-plugin-elasticsearch) Gem from `5.4.2` to `5.4.3`.
24
+
21
25
## [v2.10.2] - 2023-12-13
22
26
23
27
### Changed
@@ -86,24 +90,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
86
90
87
91
## [v2.8.0] - 2023-03-29
88
92
89
-
### All Changes
93
+
### Changed
90
94
91
95
- Updated _Fluentd_ to [v1.16.0](https://github.com/fluent/fluentd/releases/tag/v1.16.0).
92
96
- Updated OCI base image digests to latest.
93
97
- Updated [fluent-plugin-elasticsearch](https://rubygems.org/gems/fluent-plugin-elasticsearch) Gem from `5.2.4` to `5.2.5`.
94
98
95
99
## [v2.7.0] - 2023-03-16
96
100
97
-
### All Changes
101
+
### Added
98
102
99
103
- Added additional `glibc` variant and refer to current Alpine version as `musl` variant.
104
+
105
+
### Changed
106
+
100
107
- Changed Alpine base image to official Ruby image.
101
108
- Changed Dockerfile pattern.
102
109
- Updated [async](https://rubygems.org/gems/async) Gem from `v1.30.3` to `v1.31.0`.
103
110
104
111
## [v2.6.2] - 2023-02-15
105
112
106
-
### All Changes
113
+
### Changed
107
114
108
115
- Updated [Alpine](https://www.alpinelinux.org/) base image from `v3.17.1` to `v3.17.2`.
109
116
- Updated [fluent-plugin-opensearch](https://rubygems.org/gems/fluent-plugin-opensearch) from `v1.0.9` to `v1.0.10`.
@@ -112,44 +119,47 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
112
119
113
120
## [v2.6.1] - 2013-02-06
114
121
115
-
### All Changes
122
+
### Changed
116
123
117
124
- Updated [async-http](https://github.com/socketry/async-http) Gem from `v0.59.4` to `v0.60.1`.
118
125
- Updated [oj](https://github.com/ohler55/oj) from `v3.13.23` to `v3.14.1`.
119
126
120
127
## [v2.6.0] - 2023-01-10
121
128
122
-
### All Changes
129
+
### Changed
123
130
124
131
- Updated [Alpine](https://www.alpinelinux.org/) base image from `v3.17.0` to `v3.17.1`.
125
132
- Updated [async-http](https://github.com/socketry/async-http) Gem from `v0.59.3` to `v0.59.4`.
126
133
- Updated [libxml-ruby](https://github.com/xml4r/libxml-ruby) Gem from `v3.2.4` to `v4.0.0`.
127
134
128
135
## [v2.5.0] - 2022-12-06
129
136
130
-
### All Changes
137
+
### Added
131
138
132
-
- Updated `json` from `v2.6.2` to `v2.6.3`.
133
139
- Added `libxml-ruby` to support AWS gems.
134
140
141
+
### Changed
142
+
143
+
- Updated `json` from `v2.6.2` to `v2.6.3`.
144
+
135
145
## [v2.4.0] - 2022-11-28
136
146
137
-
### All Changes
147
+
### Changed
138
148
139
149
- Updated _Alpine_ to `v3.17.0`.
140
150
- Updated `fluent-plugin-opensearch` to `v1.0.9`.
141
151
142
152
## [v2.3.0] - 2022-11-14
143
153
144
-
### All Changes
154
+
### Changed
145
155
146
156
- Updated _Alpine_ to `v3.16.3`.
147
157
- Updated `async-http` to `v0.59.3`.
148
158
- Updated `oj` to `v3.13.23`.
149
159
150
160
## [v2.2.0] - 2022-11-02
151
161
152
-
### All Changes
162
+
### Changed
153
163
154
164
- Updated _Fluentd_ to [v1.15.3](https://github.com/fluent/fluentd/releases/tag/v1.15.3).
155
165
- Updated `fluent-plugin-elasticsearch` to `v5.2.4`.
@@ -159,15 +169,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
159
169
160
170
## [v2.1.0] - 2022-10-25
161
171
162
-
### All Changes
172
+
### Changed
163
173
164
174
- Changed to use explicit base image version and Dependabot to manage the updates.
165
175
- Changed to use Bundler to install the Gems and Dependabot to manage the updates.
166
176
- Changed default label in configuration to `@DEFAULT` as idiomatically it should be uppercase.
167
177
168
178
## [v2.0.0] - 2022-09-15
169
179
170
-
> **Warning**
180
+
> [!WARNING]
171
181
> The _ElasticSearch_ plugin and libraries have been updated to the latest version so AWS users will need to be using _OpenSearch_.
172
182
173
183
### Highlights
@@ -176,14 +186,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
176
186
- This image now follows semantic versioning and is decoupled from the _Fluentd_ release cycle and versioning constraints.
177
187
- Plugin versions will now be strictly versioned.
178
188
179
-
### All Changes
189
+
### Added
190
+
191
+
- Added explicit UID & GID to `fluent` user of `2000`.
192
+
- Added `/fluentd/state` directory.
193
+
194
+
### Changed
180
195
181
196
- Updated _Fluentd_ to [v1.15.2](https://github.com/fluent/fluentd/releases/tag/v1.15.2).
182
197
- Changed versioning strategy to decouple from _Fluentd_ releases.
183
198
- Changed plugin installation to explicitly set the version.
184
199
- Changed default configuration to make it simpler.
185
-
- Added explicit UID & GID to `fluent` user of `2000`.
186
-
- Added `/fluentd/state` directory.
200
+
201
+
### Removed
202
+
187
203
- Removed _ElasticSearch_ locking to continue supporting AWS version.
0 commit comments