Skip to content

Releases: dariusbakunas/truenas-go-sdk

v0.9.0

15 Nov 21:08
7aa9cfb
Compare
Choose a tag to compare

0.9.0 (2022-11-15)

Features

  • add createVM operation (d39123a)
  • add deleteVM operation (7221395)
  • add fetch script and update original spec (c547f32)
  • add updateVM and deleteVM operations (1d6c5a3)
  • re-generate code using latest openapi v6.2.1 (fa9f148)
  • start using release-please for managing releases (10dd5d5)

v0.8.1

15 Nov 12:43
Compare
Choose a tag to compare

0.8.1 (2022-11-15)

Features

  • start using release-please for managing releases (10dd5d5)

Bug Fixes

  • try skipping build (this is only library) (5a5fd02)

v0.8.0

19 Jul 11:44
3f3c198
Compare
Choose a tag to compare
Merge pull request #3 from terrycain/list-datasets

Added ListDatasets

v0.7.1

18 Jul 13:03
Compare
Choose a tag to compare

chore: re-generate using openapi-generator-cli v0.6.1

v0.6.1

09 Aug 01:32
Compare
Choose a tag to compare

Changelog

ff51528 fix: add missing volblocksize property

v0.6.0

09 Aug 01:24
Compare
Choose a tag to compare

Changelog

c96196f feat: few additional properties for datasets
d4545b6 fix: add missing force_size parameter for dataset update
4757f7f fix: volblocksize is string

v0.5.0

08 Aug 18:54
Compare
Choose a tag to compare

Changelog

70cc7a0 feat: add network configuration endpoint
db69105 feat: add network summary endpoint
8a85704 feat: add props to service announcement obj

v0.4.0

08 Aug 15:37
Compare
Choose a tag to compare

Changelog

2f0d245 feat: add list vms endpoint
030726a feat: add vm get endpoint

v0.3.0

08 Aug 13:32
Compare
Choose a tag to compare

Changelog

b30ade4 feat: add bash script for generator
1d2b7cb feat: add create dataset endpoint
9da9c71 feat: add cronjob creation endpoint
53d0e47 feat: add cronjob delete method
aa27a1f feat: add cronjob update endpoint
ea4b8b6 feat: add dataset getter
33630c6 feat: add dataset update
6eb3563 feat: add delete dataset endpoint
7499f96 feat: add get request for cronjob
6aae8fc feat: add getter for service
49a7223 fix: add missing dataset prop
b3dec6d fix: add temporary patch to work with text/plain responses
fd3fe60 fix: pids are ints
7a39301 fix: pool id should be int
32d8e5b fix: switch some integers to proper int64 format
f6d24b3 fix: used wrong quota type
d3f0d1b refactor: reuse CronjobSchedule type

v0.2.3

05 Aug 00:04
Compare
Choose a tag to compare

Changelog

2811e6f fix: wrong option in git workflow