Skip to content

Latest commit

 

History

History
70 lines (41 loc) · 1.06 KB

File metadata and controls

70 lines (41 loc) · 1.06 KB

0.0.10 - (unreleased)

BUGS:

  • desired MAC is a purely optional parameter
  • 60 seconds timeout is not enough for SLES 16

0.0.9 - 2025-12-08

BUGS:

  • configure first network interface at OS level
  • booleans did not always get marshalled into json

FEATURES:

  • allow to configure static IPs

0.0.8 - 2025-11-29

BUGS:

  • updated base library to version 0.1.4

0.0.7 - 2025-11-28

FEATURES:

  • Read() for custom switch
  • Update() for custom switch
  • new adapter_address parameter for guest
  • building and usage instructions for OpenTofu

0.0.6 - 2024-02-18

FEATURES:

  • Read() for feilong guest
  • Update() for feilong guest

0.0.5 - 2023-12-24

FEATURES:

  • removed support for network parameters

0.0.4 - 2023-12-16

FEATURES:

  • support for authentication token
  • support for HTTPS

0.0.3 - 2023-12-11

FEATURES:

  • support for custom switches

0.0.2 - 2023-12-02

FEATURES:

  • returns IP address of guest

0.0.1 - 2023-11-15

FEATURES:

  • first skeleton for provider
  • can create and delete guests
  • unfinished acceptance tests