Skip to content

Commit 4e3b178

Browse files
dougszumskimarkgoddard
authored andcommitted
Upgrade the Monasca Fluentd output plugin
From Victoria onwards a conflict is seen between the rest-client library used by the Monasca Fluentd output plugin and the openssl library. Specifically, a more recent release of openssl has dropped a default which is referenced by the 1.8 release of the rest-client library. In this commit we bump the Fluentd output plugin release to pull in a more recent version of the rest-client library which can handle this change. Change-Id: Iae5402ea40c9f856b1787fdf82cc2389ffe0be03 Closes-Bug: 1910382 (cherry picked from commit b4e8826)
1 parent 5f36206 commit 4e3b178

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docker/fluentd/Dockerfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ RUN ln -s /bin/mkdir /usr/bin/mkdir
104104

105105
{% block fluentd_monasca_plugin_install %}
106106
# Build and install Fluentd output plugin for Monasca API
107-
ARG monasca_output_plugin_tag=1.0.1
107+
ARG monasca_output_plugin_tag=1.0.2
108108
ARG monasca_output_plugin_url=https://github.com/monasca/fluentd-monasca/archive/$monasca_output_plugin_tag.tar.gz
109109

110110
RUN curl -sSL $monasca_output_plugin_url -o /tmp/fluentd-monasca.tar.gz \
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
fixes:
3+
- |
4+
Fixes an issue with the Fluentd Monasca output plugin related
5+
to a more recent openssl library. `LP#1910382
6+
<https://launchpad.net/bugs/1910382>`__

0 commit comments

Comments
 (0)