Skip to content

Commit

Permalink
Merge pull request #3845 from cpanato/patch-fluent-plugin-google-cloud
Browse files Browse the repository at this point in the history
upgrade gem grpc pacakge to apply cve fixes
  • Loading branch information
dlorenc authored Jul 24, 2023
2 parents 5753c91 + 4430f52 commit 2cfc8b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion kube-fluentd-operator.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: kube-fluentd-operator
version: 1.17.5
epoch: 1
epoch: 2
description: Auto-configuration of Fluentd daemon-set based on Kubernetes metadata
copyright:
- license: MIT
Expand Down Expand Up @@ -68,6 +68,9 @@ pipeline:
cd fluent-plugin-google-cloud
git checkout ${{vars.FLUENT_PLUGIN_GOOGLE_CLOUD_COMMIT}}
# to fix some CVEs in the grpc
sed -e "s/'grpc', '1.52.0'/'grpc', '1.53.0'/g" -i fluent-plugin-google-cloud.gemspec
bundle config set --local path ${GEM_DIR}
bundle config set --local without 'development test'
bundle install
Expand Down

0 comments on commit 2cfc8b2

Please sign in to comment.