v0.9.0
v0.9.0 (2024-04-26)
the signature of the pipeline.(*Pipeline).Interpolate
method has changed to require an extra argument:
func (p *Pipeline) Interpolate(interpolationEnv InterpolationEnv, preferRuntimeEnv bool) error
This allows us to re-introduce the behaviour of the runtime environment taking precedence if this flag is set to true
.
Added
- Add back preferred runtime env with option by @patrobinson in #36