Skip to content

Commit

Permalink
Release Google.Cloud.Run.V2 version 2.13.0 (#14246)
Browse files Browse the repository at this point in the history
Changes in this release:

### New features

- Add BuildConfig to Services for configuring Run functions ([commit a73130d](https://togithub.com/googleapis/google-cloud-dotnet/commit/a73130d3ce4213d802eefe51edc748fe07287f9e))
- Add BuildInfo to Revision for displaying BuildConfig used for a specific revision deployment ([commit a73130d](https://togithub.com/googleapis/google-cloud-dotnet/commit/a73130d3ce4213d802eefe51edc748fe07287f9e))
- Add Base Image URI to Container ([commit a73130d](https://togithub.com/googleapis/google-cloud-dotnet/commit/a73130d3ce4213d802eefe51edc748fe07287f9e))
- Add creator field to Execution ([commit a73130d](https://togithub.com/googleapis/google-cloud-dotnet/commit/a73130d3ce4213d802eefe51edc748fe07287f9e))
- Add project_descriptor to BuildspackBuild ([commit a73130d](https://togithub.com/googleapis/google-cloud-dotnet/commit/a73130d3ce4213d802eefe51edc748fe07287f9e))

### Documentation improvements

- Some typos were fixed and formatting changed ([commit a73130d](https://togithub.com/googleapis/google-cloud-dotnet/commit/a73130d3ce4213d802eefe51edc748fe07287f9e))
  • Loading branch information
jskeet authored Feb 10, 2025
1 parent 0925ef2 commit 7cbb352
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 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.12.0</Version>
<Version>2.13.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 All @@ -10,7 +10,7 @@
<ItemGroup>
<PackageReference Include="ConfigureAwaitChecker.Analyzer" PrivateAssets="All" />
<PackageReference Include="Google.Api.Gax.Grpc" />
<PackageReference Include="Google.Cloud.Iam.V1" VersionOverride="[3.3.0, 4.0.0)" />
<PackageReference Include="Google.Cloud.Iam.V1" VersionOverride="[3.4.0, 4.0.0)" />
<PackageReference Include="Google.Cloud.Location" VersionOverride="[2.3.0, 3.0.0)" />
<PackageReference Include="Google.LongRunning" VersionOverride="[3.3.0, 4.0.0)" />
<PackageReference Include="Grpc.Core" PrivateAssets="None" Condition="'$(TargetFramework)'=='net462'" />
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.13.0, released 2025-02-10

### New features

- Add BuildConfig to Services for configuring Run functions ([commit a73130d](https://github.com/googleapis/google-cloud-dotnet/commit/a73130d3ce4213d802eefe51edc748fe07287f9e))
- Add BuildInfo to Revision for displaying BuildConfig used for a specific revision deployment ([commit a73130d](https://github.com/googleapis/google-cloud-dotnet/commit/a73130d3ce4213d802eefe51edc748fe07287f9e))
- Add Base Image URI to Container ([commit a73130d](https://github.com/googleapis/google-cloud-dotnet/commit/a73130d3ce4213d802eefe51edc748fe07287f9e))
- Add creator field to Execution ([commit a73130d](https://github.com/googleapis/google-cloud-dotnet/commit/a73130d3ce4213d802eefe51edc748fe07287f9e))
- Add project_descriptor to BuildspackBuild ([commit a73130d](https://github.com/googleapis/google-cloud-dotnet/commit/a73130d3ce4213d802eefe51edc748fe07287f9e))

### Documentation improvements

- Some typos were fixed and formatting changed ([commit a73130d](https://github.com/googleapis/google-cloud-dotnet/commit/a73130d3ce4213d802eefe51edc748fe07287f9e))

## Version 2.12.0, released 2024-12-06

### New features
Expand Down
4 changes: 2 additions & 2 deletions generator-input/apis.json
Original file line number Diff line number Diff line change
Expand Up @@ -4416,7 +4416,7 @@
},
{
"id": "Google.Cloud.Run.V2",
"version": "2.12.0",
"version": "2.13.0",
"type": "grpc",
"productName": "Cloud Run Admin",
"productUrl": "https://cloud.google.com/run/docs",
Expand All @@ -4426,7 +4426,7 @@
"admin"
],
"dependencies": {
"Google.Cloud.Iam.V1": "3.3.0",
"Google.Cloud.Iam.V1": "3.4.0",
"Google.Cloud.Location": "2.3.0",
"Google.LongRunning": "3.3.0"
},
Expand Down

0 comments on commit 7cbb352

Please sign in to comment.