diff options
author | Alex <alex@adnab.me> | 2024-01-28 14:15:47 +0000 |
---|---|---|
committer | Alex <alex@adnab.me> | 2024-01-28 14:15:47 +0000 |
commit | d45189e7b8afd941ce1a691b96915b8ef0281552 (patch) | |
tree | 6db80499bd2d9531aeedc6a294d16f151f495ee0 /doc/book/operations/upgrading.md | |
parent | 08a871390e44751eb03f75189aa40ea2f84a9ffb (diff) | |
parent | 91a51dd3e876bde7d9b6199b478c26c620994348 (diff) | |
download | garage-d45189e7b8afd941ce1a691b96915b8ef0281552.tar.gz garage-d45189e7b8afd941ce1a691b96915b8ef0281552.zip |
Merge pull request 'doc: fix some typos' (#696) from Armael/garage:typos into main
Reviewed-on: https://git.deuxfleurs.fr/Deuxfleurs/garage/pulls/696
Diffstat (limited to 'doc/book/operations/upgrading.md')
-rw-r--r-- | doc/book/operations/upgrading.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/book/operations/upgrading.md b/doc/book/operations/upgrading.md index 9a738282..6b6ea26d 100644 --- a/doc/book/operations/upgrading.md +++ b/doc/book/operations/upgrading.md @@ -9,7 +9,7 @@ On a new version release, there is 2 possibilities: - protocols and data structures remained the same ➡️ this is a **minor upgrade** - protocols or data structures changed ➡️ this is a **major upgrade** -You can quickly now what type of update you will have to operate by looking at the version identifier: +You can quickly know what type of update you will have to operate by looking at the version identifier: when we require our users to do a major upgrade, we will always bump the first nonzero component of the version identifier (e.g. from v0.7.2 to v0.8.0). Conversely, for versions that only require a minor upgrade, the first nonzero component will always stay the same (e.g. from v0.8.0 to v0.8.1). |