-
Notifications
You must be signed in to change notification settings - Fork 142
[Internal] Update Go SDK to v0.106.0 #4486
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| 2d7aaedaf5d20f82b17cc1de48543b88e609f464 | ||
| 69a174b6c47c5e1039a5f14271440c10e33998ce |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -691,6 +691,7 @@ resources.jobs.*.environments []jobs.JobEnvironment ALL | |
| resources.jobs.*.environments[*] jobs.JobEnvironment ALL | ||
| resources.jobs.*.environments[*].environment_key string ALL | ||
| resources.jobs.*.environments[*].spec *compute.Environment ALL | ||
| resources.jobs.*.environments[*].spec.base_environment string ALL | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Highlight: updated manually
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Was that needed? You can run
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, there were some test failures, will update it using |
||
| resources.jobs.*.environments[*].spec.client string ALL | ||
| resources.jobs.*.environments[*].spec.dependencies []string ALL | ||
| resources.jobs.*.environments[*].spec.dependencies[*] string ALL | ||
|
|
@@ -877,6 +878,8 @@ resources.jobs.*.tasks[*].condition_task.op jobs.ConditionTaskOp ALL | |
| resources.jobs.*.tasks[*].condition_task.right string ALL | ||
| resources.jobs.*.tasks[*].dashboard_task *jobs.DashboardTask ALL | ||
| resources.jobs.*.tasks[*].dashboard_task.dashboard_id string ALL | ||
| resources.jobs.*.tasks[*].dashboard_task.filters map[string]string ALL | ||
| resources.jobs.*.tasks[*].dashboard_task.filters.* string ALL | ||
| resources.jobs.*.tasks[*].dashboard_task.subscription *jobs.Subscription ALL | ||
| resources.jobs.*.tasks[*].dashboard_task.subscription.custom_subject string ALL | ||
| resources.jobs.*.tasks[*].dashboard_task.subscription.paused bool ALL | ||
|
|
@@ -939,6 +942,8 @@ resources.jobs.*.tasks[*].for_each_task.task.condition_task.op jobs.ConditionTas | |
| resources.jobs.*.tasks[*].for_each_task.task.condition_task.right string ALL | ||
| resources.jobs.*.tasks[*].for_each_task.task.dashboard_task *jobs.DashboardTask ALL | ||
| resources.jobs.*.tasks[*].for_each_task.task.dashboard_task.dashboard_id string ALL | ||
| resources.jobs.*.tasks[*].for_each_task.task.dashboard_task.filters map[string]string ALL | ||
| resources.jobs.*.tasks[*].for_each_task.task.dashboard_task.filters.* string ALL | ||
| resources.jobs.*.tasks[*].for_each_task.task.dashboard_task.subscription *jobs.Subscription ALL | ||
| resources.jobs.*.tasks[*].for_each_task.task.dashboard_task.subscription.custom_subject string ALL | ||
| resources.jobs.*.tasks[*].for_each_task.task.dashboard_task.subscription.paused bool ALL | ||
|
|
||
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revert this. We don't want to auto-release.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This was generated automatically, will revert