Skip to content

Commit 27c1962

Browse files
committed
Lint
1 parent 6688ca3 commit 27c1962

3 files changed

Lines changed: 33 additions & 33 deletions

File tree

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
date: '2021-11-23'
22
sections:
33
security_fixes:
4-
- 'Packages have been updated to the latest security versions. {% comment %} https://github.com/github/enterprise2/pull/27497, https://github.com/github/enterprise2/pull/27446 {% endcomment %}'
4+
- Packages have been updated to the latest security versions.
55
bugs:
6-
- 'Pre-receive hooks would fail due to undefined `PATH`. {% comment %} https://github.com/github/enterprise2/pull/27477, https://github.com/github/enterprise2/pull/27418 {% endcomment %}'
7-
- 'Running `ghe-repl-setup` would return an error: `cannot create directory ‘/data/user/elasticsearch’: File exists` if the instance had previously been configured as a replica. {% comment %} https://github.com/github/enterprise2/pull/27481, https://github.com/github/enterprise2/pull/27475 {% endcomment %}'
8-
- 'In large GHES Cluster environments, the authentication backend could be unavailable on a subset of frontend nodes. {% comment %} https://github.com/github/enterprise2/pull/27541, https://github.com/github/enterprise2/pull/27459 {% endcomment %}'
9-
- 'Some critical services may not have been available on backend nodes in GHES Cluster. {% comment %} https://github.com/github/enterprise2/pull/27558, https://github.com/github/enterprise2/pull/27485 {% endcomment %}'
6+
- Pre-receive hooks would fail due to undefined `PATH`.
7+
- Running `ghe-repl-setup` would return an error like `cannot create directory ‘/data/user/elasticsearch’: File exists` if the instance had previously been configured as a replica.
8+
- In large GHES Cluster environments, the authentication backend could be unavailable on a subset of frontend nodes.
9+
- Some critical services may not have been available on backend nodes in GHES Cluster.
1010
changes:
11-
- 'An additional outer layer of `gzip` compression when creating a cluster support bundle with `ghe-cluster-suport-bundle` is now turned off by default. This outer compression can optionally be applied with the `ghe-cluster-suport-bundle -c` command line option. {% comment %} https://github.com/github/enterprise2/pull/27470, https://github.com/github/enterprise2/pull/27440 {% endcomment %}'
12-
- 'Upgrade collectd to latest version 5.12.0. {% comment %} https://github.com/github/enterprise2/pull/27503, https://github.com/github/enterprise2/pull/27492, https://github.com/github/brew2deb/pull/2167 {% endcomment %}'
13-
- 'We have added extra text to the admin console to remind users about the mobile apps'' data collection for experience improvement purposes. {% comment %} https://github.com/github/enterprise2/pull/27534, https://github.com/github/enterprise2/pull/27493 {% endcomment %}'
11+
- An additional outer layer of `gzip` compression when creating a cluster support bundle with `ghe-cluster-suport-bundle` is now turned off by default. This outer compression can optionally be applied with the `ghe-cluster-suport-bundle -c` command line option.
12+
- Upgrade collectd to latest version 5.12.0.
13+
- We have added extra text to the admin console to remind users about the mobile apps'' data collection for experience improvement purposes.
1414
known_issues:
1515
- On a freshly set up {% data variables.product.prodname_ghe_server %} without any users, an attacker could create the first admin user.
1616
- Custom firewall rules are removed during the upgrade process.

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
date: '2021-11-23'
22
sections:
33
security_fixes:
4-
- 'Packages have been updated to the latest security versions. {% comment %} https://github.com/github/enterprise2/pull/27498, https://github.com/github/enterprise2/pull/27446 {% endcomment %}'
4+
- Packages have been updated to the latest security versions.
55
bugs:
6-
- 'Running `ghe-repl-start` or `ghe-repl-status` would sometimes return errors connecting to the database when GitHub Actions was enabled. {% comment %} https://github.com/github/enterprise2/pull/27450, https://github.com/github/enterprise2/pull/27439 {% endcomment %}'
7-
- 'Pre-receive hooks would fail due to undefined `PATH`. {% comment %} https://github.com/github/enterprise2/pull/27478, https://github.com/github/enterprise2/pull/27418 {% endcomment %}'
8-
- 'Running `ghe-repl-setup` would return an error: `cannot create directory ‘/data/user/elasticsearch’: File exists` if the instance had previously been configured as a replica. {% comment %} https://github.com/github/enterprise2/pull/27482, https://github.com/github/enterprise2/pull/27475 {% endcomment %}'
9-
- 'After setting up a high availability replica, `ghe-repl-status` included an error in the output: `unexpected unclosed action in command`. {% comment %} https://github.com/github/enterprise2/pull/27538, https://github.com/github/enterprise2/pull/27526 {% endcomment %}'
10-
- 'In large GHES Cluster environments, the authentication backend could be unavailable on a subset of frontend nodes. {% comment %} https://github.com/github/enterprise2/pull/27542, https://github.com/github/enterprise2/pull/27459 {% endcomment %}'
11-
- 'Some critical services may not have been available on backend nodes in GHES Cluster. {% comment %} https://github.com/github/enterprise2/pull/27559, https://github.com/github/enterprise2/pull/27485 {% endcomment %}'
6+
- Running `ghe-repl-start` or `ghe-repl-status` would sometimes return errors connecting to the database when GitHub Actions was enabled.
7+
- Pre-receive hooks would fail due to undefined `PATH`.
8+
- Running `ghe-repl-setup` would return an error like `cannot create directory ‘/data/user/elasticsearch’: File exists` if the instance had previously been configured as a replica.
9+
- After setting up a high availability replica, `ghe-repl-status` included an error in the output like `unexpected unclosed action in command`.
10+
- In large GHES Cluster environments, the authentication backend could be unavailable on a subset of frontend nodes.
11+
- Some critical services may not have been available on backend nodes in GHES Cluster.
1212
changes:
13-
- 'An additional outer layer of `gzip` compression when creating a cluster support bundle with `ghe-cluster-suport-bundle` is now turned off by default. This outer compression can optionally be applied with the `ghe-cluster-suport-bundle -c` command line option. {% comment %} https://github.com/github/enterprise2/pull/27471, https://github.com/github/enterprise2/pull/27440 {% endcomment %}'
14-
- 'Upgrade collectd to latest version 5.12.0. {% comment %} https://github.com/github/enterprise2/pull/27504, https://github.com/github/enterprise2/pull/27492, https://github.com/github/brew2deb/pull/2167 {% endcomment %}'
15-
- 'We have added extra text to the admin console to remind users about the mobile apps'' data collection for experience improvement purposes. {% comment %} https://github.com/github/enterprise2/pull/27535, https://github.com/github/enterprise2/pull/27493 {% endcomment %}'
13+
- An additional outer layer of `gzip` compression when creating a cluster support bundle with `ghe-cluster-suport-bundle` is now turned off by default. This outer compression can optionally be applied with the `ghe-cluster-suport-bundle -c` command line option.
14+
- Upgrade collectd to latest version 5.12.0.
15+
- We have added extra text to the admin console to remind users about the mobile apps'' data collection for experience improvement purposes.
1616
known_issues:
1717
- The {% data variables.product.prodname_registry %} npm registry no longer returns a time value in metadata responses. This was done to allow for substantial performance improvements. We continue to have all the data necessary to return a time value as part of the metadata response and will resume returning this value in the future once we have solved the existing performance issues.
1818
- On a freshly set up {% data variables.product.prodname_ghe_server %} without any users, an attacker could create the first admin user.

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

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
date: '2021-11-23'
22
sections:
33
security_fixes:
4-
- 'Packages have been updated to the latest security versions. {% comment %} https://github.com/github/enterprise2/pull/27499, https://github.com/github/enterprise2/pull/27446 {% endcomment %}'
4+
- Packages have been updated to the latest security versions.
55
bugs:
6-
- 'Running `ghe-repl-start` or `ghe-repl-status` would sometimes return errors connecting to the database when GitHub Actions was enabled. {% comment %} https://github.com/github/enterprise2/pull/27451, https://github.com/github/enterprise2/pull/27439 {% endcomment %}'
7-
- 'Pre-receive hooks would fail due to undefined `PATH`. {% comment %} https://github.com/github/enterprise2/pull/27479, https://github.com/github/enterprise2/pull/27418 {% endcomment %}'
8-
- 'Running `ghe-repl-setup` would return an error: `cannot create directory ‘/data/user/elasticsearch’: File exists` if the instance had previously been configured as a replica. {% comment %} https://github.com/github/enterprise2/pull/27483, https://github.com/github/enterprise2/pull/27475 {% endcomment %}'
9-
- '`ghe-support-bundle` returned an error: `integer expression expected`. {% comment %} https://github.com/github/enterprise2/pull/27532, https://github.com/github/enterprise2/pull/27456 {% endcomment %}'
10-
- 'After setting up a high availability replica, `ghe-repl-status` included an error in the output: `unexpected unclosed action in command`. {% comment %} https://github.com/github/enterprise2/pull/27539, https://github.com/github/enterprise2/pull/27526 {% endcomment %}'
11-
- 'In large GHES Cluster environments, the authentication backend could be unavailable on a subset of frontend nodes. {% comment %} https://github.com/github/enterprise2/pull/27543, https://github.com/github/enterprise2/pull/27459 {% endcomment %}'
12-
- 'Some critical services may not have been available on backend nodes in GHES Cluster. {% comment %} https://github.com/github/enterprise2/pull/27560, https://github.com/github/enterprise2/pull/27485 {% endcomment %}'
13-
- 'The repository permissions to the user returned by the `/repos` API would not return the full list. {% comment %} https://github.com/github/github/pull/199756, https://github.com/github/github/pull/197915 {% endcomment %}'
14-
- 'The `childTeams` connection on the `Team` object in the GraphQL schema produced incorrect results under some circumstances. {% comment %} https://github.com/github/github/pull/200877 {% endcomment %}'
15-
- 'In a high availability configuration, repository maintenance always showed up as failed in stafftools, even when it succeeded. {% comment %} https://github.com/github/github/pull/200912, https://github.com/github/github/pull/200880 {% endcomment %}'
16-
- 'User defined patterns would not detect secrets in files like `package.json` or `yarn.lock`. {% comment %} https://github.com/github/token-scanning-service/pull/1236, https://github.com/github/token-scanning-service/pull/1234 {% endcomment %}'
6+
- Running `ghe-repl-start` or `ghe-repl-status` would sometimes return errors connecting to the database when GitHub Actions was enabled.
7+
- Pre-receive hooks would fail due to undefined `PATH`.
8+
- Running `ghe-repl-setup` would return an error like `cannot create directory ‘/data/user/elasticsearch’: File exists` if the instance had previously been configured as a replica.
9+
- Running `ghe-support-bundle` returned an error like `integer expression expected`.
10+
- After setting up a high availability replica, `ghe-repl-status` included an error in the output like `unexpected unclosed action in command`.
11+
- In large GHES Cluster environments, the authentication backend could be unavailable on a subset of frontend nodes.
12+
- Some critical services may not have been available on backend nodes in GHES Cluster.
13+
- The repository permissions to the user returned by the `/repos` API would not return the full list.
14+
- The `childTeams` connection on the `Team` object in the GraphQL schema produced incorrect results under some circumstances.
15+
- In a high availability configuration, repository maintenance always showed up as failed in stafftools, even when it succeeded.
16+
- User defined patterns would not detect secrets in files like `package.json` or `yarn.lock`.
1717
changes:
18-
- 'An additional outer layer of `gzip` compression when creating a cluster support bundle with `ghe-cluster-suport-bundle` is now turned off by default. This outer compression can optionally be applied with the `ghe-cluster-suport-bundle -c` command line option. {% comment %} https://github.com/github/enterprise2/pull/27472, https://github.com/github/enterprise2/pull/27440 {% endcomment %}'
19-
- 'Upgrade collectd to latest version 5.12.0. {% comment %} https://github.com/github/enterprise2/pull/27505, https://github.com/github/enterprise2/pull/27492, https://github.com/github/brew2deb/pull/2167 {% endcomment %}'
20-
- 'We have added extra text to the admin console to remind users about the mobile apps'' data collection for experience improvement purposes. {% comment %} https://github.com/github/enterprise2/pull/27536, https://github.com/github/enterprise2/pull/27493 {% endcomment %}'
18+
- An additional outer layer of `gzip` compression when creating a cluster support bundle with `ghe-cluster-suport-bundle` is now turned off by default. This outer compression can optionally be applied with the `ghe-cluster-suport-bundle -c` command line option.
19+
- Upgrade collectd to latest version 5.12.0.
20+
- We have added extra text to the admin console to remind users about the mobile apps'' data collection for experience improvement purposes.
2121
known_issues:
2222
- On a freshly set up {% data variables.product.prodname_ghe_server %} without any users, an attacker could create the first admin user.
2323
- Custom firewall rules are removed during the upgrade process.

0 commit comments

Comments
 (0)