Skip to content

Commit fe66567

Browse files
committed
chore(deps): let renovate offer major updates and match the fluentd gem pins
Major updates were disabled for every dependency, which is why thirteen GitHub actions sit one to four majors behind and one login-action stayed on v2. The fluentd base image installed fluentd 1.19.2 and oj 3.16.11 while both Gemfile.lock files resolve 1.19.3 and 3.17.3. The lockfiles move with bundler updates; these lines never did. Signed-off-by: Bence Csati <bence.csati@axoflow.com>
1 parent d18efc7 commit fe66567

2 files changed

Lines changed: 2 additions & 8 deletions

File tree

images/fluentd/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ RUN addgroup -S -g 101 fluent && adduser -S -G fluent -u 100 fluent \
2323
# Remove fortify headers to fix PATH_MAX compilation errors in native gems
2424
&& rm -rf /usr/include/fortify \
2525
&& echo 'gem: --no-document' >> /etc/gemrc \
26-
&& gem install fluentd -v 1.19.2 \
26+
&& gem install fluentd -v 1.19.3 \
2727
&& gem install bigdecimal -v 3.3.1 \
2828
&& gem install ostruct -v 0.6.3 \
29-
&& gem install oj -v 3.16.11 \
29+
&& gem install oj -v 3.17.3 \
3030
&& fluent-gem install specific_install -v 0.3.8 \
3131
&& fluent-gem install fluent-plugin-label-router -v 0.5.0 \
3232
&& fluent-gem install snappy -v 0.0.15 \

renovate.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,12 +84,6 @@
8484
],
8585
"allowedVersions": "/^v[0-9]+\\.[0-9]+\\.[0-9]+(\\.[0-9]+)?$/"
8686
},
87-
{
88-
"matchUpdateTypes": [
89-
"major"
90-
],
91-
"enabled": false
92-
},
9387
{
9488
"matchUpdateTypes": [
9589
"minor"

0 commit comments

Comments
 (0)