Skip to content

Releases: ZStack-Robot/terraform-provider-zstack

v1.1.1

11 Sep 01:47
Compare
Choose a tag to compare

Changelog

  • afb4eaf Improvement: Add instance resource hook_script attribute
  • 9d9a6df feat:ZSTAC-78075. add datasource hook scripts
  • 7e1d5a9 feat: ZSTAC-77234. add networking_sdn_controllers datasource for sdn controllers
  • f4d1734 feat: ZSTAC-77029
  • 4c4e96d Feat: ZSTAC-77041. Add, query, get, delete, and update Security Group Rules
  • 7a8afd3 feat(security-group):ZSTAC-76758. add data source and resource for security group attachment
  • e9ed9f2 fix(network_interfaces): remove deprecated l3_network_uuids and ensure Read reflects correct state

v1.1.0

28 Jul 09:25
Compare
Choose a tag to compare

Changelog

  • 7f6e9b7 Improvement: ZSTAC-75840. Support static IP configuration via network_interfaces and restore compatibility with legacy l3_network_uuids field

v1.0.9

04 Jun 09:04
Compare
Choose a tag to compare

Changelog

  • 8afe930 fix(sdk-go): TIC-4206 replace internal job callback URL with configured hostname in httpWait.
  • 927b89c feat(script): allow user-defined encoding_type in script creation, default to Base64 in Terraform schema
  • 245ce5d feat(tag_attachment resource): ZSTAC-75183. add tag_attachment resource. Supports attaching tags to multiple resources, with or without tokens
  • 179c58b feat(tagResource): ZSTAC-75182 implement create, delete, and update operations for tag resource
  • ca2aaa4 feat: ZSTAC-75179, support system, user tag and resource type datasource
  • 539ff09 feat:ZSTAC-75180 Update tag management in go-sdk: create, update, delete, attach and detach tag operations
  • 3d06c77 feat(terraform): add guest_tools and scripts data sources, and implement guest_tools_attachment, script, and script_execution resources

v1.0.8

15 Apr 07:16
Compare
Choose a tag to compare

Changelog

  • 8fa791c fix: replace UTC time with local time (MST) in request date header to ensure compatibility with server expectations and avoid time skew errors

v1.0.7

11 Apr 02:10
Compare
Choose a tag to compare

Changelog

  • 4c057a0 fix:delete Type attribute, using default param value
  • 0af584e fix:delete Type attribute, using default param value
  • 23f2a5c [Improment:ZSTAC-74248]: Change stringvalidator Template to RootVolumeTemplate
  • 8cadf69 [Improment:ZSTAC-74248]: Change stringvalidator Template to RootVolumeTemplate
  • 755e73d [Improment:ZSTAC-74248]Support MediaType Attribute of image resource
  • 728eff6 [Improvement: ZSTAC-74149] Add Resource of Image and Instance expunge optional attribute

v1.0.6

18 Mar 09:44
Compare
Choose a tag to compare

Changelog

  • 17f64b8 fix: sdk-go http client Location from Asia/Shanghai to UTC
  • 0d74fd6 fix:(resource) add a attribute of description schema computed: true

v1.0.5

24 Jan 07:35
Compare
Choose a tag to compare

Changelog

  • cf86f07 fix(resource): add instance gpu_device_sepecs validator
  • 2977d6c fix(resource): modify virtual_router_offering public_network_uuid schema attribute to option
  • ee0c87d fix(resource): delete disk offering allocator_strategy and add virtual_router_offering public network uuid
  • 172d0e1 fix(resource): disk_offering, eip, virtual_router_image, virtual_router_offering, vpc produced inconsisternt result after apply
  • 89f0fe4 fix(resource): vip, instance_offering, image produced inconsisternt result after apply
  • 1f6e011 feat(datasource disks): support root or data disk data source.
  • 965589c feat(datasource disks): support root or data disk data source.
  • d862835 fix(resource vminstance):Resolved the issue of virtual Machine instance data disk not specifying primary storage
  • 71d7351 fix:Resolved the issue of virtual router instance not specifying primary storage
  • 035664f feat(primary_storage) add primary storage datasource query.
  • ca7e63b refactor: add utils func for memory_size convert MB <-> byte and disk size to convert GB <-> byte
  • 11dfae3 fix(sdk) add client timeout for image or instance long job task

v1.0.4

31 Dec 02:53
Compare
Choose a tag to compare

Changelog

  • 0deb9d8 feat(datasource): Refactor filter to support nested field filtering - Added support for filter structures such as: filter { name = 'state' values = ['Enabled'] }
  • 57ff44a feat(datasource): add support for filtering by field in datasource > > - Exclude MN nodes datasource from the filtering feature
  • 61de130 gitlab ci

v1.0.3

19 Dec 03:55
Compare
Choose a tag to compare

Changelog

  • e018665 feat(disk offering resource and datasource): add support for disk offering rerouces and datasource
  • c0725f5 docs: generate eip and reserved_ip datasource docs

v1.0.2

17 Dec 03:14
Compare
Choose a tag to compare
docs(README): update README add Getting Started and Examples