fluent-plugin-influxdb-v2 1.10.0.pre.1696 → 1.10.0.pre.1731

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/.circleci/config.yml +5 -0
  3. data/CHANGELOG.md +3 -0
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9a3f09d879ded6baafc0ab10e216fc4b287ec5c431c387515f4832b9cd050f9f
4
- data.tar.gz: 8dc22f58f5c54da0bc4de5c09004ba389fd2228308e806cdcfe10fecc039325e
3
+ metadata.gz: 90124e6da4f1fcffc04a924b180534abe60ff051a0783f038d925a25b663ba7c
4
+ data.tar.gz: e881f1a3d819ee0125879fbd946c7198023afaa6722482cf1c85df07f6b67da1
5
5
  SHA512:
6
- metadata.gz: e585b0fae06f6411fae131f752ef940ccae741c93ca18cd45a0c976ea177e171ce479b3b3df91e99072377db5fbe03e1bc8d1e71779110ce059c77629da0239b
7
- data.tar.gz: 01df7e5cc329385cc898ecfd12548f77585f667a06e1e46d3d96da23bbe4944414fbb503258c3e4e6e32190676480254ee45b7eb1cbcc8a03e144d572b0c323f
6
+ metadata.gz: 4362079678417e042776d82c546d2d48cf664b53a9cdf7c7026248f97cf6ba174496207a4583dcab03890569f2b8c3c5b3e9140df75c9567683384a43b93818c
7
+ data.tar.gz: a05a0cf44ad2cf3e10d5911a10e3838edf1c0211340c08f953938570789a1cba2c30e359fe3adfff16f69e8c34c403fe8a06a988046c862e9b65be89ae2f3f77
data/.circleci/config.yml CHANGED
@@ -134,6 +134,9 @@ workflows:
134
134
  - tests-ruby:
135
135
  name: ruby-3.0
136
136
  ruby-image: "cimg/ruby:3.0"
137
+ - tests-ruby:
138
+ name: ruby-3.1
139
+ ruby-image: "cimg/ruby:3.1"
137
140
  - tests-ruby:
138
141
  name: ruby-2.6
139
142
  - tests-ruby:
@@ -147,6 +150,8 @@ workflows:
147
150
  ruby-image: "cimg/ruby:2.4"
148
151
  - deploy-preview:
149
152
  requires:
153
+ - ruby-3.0
154
+ - ruby-3.1
150
155
  - ruby-2.7
151
156
  - ruby-2.6
152
157
  - ruby-2.6-nightly
data/CHANGELOG.md CHANGED
@@ -4,6 +4,9 @@
4
4
  1. [#38](https://github.com/influxdata/influxdb-plugin-fluent/pull/38): Update dependencies:
5
5
  - influxdb-client to 2.6.0
6
6
 
7
+ ### CI
8
+ 1. [#39](https://github.com/influxdata/influxdb-plugin-fluent/pull/39): Add Ruby 3.1 into CI
9
+
7
10
  ### CI
8
11
  1. [#32](https://github.com/influxdata/influxdb-plugin-fluent/pull/32): Use new Codecov uploader for reporting code coverage
9
12
 
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.10.0.pre.1696
4
+ version: 1.10.0.pre.1731
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jakub Bednar
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-07-20 00:00:00.000000000 Z
11
+ date: 2022-07-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fluentd