The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Need latest version of Gcloud CLI

Mike Curtis
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
December 17, 2019

We use the pipe atlassian/google-app-engine-deploy:0.5.1 (https://bitbucket.org/atlassian/google-app-engine-deploy/src/master/) to deploy our python app to App Engine. We need to use the latest version of the gcloud cli (273.0.0) as we use the vpc_access_connector in app.yaml and this has only just come out of beta. From the dockerfile, it looks like this pipe is currently using gcloud 254.0.0.

Could we get the version of gcloud bumped in the pipeline, or have another way of specifying the desired version?

Many thanks.

 

2 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

2 votes
Answer accepted
Viktoriia Kozopas
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 6, 2020

Hi @Mike Curtis ,
In google-app-engine-deploy: 0.6.0 version we bumped the version number of cloud-sdk to 273.0.0.

Please, give us feedback if everything is fine.
And may the pipe be with you.

mark_hetherington
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
February 9, 2020

I'm seeing an issue where the key file doesn't decode as expected:

Status: Downloaded newer image for bitbucketpipelines/google-app-engine-deploy:0.6.0INFO: Setting up environment.echo "${KEY_FILE}" | base64 -d >> /tmp/key-file.jsonbase64: invalid input

The diff for this pipeline is:

- - pipe: atlassian/google-app-engine-deploy:0.3.1
+ - pipe: atlassian/google-app-engine-deploy:0.6.0

Files changed (1)
+1 -1 bitbucket-pipelines.yml

I've rerun the pipeline (just in case phase of the moon), with the same result. 

I'll have to come back to this when it is a higher priority.

Alexander Zhukov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
February 11, 2020

@Mike Curtis does your encoded KEY_FILE decodes back properly? Also, make sure to disable line wrapping when encoding your keyfile:

base64 -w 0 key_file.json
0 votes
Alexander Zhukov
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
December 31, 2019

Hi @Mike Curtis , I'm pretty sure will be able to bump the version any time soon. We'll let you know when the new pipe version is available. 

TAGS
AUG Leaders

Atlassian Community Events