Skip to content

Commit

Permalink
Release Google.Cloud.Run.V2 version 2.10.0 (#13669)
Browse files Browse the repository at this point in the history
  • Loading branch information
jskeet authored Oct 8, 2024
1 parent 64c948c commit 803d043
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>2.9.0</Version>
<Version>2.10.0</Version>
<TargetFrameworks>netstandard2.0;net462</TargetFrameworks>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<Description>Recommended Google client library to access the Google Cloud Run Admin API (v2)</Description>
Expand Down
14 changes: 14 additions & 0 deletions apis/Google.Cloud.Run.V2/docs/history.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Version history

## Version 2.10.0, released 2024-10-07

### New features

- Add Builds API ([commit b72b1d8](https://github.com/googleapis/google-cloud-dotnet/commit/b72b1d8eae1298344189c98f441989119a1cd0e4))
- Add Service Mesh configuration to Services ([commit b72b1d8](https://github.com/googleapis/google-cloud-dotnet/commit/b72b1d8eae1298344189c98f441989119a1cd0e4))
- Add GPU configuration to Services ([commit b72b1d8](https://github.com/googleapis/google-cloud-dotnet/commit/b72b1d8eae1298344189c98f441989119a1cd0e4))
- Add INGRESS_TRAFFIC_NONE to Services ([commit b72b1d8](https://github.com/googleapis/google-cloud-dotnet/commit/b72b1d8eae1298344189c98f441989119a1cd0e4))
- Add ServiceScaling to Services ([commit b72b1d8](https://github.com/googleapis/google-cloud-dotnet/commit/b72b1d8eae1298344189c98f441989119a1cd0e4))

### Documentation improvements

- Fixed formatting of some documentation ([commit b72b1d8](https://github.com/googleapis/google-cloud-dotnet/commit/b72b1d8eae1298344189c98f441989119a1cd0e4))

## Version 2.9.0, released 2024-07-22

### New features
Expand Down
2 changes: 1 addition & 1 deletion apis/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -4241,7 +4241,7 @@
},
{
"id": "Google.Cloud.Run.V2",
"version": "2.9.0",
"version": "2.10.0",
"type": "grpc",
"productName": "Cloud Run Admin",
"productUrl": "https://cloud.google.com/run/docs",
Expand Down

0 comments on commit 803d043

Please sign in to comment.