Skip to content

Commit 177e937

Browse files
committed
chore: Released v2.11.0
Signed-off-by: Steve Hipwell <[email protected]>
1 parent c9c2c84 commit 177e937

File tree

4 files changed

+67
-24
lines changed

4 files changed

+67
-24
lines changed

.github/workflows/commit.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,9 @@ jobs:
151151
path: "*.spdx.json"
152152

153153
- name: Upload SBOMs to Dependency Graph
154-
uses: jhutchings1/spdx-to-dependency-graph-action@18b183bb96461852e90574736c3c65812b0f3cd8 # v0.0.2
154+
uses: advanced-security/spdx-dependency-submission-action@dc069b56ba31ce546dc419b549aceb808c632d9a # v0.0.1
155155
with:
156+
token: ${{ secrets.GITHUB_TOKEN }}
156157
filePath: "."
157158
filePattern: "*.spdx.json"
158159

.github/workflows/pull-request.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,9 @@ jobs:
142142
path: "*.spdx.json"
143143

144144
- name: Upload SBOMs to Dependency Graph
145-
uses: jhutchings1/spdx-to-dependency-graph-action@18b183bb96461852e90574736c3c65812b0f3cd8 # v0.0.2
145+
uses: advanced-security/spdx-dependency-submission-action@dc069b56ba31ce546dc419b549aceb808c632d9a # v0.0.1
146146
with:
147+
token: ${{ secrets.GITHUB_TOKEN }}
147148
filePath: "."
148149
filePattern: "*.spdx.json"
149150

.github/workflows/release.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,9 @@ jobs:
149149
path: "*.spdx.json"
150150

151151
- name: Upload SBOMs to Dependency Graph
152-
uses: jhutchings1/spdx-to-dependency-graph-action@18b183bb96461852e90574736c3c65812b0f3cd8 # v0.0.2
152+
uses: advanced-security/spdx-dependency-submission-action@dc069b56ba31ce546dc419b549aceb808c632d9a # v0.0.1
153153
with:
154+
token: ${{ secrets.GITHUB_TOKEN }}
154155
filePath: "."
155156
filePattern: "*.spdx.json"
156157

CHANGELOG.md

Lines changed: 61 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
# Fluentd Aggregator Changelog
22

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).
95
106
<!--
117
### Added - For new features.
@@ -18,6 +14,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1814

1915
## [UNRELEASED]
2016

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+
2125
## [v2.10.2] - 2023-12-13
2226

2327
### Changed
@@ -86,24 +90,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8690

8791
## [v2.8.0] - 2023-03-29
8892

89-
### All Changes
93+
### Changed
9094

9195
- Updated _Fluentd_ to [v1.16.0](https://github.com/fluent/fluentd/releases/tag/v1.16.0).
9296
- Updated OCI base image digests to latest.
9397
- Updated [fluent-plugin-elasticsearch](https://rubygems.org/gems/fluent-plugin-elasticsearch) Gem from `5.2.4` to `5.2.5`.
9498

9599
## [v2.7.0] - 2023-03-16
96100

97-
### All Changes
101+
### Added
98102

99103
- Added additional `glibc` variant and refer to current Alpine version as `musl` variant.
104+
105+
### Changed
106+
100107
- Changed Alpine base image to official Ruby image.
101108
- Changed Dockerfile pattern.
102109
- Updated [async](https://rubygems.org/gems/async) Gem from `v1.30.3` to `v1.31.0`.
103110

104111
## [v2.6.2] - 2023-02-15
105112

106-
### All Changes
113+
### Changed
107114

108115
- Updated [Alpine](https://www.alpinelinux.org/) base image from `v3.17.1` to `v3.17.2`.
109116
- 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
112119

113120
## [v2.6.1] - 2013-02-06
114121

115-
### All Changes
122+
### Changed
116123

117124
- Updated [async-http](https://github.com/socketry/async-http) Gem from `v0.59.4` to `v0.60.1`.
118125
- Updated [oj](https://github.com/ohler55/oj) from `v3.13.23` to `v3.14.1`.
119126

120127
## [v2.6.0] - 2023-01-10
121128

122-
### All Changes
129+
### Changed
123130

124131
- Updated [Alpine](https://www.alpinelinux.org/) base image from `v3.17.0` to `v3.17.1`.
125132
- Updated [async-http](https://github.com/socketry/async-http) Gem from `v0.59.3` to `v0.59.4`.
126133
- Updated [libxml-ruby](https://github.com/xml4r/libxml-ruby) Gem from `v3.2.4` to `v4.0.0`.
127134

128135
## [v2.5.0] - 2022-12-06
129136

130-
### All Changes
137+
### Added
131138

132-
- Updated `json` from `v2.6.2` to `v2.6.3`.
133139
- Added `libxml-ruby` to support AWS gems.
134140

141+
### Changed
142+
143+
- Updated `json` from `v2.6.2` to `v2.6.3`.
144+
135145
## [v2.4.0] - 2022-11-28
136146

137-
### All Changes
147+
### Changed
138148

139149
- Updated _Alpine_ to `v3.17.0`.
140150
- Updated `fluent-plugin-opensearch` to `v1.0.9`.
141151

142152
## [v2.3.0] - 2022-11-14
143153

144-
### All Changes
154+
### Changed
145155

146156
- Updated _Alpine_ to `v3.16.3`.
147157
- Updated `async-http` to `v0.59.3`.
148158
- Updated `oj` to `v3.13.23`.
149159

150160
## [v2.2.0] - 2022-11-02
151161

152-
### All Changes
162+
### Changed
153163

154164
- Updated _Fluentd_ to [v1.15.3](https://github.com/fluent/fluentd/releases/tag/v1.15.3).
155165
- 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
159169

160170
## [v2.1.0] - 2022-10-25
161171

162-
### All Changes
172+
### Changed
163173

164174
- Changed to use explicit base image version and Dependabot to manage the updates.
165175
- Changed to use Bundler to install the Gems and Dependabot to manage the updates.
166176
- Changed default label in configuration to `@DEFAULT` as idiomatically it should be uppercase.
167177

168178
## [v2.0.0] - 2022-09-15
169179

170-
> **Warning**
180+
> [!WARNING]
171181
> The _ElasticSearch_ plugin and libraries have been updated to the latest version so AWS users will need to be using _OpenSearch_.
172182
173183
### Highlights
@@ -176,14 +186,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
176186
- This image now follows semantic versioning and is decoupled from the _Fluentd_ release cycle and versioning constraints.
177187
- Plugin versions will now be strictly versioned.
178188

179-
### All Changes
189+
### Added
190+
191+
- Added explicit UID & GID to `fluent` user of `2000`.
192+
- Added `/fluentd/state` directory.
193+
194+
### Changed
180195

181196
- Updated _Fluentd_ to [v1.15.2](https://github.com/fluent/fluentd/releases/tag/v1.15.2).
182197
- Changed versioning strategy to decouple from _Fluentd_ releases.
183198
- Changed plugin installation to explicitly set the version.
184199
- 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+
187203
- Removed _ElasticSearch_ locking to continue supporting AWS version.
188204
- Removed setting `RUBY_GC_HEAP_OLDOBJECT_LIMIT_FACTOR`.
189205

@@ -274,3 +290,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
274290
### Changed
275291

276292
- Updated _Fluentd_ image to [v1.13.1](https://github.com/fluent/fluentd/blob/master/CHANGELOG.md#release-v1131---20210625).
293+
294+
<!--
295+
RELEASE LINKS
296+
-->
297+
[UNRELEASED]: https://github.com/stevehipwell/fluentd-aggregator/compare/v2.11.0...HEAD
298+
[v2.11.0]: https://github.com/stevehipwell/fluentd-aggregator/releases/tag/v2.11.0
299+
[v2.10.2]: https://github.com/stevehipwell/fluentd-aggregator/releases/tag/v2.10.2
300+
[v2.10.1]: https://github.com/stevehipwell/fluentd-aggregator/releases/tag/v2.10.1
301+
[v2.10.0]: https://github.com/stevehipwell/fluentd-aggregator/releases/tag/v2.10.0
302+
[v2.9.3]: https://github.com/stevehipwell/fluentd-aggregator/releases/tag/v2.9.3
303+
[v2.9.2]: https://github.com/stevehipwell/fluentd-aggregator/releases/tag/v2.9.2
304+
[v2.9.1]: https://github.com/stevehipwell/fluentd-aggregator/releases/tag/v2.9.1
305+
[v2.9.0]: https://github.com/stevehipwell/fluentd-aggregator/releases/tag/v2.9.0
306+
[v2.8.0]: https://github.com/stevehipwell/fluentd-aggregator/releases/tag/v2.8.0
307+
[v2.7.0]: https://github.com/stevehipwell/fluentd-aggregator/releases/tag/v2.7.0
308+
[v2.6.2]: https://github.com/stevehipwell/fluentd-aggregator/releases/tag/v2.6.2
309+
[v2.6.1]: https://github.com/stevehipwell/fluentd-aggregator/releases/tag/v2.6.1
310+
[v2.6.0]: https://github.com/stevehipwell/fluentd-aggregator/releases/tag/v2.6.0
311+
[v2.5.0]: https://github.com/stevehipwell/fluentd-aggregator/releases/tag/v2.5.0
312+
[v2.4.0]: https://github.com/stevehipwell/fluentd-aggregator/releases/tag/v2.4.0
313+
[v2.3.0]: https://github.com/stevehipwell/fluentd-aggregator/releases/tag/v2.3.0
314+
[v2.2.0]: https://github.com/stevehipwell/fluentd-aggregator/releases/tag/v2.2.0
315+
[v2.1.0]: https://github.com/stevehipwell/fluentd-aggregator/releases/tag/v2.1.0
316+
[v2.0.0]: https://github.com/stevehipwell/fluentd-aggregator/releases/tag/v2.0.0

0 commit comments

Comments
 (0)