mirror of https://github.com/portainer/portainer
refactor(edgestack): rename version to fileVersion (#9157)
parent
14d84c8025
commit
801b7d43ee
|
@ -301,7 +301,9 @@ type (
|
||||||
|
|
||||||
// StackDeploymentInfo records the information of a deployed stack
|
// StackDeploymentInfo records the information of a deployed stack
|
||||||
StackDeploymentInfo struct {
|
StackDeploymentInfo struct {
|
||||||
Version int `json:"Version"`
|
// FileVersion is the version of the stack file, used to detect changes
|
||||||
|
FileVersion int `json:"FileVersion"`
|
||||||
|
// ConfigHash is the commit hash of the git repository used for deploying the stack
|
||||||
ConfigHash string `json:"ConfigHash"`
|
ConfigHash string `json:"ConfigHash"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue