Skip to content

Releases: vmturbo/csv_to_static_groups

v1.1.5

04 Aug 14:21
9395a0e
Compare
Choose a tag to compare

1.1.5 Change log

  • Fixed log messaging when multiple VMs with the same name were discovered
  • Fixed documentation config file example for encoded credentials

v1.1.4

02 Aug 16:01
d12c60a
Compare
Choose a tag to compare

1.1.4 Change log

  • Set shebang to "#! /usr/bin/env python" for better compatability
  • Added "utf-8-sig" when opening and reading the csv file for better compatibility with Excel
  • Replaced "from_cache" with "fetch_all" for API calls to Turbonomic via vmtconnect

v1.1.3

04 Aug 17:58
Compare
Choose a tag to compare

1.1.3 Change log

  • Fixed parameters for vmt-connect methods
  • Fixed deprecated connection class usage

1.1.2

19 Jun 19:03
Compare
Choose a tag to compare

1.1.2 Change log

  • Fixed spelling mistakes in csv_to_static_group and export_groups_to_csv
  • Fixed the spelling mistakes in the docs

1.1.1

04 Jun 22:15
Compare
Choose a tag to compare

1.1.1 Change log

  • Added export_to_csv example script
  • Fixed some doc mistakes

1.1.0

14 May 19:52
Compare
Choose a tag to compare

1.1.0 Change log

  • Added StaticGroup.exists method
  • Added README and other minor doc changes that were committed after the 1.0.0 release