Skip to content

Commit

Permalink
Prepare for release 1.1.0 (Azure#4342)
Browse files Browse the repository at this point in the history
  • Loading branch information
damonbarry committed Feb 6, 2021
1 parent 8d9a8e0 commit a34e0ed
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 6 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# 1.1.0 (2021-02-03)
## Change to Supported Systems
* **Remove support for Ubuntu 16.04**. Ubuntu will soon end their support for 16.04, so we're changing our support to match. Ubuntu 18.04 continues to be supported.
## Edge Agent
### Bug Fixes
* Fix `since` parameter in `GetModuleLogs` direct method [8d9a8e0](https://github.com/Azure/iotedge/commit/8d9a8e0eff2b47b99a4bfb28af2d3501f901c8af)
* Don't pass HTTPS proxy information to the cloud connection for protocols that don't use port 443 [ca2fa42](https://github.com/Azure/iotedge/commit/ca2fa428e3c61fc53ce4d9a58d4d6094e51c4e5c)
* Update config version even when plan is empty [97532d0](https://github.com/Azure/iotedge/commit/97532d05f8ec0777dc41290dc25b2cee0813b66e)
* Fix vulnerability issues in docker images [4dbaa62](https://github.com/Azure/iotedge/commit/4dbaa6207e8e899fdd50dfd3a3b031713964bdb6)


## Edge Hub
### Changes
* **Edge Hub allows only child devices to connect by default**. To connect a leaf device to the Edge Hub, users must [establish a parent/child relationship](https://docs.microsoft.com/en-us/azure/iot-edge/offline-capabilities?view=iotedge-2018-06#set-up-parent-and-child-devices) between the edge device and the leaf device. In previous versions, this was required only for offline scenarios or when using certificate-based authentication. For online scenarios Edge Hub could fall back to cloud-based authentication for leaf devices that were using SAS key-based authentication. With this change, leaf devices with SAS key-based authentication need to be a children of the edge device. You can configure Edge Hub to go back to the previous behavior by setting the environment variable "AuthenticationMode" to the value "CloudAndScope".
### Bug Fixes
* Continue message store cleanup after encountering db error [4a196f0](https://github.com/Azure/iotedge/commit/4a196f0b4a2f04f9bd8988fdea4c3f308fd67546)
* Don't pass HTTPS proxy information to the cloud connection for protocols that don't use port 443 [ca2fa42](https://github.com/Azure/iotedge/commit/ca2fa428e3c61fc53ce4d9a58d4d6094e51c4e5c)
* Fix vulnerability issues in docker images [4dbaa62](https://github.com/Azure/iotedge/commit/4dbaa6207e8e899fdd50dfd3a3b031713964bdb6)

# 1.0.10.4 (2020-12-18)
## Edge Agent
### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion builds/mariner/SPECS/azure-iotedge/azure-iotedge.spec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ URL: https://github.com/azure/iotedge
Vendor: Microsoft Corporation
Distribution: Mariner

BuildRequires: rust == 1.44.1
BuildRequires: rust == 1.47.0
BuildRequires: cmake
BuildRequires: curl
BuildRequires: git
Expand Down
2 changes: 1 addition & 1 deletion builds/mariner/SPECS/rust/rust.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"rust-1.44.1-x86_64-unknown-linux-gnu.tar.gz": "a41df89a461a580536aeb42755e43037556fba2e527dd13a1e1bb0749de28202"
"rust-1.47.0-x86_64-unknown-linux-gnu.tar.gz": "d0e11e1756a072e8e246b05d54593402813d047d12e44df281fbabda91035d96"
}
}
4 changes: 3 additions & 1 deletion builds/mariner/SPECS/rust/rust.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Summary: Rust Programming Language
Name: rust
Version: 1.44.1
Version: 1.47.0
Release: 1%{?dist}
License: ASL 2.0 and MIT
URL: https://www.rust-lang.org/
Expand Down Expand Up @@ -41,7 +41,9 @@ chmod 755 %{buildroot}%{_libdir}/lib*.so
%doc %{_docdir}/%{name}/*
%doc %{_docdir}/cargo/*
%doc %{_docdir}/clippy/*
%doc %{_docdir}/miri/*
%doc %{_docdir}/rls/*
%doc %{_docdir}/rust-analyzer/*
%doc %{_docdir}/rustfmt/*
%{_datadir}/zsh/*
%{_prefix}%{_sysconfdir}/bash_completion.d/cargo
Expand Down
2 changes: 1 addition & 1 deletion builds/misc/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
inlineScript: |
az --version
mkdir -p "builds/mariner/SPECS/rust/SOURCES/"
az storage blob download --account-name "marineriotedge" --container-name "iotedge-build-pipeline" --file "builds/mariner/SPECS/rust/SOURCES/rust-1.44.1-x86_64-unknown-linux-gnu.tar.gz" --name "rust-1.44.1-x86_64-unknown-linux-gnu.tar.gz" --account-key "$(marineriotedge-key)"
az storage blob download --account-name "marineriotedge" --container-name "iotedge-build-pipeline" --file "builds/mariner/SPECS/rust/SOURCES/rust-1.47.0-x86_64-unknown-linux-gnu.tar.gz" --name "rust-1.47.0-x86_64-unknown-linux-gnu.tar.gz" --account-key "$(marineriotedge-key)"
az storage blob download --account-name "marineriotedge" --container-name "iotedge-build-pipeline" --file "edgelet/azure-iotedge-cargo-vendor.zip" --name "azure-iotedge-cargo-vendor.zip" --account-key "$(marineriotedge-key)"
- script: edgelet/build/linux/package-mariner.sh
displayName: Create libiothsm and iotedged packages
Expand Down
2 changes: 1 addition & 1 deletion edgelet/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0~dev
1.1.0
2 changes: 1 addition & 1 deletion versionInfo.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.10.4",
"version": "1.1.0",
"build": "BUILDNUMBER",
"commit": "COMMITID"
}

0 comments on commit a34e0ed

Please sign in to comment.