Skip to content

Commit 2352f17

Browse files
committed
Update changelog for 2.9.3
1 parent 77ec3d1 commit 2352f17

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,51 @@
1717
you know what to do).
1818
-->
1919

20+
## Release 2.9.3 (2022-05-31)
21+
22+
- The bundled extractors are updated to match the versions currently
23+
used on LGTM.com. These are newer than the last release (1.30) of
24+
LGTM Enterprise. If you plan to upload databases to an LGTM
25+
Enterprise 1.30 instance, you need to create them with release
26+
2.7.6.
27+
28+
### New features
29+
30+
- Users can now use CodeQL Packaging Beta to publish and download
31+
CodeQL packs on GitHub Enterprise Server (GHES) versions 3.6 and
32+
later.
33+
34+
To authenticate to a package registry on GHES 3.6+, first create a
35+
`~/.codeql/qlconfig.yml` file. For example, the following file
36+
specifies that all CodeQL packages should be uploaded to the GHES
37+
instance with the hostname `GHE_HOSTNAME`:
38+
39+
```yml
40+
registries:
41+
- packages: '*'
42+
url: https://containers.GHE_HOSTNAME/v2/
43+
```
44+
45+
You can now download public packages from GHES using
46+
`codeql pack download`.
47+
48+
To publish any package or download private packages, authenticate to
49+
GHES by specifying registry/token pairs in the
50+
`CODEQL_REGISTRIES_AUTH` environment variable. You can authenticate
51+
using either a GitHub Apps token or a personal access token. For
52+
example,
53+
`https://containers.GHEHOSTNAME1/v2/=TOKEN1,https://containers.GHEHOSTNAME2/v2/=TOKEN2`
54+
will authenticate the CLI to the `GHEHOSTNAME1` and `GHEHOSTNAME2`
55+
GHES instances.
56+
57+
### Bugs Fixed
58+
59+
- Fixed a bug where precompiled CodeQL packages in the CodeQL bundle were
60+
being recompiled if they were in a read-only directory.
61+
62+
- Fixed a bug where new versions of the VS Code extension wouldn't run two
63+
queries in parallel against one database.
64+
2065
## Release 2.9.2 (2022-05-16)
2166

2267
- The bundled extractors are updated to match the versions currently

0 commit comments

Comments
 (0)