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

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: 71a6120967bfb40270088eda877e72a26ca7ba9a0c83a3d490e2226b76dac2c9
4
+ data.tar.gz: 7e7e141c592be0d670ee9779a6f65cdaa50ee0a63c94df82f6c1792eb6ae7d0b
5
5
  SHA512:
6
- metadata.gz: 5095425d9046a28ef0f558845e61be89550d4fa43541c8d7a657c59382a578a2aabd5965398f446023e5da9cfed3d2bf02ad1e1e1c16a95ccde3b7bac47ac9be
7
- data.tar.gz: e2f4fe376f2b0259c90c927b808cb107eb7ef109e33c6ef4420d09e8eb7447da3880d91911b145b3483afeaca1617c8c124abe385ae75c6ce168672a5566afac
6
+ metadata.gz: 8743f430b94fef453c3165ecfc853aa078f7a295ae74e6dbd25b93a24c2123e235695159d0baaa72dd7718879540d632b8ef43ec2f88ef13d708fc9fd2d39623
7
+ data.tar.gz: 7eff4d4f9d10371bacfba5cf5d53cdfd9050b2f35779047a9ff850ad6d3933ee0b650091702f012a72613f15cc92443fed9fb257ef9b2279b8e7cf789500cf85
@@ -12,5 +12,5 @@ _Briefly describe your proposed changes:_
12
12
  - [ ] Rebased/mergeable
13
13
  - [ ] A test has been added if appropriate
14
14
  - [ ] `rake test` completes successfully
15
- - [ ] Commit messages are in [semantic format](https://seesparkbox.com/foundry/semantic_commit_messages)
15
+ - [ ] Commit messages are [conventional](https://www.conventionalcommits.org/en/v1.0.0/)
16
16
  - [ ] Sign [CLA](https://www.influxdata.com/legal/cla/) (if not already signed)
@@ -0,0 +1,7 @@
1
+ version: 2
2
+ updates:
3
+ - package-ecosystem: "bundler"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "daily"
7
+ open-pull-requests-limit: 10
@@ -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.1676
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-07-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fluentd
@@ -162,7 +162,8 @@ 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/dependabot.yml"
166
+ - ".github/workflows/semantic.yml"
166
167
  - ".gitignore"
167
168
  - ".rubocop.yml"
168
169
  - CHANGELOG.md
@@ -213,7 +214,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
213
214
  - !ruby/object:Gem::Version
214
215
  version: 1.3.1
215
216
  requirements: []
216
- rubygems_version: 3.2.32
217
+ rubygems_version: 3.3.11
217
218
  signing_key:
218
219
  specification_version: 4
219
220
  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