-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
feat: remove GKEHubv1alpha2 #10415
feat: remove GKEHubv1alpha2 #10415
Conversation
Adding |
java-gkehub/.OwlBot.yaml
Outdated
@@ -28,13 +28,9 @@ deep-copy-regex: | |||
dest: "/owl-bot-staging/java-gkehub/v1beta/proto-google-cloud-gkehub-v1beta/src" | |||
- source: "/google/cloud/gkehub/v1beta1/.*-java/proto-google-.*/src/main/java/com/google/cloud/gkehub" | |||
dest: "/owl-bot-staging/java-gkehub/v1beta1/proto-google-cloud-gkehub-v1beta1/src/main/java/com/google/cloud/gkehub" |
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.
dest: "/owl-bot-staging/java-gkehub/v1beta1/proto-google-cloud-gkehub-v1beta1/src/main/java/com/google/cloud/gkehub" | |
- source: "/google/cloud/gkehub/(v.*)/.*-java/proto-google-.*/src" | |
dest: "/owl-bot-staging/java-gkehub/$1/proto-google-cloud-alloydb-$1/src" |
There's no v1alpha2
in googleapis-gen. Could you change these two lines without specifying the version?
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.
Thanks.
followup on #10415. existing-version-check on release branch reported snapshot versions: com.google.api.grpc:grpc-google-cloud-gkehub-v1alpha2:0.43.0-SNAPSHOT: com.google.api.grpc:proto-google-cloud-gkehub-v1alpha2:0.43.0-SNAPSHOT GKEHubv1alpha2 modules are removed, but owl-bot is not able to cleanup these pom files.
GKEHubv1alpha2 protos are removed. This PR removes those modules and updates the
.OwlBot.yaml
file to ensure they are not copied over from googleapis-gen in the future.