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

Fix for Dotenv 3.1.5 #1296

Merged
merged 1 commit into from
Dec 13, 2024
Merged

Fix for Dotenv 3.1.5 #1296

merged 1 commit into from
Dec 13, 2024

Conversation

djmb
Copy link
Collaborator

@djmb djmb commented Dec 13, 2024

In Dotenv 3.1.5, Dotenv.parse no longer returns values that are already in the environment.

See bkeepers/dotenv#518

We can get the values though by setting overwrite: true, which works with both 3.1.4 and 3.1.5.

Fixes: #1294

In Dotenv 3.1.5, `Dotenv.parse` no longer returns values that are
already in the environment.

See bkeepers/dotenv#518

We can get the values though by setting overwrite: true, which works
with both 3.1.4 and 3.1.5.
@djmb djmb merged commit 063dfd9 into main Dec 13, 2024
10 checks passed
@djmb djmb deleted the fix-for-dotenv-1.3.5 branch December 13, 2024 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dotenv 3.1.5 breaks kamal deploy
1 participant