* update docker version 5.0.0 and docker-compose 1.29.1

* changelog and version change

* update release version to 3.3.1
This commit is contained in:
Cindy Deng 2021-10-20 16:55:07 -07:00 коммит произвёл GitHub
Родитель 84358d1bd6
Коммит 7ef7125fcd
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
7 изменённых файлов: 11 добавлений и 8 удалений

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

@ -1,6 +1,9 @@
# Changelog
All notable changes to this project since 0.82.0 will be documented in this file.
## [3.3.1] - 2021-10-20
- Updated Python Docker package versions to newest version and enable simulator dependencies
## [3.3.0] - 2021-8-24
- Add support for layered deployment manifests when building, pushing and generating
- Add support for creating deployments in IoTHub via the new command: `iotedgedev iothub deploy`

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

@ -2,5 +2,5 @@
__author__ = 'Microsoft Corporation'
__email__ = 'opencode@microsoft.com'
__version__ = '3.3.0'
__version__ = '3.3.1'
__AIkey__ = '95b20d64-f54f-4de3-8ad5-165a75a6c6fe'

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

@ -1,10 +1,10 @@
click==8.0.1
docker==4.4.1
docker==5.0.0
python-dotenv==0.19.0
requests==2.25.1
fstrings==0.1.0
msrestazure==0.4.34
iotedgehubdev==0.14.9
iotedgehubdev>=0.14.9
applicationinsights==0.11.9
commentjson==0.9.0
pypiwin32==219; sys_platform == 'win32' and python_version < '3.6'

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

@ -3,7 +3,7 @@ pip==21.2.3
bumpversion==0.5.3
wheel==0.30.0
watchdog==0.8.3
docker-compose==1.28.3
docker-compose==1.29.1
flake8==3.9.2
pycodestyle==2.7.0
autopep8==1.5.7

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

@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.3.0
current_version = 3.3.1
commit = True
tag = True

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

@ -8,7 +8,7 @@ with open('CHANGELOG.md') as history_file:
requirements = [
'click>=6.0',
'bcrypt<=3.1.7',
'docker >= 3.7.0, <= 4.4.1',
'docker >= 3.7.0',
'python-dotenv',
'requests >= 2.20.0, <= 2.25.1',
'fstrings',
@ -31,7 +31,7 @@ test_requirements = [
setup(
name='iotedgedev',
version='3.3.0',
version='3.3.1',
description='The Azure IoT Edge Dev Tool greatly simplifies the IoT Edge development process by automating many routine manual tasks, such as building, deploying, pushing modules and configuring the IoT Edge Runtime.',
long_description='See https://github.com/azure/iotedgedev for usage instructions.',
author='Microsoft Corporation',

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

@ -2,4 +2,4 @@
__author__ = 'Microsoft Corporation'
__email__ = 'opencode@microsoft.com'
__version__ = '3.3.0'
__version__ = '3.3.1'