Compare commits
4 Commits
public_clo
...
factory
| Author | SHA256 | Date | |
|---|---|---|---|
| 4d32c83049 | |||
| 4e0dd96ad6 | |||
| c4da356cc9 | |||
| 1b8b912706 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:efb5413907897f50cc6cb6045f8e185b499d733d066325899a246ad954c9a518
|
||||
size 356344
|
||||
3
google_cloud_run-0.14.0.tar.gz
Normal file
3
google_cloud_run-0.14.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e3a142c6a4d7ca8a944858cb1c142c13414e78eed48c53dd3be53f86b260ee95
|
||||
size 446713
|
||||
@@ -1,3 +1,60 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 15 14:43:06 UTC 2026 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 0.14.0
|
||||
* auto-enable mTLS when supported certificates are detected
|
||||
* check Python and dependency versions in generated GAPICs
|
||||
- from version 0.13.0
|
||||
* A comment for field `custom_audiences` in message `.google.cloud.run.v2.WorkerPool` is changed
|
||||
* A comment for field `limits` in message `.google.cloud.run.v2.ResourceRequirements` is changed
|
||||
* A comment for field `etag` in message `.google.cloud.run.v2.Service` is changed
|
||||
* A comment for field `etag` in message `.google.cloud.run.v2.Job` is changed
|
||||
* A comment for field `items` in message `.google.cloud.run.v2.SecretVolumeSource` is changed
|
||||
* A comment for field `invoker_iam_disabled` in message `.google.cloud.run.v2.Service` is changed
|
||||
* A comment for field `etag` in message `.google.cloud.run.v2.WorkerPool` is changed
|
||||
* A comment for field `observed_generation` in message `.google.cloud.run.v2.WorkerPool` is changed
|
||||
* A comment for field `name` in message `.google.cloud.run.v2.Service` is changed
|
||||
* A comment for field `latest_ready_revision` in message `.google.cloud.run.v2.WorkerPool` is changed
|
||||
* A comment for field `reconciling` in message `.google.cloud.run.v2.WorkerPool` is changed
|
||||
* add SourceCode proto to Run container config
|
||||
- from version 0.12.0
|
||||
* Add support for Python 3.14
|
||||
* Deprecate credentials_file argument
|
||||
- Update BuildRequires and Requires from setup.py
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 17 12:33:06 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 0.11.0
|
||||
* A type of an existing resource_reference option of the field
|
||||
`worker_pool` in message `.google.cloud.run.v2.SubmitBuildRequest`
|
||||
is changed from `cloudbuild.googleapis.com/WorkerPool` to
|
||||
`cloudbuild.googleapis.com/BuildWorkerPool`
|
||||
* A type of an existing resource_reference option of the field
|
||||
`worker_pool` in message `.google.cloud.run.v2.BuildConfig`
|
||||
is changed from `cloudbuild.googleapis.com/WorkerPool` to
|
||||
`cloudbuild.googleapis.com/BuildWorkerPool`
|
||||
* [google-cloud-run] An existing resource_definition
|
||||
`cloudbuild.googleapis.com/WorkerPool` is removed
|
||||
* Adding new resource tpye run.googleapis.com/WorkerPool. (077a8ff)
|
||||
* [google-cloud-run] An existing resource_definition
|
||||
`cloudbuild.googleapis.com/WorkerPool` is removed (077a8ff)
|
||||
* A type of an existing resource_reference option of the field
|
||||
`worker_pool` in message `.google.cloud.run.v2.BuildConfig`
|
||||
is changed from `cloudbuild.googleapis.com/WorkerPool` to
|
||||
`cloudbuild.googleapis.com/BuildWorkerPool` (077a8ff)
|
||||
* A type of an existing resource_reference option of the field
|
||||
`worker_pool` in message `.google.cloud.run.v2.SubmitBuildRequest`
|
||||
is changed from `cloudbuild.googleapis.com/WorkerPool` to
|
||||
`cloudbuild.googleapis.com/BuildWorkerPool` (077a8ff)
|
||||
- from version 0.10.19
|
||||
* Add new field `term_signal` to `.google.cloud.run.v2.TaskAttemptResult`
|
||||
(078e0e2)
|
||||
* Support GPU zonal redundancy setting for Cloud Run jobs (078e0e2)
|
||||
- from version 0.10.18
|
||||
* Support GPU zonal redundancy setting in Cloud Run services (2f33995)
|
||||
* Support node selector in Cloud Run jobs for GPU setting (2f33995)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 25 08:21:32 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-google-cloud-run
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -18,12 +18,14 @@
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-google-cloud-run
|
||||
Version: 0.10.17
|
||||
Version: 0.14.0
|
||||
Release: 0
|
||||
Summary: Google Cloud Run API client library
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-run
|
||||
Source: https://files.pythonhosted.org/packages/source/g/google_cloud_run/google_cloud_run-%{version}.tar.gz
|
||||
BuildRequires: %{python_module grpcio >= 1.33.2 if %python-base < 3.14}
|
||||
BuildRequires: %{python_module grpcio >= 1.75.1 if %python-base >= 3.14}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module pytest-asyncio}
|
||||
BuildRequires: %{python_module pytest}
|
||||
@@ -33,6 +35,7 @@ BuildRequires: python-rpm-macros
|
||||
Requires: python-google-api-core >= 1.34.1
|
||||
Requires: python-google-auth >= 2.14.1
|
||||
Requires: python-grpc-google-iam-v1 >= 0.12.4
|
||||
Requires: python-grpcio >= 1.33.2
|
||||
Requires: python-proto-plus >= 1.22.3
|
||||
Requires: python-protobuf >= 3.20.2
|
||||
BuildArch: noarch
|
||||
|
||||
Reference in New Issue
Block a user