File tree 2 files changed +6
-0
lines changed
google/services/workbench
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change
1
+ ```release-note:bug
2
+ workbench: fixed a bug with workbench instance metadata drifting when using custom containers.
3
+ ```
Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ var WorkbenchInstanceProvidedMetadata = []string{
63
63
"agent-health-check-interval-seconds" ,
64
64
"agent-health-check-path" ,
65
65
"container" ,
66
+ "cos-update-strategy" ,
66
67
"custom-container-image" ,
67
68
"custom-container-payload" ,
68
69
"data-disk-uri" ,
@@ -81,6 +82,7 @@ var WorkbenchInstanceProvidedMetadata = []string{
81
82
"generate-diagnostics-bucket" ,
82
83
"generate-diagnostics-file" ,
83
84
"generate-diagnostics-options" ,
85
+ "google-logging-enabled" ,
84
86
"image-url" ,
85
87
"install-monitoring-agent" ,
86
88
"install-nvidia-driver" ,
@@ -103,6 +105,7 @@ var WorkbenchInstanceProvidedMetadata = []string{
103
105
"report-system-status" ,
104
106
"restriction" ,
105
107
"serial-port-logging-enable" ,
108
+ "service-account-mode" ,
106
109
"shutdown-script" ,
107
110
"title" ,
108
111
"use-collaborative" ,
You can’t perform that action at this time.
0 commit comments