Last updated on March 15, 2024
The Authelia team aims to abide by the Semantic Versioning 2.0.0 policy. This
means that we use the format <major>.<minor>.<patch>
for our version numbers, where a change to major
denotes a
breaking change which will likely require user interaction to upgrade, minor
which denotes a new feature, and patch
denotes a fix.
It is therefore recommended users do not automatically upgrade the minor
version without reading the patch notes, and
it’s critically important users do not upgrade the major
version without reading the patch notes. You should pin your
version to 4.37
for example to prevent automatic upgrades of the minor
version, or pin your version to 4
to
prevent automatic upgrade of the major
version.
We generally do not recommend automated upgrades of critical systems but instead recommend ensuring you are notified an upgrade exists.
master
, alpha, beta, pre-release, or any other testing build.minor
or patch
releases. This however does not mean that you can’t continue to
use the deprecated item, it just means it’s discouraged as it does mean that it’s likely in the next major
release it will be completely removed. This applies but is not limited to:
The following information is indicative of our support policy:
minor
versions at minimumpatch
) to the latest minor
versionminor
versions upon requestA major version of v0.x.x
indicates as per the Semantic Versioning 2.0.0 policy
that there may be breaking changes without warning. Some components will be released under this version
while they’re in early development.
Several components may exist at various times. We aim to abide by this policy for all components related to Authelia. It is important to note that each component has its own version, for example the primary Authelia binary version may be v4.40.0 but another component such as the Helm Chart version may be v0.9.0.
This means that a breaking change may occur to one but not the other as these components do not share a version.
There are exceptions to this versioning policy and this section details these exceptions. It should be noted while there may be breaking changes in these exception areas we generally avoid making them where possible.
Some advanced customizations are not guaranteed by the versioning policy. These features require the administrator to ensure they keep up to date with the changes relevant to their version. While the customizations exist as a feature we cannot allow these customizations to hinder the development process.
Notable Advanced Customizations:
All features which are marked as:
Notable examples:
The reasoning is as we develop these features there may be mistakes and we may need to make a change that would normally be considered a breaking change. As these features graduate from their status to generally available they will move into our standard versioning policy and lose their exception status.