Releases: vmware/vrops-export
Releases · vmware/vrops-export
3.3.2
- SECURITY UPDATE: Updated SnakeYaml to 2.0
- Fixed timezone bug in test cases
3.3.1
- Added -A option to list adapter kinds
- Bumped version of snakeyaml
3.3.0
Added support for vSphere tags as values. Notation is as follows:
fields:
- alias: costcenter
- category: costcenter
This will output the value of any tag with a "costcenter" category. If more than one tag with that category exists, the behavior is undefined.
3.2.0
- Added support for vR Ops cloud
- Added -r option for refresh-token based login
- Removed default disabling of SNIExtension
- Added --no-sniextensions flag
3.0.1
Bumped version of log4j to fix log4shell vulnerability.
2.3.1
Added check for value/timestamp count mismatch.
3.0.0
- Added ElasticSearch output
- Added JSON output
- Added allMetrics flag
- Added name sanitation
- Modernized code
- Cleaned up JSON parsing
- Cleaned up logging
- Fixed various bugs
3.0.0-BETA1
- Added ElasticSearch output
- Added JSON output
- Added
allMetrics
flag
- Added name sanitation
- Modernized code
- Cleaned up JSON parsing
- Cleaned up logging
2.3.0
- Added the json output format
- Added the allMetrics definition file setting
Please refer to README.md for a complete description of this new functionality!
2.2.2
Fixed errors thrown when adapter types and resource types had spaces in them.