Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

chore: release 2.3.1#632

Merged
gcf-merge-on-green[bot] merged 1 commit intomainfrom
release-please/branches/main
Jan 7, 2022
Merged

chore: release 2.3.1#632
gcf-merge-on-green[bot] merged 1 commit intomainfrom
release-please/branches/main

Conversation

@release-please
Copy link
Copy Markdown
Contributor

@release-please release-please bot commented Dec 6, 2021

🤖 I have created a release *beep* *boop*

2.3.1 (2022-01-07)

Bug Fixes

Dependencies

  • update dependency com.google.cloud:google-cloud-shared-dependencies to v2.6.0 (#641) (dca2260)

This PR was generated with Release Please. See documentation.

@release-please release-please bot requested a review from a team December 6, 2021 18:04
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Dec 6, 2021
@product-auto-label product-auto-label bot added the api: container Issues related to the googleapis/java-container API. label Dec 6, 2021
@Shabirmean Shabirmean added the kokoro:run Add this label to force Kokoro to re-run the tests. label Dec 8, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Dec 8, 2021
@Shabirmean
Copy link
Copy Markdown
Contributor

@lesv @Neenu1995

Are you'll aware of this permission denied error on a specific project?

com.google.api.gax.rpc.PermissionDeniedException: io.grpc.StatusRuntimeException: PERMISSION_DENIED: Required "container.clusters.create" permission(s) for "projects/779844219229".
	at com.google.api.gax.rpc.ApiExceptionFactory.createException(ApiExceptionFactory.java:53)
	at com.google.api.gax.grpc.GrpcApiExceptionFactory.create(GrpcApiExceptionFactory.java:72)
	at com.google.api.gax.grpc.GrpcApiExceptionFactory.create(GrpcApiExceptionFactory.java:60)
	at com.google.api.gax.grpc.GrpcExceptionCallable$ExceptionTransformingFuture.onFailure(GrpcExceptionCallable.java:97)
	at com.google.api.core.ApiFutures$1.onFailure(ApiFutures.java:68)
	at com.google.common.util.concurrent.Futures$CallbackListener.run(Futures.java:1133)
	at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:31)
	at com.google.common.util.concurrent.AbstractFuture.executeListener(AbstractFuture.java:1277)
	at com.google.common.util.concurrent.AbstractFuture.complete(AbstractFuture.java:1038)
	at com.google.common.util.concurrent.AbstractFuture.setException(AbstractFuture.java:808)
	at io.grpc.stub.ClientCalls$GrpcFuture.setException(ClientCalls.java:564)
	at io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:534)
	at io.grpc.internal.DelayedClientCall$DelayedListener$3.run(DelayedClientCall.java:463)
	at io.grpc.internal.DelayedClientCall$DelayedListener.delayOrExecute(DelayedClientCall.java:427)
	at io.grpc.internal.DelayedClientCall$DelayedListener.onClose(DelayedClientCall.java:460)
	at io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:562)
	at io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:70)
	at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:743)
	at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:722)
	at io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
	at io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:133)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: com.google.api.gax.rpc.AsyncTaskException: Asynchronous task failed
		at com.google.api.gax.rpc.ApiExceptions.callAndTranslateApiException(ApiExceptions.java:57)
		at com.google.api.gax.rpc.UnaryCallable.call(UnaryCallable.java:112)
		at com.google.cloud.container.v1.ClusterManagerClient.createCluster(ClusterManagerClient.java:522)
		at com.google.cloud.container.v1.ClusterManagerClient.createCluster(ClusterManagerClient.java:485)
		at com.google.cloud.container.v1.it.ITSystemTest.beforeClass(ITSystemTest.java:85)
		at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
		at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
		at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.lang.reflect.Method.invoke(Method.java:498)
		at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
		at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
		at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
		at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
		at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
		at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
		at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
		at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
		at org.junit.runners.Suite.runChild(Suite.java:128)
		at org.junit.runners.Suite.runChild(Suite.java:27)
		at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
		at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
		at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)

@bourgeoisor
Copy link
Copy Markdown
Contributor

Is this potentially related to moving the project used for these tests to the JDST project? There might be some missing permissions.
#628

@lesv
Copy link
Copy Markdown

lesv commented Dec 10, 2021

Yea - that's possible, I'm looking into it.

@lesv lesv added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 10, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 10, 2021
@release-please release-please bot force-pushed the release-please/branches/main branch from a73ca95 to 7a75071 Compare December 10, 2021 23:59
@Shabirmean Shabirmean added the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Dec 13, 2021
@Shabirmean
Copy link
Copy Markdown
Contributor

Release freeze until Jan-3-2022

@ahrarmonsur ahrarmonsur added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 14, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 14, 2021
@release-please release-please bot force-pushed the release-please/branches/main branch from 7a75071 to b3c458c Compare December 28, 2021 20:46
@Neenu1995 Neenu1995 removed the do not merge Indicates a pull request not ready for merge, due to either quality or timing. label Jan 5, 2022
@release-please release-please bot force-pushed the release-please/branches/main branch from b3c458c to 744fe16 Compare January 6, 2022 19:02
@release-please release-please bot force-pushed the release-please/branches/main branch from 744fe16 to b8a6125 Compare January 7, 2022 04:00
@Neenu1995 Neenu1995 added api: automl Issues related to the AutoML API. kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Jan 7, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 7, 2022
@Neenu1995 Neenu1995 added the automerge Merge the pull request once unit tests and other checks pass. label Jan 7, 2022
@gcf-merge-on-green gcf-merge-on-green bot merged commit ff80785 into main Jan 7, 2022
@gcf-merge-on-green gcf-merge-on-green bot deleted the release-please/branches/main branch January 7, 2022 18:18
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Jan 7, 2022
@release-please
Copy link
Copy Markdown
Contributor Author

release-please bot commented Jan 7, 2022

@release-tool-publish-reporter
Copy link
Copy Markdown

The release build has started, the log can be viewed here. 🌻

@release-tool-publish-reporter
Copy link
Copy Markdown

🥚 You hatched a release! The release build finished successfully! 💜

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

api: automl Issues related to the AutoML API. api: container Issues related to the googleapis/java-container API. autorelease: published cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants