-
Notifications
You must be signed in to change notification settings - Fork 34
docs: document CalVer transition across AWS, Snowflake, and Azure docs #494
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -82,19 +82,15 @@ These tags have different semantics and will be updated on different occasions: | |
| It will be updated with every release of LocalStack. | ||
| - This also entails major releases, which means that this tag can contain breaking changes. | ||
| - This tag should be used if you want to stay up-to-date with releases, but don't necessarily need the latest and greatest changes right away. | ||
| - `<major>` (e.g. `3`) | ||
| - These tags can be used to refer to the latest release of a specific major release. | ||
| It will be updated with every minor and patch release within this major release. | ||
| - This tag should be used if you want to avoid any potential breaking changes. | ||
| - `<major>.<minor>` (e.g. `3.0`) | ||
| - These tags can be used to refer to the latest release of a specific minor release. | ||
| 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`) | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. nit: you'll still be able to do the yearly one IDK how useful it is, but the monthly one can be nice if you want to accept any patch change
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. hey @silv-io can you please do a commit suggestion for this one? I genuinely am not following what you want to change :)
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. added it down below 👍🏼
quetzalliwrites marked this conversation as resolved.
Outdated
|
||
| - These tags can be used if you want to use a very specific release. | ||
| It will not be updated. | ||
| - This tag can be used if you really want to avoid any changes to the image (not even minimal bug fixes). | ||
|
|
||
| Starting with the end-of-March 2026 release, LocalStack follows [calendar versioning](https://calver.org/) for official releases. | ||
|
|
||
| For releases up to and including `v4.13.0`, tags follow Semantic Versioning. | ||
|
quetzalliwrites marked this conversation as resolved.
Outdated
quetzalliwrites marked this conversation as resolved.
Outdated
|
||
|
|
||
| ### How can I access LocalStack from an alternative computer? | ||
|
|
||
| You can access LocalStack from an alternative computer, by exposing port `4566` to the public network interface (`0.0.0.0` instead of `127.0.0.1`) in your `docker-compose.yml` configuration. | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: 4.14
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: use commit suggestions 😿 @silv-io 😜
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
will keep in mind for the future :D