aboutsummaryrefslogtreecommitdiff
path: root/src/conda/install.sh
Commit message (Collapse)AuthorAgeFilesLines
* [features/conda] Address CVE-2023-0286, CVE-2023-23931, and CVE-2022-40897 ↵feature_conda_1.0.9Alexander Smolyakov2023-04-061-1/+6
| | | | | | | | | | vulnerabilities (#518) * [features/conda] Address CVE-2023-0286, CVE-2023-23931, and CVE-2022-40897 vulnerabilities - Update `install.sh` to install updates for `cryptography` and `setuptools` packages - Add tests to verify `cryptography` and `setuptools` packages version * Bump feature version
* Conda: Update 'certifi' due to CVE-2022-23491 (#383)Samruddhi Khandale2023-01-101-0/+17
|
* Use _REMOTE_USER when available (#264)Chuck Lantz2022-11-291-1/+1
| | | | | | | | | | | | | | | | | | * Use _REMOTE_USER when available * Update src/python/install.sh Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> * Update src/python/install.sh Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> * Fix java test issue - JDK 18 not available for the "open" distro * Bump breakfix numbers Co-authored-by: Samruddhi Khandale <skhandale@microsoft.com> Co-authored-by: Josh Spicer <joshspicer@github.com>
* Ensure remove apt-update cache at the beginning and end of the scripts (#210)eitsupi2022-10-111-5/+11
| | | | | * remove apt lists * bump versions
* fix bug - Debian / Ubuntu base conda-notice.txt error (#135)Samruddhi Khandale2022-09-061-0/+25
| | | | | | | * fix bug * move config * fix tests
* Adds a new Conda Feature (#127)Samruddhi Khandale2022-09-011-0/+101
* add conda Feature * addCondaForge