Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Sdk NuGet #3098

Merged
merged 1 commit into from
Jun 15, 2020
Merged

Conversation

philipktlin
Copy link
Contributor

Upgrade Microsoft.Azure.Devices.Client NuGet package from 1.23.1 to 1.23.2, which contains AMQP Safely close fix.

@philipktlin philipktlin merged commit 0e58900 into Azure:release/1.0.9 Jun 15, 2020
@philipktlin philipktlin deleted the phlin/UpgradeSdkNuGet branch June 15, 2020 21:32
darobs pushed a commit to darobs/iotedge that referenced this pull request Jun 30, 2020
)

Upgrade Microsoft.Azure.Devices.Client NuGet package from 1.23.1 to 1.23.2, which contains AMQP Safely close fix.
darobs added a commit that referenced this pull request Jul 1, 2020
… put in master (#3166)

* Update 1.0.9 to have unique device ID in LH and Stress tests (#3033)

Update 1.0.9 to have unique device ID in LH and Stress tests

Note: porting the changes from #3028 (master) to` release/1.0.9` branch

* Phlin/edge agent get twin fix (#3075)

When Edge agent calling GetTwinAsync method throws exception after retry policy, if the exception is not timeout exception it will trigger to close module client and retry again.

* Upgrade Microsoft.Azure.Devices.Client from 1.23.1 to 1.23.2 (#3098)

Upgrade Microsoft.Azure.Devices.Client NuGet package from 1.23.1 to 1.23.2, which contains AMQP Safely close fix.

* Disable this test, same as what we did in master branch. (#3102)

disable edge agent connection status test to fix CI build. This is already disabled in master branch and needs investigation from IoT hub team.

* Allow environment variables to be empty or whitespace. (#2777)

Environment variable values may be empty or whitespace.
Docker allows these values for environment variable:
"key1="
"key2=   "

* Add "(Kubernetes)" to ProductInfo. (#2811)

* [k8s] Default Service protocol to "TCP" (#2929)

If you create a module with Docker createOptions like so:
```json
{
  "ExposedPorts":{
    "35000":{}
  },
  "HostConfig":{
    "PortBindings":{
      "35000":[{"HostPort":"35000"}]
    }
  }
}
```

The Docker API will default the port to be "TCP".  Therefore, the Docker->K8s translation should do the same.

* [k8s] throw exception on watch error. (#2928)

When we actually got an error from the watch, the watch stops and does not restart.

Throw an error and let Agent recover from crash.

* Fix unit test build.

Co-authored-by: yophilav <54859653+yophilav@users.noreply.github.com>
Co-authored-by: Philip Lin <philipktlin@live.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants