* update aiohttp

* update chnagelog

* update versions

* revert

* message update

* update

* update

---------

Co-authored-by: Tim Allen <tallenp@me.com>
This commit is contained in:
Tim Allen 2024-12-18 09:13:30 +00:00 коммит произвёл GitHub
Родитель 5e9d1b9dfb
Коммит 5e857f6ca7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
7 изменённых файлов: 16 добавлений и 16 удалений

Просмотреть файл

@ -26,15 +26,15 @@ ENHANCEMENTS:
* Update Windows VM Images ([#4198](https://github.com/microsoft/AzureTRE/pull/4198))
BUG FIXES:
- Update KeyVault references in API to use the version so Terraform cascades the update ([#4112](https://github.com/microsoft/AzureTRE/pull/4112))
- Template images are showing CVEs ([#4153](https://github.com/microsoft/AzureTRE/issues/4153)
- Fix Dockerfile 'as' casting ([#4170](https://github.com/microsoft/AzureTRE/pull/4170))
- Create policy to allow all user to configure color profiles to remove auth dialog. ([#4184](https://github.com/microsoft/AzureTRE/pull/4184))
- Pre configure VS code option to prevent script failure ([#4185](https://github.com/microsoft/AzureTRE/pull/4185))
- Enable symlinks to work on Linux VM shared storage ([#4180](https://github.com/microsoft/AzureTRE/issues/4180))
- Fix failing tests, .env missing and storage logs ([#4207](https://github.com/microsoft/AzureTRE/issues/4207))
- Unable to delete virtual machines, add skip_shutdown_and_force_delete = true ([#4135](https://github.com/microsoft/AzureTRE/issues/4135))
* Update KeyVault references in API to use the version so Terraform cascades the update ([#4112](https://github.com/microsoft/AzureTRE/pull/4112))
* Template images are showing CVEs ([#4153](https://github.com/microsoft/AzureTRE/issues/4153))
* Fix Dockerfile 'as' casting ([#4170](https://github.com/microsoft/AzureTRE/pull/4170))
* Create policy to allow all user to configure color profiles to remove auth dialog. ([#4184](https://github.com/microsoft/AzureTRE/pull/4184))
* Pre configure VS code option to prevent script failure ([#4185](https://github.com/microsoft/AzureTRE/pull/4185))
* Enable symlinks to work on Linux VM shared storage ([#4180](https://github.com/microsoft/AzureTRE/issues/4180))
* Upgrade aiohttp version for security fixes ([#4197](https://github.com/microsoft/AzureTRE/pull/4197))
* Fix failing tests, .env missing and storage logs ([#4207](https://github.com/microsoft/AzureTRE/issues/4207))
* Unable to delete virtual machines, add skip_shutdown_and_force_delete = true ([#4135](https://github.com/microsoft/AzureTRE/issues/4135))
COMPONENTS:

Просмотреть файл

@ -1 +1 @@
__version__ = "0.20.1"
__version__ = "0.20.2"

Просмотреть файл

@ -1,4 +1,4 @@
aiohttp==3.10.10
aiohttp==3.11.10
azure-core==1.31.0
azure-cosmos==4.7.0
azure-eventgrid==4.20.0

Просмотреть файл

@ -8,4 +8,4 @@ pygments==2.16.1
PyJWT==2.9.0
azure-cli-core==2.65.0
azure-identity==1.19.0
aiohttp==3.10.10
aiohttp==3.11.10

Просмотреть файл

@ -4,7 +4,7 @@ from setuptools import find_packages
from setuptools import setup
PROJECT = 'azure-tre-cli'
VERSION = '0.2.4'
VERSION = '0.2.5'
try:
long_description = open('README.md', 'rt').read()
@ -49,7 +49,7 @@ setup(
"PyJWT==2.9.0",
"azure-cli-core==2.65.0",
"azure-identity==1.19.0",
"aiohttp==3.10.10"
"aiohttp==3.11.10"
],
namespace_packages=[],

Просмотреть файл

@ -1 +1 @@
__version__ = "0.10.1"
__version__ = "0.10.2"

Просмотреть файл

@ -1,4 +1,4 @@
aiohttp==3.10.10
aiohttp==3.11.10
azure-cli-core==2.65.0
azure-identity==1.19.0
azure-monitor-opentelemetry==1.6.4