fluent-plugin-influxdb-v2 1.7.0.pre.807 → 1.7.0.pre.831
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.circleci/config.yml +2 -2
- data/CHANGELOG.md +1 -1
- data/bin/influxdb-restart.sh +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: cfac6beafe172f9a86b7d6269ab4d68c048a8969c2245d14c8edd032bd2d1a11
|
4
|
+
data.tar.gz: 7943cf450cc6c80bd090a807980f7a8498fc1aa2efc3bb8af3e0c213a85aa03a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 47c8c1bb81a78595aaac5980a4309ea31979f6aee9d8ad8af1c3b0919a1f3b472f8db9f69713c29e620361fc28f4b45165fc17e6bd73d8b7e61b34679a2718ba
|
7
|
+
data.tar.gz: b2a6e37795379fc3e2a14753a53cad1f82a6b89b5724d1d74c5fa1b87747a4456f66f10a5b5a0d168408240e328938c5c0e81bb19ef4e87941d592c2aed4355a
|
data/.circleci/config.yml
CHANGED
@@ -78,7 +78,7 @@ 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:v2.0.
|
81
|
+
default: &default-influxdb-image "influxdb:v2.0.3"
|
82
82
|
docker:
|
83
83
|
- image: << parameters.ruby-image >>
|
84
84
|
- image: &influx-image quay.io/influxdb/<< parameters.influxdb-image >>
|
@@ -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: "influxdb2:nightly"
|
128
128
|
- tests-ruby:
|
129
129
|
name: ruby-2.5
|
130
130
|
ruby-image: "circleci/ruby:2.5-stretch"
|
data/CHANGELOG.md
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
## 1.7.0 [unreleased]
|
2
2
|
|
3
3
|
### CI
|
4
|
-
1. [#
|
4
|
+
1. [#19](https://github.com/influxdata/influxdb-plugin-fluent/pull/19): Updated default docker image to v2.0.3
|
5
5
|
|
6
6
|
## 1.6.0 [2020-10-02]
|
7
7
|
|
data/bin/influxdb-restart.sh
CHANGED
@@ -27,7 +27,7 @@ DEFAULT_DOCKER_REGISTRY="quay.io/influxdb/"
|
|
27
27
|
DOCKER_REGISTRY="${DOCKER_REGISTRY:-$DEFAULT_DOCKER_REGISTRY}"
|
28
28
|
|
29
29
|
DEFAULT_INFLUXDB_V2_REPOSITORY="influxdb"
|
30
|
-
DEFAULT_INFLUXDB_V2_VERSION="v2.0.
|
30
|
+
DEFAULT_INFLUXDB_V2_VERSION="v2.0.3"
|
31
31
|
INFLUXDB_V2_REPOSITORY="${INFLUXDB_V2_REPOSITORY:-$DEFAULT_INFLUXDB_V2_REPOSITORY}"
|
32
32
|
INFLUXDB_V2_VERSION="${INFLUXDB_V2_VERSION:-$DEFAULT_INFLUXDB_V2_VERSION}"
|
33
33
|
INFLUXDB_V2_IMAGE=${DOCKER_REGISTRY}${INFLUXDB_V2_REPOSITORY}:${INFLUXDB_V2_VERSION}
|
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.831
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Jakub Bednar
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-12-
|
11
|
+
date: 2020-12-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: fluentd
|