Skip to content

Commit

Permalink
Release Google.Cloud.Batch.V1Alpha version 1.0.0-alpha28 (#12812)
Browse files Browse the repository at this point in the history
Changes in this release:

### New features

- Update description on allowed_locations in LocationPolicy field ([commit fb760fc](https://togithub.com/googleapis/google-cloud-dotnet/commit/fb760fc31a58b8adbd3b7a471147bf2f331e3d0f))
- Add UpdateJob API to update the job spec, only task_count is supported now ([commit fb760fc](https://togithub.com/googleapis/google-cloud-dotnet/commit/fb760fc31a58b8adbd3b7a471147bf2f331e3d0f))

### Documentation improvements

- Updated comments ([commit fb760fc](https://togithub.com/googleapis/google-cloud-dotnet/commit/fb760fc31a58b8adbd3b7a471147bf2f331e3d0f))
  • Loading branch information
jskeet committed May 13, 2024
1 parent 26f7020 commit ee70880
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>1.0.0-alpha27</Version>
<Version>1.0.0-alpha28</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Batch API (v1alpha), which allows you to manage the running of batch jobs on Google Cloud Platform.</Description>
Expand Down
11 changes: 11 additions & 0 deletions apis/Google.Cloud.Batch.V1Alpha/docs/history.md
@@ -1,5 +1,16 @@
# Version history

## Version 1.0.0-alpha28, released 2024-05-13

### New features

- Update description on allowed_locations in LocationPolicy field ([commit fb760fc](https://github.com/googleapis/google-cloud-dotnet/commit/fb760fc31a58b8adbd3b7a471147bf2f331e3d0f))
- Add UpdateJob API to update the job spec, only task_count is supported now ([commit fb760fc](https://github.com/googleapis/google-cloud-dotnet/commit/fb760fc31a58b8adbd3b7a471147bf2f331e3d0f))

### Documentation improvements

- Updated comments ([commit fb760fc](https://github.com/googleapis/google-cloud-dotnet/commit/fb760fc31a58b8adbd3b7a471147bf2f331e3d0f))

## Version 1.0.0-alpha27, released 2024-05-08

### New features
Expand Down
2 changes: 1 addition & 1 deletion apis/apis.json
Expand Up @@ -711,7 +711,7 @@
},
{
"id": "Google.Cloud.Batch.V1Alpha",
"version": "1.0.0-alpha27",
"version": "1.0.0-alpha28",
"type": "grpc",
"productName": "Batch",
"productUrl": "https://cloud.google.com/batch/docs/",
Expand Down

0 comments on commit ee70880

Please sign in to comment.