From 1648bd786420761faf3c3530914c76a120caaed9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 10:53:12 +0000 Subject: [PATCH] Update version to v2.0.0-beta.15 --- aruna/api/google | 2 +- aruna/api/storage/services/v2/project_service.proto | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aruna/api/google b/aruna/api/google index f84e7812..821a6ddf 160000 --- a/aruna/api/google +++ b/aruna/api/google @@ -1 +1 @@ -Subproject commit f84e781256b0657a0d67bc1818bbb7e9a3e86a85 +Subproject commit 821a6ddff3ab55d2639dc2ca95a07f0e0b957a26 diff --git a/aruna/api/storage/services/v2/project_service.proto b/aruna/api/storage/services/v2/project_service.proto index 5457f66e..f28235d6 100644 --- a/aruna/api/storage/services/v2/project_service.proto +++ b/aruna/api/storage/services/v2/project_service.proto @@ -14,7 +14,7 @@ import "google/api/visibility.proto"; option (grpc.gateway.protoc_gen_openapiv2.options.openapiv2_swagger) = { info: { title: "Aruna Object Storage (AOS) REST API"; - version: "2.0.0-beta.14" + version: "2.0.0-beta.15" }; // Overwriting host entry breaks tests, so this is not done here. schemes: HTTPS;