-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Versions Check CI Failure #11572
Copy link
Copy link
Closed
Labels
priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Metadata
Metadata
Assignees
Labels
priority: p3Desirable enhancement or fix. May not be included in next release.Desirable enhancement or fix. May not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Type
Fields
Give feedbackNo fields configured for issues without a type.
CI Issue:
This is because proto-iam-v3beta and grpc-iam-v3beta have versions hard-coded:
google-cloud-java/java-iam/google-iam-policy/pom.xml
Line 59 in 6baae9d
google-cloud-java/java-iam/google-iam-policy/pom.xml
Line 107 in 6baae9d
This is because the versions are managed in gapic-generator-bom and an old version of release-please removed the versions set.
PR to add it back: googleapis/sdk-platform-java#3785
We can remove the hard coded versions once sdk-platform-java is released with the PR and that should resolve this issue.