-
Notifications
You must be signed in to change notification settings - Fork 177
Comparing changes
Open a pull request
base repository: lf-edge/eve
base: 11.0.11-lts
head repository: lf-edge/eve
compare: 11.0.12-lts
- 11 commits
- 8 files changed
- 5 contributors
Commits on Sep 13, 2025
-
Add ignore pattern for go.work* files
Signed-off-by: Paul Gaiduk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9ef2e13 - Browse repository at this point
Copy the full SHA 9ef2e13View commit details -
Refactor baseOS activation logic in parseconfig.go
It is safer to get the activation status of the baseOS from zboot instead of the pubsub, since pubsub only gets populated after a config is read. Signed-off-by: Paul Gaiduk <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 956db7a - Browse repository at this point
Copy the full SHA 956db7aView commit details
Commits on Sep 15, 2025
-
Cleanup BaseOsConfig if controller removes it
I noticed that when I deleted all of the BaseOsConfig on the controller it still appeared in EVE (in e.g., /run/zedagent/BaseOsConfig). This fixes that. Signed-off-by: eriknordmark <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 546a5b2 - Browse repository at this point
Copy the full SHA 546a5b2View commit details -
Make parse code clear PrevConfigHash
Setting to empty byte slice since handlecipherconfig.go did that. Signed-off-by: eriknordmark <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ccd62b1 - Browse repository at this point
Copy the full SHA ccd62b1View commit details -
pillar/zedagent: persist lastconfig even when skipping config update.
When inhaleDeviceConfig returns skip (e.g. during BaseOS activation), zedagent used to return early without saving the received config into lastconfig. This left the on-disk checkpoint stale, so after reboot EVE would reload the old config and recreate outdated BaseOS/ContentTree objects. That could trigger spurious downloads and even unintended downgrades on the next reboot. Fix by persisting the received proto message also in the skip case, ensuring lastconfig is always up to date. Signed-off-by: Nikolay Martyanov <[email protected]> (cherry picked from commit 2a0e01a)
Configuration menu - View commit details
-
Copy full SHA for 9593df1 - Browse repository at this point
Copy the full SHA 9593df1View commit details
Commits on Oct 2, 2025
-
pkg/grub: download gnulib from gh
GNU savannah server seems to be a bit slow sometimes Signed-off-by: Christoph Ostarek <[email protected]> (cherry picked from commit b5df878)
Configuration menu - View commit details
-
Copy full SHA for c1a0c70 - Browse repository at this point
Copy the full SHA c1a0c70View commit details -
pkg/grub: adjust gnulib git URL
append '.git' as it seems some docker versions need this Signed-off-by: Christoph Ostarek <[email protected]> (cherry picked from commit bc15d7c)
Configuration menu - View commit details
-
Copy full SHA for a6d75e7 - Browse repository at this point
Copy the full SHA a6d75e7View commit details -
optee-os: Update pkg/cross-compilers TAG
Use updated TAG for pkg/cross-compilers. Signed-off-by: Renê de Souza Pinto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4f62ce3 - Browse repository at this point
Copy the full SHA 4f62ce3View commit details -
cross-compilers: Use a mirror for GNU server
GNU servers are unstable, braking our build. Let's use an official mirror. Signed-off-by: Renê de Souza Pinto <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c4c97e7 - Browse repository at this point
Copy the full SHA c4c97e7View commit details -
pkg/bsp-imx: Update sevaral image hashes in bsp-imx to use locally bu…
…ilt version. Replaces the optee-os and cross-compilers image references with hashes corresponding to a version built locally by Renê. This update is part of the effort to unblock CI by using manually published images, as automated builds are currently failing due to infrastructure issues. Signed-off-by: Nikolay Martyanov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 13f6997 - Browse repository at this point
Copy the full SHA 13f6997View commit details -
pkg/vtpm: Replace autoconf-archive source to avoid TLS timeouts.
Switch the download URLs for the autoconf-archive tarball and its signature from ftp.gnu.org to ftp.fau.de to resolve build failures caused by TLS handshake timeouts. Signed-off-by: Nikolay Martyanov <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1a7e4c7 - Browse repository at this point
Copy the full SHA 1a7e4c7View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 11.0.11-lts...11.0.12-lts