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

Conversation

renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented May 19, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.cloud:google-cloud-shared-dependencies 2.10.0 -> 2.12.0 age adoption passing confidence

Configuration

πŸ“… Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

β™» Rebasing: Renovate will not automatically rebase this PR, because other commits have been found.

πŸ”• Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox. ⚠ Warning: custom changes will be lost.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate-bot renovate-bot requested review from a team as code owners May 19, 2022 00:07
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels May 19, 2022
@product-auto-label product-auto-label bot added size: xs Pull request size is extra small. api: vertex-ai Issues related to the googleapis/java-aiplatform API. labels May 19, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 19, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 19, 2022
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels May 19, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label May 19, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 19, 2022
@meltsufin meltsufin added the automerge Merge the pull request once unit tests and other checks pass. label May 19, 2022
@gcf-merge-on-green gcf-merge-on-green bot merged commit fd5d001 into googleapis:main May 19, 2022
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label May 19, 2022
gcf-merge-on-green bot pushed a commit that referenced this pull request May 24, 2022
πŸ€– I have created a release *beep* *boop*
---


## [2.9.0](v2.8.9...v2.9.0) (2022-05-24)


### Features

* add build scripts for native image testing in Java 17 ([#1440](https://github.com/googleapis/java-aiplatform/issues/1440)) ([#894](#894)) ([4d7349e](4d7349e))
* add ConvexAutomatedStoppingSpec to StudySpec in aiplatform v1 study.proto ([78bcdac](78bcdac))
* add ConvexAutomatedStoppingSpec to StudySpec in aiplatform v1beta1 study.proto ([78bcdac](78bcdac))
* add JOB_STATE_UPDATING to JobState in aiplatform v1 job_state.proto ([78bcdac](78bcdac))
* add JOB_STATE_UPDATING to JobState in aiplatform v1beta1 job_state.proto ([78bcdac](78bcdac))
* add LatestMonitoringPipelineMetadata to ModelDeploymentMonitoringJob in aiplatform v1beta1 model_deployment_monitoring_job.proto ([78bcdac](78bcdac))
* add ListModelVersion, DeleteModelVersion, and MergeVersionAliases rpcs to aiplatform v1beta1 model_service.proto ([78bcdac](78bcdac))
* add MfsMount in aiplatform v1 machine_resources.proto ([78bcdac](78bcdac))
* add MfsMount in aiplatform v1beta1 machine_resources.proto ([78bcdac](78bcdac))
* add model_id and parent_model to TrainingPipeline in aiplatform v1beta1 training_pipeline.proto ([78bcdac](78bcdac))
* add model_version_id to DeployedModel in aiplatform v1beta1 endpoint.proto ([78bcdac](78bcdac))
* add model_version_id to PredictResponse in aiplatform v1beta1 prediction_service.proto ([78bcdac](78bcdac))
* add model_version_id to UploadModelRequest and UploadModelResponse in aiplatform v1beta1 model_service.proto ([78bcdac](78bcdac))
* add nfs_mounts to WorkPoolSpec in aiplatform v1 custom_job.proto ([78bcdac](78bcdac))
* add nfs_mounts to WorkPoolSpec in aiplatform v1beta1 custom_job.proto ([78bcdac](78bcdac))
* add PredictRequestResponseLoggingConfig to aiplatform v1beta1 endpoint.proto ([78bcdac](78bcdac))
* add reserved_ip_ranges to CustomJobSpec in aiplatform v1 custom_job.proto ([78bcdac](78bcdac))
* add reserved_ip_ranges to CustomJobSpec in aiplatform v1beta1 custom_job.proto ([78bcdac](78bcdac))
* add version_id to Model in aiplatform v1beta1 model.proto ([78bcdac](78bcdac))
* remove several `REQUIRED` field annotations in featurestore.proto, metadata.proto, and pipeline_job.proto ([78bcdac](78bcdac))
* remove several `REQUIRED` field annotations in featurestore.proto, metadata.proto, and pipeline_job.proto ([78bcdac](78bcdac))
* rename Similarity to Examples, and similarity to examples in ExplanationParameters in aiplatform v1beta1 explanation.proto ([78bcdac](78bcdac))


### Dependencies

* update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.14.9 ([#890](#890)) ([bedf5d9](bedf5d9))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.11.0 ([#893](#893)) ([fd5d001](fd5d001))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.12.0 ([#912](#912)) ([32c47cc](32c47cc))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
@renovate-bot renovate-bot deleted the renovate/com.google.cloud-google-cloud-shared-dependencies-2.x branch May 24, 2022 17:39
github-actions bot pushed a commit to meltsufin/monorepo-experiments that referenced this pull request May 24, 2022
πŸ€– I have created a release *beep* *boop*
---


## [2.9.0](googleapis/java-aiplatform@v2.8.9...v2.9.0) (2022-05-24)


### Features

* add build scripts for native image testing in Java 17 ([#1440](https://github.com/googleapis/java-aiplatform/issues/1440)) ([#894](googleapis/java-aiplatform#894)) ([061d140](googleapis/java-aiplatform@061d140))
* add ConvexAutomatedStoppingSpec to StudySpec in aiplatform v1 study.proto ([e662ae3](googleapis/java-aiplatform@e662ae3))
* add ConvexAutomatedStoppingSpec to StudySpec in aiplatform v1beta1 study.proto ([e662ae3](googleapis/java-aiplatform@e662ae3))
* add JOB_STATE_UPDATING to JobState in aiplatform v1 job_state.proto ([e662ae3](googleapis/java-aiplatform@e662ae3))
* add JOB_STATE_UPDATING to JobState in aiplatform v1beta1 job_state.proto ([e662ae3](googleapis/java-aiplatform@e662ae3))
* add LatestMonitoringPipelineMetadata to ModelDeploymentMonitoringJob in aiplatform v1beta1 model_deployment_monitoring_job.proto ([e662ae3](googleapis/java-aiplatform@e662ae3))
* add ListModelVersion, DeleteModelVersion, and MergeVersionAliases rpcs to aiplatform v1beta1 model_service.proto ([e662ae3](googleapis/java-aiplatform@e662ae3))
* add MfsMount in aiplatform v1 machine_resources.proto ([e662ae3](googleapis/java-aiplatform@e662ae3))
* add MfsMount in aiplatform v1beta1 machine_resources.proto ([e662ae3](googleapis/java-aiplatform@e662ae3))
* add model_id and parent_model to TrainingPipeline in aiplatform v1beta1 training_pipeline.proto ([e662ae3](googleapis/java-aiplatform@e662ae3))
* add model_version_id to DeployedModel in aiplatform v1beta1 endpoint.proto ([e662ae3](googleapis/java-aiplatform@e662ae3))
* add model_version_id to PredictResponse in aiplatform v1beta1 prediction_service.proto ([e662ae3](googleapis/java-aiplatform@e662ae3))
* add model_version_id to UploadModelRequest and UploadModelResponse in aiplatform v1beta1 model_service.proto ([e662ae3](googleapis/java-aiplatform@e662ae3))
* add nfs_mounts to WorkPoolSpec in aiplatform v1 custom_job.proto ([e662ae3](googleapis/java-aiplatform@e662ae3))
* add nfs_mounts to WorkPoolSpec in aiplatform v1beta1 custom_job.proto ([e662ae3](googleapis/java-aiplatform@e662ae3))
* add PredictRequestResponseLoggingConfig to aiplatform v1beta1 endpoint.proto ([e662ae3](googleapis/java-aiplatform@e662ae3))
* add reserved_ip_ranges to CustomJobSpec in aiplatform v1 custom_job.proto ([e662ae3](googleapis/java-aiplatform@e662ae3))
* add reserved_ip_ranges to CustomJobSpec in aiplatform v1beta1 custom_job.proto ([e662ae3](googleapis/java-aiplatform@e662ae3))
* add version_id to Model in aiplatform v1beta1 model.proto ([e662ae3](googleapis/java-aiplatform@e662ae3))
* remove several `REQUIRED` field annotations in featurestore.proto, metadata.proto, and pipeline_job.proto ([e662ae3](googleapis/java-aiplatform@e662ae3))
* remove several `REQUIRED` field annotations in featurestore.proto, metadata.proto, and pipeline_job.proto ([e662ae3](googleapis/java-aiplatform@e662ae3))
* rename Similarity to Examples, and similarity to examples in ExplanationParameters in aiplatform v1beta1 explanation.proto ([e662ae3](googleapis/java-aiplatform@e662ae3))


### Dependencies

* update dependency com.google.api.grpc:proto-google-cloud-aiplatform-v1beta1 to v0.14.9 ([#890](googleapis/java-aiplatform#890)) ([1aee484](googleapis/java-aiplatform@1aee484))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.11.0 ([#893](googleapis/java-aiplatform#893)) ([2f147a5](googleapis/java-aiplatform@2f147a5))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.12.0 ([#912](googleapis/java-aiplatform#912)) ([3bb35d3](googleapis/java-aiplatform@3bb35d3))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api: vertex-ai Issues related to the googleapis/java-aiplatform API. size: xs Pull request size is extra small.
Projects
None yet
3 participants