File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.
33
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6+ ## v0.12.12
7+ - Workaround for IAM profile update issue
8+
69## v0.12.11
710- Documentation fixes
811- Fix hsdp_iam_user.mobile field updating
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ require (
1515 github.com/herkyl/patchwerk v0.0.0-20190629103337-f0ea77068152
1616 github.com/loafoe/easyssh-proxy/v2 v2.0.2
1717 github.com/mitchellh/go-testing-interface v1.14.1 // indirect
18- github.com/philips-software/go-hsdp-api v0.36.2-0.20210303095016-01c2b1b3c8f6
18+ github.com/philips-software/go-hsdp-api v0.36.2-0.20210303152344-a7d868cd7a89
1919 github.com/pkg/errors v0.9.1
2020 github.com/stretchr/testify v1.7.0
2121 github.com/zclconf/go-cty v1.7.1 // indirect
Original file line number Diff line number Diff line change @@ -588,8 +588,8 @@ github.com/pborman/uuid v1.2.0/go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtP
588588github.com/pelletier/go-toml v1.2.0 /go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic =
589589github.com/peterbourgon/diskv v2.0.1+incompatible /go.mod h1:uqqh8zWWbv1HBMNONnaR/tNboyR3/BZd58JJSHlUSCU =
590590github.com/philhofer/fwd v1.0.0 /go.mod h1:gk3iGcWd9+svBvR0sR+KPcfE+RNWozjowpeBVG3ZVNU =
591- github.com/philips-software/go-hsdp-api v0.36.2-0.20210303095016-01c2b1b3c8f6 h1:FNQ6cZur/HugPb8zMH8GAYSLu4Q+56+HHrY4fwlZTL4 =
592- github.com/philips-software/go-hsdp-api v0.36.2-0.20210303095016-01c2b1b3c8f6 /go.mod h1:wxv6XZX5RXsUfLYmOBzhdqkMEnI0OehI7SdzMQp831s =
591+ github.com/philips-software/go-hsdp-api v0.36.2-0.20210303152344-a7d868cd7a89 h1:UwDJaYKNcGm/6I+jyJ08Kxkl0tDguy1+au6BLIeGGKk =
592+ github.com/philips-software/go-hsdp-api v0.36.2-0.20210303152344-a7d868cd7a89 /go.mod h1:wxv6XZX5RXsUfLYmOBzhdqkMEnI0OehI7SdzMQp831s =
593593github.com/philips-software/go-hsdp-signer v1.3.0 h1:Si1voDE/GHzthmxpasPdntbu8aUW6EYJfI6gHVf7BCc =
594594github.com/philips-software/go-hsdp-signer v1.3.0 /go.mod h1:/QehZ/+Aks2t1TFpjhF/7ZSB8PJIIJHzLc03rOqwLw0 =
595595github.com/pierrec/lz4 v2.0.5+incompatible /go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY =
You can’t perform that action at this time.
0 commit comments