Skip to content

Commit d1e78f4

Browse files
chore(deps): update influxdb-client requirement from = 2.7.0 to = 2.8.0 (#42)
* chore(deps): update influxdb-client requirement from = 2.7.0 to = 2.8.0 Updates the requirements on [influxdb-client](https://github.com/influxdata/influxdb-client-ruby) to permit the latest version. - [Release notes](https://github.com/influxdata/influxdb-client-ruby/releases) - [Changelog](https://github.com/influxdata/influxdb-client-ruby/blob/master/CHANGELOG.md) - [Commits](influxdata/influxdb-client-ruby@v2.7.0...v2.8.0) --- updated-dependencies: - dependency-name: influxdb-client dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * docs: update CHANGELOG.md * chore(deps): change interval to weekly Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jakub Bednář <[email protected]>
1 parent 9a29042 commit d1e78f4

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ updates:
33
- package-ecosystem: "bundler"
44
directory: "/"
55
schedule:
6-
interval: "daily"
6+
interval: "weekly"
77
open-pull-requests-limit: 10

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
## 1.10.0 [unreleased]
22

33
### Dependencies
4-
1. [#40](https://github.com/influxdata/influxdb-plugin-fluent/pull/40): Update dependencies:
5-
- influxdb-client to 2.7.0
4+
1. [#42](https://github.com/influxdata/influxdb-plugin-fluent/pull/40): Update dependencies:
5+
- influxdb-client to 2.8.0
66

77
### CI
88
1. [#39](https://github.com/influxdata/influxdb-plugin-fluent/pull/39): Add Ruby 3.1 into CI
9-
10-
### CI
119
1. [#32](https://github.com/influxdata/influxdb-plugin-fluent/pull/32): Use new Codecov uploader for reporting code coverage
1210

1311
## 1.9.0 [2021-11-26]

fluent-plugin-influxdb-v2.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Gem::Specification.new do |spec|
4747
spec.required_ruby_version = '>= 2.2.0'
4848

4949
spec.add_runtime_dependency 'fluentd', '~> 1.8'
50-
spec.add_runtime_dependency 'influxdb-client', '2.7.0'
50+
spec.add_runtime_dependency 'influxdb-client', '2.8.0'
5151

5252
spec.add_development_dependency 'bundler', '~> 2.0'
5353
spec.add_development_dependency 'minitest', '~> 5.0'

0 commit comments

Comments
 (0)