fluent-plugin-syslog_rfc5424 0.9.0.rc.5 → 0.9.0.rc.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 31bf4f10b1fa38ddf94b55a5ad78af18ba0f36841b70bc27313918a8db0c4f7e
4
- data.tar.gz: ee070ebfe99860863df6c327dce8e2e8b00bc302eaee716f27f962bd3e9d8000
3
+ metadata.gz: a4bca88817d426059aa13afd64302df819ce3f18f80f1e47d68668921d85a3a5
4
+ data.tar.gz: 6c9a496a4b7e2d91236c4e8417eaf16eb0565e8936b7f0e58a8f2cf90d8102a8
5
5
  SHA512:
6
- metadata.gz: 1c7fcf1449ec7560e10e214763c3f34032f5ef9482c12bedcfd11964435aa6d8329404e2933d2b818c2b726652831e9c8d9331e2446641ca297b88403f769320
7
- data.tar.gz: 6bc6865390d7b6bc8983d002e55350fbfcedfa83d06e2144dec42b2dcf3d9ba53597d1c65cade67c01f49d20dcd35b481147e0ab813be16b93a052b6d556d869
6
+ metadata.gz: eed1799f6699361c23ee1930202a937b63aa7e048dfb1776b6aa90438c2482a37f039883403aaca0cebcca1d460cb58e5b963848b92c1075474d750968e91a87
7
+ data.tar.gz: c771bc0c020bfb8348b31b065b88954f3ad50389423aad95fb23b63437052d8746e6dfd1f992e57d4651fe7c6608a8fb3ae3625703ab1ec5e2fadbc34245a8c5
data/README.md CHANGED
@@ -85,6 +85,8 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/cloudf
85
85
 
86
86
  ## Publishing
87
87
 
88
+ (these steps happen automatically in this pipeline: https://release-integration.ci.cf-app.com/teams/main/pipelines/cf-k8s-logging-validation)
89
+
88
90
  1. Run tests `bundle exec rake`
89
91
  1. Push changes
90
92
  1. Create & push git tag with version
@@ -1,3 +1,3 @@
1
1
  module FluentSyslog5424OutputPlugin
2
- VERSION = "0.9.0.rc.5"
2
+ VERSION = "0.9.0.rc.7"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-syslog_rfc5424
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0.rc.5
4
+ version: 0.9.0.rc.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pivotal
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-10-15 00:00:00.000000000 Z
11
+ date: 2020-12-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler