fluent-plugin-papertrail 0.1.4 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c23981bf5baa13f2c2d8a8ec0dd586a37b5db034
4
- data.tar.gz: 29a543b565b6a14d407f6daacced1b8a7ea2eb35
3
+ metadata.gz: db8f1d875521804ae0164f2796f8a8e4196aadf4
4
+ data.tar.gz: e9cf7d50211615ae0e041c5ebe1d513d6140090c
5
5
  SHA512:
6
- metadata.gz: a91ac215ba2fcc071522845b42d4e5ec78566747a176d155605f8689195b5e2bdba809808337d7ba77b02a55000791333fba1ba4230ccd55885c6009c4e2df48
7
- data.tar.gz: 1e421735baa691d46ba660717dc64d46f472983e0ca069203f29bfd18e6c3d6a7599885259308e1dfc516d68ad73c34c97d1ca26275ee51f0bd5007ca1941673
6
+ metadata.gz: 89baec96e8b6e944fb0fdb8e08cf7c15061d4fd112eca7788562c84788158d391d5d71333e4cfa5c5b18f9e13d6ee4a2689f9ca3fdd0738c1e8395f3c64a352d
7
+ data.tar.gz: 7b0e896eacba638d470589565adaff8151317bff5ddf2eb47528c16f80ecd7e6342af0fa0b1bc93e469937066371813489251707a84c30ed934e0aaf94697d3b
data/docker/Dockerfile CHANGED
@@ -13,7 +13,7 @@ RUN apt-get update \
13
13
  RUN echo 'gem: --no-document' >> /etc/gemrc \
14
14
  && gem install fluent-plugin-systemd -v 0.3.1 \
15
15
  && gem install fluent-plugin-rewrite-tag-filter -v 1.6.0 \
16
- && gem install fluent-plugin-papertrail -v 0.1.4 \
16
+ && gem install fluent-plugin-papertrail -v 0.2.3 \
17
17
  && gem install fluent-plugin-kubernetes_metadata_filter
18
18
 
19
19
  RUN SUDO_FORCE_REMOVE=yes \
@@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
4
4
 
5
5
  Gem::Specification.new do |spec|
6
6
  spec.name = "fluent-plugin-papertrail"
7
- spec.version = "0.1.4"
7
+ spec.version = "0.2.3"
8
8
  spec.authors = ["Jonathan Lozinski", "Alex Ouzounis", "Chris Rust"]
9
9
  spec.email = ["jonathan.lozinski@solarwinds.com", "alex.ouzounis@solarwinds.com", "chris.rust@solarwinds.com"]
10
10
 
@@ -22,7 +22,7 @@ spec:
22
22
  effect: NoSchedule
23
23
  containers:
24
24
  - name: fluentd
25
- image: quay.io/solarwinds/fluentd-kubernetes:v1.1.1-debian-papertrail-0.1.4
25
+ image: quay.io/solarwinds/fluentd-kubernetes:v1.1.1-debian-papertrail-0.2.3
26
26
  imagePullPolicy: Always
27
27
  env:
28
28
  - name: FLUENT_PAPERTRAIL_HOST
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-papertrail
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jonathan Lozinski