зеркало из https://github.com/github/docs.git
deprecate GHES 3.5 (#38775)
This commit is contained in:
Родитель
e513eb3ee5
Коммит
8ec825b119
|
@ -146,10 +146,8 @@ The self-hosted runner connects to {% data variables.product.product_name %} to
|
|||
Since the self-hosted runner opens a connection to {% data variables.location.product_location %}, you do not need to allow {% data variables.product.prodname_dotcom %} to make inbound connections to your self-hosted runner.
|
||||
{% elsif ghes or ghae %}
|
||||
Only an outbound connection from the runner to {% data variables.location.product_location %} is required. There is no need for an inbound connection from {% data variables.location.product_location %} to the runner.
|
||||
{% ifversion ghes > 3.4%}
|
||||
For caching to work, the runner must be able to communicate with the blob storage and directly download content from it.
|
||||
{%- endif %}
|
||||
{%- endif %}
|
||||
|
||||
{% ifversion ghes %}
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ export const dates = JSON.parse(await fs.readFile('src/ghes-releases/lib/enterpr
|
|||
export const next = '3.10'
|
||||
export const nextNext = '3.11'
|
||||
|
||||
export const supported = ['3.9', '3.8', '3.7', '3.6', '3.5']
|
||||
export const supported = ['3.9', '3.8', '3.7', '3.6']
|
||||
|
||||
// Ensure that:
|
||||
// "next" is ahead of "latest" by one minor or major release.
|
||||
|
@ -37,7 +37,7 @@ function isValidNext(v1, v2) {
|
|||
// When you're archiving a version, add the new archived number to this
|
||||
// array and you should never need to touch the `deprecated` array
|
||||
// on the line just below.
|
||||
export const deprecatedWithFunctionalRedirects = ['3.4', '3.3', '3.2', '3.1', '3.0']
|
||||
export const deprecatedWithFunctionalRedirects = ['3.5', '3.4', '3.3', '3.2', '3.1', '3.0']
|
||||
export const deprecated = [
|
||||
...deprecatedWithFunctionalRedirects,
|
||||
'2.22',
|
||||
|
|
|
@ -31,15 +31,15 @@ condition-e
|
|||
|
||||
## ifversion with ranges
|
||||
|
||||
{% ifversion ghes > 3.4 %}
|
||||
{% ifversion ghes > 3.5 %}
|
||||
condition-f
|
||||
{% endif %}
|
||||
|
||||
{% ifversion ghes < 3.6 %}
|
||||
{% ifversion ghes < 3.7 %}
|
||||
condition-g
|
||||
{% endif %}
|
||||
|
||||
{% ifversion ghes > 3.4 and ghes < 3.6 %}
|
||||
{% ifversion ghes > 3.5 and ghes < 3.7 %}
|
||||
condition-h
|
||||
{% endif %}
|
||||
|
||||
|
@ -49,11 +49,11 @@ condition-h
|
|||
condition-i
|
||||
{% endif %}
|
||||
|
||||
{% ifversion ghes != 3.5 %}
|
||||
{% ifversion ghes != 3.6 %}
|
||||
condition-j
|
||||
{% endif %}
|
||||
|
||||
{% ifversion ghes = 3.5 %}
|
||||
{% ifversion ghes = 3.6 %}
|
||||
condition-k
|
||||
{% endif %}
|
||||
|
||||
|
@ -67,13 +67,13 @@ condition-l
|
|||
|
||||
{% ifversion ghes %}
|
||||
condition-m
|
||||
{% ifversion ghes = 3.5 %}
|
||||
{% ifversion ghes = 3.6 %}
|
||||
condition-n
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
## ifversion combined operations
|
||||
|
||||
{% ifversion not fpt and ghes > 3.4 %}
|
||||
{% ifversion not fpt and ghes > 3.5 %}
|
||||
condition-o
|
||||
{% endif %}
|
||||
|
|
|
@ -154,7 +154,7 @@ describe('extended Markdown', () => {
|
|||
'condition-l',
|
||||
],
|
||||
'enterprise-cloud@latest': ['condition-c', 'condition-j', 'condition-l'],
|
||||
'enterprise-server@3.5': [
|
||||
'enterprise-server@3.6': [
|
||||
'condition-c',
|
||||
'condition-e',
|
||||
'condition-f',
|
||||
|
@ -166,7 +166,7 @@ describe('extended Markdown', () => {
|
|||
'condition-n',
|
||||
'condition-o',
|
||||
],
|
||||
'enterprise-server@3.6': [
|
||||
'enterprise-server@3.7': [
|
||||
'condition-c',
|
||||
'condition-e',
|
||||
'condition-f',
|
||||
|
|
Загрузка…
Ссылка в новой задаче