From 32a11e788b07edab114429c4bea23ae5e8663fd1 Mon Sep 17 00:00:00 2001 From: Dan Fuchs Date: Thu, 11 Jul 2024 09:59:41 -0500 Subject: [PATCH] Changelog --- ...40711_095604_danfuchs_nicer_github_integration_config.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog.d/20240711_095604_danfuchs_nicer_github_integration_config.md diff --git a/changelog.d/20240711_095604_danfuchs_nicer_github_integration_config.md b/changelog.d/20240711_095604_danfuchs_nicer_github_integration_config.md new file mode 100644 index 00000000..48f83d0a --- /dev/null +++ b/changelog.d/20240711_095604_danfuchs_nicer_github_integration_config.md @@ -0,0 +1,6 @@ + + +### Backwards-incompatible changes + +- GitHub CI and refresh app config are now each a separate, all-or-nothing set of config that comes from a mix of a yaml file and env vars. This requires some new and different Helm values in Phalanx (see https://mobu.lsst.io/operations/github_ci_app.html#add-phalanx-configuration) +- The GitHub CI app now takes the scopes it assigns from config values, rather than hardcoding a list of scopes.