Skip to content

Commit

Permalink
Update internal/globalgates/globalgates.go
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHelmuth authored Aug 7, 2024
1 parent 87fa185 commit bebb922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/globalgates/globalgates.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import "go.opentelemetry.io/collector/featuregate"
var UseUnifiedEnvVarExpansionRules = featuregate.GlobalRegistry().MustRegister("confmap.unifyEnvVarExpansion",
featuregate.StageStable,
featuregate.WithRegisterFromVersion("v0.103.0"),
featuregate.WithRegisterToVersion("v0.106.0"),
featuregate.WithRegisterToVersion("v0.109.0"),
featuregate.WithRegisterDescription("`${FOO}` will now be expanded as if it was `${env:FOO}` and no longer expands $ENV syntax. See https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/rfcs/env-vars.md for more details. When this feature gate is stable, expandconverter will be removed."))

const StrictlyTypedInputID = "confmap.strictlyTypedInput"
Expand Down

0 comments on commit bebb922

Please sign in to comment.