Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

chore(main): release 9.4.0#1704

Merged
danielbankhead merged 1 commit intomainfrom
release-please--branches--main--components--google-auth-library
Nov 30, 2023
Merged

chore(main): release 9.4.0#1704
danielbankhead merged 1 commit intomainfrom
release-please--branches--main--components--google-auth-library

Conversation

@release-please
Copy link
Copy Markdown
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 a review from a team as a code owner November 30, 2023 14:54
@release-please release-please bot requested a review from a team 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
Copy Markdown
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
@danielbankhead danielbankhead deleted the release-please--branches--main--components--google-auth-library branch November 30, 2023 15:22
@release-please
Copy link
Copy Markdown
Contributor Author

@release-trigger
Copy link
Copy Markdown

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).

@release-tool-publish-reporter
Copy link
Copy Markdown

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

@release-tool-publish-reporter
Copy link
Copy Markdown

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

@austinkline
Copy link
Copy Markdown

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
Copy Markdown
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
Copy Markdown

@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
Copy Markdown
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 subscribe to this conversation on GitHub. Already have an account? Sign in.

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