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

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8c4ede1dd6f73ef012d161def3c6bfa1b79da68e5cafe4a02fa0ff43bbe978da
4
- data.tar.gz: f40fa598166f2da4684889d5070f7e8b88c5030ac07f358053e4660e4548f723
3
+ metadata.gz: 6b0aa82b6df7778447781f40fffcdcdf8662ed293dc519fa1ca55b24a6dbf101
4
+ data.tar.gz: aac2c5ed4ac337aa8d28425d3342901cc7c05833cf2c8297466717be23f99dc3
5
5
  SHA512:
6
- metadata.gz: d494b5b7a1317c9191cab631120c4ec21893b6f020bf2d1706de9c70bf1929017c4af52f9d05146e43eda0f4312fec65bdf41b476ac35057514b3ec34f5be709
7
- data.tar.gz: 17b65d57136c266eadfc3c9cb0bd2f8955a9e733d0662264fb77fbcc057e2a6651b4d1f9b8588fed5ffbb9e7050b0bfdee3c4f9abd69ab69392532b5024650ad
6
+ metadata.gz: e59da52a6b00da3e1dae7a9f16bec3952e49f891ddc2e3a5c1963091657e137e3fdda047783226747d241a6e741b2a030d2c0f554473b882a28212c62a99ed3a
7
+ data.tar.gz: 5410a29e5bfdca2727c2ffd07ef99597e0d1f39969b9ccdc5edee5c417abdeddc214b6af6eadabf71c73a19a297fd97496357297f2a1662c809d5b435589a6a8
@@ -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:2.0.0-rc"
81
+ default: &default-influxdb-image "influxdb:v2.0.2"
82
82
  docker:
83
83
  - image: << parameters.ruby-image >>
84
84
  - image: &influx-image quay.io/influxdb/<< parameters.influxdb-image >>
@@ -1,9 +1,12 @@
1
1
  ## 1.7.0 [unreleased]
2
2
 
3
+ ### CI
4
+ 1. [#18](https://github.com/influxdata/influxdb-plugin-fluent/pull/18): Updated default docker image to v2.0.2
5
+
3
6
  ## 1.6.0 [2020-10-02]
4
7
 
5
8
  ### API
6
- 1. [#15](https://github.com/influxdata/influxdb-plugin-fluent/pull/15): Default port changed from 9999 -> 8086
9
+ 1. [#15](https://github.com/influxdata/influxdb-plugin-fluent/pull/15): Default port changed from 9999 -> 8086
7
10
 
8
11
  ### Dependencies
9
12
  1. [#16](https://github.com/influxdata/influxdb-plugin-fluent/pull/16): Upgrade InfluxDB client to 1.8.0
@@ -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="2.0.0-rc"
30
+ DEFAULT_INFLUXDB_V2_VERSION="v2.0.2"
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:2.0.0-rc
44
+ quay.io/influxdb/influxdb:v2.0.2
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:2.0.0-rc
52
+ quay.io/influxdb/influxdb:v2.0.2
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.729
4
+ version: 1.7.0.pre.807
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-10-02 00:00:00.000000000 Z
11
+ date: 2020-12-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fluentd