Yuan-Hsiang Lee
Yuan-Hsiang Lee
@jaitaiwan the new default `None`, like what @bharat-rajani has mentioned, breaks setup where they disable Secure (e.g. local HTTP server) . it's an easy fix but I thought it was...
pip 24.2+ adds the new supported platform check to `pip check` and now it fails the grpcio (1.65.5) on macosx/arm64 https://github.com/pypa/pip/issues/11054 https://github.com/pypa/pip/issues/12884
> v0.0.0-20250605131708-e460accf864d+dirty by `go version -m ` ``` path github.com/hashicorp/consul-template mod github.com/hashicorp/consul-template v0.0.0-20250605131708-e460accf864d+dirty ``` 1. tags were not fetched during CI 2. dirty -> `dist` folder is not git ignored...
@sreeram77 fyi v0.41.1 still has dirty mod info. ``` mod github.com/hashicorp/consul-template v0.0.0-20250724053005-80a4e25999b2+dirty ``` see also https://github.com/hashicorp/consul-template/issues/2056#issuecomment-2977964157