Versions in this module Expand all Collapse all v1 v1.8.2 Oct 1, 2025 GO-2026-4416 GO-2026-4416: Devtron Attributes API Unauthorized Access Leading to API Token Signing Key Leakage in github.com/devtron-labs/devtron v1.8.1 Sep 15, 2025 GO-2026-4416 GO-2026-4416: Devtron Attributes API Unauthorized Access Leading to API Token Signing Key Leakage in github.com/devtron-labs/devtron v1.8.0 Sep 11, 2025 GO-2026-4416 GO-2026-4416: Devtron Attributes API Unauthorized Access Leading to API Token Signing Key Leakage in github.com/devtron-labs/devtron Changes in this version + var WorkflowStatusLatestWireSet = wire.NewSet(pipelineConfig.NewWorkflowStatusLatestRepositoryImpl, ...) + type CdWorkflowStatusLatest struct + AppId int + EnvironmentId int + PipelineId int + Status string + WorkflowRunnerId int + WorkflowType string + type CiWorkflowStatusLatest struct + AppId int + CiWorkflowId int + PipelineId int + Status string + StorageConfigured bool + type WorkflowStatusLatestService interface + GetCdWorkflowLatestByPipelineIds func(pipelineIds []int) ([]*CdWorkflowStatusLatest, error) + GetCiWorkflowStatusLatestByPipelineIds func(pipelineIds []int) ([]*pipelineConfig.CiWorkflowStatusLatest, error) + SaveCdWorkflowStatusLatest func(tx *pg.Tx, pipelineId, appId, environmentId, workflowRunnerId int, ...) error + SaveCiWorkflowStatusLatest func(tx *pg.Tx, pipelineId, appId, ciWorkflowId int, userId int32) error + type WorkflowStatusLatestServiceImpl struct + func NewWorkflowStatusLatestServiceImpl(logger *zap.SugaredLogger, ...) *WorkflowStatusLatestServiceImpl + func (impl *WorkflowStatusLatestServiceImpl) GetCdWorkflowLatestByPipelineIds(pipelineIds []int) ([]*CdWorkflowStatusLatest, error) + func (impl *WorkflowStatusLatestServiceImpl) GetCiWorkflowStatusLatestByPipelineIds(pipelineIds []int) ([]*pipelineConfig.CiWorkflowStatusLatest, error) + func (impl *WorkflowStatusLatestServiceImpl) SaveCdWorkflowStatusLatest(tx *pg.Tx, pipelineId, appId, environmentId, workflowRunnerId int, ...) error + func (impl *WorkflowStatusLatestServiceImpl) SaveCiWorkflowStatusLatest(tx *pg.Tx, pipelineId, appId, ciWorkflowId int, userId int32) error