Skip to content

Commit

Permalink
Merge pull request #30 from ialidzhikov/enh/pin-fluentd
Browse files Browse the repository at this point in the history
Pin fluentd version
  • Loading branch information
vpnachev authored Dec 13, 2019
2 parents 02d1fa6 + 915d6bf commit c031e1d
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 4 deletions.
20 changes: 20 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
**What this PR does / why we need it**:

**Which issue(s) this PR fixes**:
Fixes #

**Special notes for your reviewer**:

**Release note**:
<!-- Write your release note:
1. Enter your release note in the below block.
2. If no release note is required, just write "NONE" within the block.
Format of block header: <category> <target_group>
Possible values:
- category: improvement|noteworthy|action
- target_group: user|operator|developer
-->
```improvement operator
```
4 changes: 1 addition & 3 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
# logging maintainers
* @vlvasilev
* @ialidzhikov
* @vpnachev
* @vlvasilev @ialidzhikov @vpnachev
2 changes: 1 addition & 1 deletion curator-es/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

############# builder #############
FROM golang:1.12.1 AS builder
FROM golang:1.13.5 AS builder

WORKDIR /go/src/github.com/gardener/logging
COPY . .
Expand Down
3 changes: 3 additions & 0 deletions fluentd-es/Gemfile.gardener
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
source 'https://rubygems.org'

gem 'fluentd', '<=1.4.2'
gem 'fluent-plugin-elasticsearch', '~>3.4.3'
gem 'fluent-plugin-rewrite-tag-filter', '~>2.1.0'
gem 'fluent-plugin-systemd', '~>1.0.2'

0 comments on commit c031e1d

Please sign in to comment.