diff --git a/CHANGELOG.md b/CHANGELOG.md index d9a107c5..b75e2d2f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## v0.9.3 +- Recovery code for Cartel HTTP 500 error during create + ## v0.9.2 - Improve error handling for Cartel diff --git a/go.mod b/go.mod index b2ae118b..d8b3e398 100644 --- a/go.mod +++ b/go.mod @@ -12,7 +12,7 @@ require ( github.com/herkyl/patchwerk v0.0.0-20190629103337-f0ea77068152 github.com/loafoe/easyssh-proxy/v2 v2.0.2 github.com/mitchellh/go-testing-interface v1.14.1 // indirect - github.com/philips-software/go-hsdp-api v0.32.2 + github.com/philips-software/go-hsdp-api v0.32.3 github.com/pkg/errors v0.9.1 github.com/stretchr/testify v1.6.1 github.com/zclconf/go-cty v1.7.1 // indirect diff --git a/go.sum b/go.sum index dee20cdd..8f117efa 100644 --- a/go.sum +++ b/go.sum @@ -576,8 +576,8 @@ github.com/pborman/uuid v1.2.0/go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtP github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic= github.com/peterbourgon/diskv v2.0.1+incompatible/go.mod h1:uqqh8zWWbv1HBMNONnaR/tNboyR3/BZd58JJSHlUSCU= github.com/philhofer/fwd v1.0.0/go.mod h1:gk3iGcWd9+svBvR0sR+KPcfE+RNWozjowpeBVG3ZVNU= -github.com/philips-software/go-hsdp-api v0.32.2 h1:uwtC/ECWww9CvyBXThqMlMmC79ESOAhuJVBvN9tHfcg= -github.com/philips-software/go-hsdp-api v0.32.2/go.mod h1:zYRZs6S8Oth4caY5cR1x1e9OO1PfzQgXVmHRwqOwVGg= +github.com/philips-software/go-hsdp-api v0.32.3 h1:uKzLST5u8ViL6NAaBux2BXCaLNlslGLFmVfWoWHvA8I= +github.com/philips-software/go-hsdp-api v0.32.3/go.mod h1:zYRZs6S8Oth4caY5cR1x1e9OO1PfzQgXVmHRwqOwVGg= github.com/philips-software/go-hsdp-signer v1.3.0 h1:Si1voDE/GHzthmxpasPdntbu8aUW6EYJfI6gHVf7BCc= github.com/philips-software/go-hsdp-signer v1.3.0/go.mod h1:/QehZ/+Aks2t1TFpjhF/7ZSB8PJIIJHzLc03rOqwLw0= github.com/pierrec/lz4 v2.0.5+incompatible/go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY=