cancel
Showing results for 
Search instead for 
Did you mean: 

publish a new version

kevinchenjun
Community Member

I have a new version of smart home action,  if I deploy the code to google cloud function,  does it override the running version?  I saw the log is showing for  current runtime version,  where can I check my new log?

2 Recommended AnswerS

Suc_dpe
Solutions Expert
Solutions Expert

Yes, deploying new code to Google Cloud Functions will override the running version. Your new logs can be viewed in the Google Cloud Console under the "Logs Explorer" section - just select your function name and the latest deployment timestamp. You may need to wait a few minutes for logs to appear after deployment. The version transition should be seamless with no downtime.

View Recommended Answer in original post

Thank you Suc1,  how can I release a new version without overriding existing one?

View Recommended Answer in original post

5 REPLIES 5

Suc_dpe
Solutions Expert
Solutions Expert

Yes, deploying new code to Google Cloud Functions will override the running version. Your new logs can be viewed in the Google Cloud Console under the "Logs Explorer" section - just select your function name and the latest deployment timestamp. You may need to wait a few minutes for logs to appear after deployment. The version transition should be seamless with no downtime.

New update 

Thank you Suc1,  how can I release a new version without overriding existing one?

to be clear,  the alternative way to ask my question :  do I need to publish again if I want to make a change for existing production code

Gegawo765765
Community Member

Publishing a new version of a product or application is an essential step in maintaining innovation, reliability, and user satisfaction. It typically involves integrating new features Visit page, fixing bugs, improving performance, and enhancing security to ensure a smoother user experience. Before release, developers test the updates thoroughly to avoid issues after deployment.