Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions 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.4
epoch: 4
version: 1.17.4 # when updating: check if we can remove CVE-2023-1428 and CVE-2023-32732 mitigation below
epoch: 5
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}}

# Mitigate CVE-2023-1428 and CVE-2023-32732
sed -i "s/gem.add_runtime_dependency 'grpc', '1.52.0'/gem.add_runtime_dependency 'grpc', '1.54.0'/g" fluent-plugin-google-cloud.gemspec

bundle config set --local path ${GEM_DIR}
bundle config set --local without 'development test'
bundle install
Expand Down