Releases: TritonDataCenter/triton-go
Releases · TritonDataCenter/triton-go
1.8.5
Changes since 1.8.4:
- Added delegate_dataset support to instance creation
See the changelog for a complete list of changes.
1.8.4
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
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
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
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
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
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
Changes since 1.7.0 release:
- compute/volumes: Add support for volume tags [#175]
1.7.0
Adds support for Go modules.
1.6.1
Changes since 1.6.0 release:
- compute/networks: support network objects for AddNIC [#169]