Skip to content

Releases: TritonDataCenter/triton-go

1.8.5

19 Aug 15:49
Compare
Choose a tag to compare

Changes since 1.8.4:

  • Added delegate_dataset support to instance creation

See the changelog for a complete list of changes.

1.8.4

14 May 22:01
f719b4e
Compare
Choose a tag to compare

Changes since 1.8.3:

  • Fix panic when testing images without TRITON_TEST set [#186]

See the changelog for a complete list of changes.

1.8.3

06 May 17:11
d1acc6f
Compare
Choose a tag to compare

Changes since 1.8.2:

  • Add support for brand, flexible_disk and disks for packages [#182].

See the changelog for a complete list of changes.

1.8.2

06 May 16:10
d1acc6f
Compare
Choose a tag to compare

Changes since 1.8.1:

  • Fix panic when TRITON_TRACE_HTTP is set and resp is nil [#180].

See the changelog for a complete list of changes.

1.8.1

05 May 15:53
06eadae
Compare
Choose a tag to compare

Changes since 1.8.0:

  • Add ability to trace CloudAPI HTTP requests [#180]. You can set the TRITON_TRACE_HTTP environment variable to have the CloudAPI HTTP requests and responses be printed to stderr.

See the changelog for a complete list of changes.

1.8.0

30 Apr 16:30
536b709
Compare
Choose a tag to compare

Changes since 1.7.2:

  • Update compute acceptance tests to work with COAL (#179)

See the changelog for a complete list of changes.

1.7.2

29 Apr 20:01
8aebc6e
Compare
Choose a tag to compare

Changes since 1.7.1 release:

  • compute: you can now set the TRITON_SKIP_TLS_VERIFY environment variable to skip TLS checking, which is useful when running a Triton environment that uses self-signed certificates [#117]

1.7.1

29 Apr 19:59
54ab761
Compare
Choose a tag to compare

Changes since 1.7.0 release:

  • compute/volumes: Add support for volume tags [#175]

1.7.0

26 Jun 21:45
Compare
Choose a tag to compare

Adds support for Go modules.

1.6.1

26 Jun 15:38
Compare
Choose a tag to compare

Changes since 1.6.0 release:

  • compute/networks: support network objects for AddNIC [#169]