Support¶
Questions, defect reports and requests for new modules go to azure-admin@euvic.pl.
Versioning¶
Modules follow semantic versioning. MAJOR.MINOR.PATCH is a stable release; a -preview suffix
is not.
Always pin an exact version. Version ranges are not supported, and that is deliberate: a published tag is immutable, so a pinned version keeps building indefinitely.
What is supported¶
A stable version is supported until a newer backward-compatible version supersedes it. Bug fixes and security fixes ship as a new patch release, never as a replacement of an existing tag.
A breaking change requires a new major version. The previous major line stays available for at least 90 days after a deprecation is announced, along with the recommended replacement, so you have a migration window rather than a surprise.
What is not supported¶
Preview versions carry no support commitment and no compatibility guarantee, and they are purged 180 days after publication. Do not pin a preview version for anything you intend to keep: the tag will disappear and your build will stop restoring.