-
Notifications
You must be signed in to change notification settings - Fork 413
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
This change allows for URLs to be passed as values to tag labels via the DD_TAGS environment variable. NOTE This might constitute a slight breaking change, as configuration that was valid before might no longer work with the new logic. (cherry picked from commit e315198) Co-authored-by: Gabriele N. Tornetta <P403n1x87@users.noreply.github.com>
- Loading branch information
1 parent
dd33f09
commit daa6839
Showing
3 changed files
with
61 additions
and
94 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
fixes: | ||
- | | ||
Fix parsing of the ``DD_TAGS`` environment variable value to include | ||
support for values with colons (e.g. URLs). Also fixed the parsing of | ||
invalid tags that begin with a space (e.g. ``DD_TAGS=" key:val"`` will now | ||
produce a tag with label ``key``, instead of `` key``, and value ``val``). |
This file contains 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