We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cddf58 commit 4cd6435Copy full SHA for 4cd6435
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## [1.168.0] - 2025-11-06
4
+
5
+- #926 - @niket-dujari - added provision for attach and detach share
6
+- #927 - @m3co-code - CON-12804 - add GPU related DOKS cluster plugin options
7
+- #924 - @llDrLove - CON-12995 Add GPU node pool resources to node pool template response
8
9
## [1.167.0] - 2025-10-18
10
11
- #921 - @sreeram-venkitesh - MNFS-164: Added NFS resize and snapshot APIs
godo.go
@@ -21,7 +21,7 @@ import (
21
)
22
23
const (
24
- libraryVersion = "1.167.0"
+ libraryVersion = "1.168.0"
25
defaultBaseURL = "https://api.digitalocean.com/"
26
userAgent = "godo/" + libraryVersion
27
mediaType = "application/json"
0 commit comments