Skip to content

Commit 5bbaf86

Browse files
authored
Merge pull request github#28742 from github/repo-sync
Repo sync
2 parents 43b2607 + 6059bf1 commit 5bbaf86

File tree

25 files changed

+333
-7
lines changed

25 files changed

+333
-7
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,14 @@ sections:
375375
- |
376376
Package registries on the new GitHub Packages architecture, including Container registry and npm packages, no longer expose data through the GraphQL API. In a coming release, other GitHub Packages registries will migrate to the new architecture, which will deprecate the GraphQL API for those registries as well.
377377
378+
# https://github.com/github/releases/issues/1569
379+
- |
380+
In GitHub Enterprise Server 3.6 and later, GitHub is changing the supported algorithms and hash functions for Git operations over SSH. By default, SSH connections that satisfy **both** of the following conditions will fail.
381+
382+
{% data reusables.ssh.rsa-sha-1-connection-failure-criteria %}
383+
384+
You can adjust the cutoff date. For more information, see "[Configuring SSH connections to your instance](/admin/configuration/configuring-your-enterprise/configuring-ssh-connections-to-your-instance)." [Updated: 2023-09-29]
385+
378386
errata:
379387
- '{% data reusables.release-notes.github-actions-secrets-encryption-docs %}'
380388

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,8 @@ sections:
411411
During the validation phase of a configuration run, a `No such object` error may occur for the Notebook and Viewscreen services. This error can be ignored as the services should still correctly start.
412412
- |
413413
If the root site administrator is locked out of the Management Console after failed login attempts, the account will not unlock automatically after the defined lockout time. Someone with administrative SSH access to the instance must unlock the account using the administrative shell. For more information, see "[AUTOTITLE](/admin/configuration/administering-your-instance-from-the-management-console/troubleshooting-access-to-the-management-console#unlocking-the-root-site-administrator-account)."
414+
- |
415+
{% data reusables.release-notes.2023-09-ephemeral-self-hosted-runners-not-auto-upgrading %} [Updated: 2023-09-29]
414416
415417
deprecations:
416418
# https://github.com/github/releases/issues/2826

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,8 @@ sections:
430430
431431
- |
432432
{% data reusables.release-notes.2023-09-config-apply-timeout-hookshot-go-replicas %} [Updated: 2023-09-21]
433+
- |
434+
{% data reusables.release-notes.2023-09-ephemeral-self-hosted-runners-not-auto-upgrading %} [Updated: 2023-09-29]
433435
434436
deprecations:
435437
# https://github.com/github/releases/issues/2826

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,3 +150,5 @@ sections:
150150
[Updated: 2023-09-05]
151151
- |
152152
{% data reusables.release-notes.2023-09-config-apply-timeout-hookshot-go-replicas %} [Updated: 2023-09-21]
153+
- |
154+
{% data reusables.release-notes.2023-09-ephemeral-self-hosted-runners-not-auto-upgrading %} [Updated: 2023-09-29]

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,5 @@ sections:
6565
[Updated: 2023-09-05]
6666
- |
6767
{% data reusables.release-notes.2023-09-config-apply-timeout-hookshot-go-replicas %} [Updated: 2023-09-21]
68+
- |
69+
{% data reusables.release-notes.2023-09-ephemeral-self-hosted-runners-not-auto-upgrading %} [Updated: 2023-09-29]

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,6 @@ sections:
5959
{% data reusables.release-notes.2023-08-mssql-replication-known-issue %} [Updated: 2023-08-24]
6060
- |
6161
{% data reusables.release-notes.2023-09-config-apply-timeout-hookshot-go-replicas %} [Updated: 2023-09-21]
62+
- |
63+
{% data reusables.release-notes.2023-09-ephemeral-self-hosted-runners-not-auto-upgrading %} [Updated: 2023-09-29]
64+

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,3 +49,5 @@ sections:
4949
{% data reusables.release-notes.2023-08-mssql-replication-known-issue %} [Updated: 2023-09-04]
5050
- |
5151
{% data reusables.release-notes.2023-09-config-apply-timeout-hookshot-go-replicas %} [Updated: 2023-09-21]
52+
- |
53+
{% data reusables.release-notes.2023-09-ephemeral-self-hosted-runners-not-auto-upgrading %} [Updated: 2023-09-29]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ sections:
2323
- On an instance with subdomain isolation disabled, a notebook could not be loaded due to incorrect asset paths.
2424
- On an instance with subdomain isolation disabled, a notebook could not be loaded due to an extra `/` character in the URL path.
2525
- On an instance with a GitHub Advanced Security license and secret scanning enabled, in some cases, custom patterns would erroneously show no results for a dry run.
26+
- On an instance with GitHub Actions enabled, the software on ephemeral runners would not automatically update to the latest version.
2627
changes:
27-
- On an instance with GitHub Actions enabled, the software on ephemeral runners is updated automatically.
2828
- When listing the node metadata for all nodes using the [Manage GitHub Enterprise Server REST API](https://docs.github.com/enterprise-server/rest/enterprise-admin/manage-ghes?apiVersion=2022-11-28#get-all-ghes-node-metadata-for-all-nodes), information about whether a given node is a replica is included.
2929
- When GitHub Enterprise checks for a new upgrade or hotpatch package, if the check fails the failure details are output to the `ghe-update-check` log, and the Management Console UI provides a "Check Again" button to rerun the check.
3030
- When providing data to GitHub Support, GitHub Enterprise Server displays a notice describing how support data is used before uploading the support files.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
On an instance with GitHub Actions enabled, ephemeral self-hosted runners do not automatically update to the latest version. Users will need to manually update the runners to the latest version.

src/github-apps/data/fpt-2022-11-28/fine-grained-pat-permissions.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3435,6 +3435,15 @@
34353435
"additional-permissions": [],
34363436
"access": "write"
34373437
},
3438+
{
3439+
"category": "codespaces",
3440+
"slug": "check-if-permissions-defined-by-a-devcontainer-have-been-accepted-by-the-authenticated-user",
3441+
"subcategory": "codespaces",
3442+
"verb": "get",
3443+
"requestPath": "/repos/{owner}/{repo}/codespaces/permissions_check",
3444+
"additional-permissions": [],
3445+
"access": "write"
3446+
},
34383447
{
34393448
"category": "codespaces",
34403449
"slug": "create-a-codespace-from-a-pull-request",

0 commit comments

Comments
 (0)