Skip to content

Commit

Permalink
feat: [batch] add InstancePolicy.reservation field for restricting jo…
Browse files Browse the repository at this point in the history
…bs to a specific reservation (#9933)

* feat: Add the support for the batch hpc rocky linux image

---
feat: add InstancePolicy.reservation field for restricting jobs to a specific reservation

---
docs: elaborate the usage of Container.volumes proto field
PiperOrigin-RevId: 570148633

Source-Link: googleapis/googleapis@b7aec3f

Source-Link: googleapis/googleapis-gen@84ca8d0
Copy-Tag: eyJwIjoiamF2YS1iYXRjaC8uT3dsQm90LnlhbWwiLCJoIjoiODRjYThkMDlhZTZlYWY3MjkzNTcyZDc4N2YyZjFhOTZkN2YyOTVlZSJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* feat: add InstancePolicy.reservation field for restricting jobs to a specific reservation

---
docs: elaborate the usage of Container.volumes proto field
PiperOrigin-RevId: 570165566

Source-Link: googleapis/googleapis@de6760b

Source-Link: googleapis/googleapis-gen@8a604d8
Copy-Tag: eyJwIjoiamF2YS1iYXRjaC8uT3dsQm90LnlhbWwiLCJoIjoiOGE2MDRkOGM3OGYyYzdmMTUwMjc3ZWEzYjJmNTNmODI5NjJhYmI1NSJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Oct 9, 2023
1 parent bf84044 commit 42f3ee5
Show file tree
Hide file tree
Showing 12 changed files with 719 additions and 182 deletions.
4 changes: 2 additions & 2 deletions java-batch/README.md
Expand Up @@ -23,7 +23,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.23.0</version>
<version>26.24.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -201,7 +201,7 @@ Java is a registered trademark of Oracle and/or its affiliates.
[kokoro-badge-link-5]: http://storage.googleapis.com/cloud-devrel-public/java/badges/google-cloud-java/java11.html
[stability-image]: https://img.shields.io/badge/stability-preview-yellow
[maven-version-image]: https://img.shields.io/maven-central/v/com.google.cloud/google-cloud-batch.svg
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-batch/0.24.0
[maven-version-link]: https://central.sonatype.com/artifact/com.google.cloud/google-cloud-batch/0.27.0
[authentication]: https://github.com/googleapis/google-cloud-java#authentication
[auth-scopes]: https://developers.google.com/identity/protocols/oauth2/scopes
[predefined-iam-roles]: https://cloud.google.com/iam/docs/understanding-roles#predefined_roles
Expand Down

0 comments on commit 42f3ee5

Please sign in to comment.