docs: document CalVer transition across AWS, Snowflake, and Azure docs#494
docs: document CalVer transition across AWS, Snowflake, and Azure docs#494HarshCasper wants to merge 2 commits intomainfrom
Conversation
Deploying localstack-docs with
|
| Latest commit: |
889e1d7
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://816b3b29.localstack-docs.pages.dev |
| Branch Preview URL: | https://harshmishra-doc-52.localstack-docs.pages.dev |
quetzalliwrites
left a comment
There was a problem hiding this comment.
tyvm @HarshCasper ❤️ !!
|
@silv-io where are we good to merge this one? do we wait till the 23rd? |
silv-io
left a comment
There was a problem hiding this comment.
some minor nitpicks :) after they're resolved I think we'll be ready to go.
| Starting with the end-of-March 2026 release, LocalStack version tags follow | ||
| [calendar versioning](https://calver.org/) in the `YYYY.MM.patch` format (for example, `2026.03.0`). | ||
|
|
||
| Releases up to and including `v4.13.0` use [semantic versioning](https://semver.org). |
There was a problem hiding this comment.
will keep in mind for the future :D
| It will be updated with every patch release within this minor release. | ||
| - This tag can be used if you want to avoid any bigger changes, like new features, but still want to update to the latest bugfix release. | ||
| - `<major>.<minor>.<patch>` (e.g. `3.0.2`) | ||
| - `<YYYY.MM.patch>` (e.g. `2026.03.0`) |
There was a problem hiding this comment.
nit: you'll still be able to do 2026 and 2026.03 as tags! :)
the yearly one IDK how useful it is, but the monthly one can be nice if you want to accept any patch change
There was a problem hiding this comment.
hey @silv-io can you please do a commit suggestion for this one? I genuinely am not following what you want to change :)
Co-authored-by: Quetzalli <alejandra.olvera.novack@gmail.com>
| It will be updated with every patch release within this minor release. | ||
| - This tag can be used if you want to avoid any bigger changes, like new features, but still want to update to the latest bugfix release. | ||
| - `<major>.<minor>.<patch>` (e.g. `3.0.2`) | ||
| - `<YYYY.MM.patch>` (e.g. `2026.03.0`) |
There was a problem hiding this comment.
| - `<YYYY.MM.patch>` (e.g. `2026.03.0`) | |
| - `<YYYY.MM>` (e.g., `2026.03`) | |
| - These tags can be used to refer to the latest release of a month. It will be updated with every patch release within this month. | |
| - This tag can be used if you want to avoid any bigger changes, like new features, but still want to update to the latest bugfix release. | |
| - `<YYYY.MM.patch>` (e.g., `2026.03.0`) |
silv-io
left a comment
There was a problem hiding this comment.
After my suggestion is in, we're ready to merge 👍🏼
Fixes DOC-52