-
Notifications
You must be signed in to change notification settings - Fork 894
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
sops 3.6 fails to properly decrypt .env files created using sops 3.5 #705
Comments
Thanks for pointing this out. I opened #706 to handle this. |
Duplicate of #702? |
Fixed in 3.6.1 - https://github.com/mozilla/sops/releases/tag/v3.6.1 |
Reverting this change broke |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sops 3.6.0 is adding additional quotes when decrypting
.env
files from version 3.5.0, which results in a breaking change as the output is no longer correct.This appears to be caused by this change: #622, which from what I gather was supposed to be backwards compatible with v3.5.0 files.
This issue is separate from #702 as that deals with the reverse (3.6.0 files being read by 3.5.0).
Example showing the issue:
The text was updated successfully, but these errors were encountered: