Skip to content

Commit e756e9a

Browse files
authored
Merge pull request github#31795 from github/repo-sync
Repo sync
2 parents c4be877 + 361430a commit e756e9a

File tree

14 files changed

+36
-3
lines changed

14 files changed

+36
-3
lines changed

content/admin/managing-your-enterprise-account/deleting-an-enterprise-account.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ You must remove, transfer, or delete all organizations in the enterprise before
3636

3737
{% data reusables.enterprise-accounts.access-enterprise %}
3838
{% data reusables.enterprise-accounts.settings-tab %}
39-
1. Under {% octicon "gear" aria-hidden="true" %} **Settings**, click **Profile**.
40-
1. In the "Danger Zone" section, click **Delete this enterprise**.
41-
1. In the text box, type the enterprise slug to confirm the deletion, then click **Delete this enterprise**.
39+
1. If you are not trialing {% data variables.product.prodname_ghe_cloud %}, delete your enterprise account:
40+
1. Under {% octicon "gear" aria-hidden="true" %} **Settings**, click **Profile**.
41+
1. In the "Danger Zone" section, click **Delete this enterprise**.
42+
1. In the text box, type the enterprise slug to confirm the deletion, then click **Delete this enterprise**.
43+
1. If you are trialing {% data variables.product.prodname_ghe_cloud %}, cancel your trial, or delete the expired trial:
44+
{% data reusables.enterprise-accounts.billing-tab %}
45+
1. At the top of the page, click **Cancel trial** if your trial is active, or click **Delete trial** if your trial is expired.
46+
1. Follow the prompts.

data/release-notes/enterprise-server/3-10/3.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,5 @@ sections:
9393
{% data reusables.release-notes.2023-12-client-ip-addresses-incorrect-in-audit-log %} [Updated 2023-12-13]
9494
- |
9595
{% data reusables.release-notes.2024-01-ha-proxy-out-of-memory %} [Updated 2024-01-23]
96+
- |
97+
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2024-02-22]

data/release-notes/enterprise-server/3-10/4.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ sections:
172172
{% data reusables.release-notes.2024-01-haproxy-upgrade-causing-increased-errors %} [Updated 2024-01-03]
173173
- |
174174
{% data reusables.release-notes.2024-01-ha-proxy-out-of-memory %} [Updated 2024-01-23]
175+
- |
176+
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2024-02-22]
175177
deprecations:
176178
- heading: Interactive maps in the web UI no longer allow authentication using an Azure Maps API key
177179
notes:

data/release-notes/enterprise-server/3-10/5.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ sections:
6464
{% data reusables.release-notes.2024-01-haproxy-upgrade-causing-increased-errors %}
6565
- |
6666
{% data reusables.release-notes.2024-01-ha-proxy-out-of-memory %} [Updated 2024-01-23]
67+
- |
68+
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2024-02-22]
6769
errata:
6870
- |
6971
These release notes previously indicated that GitHub Enterprise Server 3.10.5 contained fixes for the following issues:

data/release-notes/enterprise-server/3-11/0.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ sections:
129129
- |
130130
Responses from REST API endpoints for repositories display whether Dependabot security updates are enabled or disabled. Users can also enable or disable security updates for a repository using the REST API. For more information, see "[AUTOTITLE](/rest/repos/repos)" in the REST API documentation.
131131
132+
# https://github.com/github/releases/issues/3253
133+
- |
134+
When Dependabot is first enabled, GitHub will not send notifications for all vulnerable dependencies found in the repository, only for new vulnerable dependencies ifentified after Dependabot is enabled. For more information, see "[AUTOTITLE](/code-security/dependabot/dependabot-alerts/configuring-notifications-for-dependabot-alerts)."
135+
132136
- heading: Code security
133137
notes:
134138
# https://github.com/github/releases/issues/3259

data/release-notes/enterprise-server/3-11/1.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ sections:
110110
{% data reusables.release-notes.2024-01-haproxy-upgrade-causing-increased-errors %} [Updated 2024-01-03]
111111
- |
112112
{% data reusables.release-notes.2024-01-ha-proxy-out-of-memory %} [Updated 2024-01-23]
113+
- |
114+
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2024-02-22]
113115
deprecations:
114116
- heading: Interactive maps in the web UI no longer allow authentication using an Azure Maps API key
115117
notes:

data/release-notes/enterprise-server/3-11/2.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ sections:
2929
{% data reusables.release-notes.2024-01-haproxy-upgrade-causing-increased-errors %} [Updated 2024-01-03]
3030
- |
3131
{% data reusables.release-notes.2024-01-ha-proxy-out-of-memory %} [Updated 2024-01-23]
32+
- |
33+
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2024-02-22]
3234
errata:
3335
- |
3436
"[Known issues](/admin/release-notes#3.11.2-known-issues)" incorrectly indicated that an upgrade to GitHub Enterprise Server 3.11 may fail. This issue does not impact GitHub Enterprise Server instances when upgrading to version 3.11.1 or later. [Updated: 2024-01-26]

data/release-notes/enterprise-server/3-11/3.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,5 @@ sections:
5252
Pre-receive hooks which utilize `git rev-list` fail with an `fatal: Invalid revision range` error message.
5353
- |
5454
{% data reusables.release-notes.2024-01-ha-proxy-out-of-memory %} [Updated 2024-01-23]
55+
- |
56+
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2024-02-22]

data/release-notes/enterprise-server/3-8/11.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,5 @@ sections:
5959
{% data reusables.release-notes.2023-12-backup-utils-exit-early-redis %} [Updated 2023-12-05]
6060
- |
6161
{% data reusables.release-notes.2023-12-client-ip-addresses-incorrect-in-audit-log %} [Updated 2023-12-13]
62+
- |
63+
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2024-02-22]

data/release-notes/enterprise-server/3-8/12.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ sections:
120120
Restoring backups with `ghe-restore` on a GHES cluster will exit prematurely if `redis` has not restarted properly.
121121
- |
122122
{% data reusables.release-notes.2024-01-haproxy-upgrade-causing-increased-errors %} [Updated 2024-01-03]
123+
- |
124+
{% data reusables.release-notes.scheduled-reminders-unintentional %} [Updated: 2024-02-22]
123125
deprecations:
124126
- heading: Interactive maps in the web UI no longer allow authentication using an Azure Maps API key
125127
notes:

0 commit comments

Comments
 (0)