Skip to content

Commit ea58759

Browse files
committed
Workaround for IAM issue
Signed-off-by: Andy Lo-A-Foe <andy.loafoe@gmail.com>
1 parent 6ff044c commit ea58759

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and 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

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -588,8 +588,8 @@ github.com/pborman/uuid v1.2.0/go.mod h1:X/NO0urCmaxf9VXbdlT7C2Yzkj2IKimNn4k+gtP
588588
github.com/pelletier/go-toml v1.2.0/go.mod h1:5z9KED0ma1S8pY6P1sdut58dfprrGBbd/94hg7ilaic=
589589
github.com/peterbourgon/diskv v2.0.1+incompatible/go.mod h1:uqqh8zWWbv1HBMNONnaR/tNboyR3/BZd58JJSHlUSCU=
590590
github.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=
593593
github.com/philips-software/go-hsdp-signer v1.3.0 h1:Si1voDE/GHzthmxpasPdntbu8aUW6EYJfI6gHVf7BCc=
594594
github.com/philips-software/go-hsdp-signer v1.3.0/go.mod h1:/QehZ/+Aks2t1TFpjhF/7ZSB8PJIIJHzLc03rOqwLw0=
595595
github.com/pierrec/lz4 v2.0.5+incompatible/go.mod h1:pdkljMzZIN41W+lC3N2tnIh5sFi+IEE17M5jbnwPHcY=

0 commit comments

Comments
 (0)