Skip to content

Commit 9d4d6dc

Browse files
rachmariheiskr
andauthored
Deprecate ghes 3.10 (#54410)
Co-authored-by: Kevin Heis <[email protected]>
1 parent c8caf01 commit 9d4d6dc

File tree

123 files changed

+90
-891320
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+90
-891320
lines changed

content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/about-actions-runner-controller.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ layout: inline
66
versions:
77
fpt: '*'
88
ghec: '*'
9-
ghes: '>= 3.9'
9+
ghes: '*'
1010
type: overview
1111
topics:
1212
- Actions Runner Controller

content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/about-support-for-actions-runner-controller.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ shortTitle: About Support for ARC
55
versions:
66
fpt: '*'
77
ghec: '*'
8-
ghes: '>= 3.9'
8+
ghes: '*'
99
topics:
1010
- Actions Runner Controller
1111
- Support

content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/authenticating-to-the-github-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ intro: 'Learn how to authenticate to the {% data variables.product.company_short
55
versions:
66
fpt: '*'
77
ghec: '*'
8-
ghes: '>= 3.9'
8+
ghes: '*'
99
type: overview
1010
topics:
1111
- Actions Runner Controller

content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/deploying-runner-scale-sets-with-actions-runner-controller.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ intro: 'Learn how to deploy runner scale sets with {% data variables.product.pro
55
versions:
66
fpt: '*'
77
ghec: '*'
8-
ghes: '>= 3.9'
8+
ghes: '*'
99
type: overview
1010
topics:
1111
- Actions Runner Controller
@@ -892,12 +892,8 @@ The following table shows the metrics emitted by the controller-manager and list
892892
| listener | gha_idle_runners | gauge | Number of registered runners not running a job |
893893
| listener | gha_started_jobs_total | counter | Total number of jobs started since the listener became ready [1] |
894894
| listener | gha_completed_jobs_total | counter | Total number of jobs completed since the listener became ready [1] |
895-
| {% ifversion fpt or ghec or ghes > 3.10 %} |
896895
| listener | gha_job_startup_duration_seconds | histogram | Number of seconds spent waiting for workflow job to get started on the runner owned by the runner scale set |
897-
| {% endif %} |
898-
| {% ifversion fpt or ghec or ghes > 3.10 %} |
899896
| listener | gha_job_execution_duration_seconds | histogram | Number of seconds spent executing workflow jobs by the runner scale set |
900-
| {% endif %} |
901897

902898
[1]: Listener metrics that have the counter type are reset when the listener pod restarts.
903899

content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/quickstart-for-actions-runner-controller.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ intro: 'Try out {% data variables.product.prodname_actions_runner_controller %}
55
versions:
66
fpt: '*'
77
ghec: '*'
8-
ghes: '>= 3.9'
8+
ghes: '*'
99
type: quick_start
1010
topics:
1111
- Actions Runner Controller

content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/troubleshooting-actions-runner-controller-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ intro: 'Learn how to troubleshoot {% data variables.product.prodname_actions_run
55
versions:
66
fpt: '*'
77
ghec: '*'
8-
ghes: '>= 3.9'
8+
ghes: '*'
99
type: how_to
1010
topics:
1111
- Actions Runner Controller

content/actions/hosting-your-own-runners/managing-self-hosted-runners-with-actions-runner-controller/using-actions-runner-controller-runners-in-a-workflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ intro: 'You can use {% data variables.product.prodname_actions_runner_controller
55
versions:
66
fpt: '*'
77
ghec: '*'
8-
ghes: '>= 3.9'
8+
ghes: '*'
99
type: overview
1010
topics:
1111
- Actions Runner Controller

content/admin/administering-your-instance/administering-your-instance-from-the-command-line/command-line-utilities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1302,7 +1302,7 @@ During an upgrade to a feature release, this utility displays the status of back
13021302
{% ifversion ghes < 3.12 %}
13031303
13041304
> [!NOTE]
1305-
> To use `ghe-check-background-upgrade-jobs` with {% data variables.product.prodname_ghe_server %} {{ allVersions[currentVersion].currentRelease }}, your instance must run version {{ allVersions[currentVersion].currentRelease }}.{% ifversion ghes = 3.10 %}4{% elsif ghes = 3.11 %}1{% endif %} or later.
1305+
> To use `ghe-check-background-upgrade-jobs` with {% data variables.product.prodname_ghe_server %} {{ allVersions[currentVersion].currentRelease }}, your instance must run version {{ allVersions[currentVersion].currentRelease }}.1 or later.
13061306
13071307
{% endif %}
13081308

content/admin/configuring-packages/configuring-package-ecosystem-support-for-your-enterprise.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ To prevent new packages from being uploaded, you can set an ecosystem you previo
3333
{% data reusables.enterprise_site_admin_settings.management-console %}
3434
{% data reusables.enterprise_site_admin_settings.packages-tab %}
3535
1. Under "Ecosystem Toggles", for each package type, select **Enabled**, **Read-Only**, or **Disabled**.
36-
{%- ifversion ghes %}
36+
3737
> [!NOTE]
3838
> Subdomain isolation must be enabled to toggle the {% data variables.product.prodname_container_registry %} options.
39-
{%- endif %}
39+
4040
![Screenshot of the "Ecosystem toggles" section on the Settings page of the Management Console.](/assets/images/enterprise/site-admin-settings/ecosystem-toggles.png)
4141

4242
{% data reusables.enterprise_management_console.save-settings %}

content/admin/configuring-packages/enabling-github-packages-with-aws.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ Ensure your AWS access key ID and secret have the following permissions:
3838
{% data reusables.enterprise_site_admin_settings.management-console %}
3939
{% data reusables.enterprise_site_admin_settings.packages-tab %}
4040
{% data reusables.package_registry.enable-enterprise-github-packages %}
41-
{% ifversion ghes -%}
4241
1. Under "Packages Storage", select **Amazon S3** and enter your storage bucket's details:
4342
* **AWS Service URL:** The service URL for your bucket. For example, if your S3 bucket was created in the `us-west-2 region`, this value should be `https://s3.us-west-2.amazonaws.com`.
4443

@@ -48,7 +47,6 @@ Ensure your AWS access key ID and secret have the following permissions:
4847
* **AWS S3 Access Key** and **AWS S3 Secret Key:** The AWS access key ID and secret key to access your bucket.
4948

5049
For more information on managing AWS access keys, see the [AWS Identity and Access Management Documentation](https://docs.aws.amazon.com/iam/index.html).
51-
{%- endif %}
5250
{% data reusables.enterprise_management_console.save-settings %}
5351

5452
## Next steps

0 commit comments

Comments
 (0)