-
Notifications
You must be signed in to change notification settings - Fork 146
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
[Documentation] Breaking change in 0.39.0: switch from secrets to credentials #1366
Comments
Yeah, |
Hum, actually it is already in the release notes:
|
@casperisfine Ohhh it's in the changelog but not in the GH releases notes: https://github.com/Shopify/shipit-engine/releases/tag/v0.39.0 |
Arf, didn't know about GH releases. I'll see if I can edit it. |
🤔 seems it wasn't reflected at https://github.com/Shopify/shipit-engine/blob/main/docs/setup.md#updating-the-configsecretsyml |
While upgrading our instance from
0.38.0
to0.39.0
we had to switch from using Rails secrets to credentials because of this change (https://github.com/Shopify/shipit-engine/pull/1326/files#diff-b2e066ed79ba733982401273e1c6373dbd28c3e3b9ebf62482b5c31c7bbdf3fcR294) where Shipit switched from usingRails.application.secrets
toRails.application.credentials
.I would recommend documenting this in the release notes for
0.39.0
so others making the same upgrade know about it ahead of time.The text was updated successfully, but these errors were encountered: