fluent-plugin-influxdb-v2 1.10.0.pre.1476 → 1.10.0.pre.1575

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: 6b1bc092f8b1c99bc986bd6d9dba0787b093a5ad7782860175c59a208639689a
4
- data.tar.gz: 63a5c33f4e08cfbc1b8447e8429e42aca1a937a1c68f4567785535286e01d76b
3
+ metadata.gz: e726fe2ed200b8c4536a6c16f6f65e9e069b83990111edeacf0039d3901a529f
4
+ data.tar.gz: 8c8555b32778753875c66a95b38e21d757f4387561d57257bd6edf52ca462a91
5
5
  SHA512:
6
- metadata.gz: 5095425d9046a28ef0f558845e61be89550d4fa43541c8d7a657c59382a578a2aabd5965398f446023e5da9cfed3d2bf02ad1e1e1c16a95ccde3b7bac47ac9be
7
- data.tar.gz: e2f4fe376f2b0259c90c927b808cb107eb7ef109e33c6ef4420d09e8eb7447da3880d91911b145b3483afeaca1617c8c124abe385ae75c6ce168672a5566afac
6
+ metadata.gz: c802b98a870233be34fdd35cbccab98992cfba6c84e6230874567ee7467ec9654bf98842349dd492927b7dc118eeba749e40f837c015650dd18d023f54978b7b
7
+ data.tar.gz: 0157c1a026482e98cc04fff6621d10e46497b79353d15075340ba4017e158c263e522ccfbff02f4da17eb47b9eadc40f46889dd7f669946abe937634cae74dfa
@@ -0,0 +1,14 @@
1
+ ---
2
+ name: "Semantic PR and Commit Messages"
3
+
4
+ on:
5
+ pull_request:
6
+ types: [opened, reopened, synchronize, edited]
7
+ branches:
8
+ - master
9
+
10
+ jobs:
11
+ semantic:
12
+ uses: influxdata/validate-semantic-github-messages/.github/workflows/semantic.yml@main
13
+ with:
14
+ CHECK_PR_TITLE_OR_ONE_COMMIT: true
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.1476
4
+ version: 1.10.0.pre.1575
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-02-22 00:00:00.000000000 Z
11
+ date: 2022-05-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fluentd
@@ -162,7 +162,7 @@ files:
162
162
  - ".github/ISSUE_TEMPLATE/bug_report.md"
163
163
  - ".github/ISSUE_TEMPLATE/feature_request.md"
164
164
  - ".github/PULL_REQUEST_TEMPLATE"
165
- - ".github/semantic.yml"
165
+ - ".github/workflows/semantic.yml"
166
166
  - ".gitignore"
167
167
  - ".rubocop.yml"
168
168
  - CHANGELOG.md
@@ -213,7 +213,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
213
213
  - !ruby/object:Gem::Version
214
214
  version: 1.3.1
215
215
  requirements: []
216
- rubygems_version: 3.2.32
216
+ rubygems_version: 3.3.11
217
217
  signing_key:
218
218
  specification_version: 4
219
219
  summary: InfluxDB 2 output plugin for Fluentd
data/.github/semantic.yml DELETED
@@ -1,3 +0,0 @@
1
- # docs: https://github.com/probot/semantic-pull-requests#configuration
2
- # Always validate the PR title AND all the commits
3
- titleAndCommits: true