1
0
mirror of synced 2026-01-08 12:01:53 -05:00
Files
docs/content/admin/all-releases.md

6.5 KiB

title, intro, allowTitleToDifferFromFilename, versions, topics, shortTitle
title intro allowTitleToDifferFromFilename versions topics shortTitle
GitHub Enterprise Server releases {% data variables.product.company_short %} releases new versions of {% data variables.product.product_name %} regularly. You can review supported versions, see deprecation dates, and browse documentation for the release you've deployed. true
ghes
*
Enterprise
Upgrades
Releases

About releases of {% data variables.product.product_name %}

{% data reusables.enterprise.constantly-improving %} {% data variables.product.company_short %} supports the four most recent feature releases. For more information, see "AUTOTITLE."

You can see what's new for each release in the release notes, and you can view administrator and user documentation for all releases here on {% data variables.product.prodname_docs %}. When you read the documentation, make sure to select the version that reflects your product. For more information, see "AUTOTITLE."

Releases of {% data variables.product.product_name %}

{% data variables.product.company_short %} provides documentation for both supported and deprecated versions of {% data variables.product.product_name %}, but does not maintain or update the documentation for deprecated versions.

For more information about the latest release, see the {% data variables.product.prodname_enterprise %} website.

Version Release Deprecation Supported Release notes Documentation
{%- for version in enterpriseServerReleases.supported %}
{%- assign currentDate = 'now' date: '%s' %}
{%- assign deprecationDate = enterpriseServerReleases.dates[version].deprecationDate date: '%s' %}
{{version}} {{enterpriseServerReleases.dates[version].releaseDate}} {{enterpriseServerReleases.dates[version].deprecationDate}} {% if currentDate < deprecationDate %}{% octicon "check" aria-label="Supported" %}{% else %}{% octicon "x" aria-label="Not supported" %}{% endif %} {{version}} release notes {{version}} documentation
{%- endfor %}
{%- for version in enterpriseServerReleases.deprecatedReleasesWithNewFormat %}
{{version}} {{enterpriseServerReleases.dates[version].releaseDate}} {{enterpriseServerReleases.dates[version].deprecationDate}} {% octicon "x" aria-label="Not supported" %} {{version}} release notes {{version}} documentation
{%- endfor %}
{%- for version in enterpriseServerReleases.deprecatedReleasesWithLegacyFormat %}
{{version}} {{enterpriseServerReleases.dates[version].releaseDate}} {{enterpriseServerReleases.dates[version].deprecationDate}} {% octicon "x" aria-label="Not supported" %} {{version}} release notes {{version}} documentation
{%- endfor %}

Deprecated developer documentation

{% data variables.product.company_short %} hosted developer documentation for {% data variables.product.product_name %} on a separate site until the 2.17 release. {% data variables.product.company_short %} continues to provide developer documentation for version 2.16 and earlier, but does not maintain or update the documentation.

Version Release Deprecation Developer documentation
{%- for version in enterpriseServerReleases.deprecatedReleasesOnDeveloperSite %}
{{version}} {{enterpriseServerReleases.dates[version].releaseDate}} {{enterpriseServerReleases.dates[version].deprecationDate}} {{version}} developer documentation
{%- endfor %}

For instances with a {% data variables.product.prodname_GH_advanced_security %} license and code scanning enabled, the {% data variables.product.prodname_codeql %} action for code scanning analysis uses a minimum recommended version of the {% data variables.product.prodname_codeql_cli %} by default. We recommend that you use the same version of the {% data variables.product.prodname_codeql_cli %} if you run analysis in an external CI system. For more information, see "AUTOTITLE."

{% data variables.product.product_name %} version Recommended {% data variables.product.prodname_codeql_cli %} version
3.12 2.15.5 (changelog)
3.11 2.14.6 (changelog)
3.10 2.13.5 (changelog)
3.9 2.12.7 (changelog)

Minimum {% data variables.product.prodname_actions %} Runner application versions

For instances with {% data variables.product.prodname_actions %} enabled, self-hosted {% data variables.product.prodname_actions %} runners must run a minimum required version of the {% data variables.product.prodname_actions %} Runner application.

For most instances, the Runner application is updated automatically. If your instance uses ephemeral self-hosted runners and you've disabled automatic updates, you must upgrade your runners to the required version of the Runner application before upgrading your instance to a new {% data variables.product.prodname_ghe_server %} release. For more information, see "AUTOTITLE."

{% data variables.product.product_name %} version Minimum Runner version
3.12 2.311.0 (release notes)
3.11 2.309.0 (release notes)
3.10 2.304.0 (release notes)
3.9 2.303.0 (release notes)