Skip to content

Commit

Permalink
Bump eve-api
Browse files Browse the repository at this point in the history
Need to bump eve-api after following PRs
lf-edge/eve-api#82
lf-edge/eve-api#90

The following messages are copies of the commits from
eve-api from the PRs above:
    proto: add "immediate" snapshot type

    this new type asks the edge node to create a snapshot immediately
    by shutting down the edge application, making the snapshot and
    start the app again

    proto: add capability for immediate snapshots

Signed-off-by: Christoph Ostarek <[email protected]>
  • Loading branch information
christoph-zededa authored and dautovri committed Feb 28, 2025
1 parent 29d04fc commit a852efd
Show file tree
Hide file tree
Showing 6 changed files with 334 additions and 226 deletions.
2 changes: 1 addition & 1 deletion pkg/pillar/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ require (
github.com/jaypipes/ghw v0.8.0
github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.5.0
github.com/lf-edge/edge-containers v0.0.0-20240207093504-5dfda0619b80
github.com/lf-edge/eve-api/go v0.0.0-20250204190553-54ee503d1433
github.com/lf-edge/eve-api/go v0.0.0-20250228142514-8c31fa62d594
github.com/lf-edge/eve-libs v0.0.0-20241210085709-fc89dcac7f3c
github.com/lf-edge/eve/pkg/kube/cnirpc v0.0.0-20240315102754-0f6d1f182e0d
github.com/lf-edge/go-qemu v0.0.0-20231121152149-4c467eda0c56
Expand Down
4 changes: 4 additions & 0 deletions pkg/pillar/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1452,6 +1452,10 @@ github.com/lf-edge/edge-containers v0.0.0-20240207093504-5dfda0619b80 h1:kiqB1Rk
github.com/lf-edge/edge-containers v0.0.0-20240207093504-5dfda0619b80/go.mod h1:4yXdumKdTzF0URMtxOl8Xnzdxnoy1QR+2dzfOr4CIZY=
github.com/lf-edge/eve-api/go v0.0.0-20250204190553-54ee503d1433 h1:GqgH3pRJKDgnpTVq2vIS2xz4lQVn2jFK/CzSKCBdQGM=
github.com/lf-edge/eve-api/go v0.0.0-20250204190553-54ee503d1433/go.mod h1:ot6MhAhBXapUDl/hXklaX4kY88T3uC4PTg0D2wD8DzA=
github.com/lf-edge/eve-api/go v0.0.0-20250227172635-d65ee400e16d h1:3GinRDoSMhMRRTfbWGMegCUDkOtgw3embsLTvc1NlFE=
github.com/lf-edge/eve-api/go v0.0.0-20250227172635-d65ee400e16d/go.mod h1:ot6MhAhBXapUDl/hXklaX4kY88T3uC4PTg0D2wD8DzA=
github.com/lf-edge/eve-api/go v0.0.0-20250228142514-8c31fa62d594 h1:K9Vu2Mb69EBNnZYsZR3Y+X6fNvYHgj2ePl2vNzhepAs=
github.com/lf-edge/eve-api/go v0.0.0-20250228142514-8c31fa62d594/go.mod h1:ot6MhAhBXapUDl/hXklaX4kY88T3uC4PTg0D2wD8DzA=
github.com/lf-edge/eve-libs v0.0.0-20241210085709-fc89dcac7f3c h1:PN0cNV+Rwq6T358PYyuaFr3MU9xjUCPTHtUwepMACac=
github.com/lf-edge/eve-libs v0.0.0-20241210085709-fc89dcac7f3c/go.mod h1:32koNJxwKDrVL7rBLy35QzjIuMvGy6+BmLjf8Y38MQU=
github.com/lf-edge/eve/pkg/kube/cnirpc v0.0.0-20240315102754-0f6d1f182e0d h1:tUBb9M6u42LXwHAYHyh22wJeUUQlTpDkXwRXalpRqbo=
Expand Down
195 changes: 135 additions & 60 deletions pkg/pillar/vendor/github.com/lf-edge/eve-api/go/config/appconfig.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit a852efd

Please sign in to comment.