Skip to content

Releases: vmware/vmware-aria-operations-integration-sdk

1.1.0

23 Oct 19:09
87864ed
Compare
Choose a tag to compare

Features

  • Add Java support
  • Improve logging when building a container image fails

Bugfixes

  • Fix a dependency issue with xmlschema
  • Fix issue where Suite API connection information in connections.json did not inherit
    default values correctly
  • Fix issue where SuiteAPI behavior in an mp-test Test Connection did not match the
    behavior in VMware Aria Operations durring Test Connection and Get Endpoints. Specifically,
    on the platform the SuiteAPI credentials are only sent durring a Collection, as that is the
    only time the SuiteAPI is intended to be used. However, mp-test had been sending SuiteAPI
    credentials for all three operations. The behavior of mp-test now matches the platform.

1.0.1

20 Oct 12:55
Compare
Choose a tag to compare
  • Update dependencies to resolve a security vulnerability in GitPython
  • Fix issue where registry URL would not parse correctly if a port was not present
  • Fix issue where server would repeatedly crash if logging directory was not writable
    • If user runs mp-init using root, the logs directory's permissions are set to world-wriable
    • If user runs mp-init as root, mp-init warns that the above will happen
    • Improves error handling when logs directory is not writable to prevent server crashes

1.0.0

20 Oct 12:53
Compare
Choose a tag to compare

Initial release of the Integration SDK for VMware Aria Operations.

This release supports creating integrations using Python.