1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 05:19:39 +02:00

fix(edgestacks): check the version of the edge stack before updating the status BE-11488 (#287)

This commit is contained in:
andres-portainer 2025-01-07 17:31:57 -03:00 committed by GitHub
parent d72b3a9ba2
commit e2b812a611
3 changed files with 17 additions and 2 deletions

View file

@ -370,6 +370,7 @@ type (
Error string
// EE only feature
RollbackTo *int
Version int `json:"Version,omitempty"`
}
// EdgeStackStatusType represents an edge stack status type