Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ var metadataDefaults = map[string]string{

var WorkbenchInstanceSettableUnmodifiableDefaultMetadata = []string{
"install-monitoring-agent",
"install-nvidia-driver",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Won't this be a breaking change for existing users?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why would it be? Previously this key was ignored. Now, it is not-ignored on creation and it is ignored any other time. For already existing resources, since it is ignored, it should be safe. lmk if I am missing something.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know the particulars of implementation for this resource. I simply saw defaults changing which can be breaking in certain cases if they induce a diff on already created resources. Based on the exposition -- it is not, which makes sense and is allowed.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

^^ account swap

"serial-port-logging-enable",
"report-notebook-metrics",
}
Expand Down Expand Up @@ -51,7 +52,6 @@ var WorkbenchInstanceProvidedMetadata = []string{
"generate-diagnostics-options",
"google-logging-enabled",
"image-url",
"install-nvidia-driver",
"installed-extensions",
"instance-region",
"last_updated_diagnostics",
Expand Down