Skip to content

Commit

Permalink
Fix last updated version to match release version
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-cqrl committed Dec 25, 2024
1 parent 272716f commit 7c35212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/util/scrubber/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func AddDefaultReplacers(scrubber *Scrubber) {
Repl: []byte(`$1$2:********@`),

// https://github.com/DataDog/datadog-agent/pull/32503
LastUpdated: parseVersion("7.63.0"),
LastUpdated: parseVersion("7.62.0"),
}

yamlPasswordReplacer := matchYAMLKeyPart(
Expand Down

0 comments on commit 7c35212

Please sign in to comment.