summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorJames E. Blair <jim@acmegating.com>2022-05-04 16:08:57 -0700
committerJames E. Blair <jim@acmegating.com>2022-05-05 13:39:41 -0700
commitc41fcbe483529deffb345808fdb489ff81de7d3c (patch)
tree70ff01e7ccad111bb2657163c74a1c0d4202de46 /releasenotes
parent4151f91684091411fc13c747fffe2114fdb4e25c (diff)
downloadzuul-c41fcbe483529deffb345808fdb489ff81de7d3c.tar.gz
Add support for GHE repository cache
Change-Id: Iec87857aa58f71875d780da3698047dae01120d7
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/repo_cache-5524b183a8bc3e6a.yaml8
1 files changed, 8 insertions, 0 deletions
diff --git a/releasenotes/notes/repo_cache-5524b183a8bc3e6a.yaml b/releasenotes/notes/repo_cache-5524b183a8bc3e6a.yaml
new file mode 100644
index 000000000..e3cbd737e
--- /dev/null
+++ b/releasenotes/notes/repo_cache-5524b183a8bc3e6a.yaml
@@ -0,0 +1,8 @@
+---
+features:
+ - |
+ The GitHub driver now has support for using a GitHub Enterprise
+ `repository cache
+ <https://docs.github.com/en/enterprise-server@3.3/admin/enterprise-management/caching-repositories/about-repository-caching>`_.
+ See :attr:`<github connection>.repo_cache` for information on how
+ to configure it.