-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Apply new annotations model to more resources #8931
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
Apply new annotations model to more resources #8931
Conversation
8c0feef
to
1cb43d5
Compare
Hi there, I'm the Modular magician. I've detected the following information about your changes: Breaking Change(s) DetectedThe following breaking change(s) were detected within your pull request.
If you believe this detection to be incorrect please raise the concern with your reviewer. If you intend to make this change you will need to wait for a major release window. An Diff reportYour PR generated some diffs in downstreams - here they are. Terraform GA: Diff ( 16 files changed, 150 insertions(+), 77 deletions(-)) |
Tests analyticsTotal tests: Action takenFound 8 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected testsTestAccBigtableAppProfile_bigtableAppProfileMulticlusterExample|TestAccBigtableAppProfile_bigtableAppProfileSingleclusterExample|TestAccBigtableAppProfile_bigtableAppProfileAnyclusterExample|TestAccCloudRunV2Job_cloudrunv2JobFullUpdate|TestAccSecretManagerSecret_annotationsUpdate|TestAccWorkstationsWorkstationConfig_update|TestAccWorkstationsWorkstationCluster_update|TestAccWorkstationsWorkstationCluster_Private_update |
Rerun these tests in REPLAYING mode to catch issues
|
1cb43d5
to
4a979d8
Compare
Hi there, I'm the Modular magician. I've detected the following information about your changes: Breaking Change(s) DetectedThe following breaking change(s) were detected within your pull request.
If you believe this detection to be incorrect please raise the concern with your reviewer. If you intend to make this change you will need to wait for a major release window. An Diff reportYour PR generated some diffs in downstreams - here they are. Terraform GA: Diff ( 18 files changed, 155 insertions(+), 82 deletions(-)) |
4a979d8
to
fc9d361
Compare
Hi there, I'm the Modular magician. I've detected the following information about your changes: Breaking Change(s) DetectedThe following breaking change(s) were detected within your pull request.
If you believe this detection to be incorrect please raise the concern with your reviewer. If you intend to make this change you will need to wait for a major release window. An Diff reportYour PR generated some diffs in downstreams - here they are. Terraform GA: Diff ( 18 files changed, 162 insertions(+), 83 deletions(-)) |
fc9d361
to
24b5b69
Compare
Hi there, I'm the Modular magician. I've detected the following information about your changes: Breaking Change(s) DetectedThe following breaking change(s) were detected within your pull request.
If you believe this detection to be incorrect please raise the concern with your reviewer. If you intend to make this change you will need to wait for a major release window. An Diff reportYour PR generated some diffs in downstreams - here they are. Terraform GA: Diff ( 18 files changed, 162 insertions(+), 83 deletions(-)) |
24b5b69
to
0d026ca
Compare
Hi there, I'm the Modular magician. I've detected the following information about your changes: Breaking Change(s) DetectedThe following breaking change(s) were detected within your pull request.
If you believe this detection to be incorrect please raise the concern with your reviewer. If you intend to make this change you will need to wait for a major release window. An Diff reportYour PR generated some diffs in downstreams - here they are. Terraform GA: Diff ( 18 files changed, 162 insertions(+), 83 deletions(-)) |
Tests analyticsTotal tests: Action takenFound 10 affected test(s) by replaying old test recordings. Starting RECORDING based on the most recent commit. Click here to see the affected testsTestAccGkeonpremBareMetalCluster_bareMetalClusterUpdateBasic|TestAccGkeonpremBareMetalAdminCluster_gkeonpremBareMetalAdminClusterFullExample|TestAccGkeonpremVmwareCluster_vmwareClusterUpdateBasic|TestAccGkeonpremBareMetalNodePool_bareMetalNodePoolUpdate|TestAccGkeonpremVmwareNodePool_vmwareNodePoolUpdate|TestAccWorkstationsWorkstationConfigIamBindingGenerated|TestAccWorkstationsWorkstationConfig_workstationConfigBasicExample|TestAccWorkstationsWorkstationConfigIamMemberGenerated|TestAccWorkstationsWorkstationConfig_update|TestAccWorkstationsWorkstationConfigIamPolicyGenerated |
Rerun these tests in REPLAYING mode to catch issues
|
@@ -100,7 +100,6 @@ properties: | |||
Prefix must be a DNS subdomain. | |||
Name must be 63 characters or less, begin and end with alphanumerics, | |||
with dashes (-), underscores (_), dots (.), and alphanumerics between. | |||
default_from_api: true |
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.
double checking / need a reminder - there is another field that is computed
that will replace the functionality of this field being default_from_api
right? And this field is moving to write-only?
Release Note Template for Downstream PRs (will be copied)