M283 Hotfix for container env escaping (#2138)

* Fix escaping of docker envs backport

* create as prerelease

* update release notes

Co-authored-by: Nikola Jokic <97525037+nikola-jokic@users.noreply.github.com>
This commit is contained in:
Thomas Boop
2022-09-20 12:53:33 -04:00
committed by GitHub
parent 844595b1b3
commit 06e1773933
7 changed files with 99 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
## Bugs
- Fixed an issue where ephemeral runners did not restart after upgrading (#1396)
- Fixed an issue where container environment variables names or values could escape the docker command (#2108)
## Misc