Versions in this module Expand all Collapse all v1 v1.20.0 Nov 10, 2025 GO-2024-3036 GO-2024-3036: cortex establishes TLS connections with `InsecureSkipVerify` set to `true` in github.com/cortexproject/cortex Changes in this version + type DummyFragmenter struct + func (f *DummyFragmenter) Fragment(node logicalplan.Node) ([]Fragment, error) + type Fragment struct + ChildIDs []uint64 + FragmentID uint64 + IsRoot bool + Node logicalplan.Node + func (s *Fragment) IsEmpty() bool + type Fragmenter interface + Fragment func(node logicalplan.Node) ([]Fragment, error) + func NewDummyFragmenter() Fragmenter v1.20.0-rc.1 Nov 4, 2025 GO-2024-3036 GO-2024-3036: cortex establishes TLS connections with `InsecureSkipVerify` set to `true` in github.com/cortexproject/cortex v1.20.0-rc.0 Oct 31, 2025 GO-2024-3036 GO-2024-3036: cortex establishes TLS connections with `InsecureSkipVerify` set to `true` in github.com/cortexproject/cortex