fluent-plugin-influxdb-v2 1.7.0.pre.807 → 1.7.0.pre.831

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
  SHA256:
3
- metadata.gz: 6b0aa82b6df7778447781f40fffcdcdf8662ed293dc519fa1ca55b24a6dbf101
4
- data.tar.gz: aac2c5ed4ac337aa8d28425d3342901cc7c05833cf2c8297466717be23f99dc3
3
+ metadata.gz: cfac6beafe172f9a86b7d6269ab4d68c048a8969c2245d14c8edd032bd2d1a11
4
+ data.tar.gz: 7943cf450cc6c80bd090a807980f7a8498fc1aa2efc3bb8af3e0c213a85aa03a
5
5
  SHA512:
6
- metadata.gz: e59da52a6b00da3e1dae7a9f16bec3952e49f891ddc2e3a5c1963091657e137e3fdda047783226747d241a6e741b2a030d2c0f554473b882a28212c62a99ed3a
7
- data.tar.gz: 5410a29e5bfdca2727c2ffd07ef99597e0d1f39969b9ccdc5edee5c417abdeddc214b6af6eadabf71c73a19a297fd97496357297f2a1662c809d5b435589a6a8
6
+ metadata.gz: 47c8c1bb81a78595aaac5980a4309ea31979f6aee9d8ad8af1c3b0919a1f3b472f8db9f69713c29e620361fc28f4b45165fc17e6bd73d8b7e61b34679a2718ba
7
+ data.tar.gz: b2a6e37795379fc3e2a14753a53cad1f82a6b89b5724d1d74c5fa1b87747a4456f66f10a5b5a0d168408240e328938c5c0e81bb19ef4e87941d592c2aed4355a
@@ -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.2"
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: "influx:nightly"
127
+ influxdb-image: "influxdb2:nightly"
128
128
  - tests-ruby:
129
129
  name: ruby-2.5
130
130
  ruby-image: "circleci/ruby:2.5-stretch"
@@ -1,7 +1,7 @@
1
1
  ## 1.7.0 [unreleased]
2
2
 
3
3
  ### CI
4
- 1. [#18](https://github.com/influxdata/influxdb-plugin-fluent/pull/18): Updated default docker image to v2.0.2
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
 
@@ -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.2"
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}
@@ -41,7 +41,7 @@ docker run \
41
41
  --name influxdb_v2 \
42
42
  --network influx_network \
43
43
  --publish 8086:8086 \
44
- quay.io/influxdb/influxdb:v2.0.2
44
+ quay.io/influxdb/influxdb:v2.0.3
45
45
  ```
46
46
 
47
47
  Create default organization, user and bucket:
@@ -49,7 +49,7 @@ docker run \
49
49
  --name influxdb_v2 \
50
50
  --network influx_network \
51
51
  --publish 8086:8086 \
52
- quay.io/influxdb/influxdb:v2.0.2
52
+ quay.io/influxdb/influxdb:v2.0.3
53
53
 
54
54
  #
55
55
  # Post onBoarding request to InfluxDB 2
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.807
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-03 00:00:00.000000000 Z
11
+ date: 2020-12-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fluentd