fluent-plugin-influxdb-v2 1.7.0.pre.935 → 1.7.0.pre.960
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 +4 -4
- data/.circleci/config.yml +3 -3
- data/CHANGELOG.md +1 -1
- data/examples/README.md +1 -1
- data/examples/run-example.sh +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8e1bf6d4d8064ef174bbb91426340735a27f779f259ad3262886b90f6f3e3e88
|
|
4
|
+
data.tar.gz: 27f9fbc7cca9d2a9b86b8fcf533c4fe582e9f1014f960f10cb15edca80186c60
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8ae1dd318e5ccd2a79902eb45f73a17a3238556e3cd0aa7b9e1e7f2c694c72d992d54a3f49eb65b9f0cee6c2df768b005372475ec50021c0eef882440c412dd2
|
|
7
|
+
data.tar.gz: 58253e1b90ea7642db64f9ce278ef00be20defffc6fbb007836a1c7eadfd6d48c81c532b4088c901e0975310c22f682e26c2387d3ac953c2bb6148ef8cb45160
|
data/.circleci/config.yml
CHANGED
|
@@ -78,10 +78,10 @@ jobs:
|
|
|
78
78
|
default: &default-ruby-image "circleci/ruby:2.6-stretch"
|
|
79
79
|
influxdb-image:
|
|
80
80
|
type: string
|
|
81
|
-
default: &default-influxdb-image "influxdb:
|
|
81
|
+
default: &default-influxdb-image "influxdb:latest"
|
|
82
82
|
docker:
|
|
83
83
|
- image: << parameters.ruby-image >>
|
|
84
|
-
- image: &influx-image
|
|
84
|
+
- image: &influx-image << parameters.influxdb-image >>
|
|
85
85
|
environment:
|
|
86
86
|
INFLUXD_HTTP_BIND_ADDRESS: :8086
|
|
87
87
|
steps:
|
|
@@ -124,7 +124,7 @@ workflows:
|
|
|
124
124
|
name: ruby-2.6
|
|
125
125
|
- tests-ruby:
|
|
126
126
|
name: ruby-2.6-nightly
|
|
127
|
-
influxdb-image: "
|
|
127
|
+
influxdb-image: "quay.io/influxdb/influxdb:nightly"
|
|
128
128
|
- tests-ruby:
|
|
129
129
|
name: ruby-2.5
|
|
130
130
|
ruby-image: "circleci/ruby:2.5-stretch"
|
data/CHANGELOG.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
1. [#23](https://github.com/influxdata/influxdb-plugin-fluent/pull/23): Added possibility to specify the certification verification behaviour
|
|
5
5
|
|
|
6
6
|
### CI
|
|
7
|
-
1. [#
|
|
7
|
+
1. [#24](https://github.com/influxdata/influxdb-plugin-fluent/pull/24): Updated stable image to `influxdb:latest` and nightly to `quay.io/influxdb/influxdb:nightly`
|
|
8
8
|
|
|
9
9
|
## 1.6.0 [2020-10-02]
|
|
10
10
|
|
data/examples/README.md
CHANGED
data/examples/run-example.sh
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-influxdb-v2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.7.0.pre.
|
|
4
|
+
version: 1.7.0.pre.960
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jakub Bednar
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2021-
|
|
11
|
+
date: 2021-03-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: fluentd
|