-
Notifications
You must be signed in to change notification settings - Fork 990
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
293 Backport for Container Escaping fix (#2133)
* Fix escaping of docker envs backport * create as prerelease * add release number Co-authored-by: Nikola Jokic <[email protected]>
- Loading branch information
1 parent
7785d8e
commit 1501917
Showing
7 changed files
with
102 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -89,7 +89,7 @@ jobs: | |
- runtime: osx-x64 | ||
os: macOS-latest | ||
devScript: ./dev.sh | ||
|
||
- runtime: osx-arm64 | ||
os: macOS-latest | ||
devScript: ./dev.sh | ||
|
@@ -158,7 +158,7 @@ jobs: | |
id: sha_noruntime_noexternals | ||
name: Compute SHA256 | ||
working-directory: _package_trims/trim_runtime_externals | ||
- name: Create trimmedpackages.json for ${{ matrix.runtime }} | ||
if: matrix.runtime == 'win-x64' | ||
uses: actions/[email protected] | ||
|
@@ -288,6 +288,7 @@ jobs: | |
release_name: "v${{ steps.releaseNote.outputs.version }}" | ||
body: | | ||
${{ steps.releaseNote.outputs.note }} | ||
prerelease: true | ||
|
||
# Upload release assets (full runner packages) | ||
- name: Upload Release Asset (win-x64) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.293.0 | ||
2.293.1 |