Skip to content

Commit 831b0b9

Browse files
jclement136sarahsdihydroJenoxideerinhavdinonuggies1
authored
GitHub Enterprise Server 3.21 release candidate (#60671)
Co-authored-by: Sarah Schneider <sarahs@github.com> Co-authored-by: Jenni C <97056108+dihydroJenoxide@users.noreply.github.com> Co-authored-by: Sarah Schneider <sarahs@users.noreply.github.com> Co-authored-by: Erin Havens <erinhav@github.com> Co-authored-by: Kadrick Henderson <dinonuggies1@github.com> Co-authored-by: Joe Clark <31087804+jc-clark@users.noreply.github.com> Co-authored-by: docs-bot <77750099+docs-bot@users.noreply.github.com> Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com> Co-authored-by: Sunbrye Ly <56200261+sunbrye@users.noreply.github.com>
1 parent eab689b commit 831b0b9

244 files changed

Lines changed: 2008911 additions & 149 deletions

File tree

Some content is hidden

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

content/admin/all-releases.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ If you run analysis in an external CI system, we recommend using the same versio
5757

5858
| {% data variables.product.prodname_ghe_server %} version | Recommended {% data variables.product.prodname_codeql_cli %} version |
5959
| ------------------------------------------------- | ---------------------- |
60+
| 3.21 | 2.24.3 ([changelog](https://codeql.github.com/docs/codeql-overview/codeql-changelog/codeql-cli-2.24.3/)) |
6061
| 3.20 | 2.23.9 ([changelog](https://codeql.github.com/docs/codeql-overview/codeql-changelog/codeql-cli-2.23.9/)) |
6162
| 3.19 | 2.22.4 ([changelog](https://codeql.github.com/docs/codeql-overview/codeql-changelog/codeql-cli-2.22.4/)) |
6263
| 3.18 | 2.21.4 ([changelog](https://codeql.github.com/docs/codeql-overview/codeql-changelog/codeql-cli-2.21.4/)) |
@@ -79,6 +80,7 @@ For instances with {% data variables.product.prodname_actions %} enabled, self-h
7980

8081
| {% data variables.product.prodname_ghe_server %} version | Minimum Runner version |
8182
| ------------------------------------------------- | ---------------------- |
83+
| 3.21 | 2.331.0 ([release notes](https://github.com/actions/runner/releases/tag/v2.331.0)) |
8284
| 3.20 | 2.330.0 ([release notes](https://github.com/actions/runner/releases/tag/v2.330.0)) |
8385
| 3.19 | 2.328.0 ([release notes](https://github.com/actions/runner/releases/tag/v2.328.0)) |
8486
| 3.18 | 2.324.0 ([release notes](https://github.com/actions/runner/releases/tag/v2.324.0)) |

content/rest/enterprise-admin/custom-properties-for-orgs.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
---
22
title: REST API for organization custom properties in an enterprise
33
shortTitle: Custom properties for organizations
4-
intro: 'Use the REST API to manage custom properties for organizations belonging to an enterprise'
4+
intro: >-
5+
Use the REST API to manage custom properties for organizations belonging to an
6+
enterprise
57
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
68
ghec: '*'
9+
ghes: '>=3.21'
710
autogenerated: rest
811
allowTitleToDifferFromFilename: true
912
category:

content/rest/orgs/custom-properties-for-orgs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ shortTitle: Custom properties for organizations
44
intro: Use the REST API to manage custom property values for an organization
55
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
66
ghec: '*'
7+
ghes: '>=3.21'
78
autogenerated: rest
89
allowTitleToDifferFromFilename: true
910
category:

content/rest/repos/tags.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ allowTitleToDifferFromFilename: true
44
shortTitle: Tags
55
intro: Use the REST API to manage tags for a repository.
66
versions: # DO NOT MANUALLY EDIT. CHANGES WILL BE OVERWRITTEN BY A 🤖
7-
ghes: '*'
7+
ghes: <=3.20
88
autogenerated: rest
99
category:
1010
- Manage repositories and code

data/release-notes/enterprise-server/3-21/0-rc1.yml

Lines changed: 304 additions & 0 deletions
Large diffs are not rendered by default.

data/reusables/rest-api/breaking-changes-changelog.md

Lines changed: 673 additions & 0 deletions
Large diffs are not rendered by default.

data/variables/product.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ prodname_codeql_cli: 'CodeQL CLI'
100100
# CodeQL usually bumps its minor version for each minor version of GHES.
101101
# Update this whenever a new enterprise version of CodeQL is being prepared.
102102
codeql_cli_ghes_recommended_version: >-
103-
{% ifversion ghes < 3.17 %}2.20.3{% elsif ghes < 3.18 %}2.20.7{% elsif ghes < 3.19 %}2.21.4{% elsif ghes < 3.20 %}2.22.4{% elsif ghes < 3.21 %}2.23.9{% endif %}
103+
{% ifversion ghes < 3.17 %}2.20.3{% elsif ghes < 3.18 %}2.20.7{% elsif ghes < 3.19 %}2.21.4{% elsif ghes < 3.20 %}2.22.4{% elsif ghes < 3.21 %}2.23.9{% elsif ghes < 3.22 %}2.24.3{% endif %}
104104
codeql_cli_version_min_version_create_bundle: '2.17.6'
105105
# Projects v2
106106
prodname_projects_v2: 'Projects'
@@ -153,7 +153,7 @@ prodname_unfurls: 'Content Attachments'
153153
prodname_actions: 'GitHub Actions'
154154
prodname_actions_runner_controller: 'Actions Runner Controller'
155155
runner_required_version: >-
156-
{% ifversion ghes < 3.17 %}2.321.0{% elsif ghes < 3.18 %}2.322.0{% elsif ghes < 3.19 %}2.324.0{% elsif ghes < 3.20 %}2.328.0{% elsif ghes < 3.21 %}2.330.0{% endif %}
156+
{% ifversion ghes < 3.17 %}2.321.0{% elsif ghes < 3.18 %}2.322.0{% elsif ghes < 3.19 %}2.324.0{% elsif ghes < 3.20 %}2.328.0{% elsif ghes < 3.21 %}2.330.0{% elsif ghes < 3.22 %}2.331.0{% endif %}
157157
158158
# GitHub Debug
159159
prodname_debug: 'GitHub Debug'
@@ -215,8 +215,8 @@ prodname_code_security: '{% ifversion ghas-products %}Code Security{% else %}Adv
215215
prodname_secret_protection: '{% ifversion ghas-products %}Secret Protection{% else %}Advanced Security{% endif %}'
216216
prodname_cs_or_sp: '{% ifversion ghas-products %}Secret Protection or Code Security{% else %}Advanced Security{% endif %}'
217217
prodname_cs_and_sp: '{% ifversion ghas-products %}Secret Protection and Code Security{% else %}Advanced Security{% endif %}'
218-
UI_advanced_security: '{% ifversion ghas-products %}{% data variables.product.prodname_AS %}{% elsif ghes > 3.15 %}Code security{% else %}Code security and analysis{% endif %}'
219-
UI_advanced_security_ent: '{% ifversion ghas-products %}{% data variables.product.prodname_AS %}{% elsif ghes > 3.14 %}Code security{% else %}Code security and analysis{% endif %}'
218+
UI_advanced_security: '{% ifversion ghas-products %}{% data variables.product.prodname_AS %}{% else %}Code security and analysis{% endif %}'
219+
UI_advanced_security_ent: '{% ifversion ghas-products %}{% data variables.product.prodname_AS %}Code security{% else %}Code security and analysis{% endif %}'
220220
UI_code_security_scanning: '{% ifversion ghas-products %}Code Security{% else %}Code scanning{% endif %}'
221221
UI_secret_protection_scanning: '{% ifversion ghas-products %}Secret Protection{% else %}Secret scanning{% endif %}'
222222

0 commit comments

Comments
 (0)