feat: add PULUMI_LOCK_METADATA env var for arbitrary lock file metadata#1
Open
jld-adriano wants to merge 1 commit intomasterfrom
Open
feat: add PULUMI_LOCK_METADATA env var for arbitrary lock file metadata#1jld-adriano wants to merge 1 commit intomasterfrom
jld-adriano wants to merge 1 commit intomasterfrom
Conversation
When PULUMI_LOCK_METADATA is set to a JSON object of string key-value pairs, those pairs are written into the lock file under a 'metadata' field. This allows CI systems to embed run IDs, runner names, and other context into Pulumi's native lock file so that stale locks can be easily traced back to the job that created them. The metadata field is omitted from the lock file when the env var is unset or empty, so this is fully backward-compatible. Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When PULUMI_LOCK_METADATA is set to a JSON object of string key-value pairs, those pairs are written into the lock file under a 'metadata' field. This allows CI systems to embed run IDs, runner names, and other context into Pulumi's native lock file so that stale locks can be easily traced back to the job that created them.
The metadata field is omitted from the lock file when the env var is unset or empty, so this is fully backward-compatible.
Summary
Test plan
pkg/engine/lifecycletest- For all engine/protocol changespkg/testing/pulumi-test-language- For language protocol changespkg/backend/display- For changes to the output renderersValidation
make lint— cleanmake test_fast— all passmake tidy_fix— cleanmake format_fix— cleanmake check_proto— clean (if proto changes)Changelog
the
impact/no-changelog-requiredlabel.Risk