This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 14e9759f6a Bump google-cloud-sdk version to 485.0.0 in Breeze scripts 
(#41024)
14e9759f6a is described below

commit 14e9759f6a85776772ab7d08a372c290c0380563
Author: Eugene <[email protected]>
AuthorDate: Thu Jul 25 10:15:57 2024 +0000

    Bump google-cloud-sdk version to 485.0.0 in Breeze scripts (#41024)
---
 scripts/in_container/bin/install_gcloud.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/in_container/bin/install_gcloud.sh 
b/scripts/in_container/bin/install_gcloud.sh
index 86a6fe32f4..86908fd5a2 100755
--- a/scripts/in_container/bin/install_gcloud.sh
+++ b/scripts/in_container/bin/install_gcloud.sh
@@ -34,7 +34,7 @@ if command -v gcloud; then
     exit 1
 fi
 
-CLOUD_SDK_VERSION=322.0.0
+CLOUD_SDK_VERSION=485.0.0
 
DOWNLOAD_URL="https://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-sdk-${CLOUD_SDK_VERSION}-linux-x86_64.tar.gz";
 
 if [[ -e ${INSTALL_DIR} ]]; then

Reply via email to