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 +4 -4
- data/README.md +2 -0
- data/lib/fluent-plugin-syslog_rfc5424/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a4bca88817d426059aa13afd64302df819ce3f18f80f1e47d68668921d85a3a5
|
|
4
|
+
data.tar.gz: 6c9a496a4b7e2d91236c4e8417eaf16eb0565e8936b7f0e58a8f2cf90d8102a8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
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.
|
|
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-
|
|
11
|
+
date: 2020-12-14 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|