Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release 9.4.0 #1704

Conversation

release-please[bot]
Copy link
Contributor

🤖 I have created a release beep boop

9.4.0 (2023-11-30)

Features


This PR was generated with Release Please. See documentation.

@release-please release-please bot requested review from a team as code owners November 30, 2023 14:54
@trusted-contributions-gcf trusted-contributions-gcf bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Nov 30, 2023
@product-auto-label product-auto-label bot added the size: s Pull request size is small. label Nov 30, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Nov 30, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 30, 2023
@JrSchild
Copy link
Contributor

@danielbankhead can we prioritize this, or at least release it as a patch? It is currently breaking production environments, especially for projects with automatic dependency updates.

Much appreciated 🙏.

@danielbankhead danielbankhead merged commit e8966d1 into main Nov 30, 2023
18 checks passed
@danielbankhead danielbankhead deleted the release-please--branches--main--components--google-auth-library branch November 30, 2023 15:22
Copy link
Contributor Author

Copy link

Triggered job: cloud-devrel/client-libraries/nodejs/release/googleapis/google-auth-library-nodejs/publish (2023-11-30T15:22:40.844Z)

To trigger again, remove the autorelease: triggered label (in a few minutes).

The release build has started, the log can be viewed here. 🌻

🥚 You hatched a release! The release build finished successfully! 💜

@austinkline
Copy link

Any plans for an RCA for what happened here? Tracking this down was incredibly difficult last night, and I had to make some substantial changes to my backend to get around it until today's patch.

Was there some place I'm not aware of to have tracked this issue? I didn't see anything reported on GCP's status page

@danielbankhead
Copy link
Contributor

@austinkline typically we have renovatebot update our dependencies, however it hasn’t triggered for this dep (investigating). Additionally, a fresh install of this library would have pulled in the updated gcp-metadata library, which is how it passed in our testing environment.

@austinkline
Copy link

@austinkline typically we have renovatebot update our dependencies, however it hasn’t triggered for this dep (investigating). Additionally, a fresh install of this library would have pulled in the updated gcp-metadata library, which is how it passed in our testing environment.

Can you clarify what you mean by a fresh install? I tried to pull in the newest version of the auth library last night but it gave us no relief and so I had to offload all connections to other GCP services (pub/sub for us) from cloud functions somewhere else. Now that I've pulled in 9.4.0, I see the gcp-metadata version being bumped with it as well.

@danielbankhead
Copy link
Contributor

Can you clarify what you mean by a fresh install? I tried to pull in the newest version of the auth library last night but it gave us no relief

rm -rf node_modules package-lock.json && npm i

so I had to offload all connections to other GCP services (pub/sub for us) from cloud functions somewhere else

That’s rough; I’ll investigate this dependency update failure to reduce the risk of this happening in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autorelease: published size: s Pull request size is small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants