Add Debian 13 (Trixie) to supported operating systems - #90
Open
dwoz wants to merge 1 commit into
Open
Conversation
Debian 13 (Trixie) was released on 2025-08-09. Salt onedir packages install and run on Debian 13, and it is covered by the CI matrix (cicd/shared-gh-workflows-context.yml in saltstack/salt). Add a row to the supported operating systems table so it is listed alongside Debian 11 and 12. Matches the existing "Debian stable, oldstable, and oldoldstable" support policy already documented on this page. Fixes saltstack/salt#69878
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Add a row for Debian 13 (Trixie) to the supported operating systems
table in
docs/topics/salt-supported-operating-systems.rst.Why
Debian 13 released 2025-08-09. Salt onedir packages install and run on
it, and it is exercised in the CI matrix
(
cicd/shared-gh-workflows-context.ymlin saltstack/salt, x86_64 andarm64). The current page lists 11 and 12 only, which is inconsistent
with the already-documented policy of "Debian stable, oldstable, and
oldoldstable".
Tests
Docs-only.
pre-commit run --files docs/topics/salt-supported-operating-systems.rstpasses (rstcheck, blacken-docs, nox docs build).
Fixes saltstack/salt#69878