From a6b3a512ade03b24fe6b3e0f47040cd7602f9e5a Mon Sep 17 00:00:00 2001 From: Jack Thomson Date: Tue, 12 Nov 2024 10:47:03 +0000 Subject: [PATCH] chore: Bump snapshot version Bump the snapshot version (cherry picked from commit acc85f19c56b41e68ed14a6dbf6ba7fe80f6384e) Signed-off-by: Jack Thomson --- CHANGELOG.md | 7 +++++++ src/vmm/src/persist.rs | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5eac8b21459..1aeded3af2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## \[1.10.1\] + +### Changed + +- [#4907](https://github.com/firecracker-microvm/firecracker/pull/4907): Bump + snapshot version to 4.0.0. + ## \[1.10.0\] ### Added diff --git a/src/vmm/src/persist.rs b/src/vmm/src/persist.rs index 560d9d7c6b7..16d7ed72537 100644 --- a/src/vmm/src/persist.rs +++ b/src/vmm/src/persist.rs @@ -157,7 +157,7 @@ pub enum CreateSnapshotError { } /// Snapshot version -pub const SNAPSHOT_VERSION: Version = Version::new(3, 0, 0); +pub const SNAPSHOT_VERSION: Version = Version::new(4, 0, 0); /// Creates a Microvm snapshot. pub fn create_snapshot(