fluent-plugin-vmware-loginsight 1.4.1 → 1.4.2
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/CHANGELOG.md +4 -0
- data/Dockerfile +1 -1
- data/VERSION +1 -1
- data/lib/fluent/plugin/out_vmware_loginsight.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e3aff37b5e1d472a2dfdb139d313a6558d021c8000f3bd3e2d5b6cf4a11d87e7
|
|
4
|
+
data.tar.gz: 2798b507094394c297f7134ff2fed20ba75c586b3693bfd93245b2ddf4c21406
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1d2a2405b82847309bd1852ab87c88781119f0901c26e452628a322714369e40c9b3e65a493c07762a5f142d432acba927ba454a8016ce271cfc5e19df24bf6e
|
|
7
|
+
data.tar.gz: 03ed49a376b299f5bbe3a0e18986a4e148aeb0425377ae138ea9e915d65abfdeb3a69fef7cf0a9c7dc5fdbaf71005f12fdb30f2b8acec862833dc20da0d3b7a1
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## v1.4.2 - Oct 19, 2023
|
|
4
|
+
|
|
5
|
+
* Fixed the issue with the timestamp ignoring milliseconds ([#33](https://github.com/vmware/fluent-plugin-vmware-loginsight/pull/33))
|
|
6
|
+
|
|
3
7
|
## v1.4.1 - Apr 25, 2023
|
|
4
8
|
|
|
5
9
|
* Add support for gzip compression ([#17](https://github.com/vmware/fluent-plugin-vmware-loginsight/pull/17),[#18](https://github.com/vmware/fluent-plugin-vmware-loginsight/pull/18), [@toddc-vmware](https://github.com/toddc-vmware))
|
data/Dockerfile
CHANGED
|
@@ -45,7 +45,7 @@ RUN buildDeps="\
|
|
|
45
45
|
&& gem install --norc --no-document fluent-plugin-kubernetes_metadata_filter \
|
|
46
46
|
#
|
|
47
47
|
# Install Log Insight plugin
|
|
48
|
-
&& gem install --norc --no-document -v 1.4.
|
|
48
|
+
&& gem install --norc --no-document -v 1.4.1 fluent-plugin-vmware-loginsight \
|
|
49
49
|
#
|
|
50
50
|
# Install jemalloc 5.3.0
|
|
51
51
|
&& curl -L --output /tmp/jemalloc-5.3.0.tar.bz2 https://github.com/jemalloc/jemalloc/releases/download/5.3.0/jemalloc-5.3.0.tar.bz2 \
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.4.
|
|
1
|
+
1.4.2
|
metadata
CHANGED
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fluent-plugin-vmware-loginsight
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.4.
|
|
4
|
+
version: 1.4.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Vishal Mohite
|
|
8
8
|
- Chris Todd
|
|
9
9
|
- Samvel Israelyan
|
|
10
|
-
autorequire:
|
|
10
|
+
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2023-
|
|
13
|
+
date: 2023-10-19 00:00:00.000000000 Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: bundler
|
|
@@ -106,7 +106,7 @@ homepage: https://github.com/vmware/fluent-plugin-vmware-loginsight
|
|
|
106
106
|
licenses:
|
|
107
107
|
- MIT
|
|
108
108
|
metadata: {}
|
|
109
|
-
post_install_message:
|
|
109
|
+
post_install_message:
|
|
110
110
|
rdoc_options: []
|
|
111
111
|
require_paths:
|
|
112
112
|
- lib
|
|
@@ -122,7 +122,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
122
122
|
version: '0'
|
|
123
123
|
requirements: []
|
|
124
124
|
rubygems_version: 3.2.3
|
|
125
|
-
signing_key:
|
|
125
|
+
signing_key:
|
|
126
126
|
specification_version: 4
|
|
127
127
|
summary: Fluend output plugin to forward logs to VMware Aria Operations For Logs
|
|
128
128
|
test_files:
|