<#20210 helm 2.18.0 interpolation DEPRECATED warni...
# github-notifications
c
#20210 helm 2.18.0 interpolation DEPRECATED warnings appear regardless actual use Issue created by cburroughs Describe the bug When using the helm backend these warnings are emitted
Copy code
11:11:03.64 [WARN] DEPRECATED: pants.backend.helm.target_types.HelmDeploymentValuesField.format_with() is scheduled to be removed in version 2.19.0.dev0.
 ==> /home/ecsb/.cache/nce/3d6643e46b53e4cc0b2a0d5c768866226ddce3de1f57f80c4a02d8d39800fa8e/bindings/venvs/2.18.0/lib/python3.9/site-packages/pants/util/memo.py:123
                return memoized_results[key]
            result = func(*args, **kwargs)
            memoized_results[key] = result

11:11:03.64 [WARN] DEPRECATED: Using the {env.VAR_NAME} interpolation syntax is scheduled to be removed in version 2.19.0.dev0.
Even when the
{env.VAR_NAME}
interpolation syntax is not used anywhere in the target repository. (Besides
grep
, I also tried upgrading to the 2.19.0 series to make sure everything still worked.) Pants version 2.18.0 OS Linux Additional info I remain confused when pants chooses to emit DEPRECATED as I can't get it print consistently with
pants --no-local-cache --no-pantsd
https://pantsbuild.slack.com/archives/C046T6T9U/p1700496601965609 pantsbuild/pants