Skip to content

Commit 7487964

Browse files
committed
Prepare patch
1 parent 1813770 commit 7487964

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

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.19.3
7+
- Fix authentication issue when using service identities
8+
69
## v0.19.2
710
- Update go-hsdp-api
811

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ require (
1919
github.com/mitchellh/go-testing-interface v1.14.1 // indirect
2020
github.com/philips-labs/ferrite v0.1.2
2121
github.com/philips-labs/siderite v0.11.0
22-
github.com/philips-software/go-hsdp-api v0.43.1-0.20210902142718-1e92668e9887
22+
github.com/philips-software/go-hsdp-api v0.43.1-0.20210902152504-28a0864514ef
2323
github.com/pkg/errors v0.9.1
2424
github.com/robfig/cron/v3 v3.0.1
2525
github.com/stretchr/testify v1.7.0

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -945,8 +945,8 @@ github.com/philips-software/gautocloud-connectors v0.4.0/go.mod h1:k5VG78BLnDI75
945945
github.com/philips-software/go-hsdp-api v0.20.0/go.mod h1:agJtsgjb1W4xq5cVUdk06uUVETKO1nKZAZJ4Y1Dumg4=
946946
github.com/philips-software/go-hsdp-api v0.38.1-0.20210428141703-9f4371331e80/go.mod h1:vzZX4kCmgVwuJcAmd75Yeh/tNu1dNnBRbyau7CFWsuQ=
947947
github.com/philips-software/go-hsdp-api v0.42.2/go.mod h1:8/X/HGcmxfWMicqeVADZWwmPLGLA8hbqLr22w+ku5qE=
948-
github.com/philips-software/go-hsdp-api v0.43.1-0.20210902142718-1e92668e9887 h1:lmNvAq6E+fS6QaDEpWmRc9K2X1xAAC0O3yF+C2JteCo=
949-
github.com/philips-software/go-hsdp-api v0.43.1-0.20210902142718-1e92668e9887/go.mod h1:g30qx/PUOGEd6/1zf4/Ym+EV6sbpNc+kmofmH2j09A4=
948+
github.com/philips-software/go-hsdp-api v0.43.1-0.20210902152504-28a0864514ef h1:a61CpZeYljGts+oqfroSmewfdrjpCXP2TAHBdzcHxxk=
949+
github.com/philips-software/go-hsdp-api v0.43.1-0.20210902152504-28a0864514ef/go.mod h1:g30qx/PUOGEd6/1zf4/Ym+EV6sbpNc+kmofmH2j09A4=
950950
github.com/philips-software/go-hsdp-signer v1.3.0 h1:Si1voDE/GHzthmxpasPdntbu8aUW6EYJfI6gHVf7BCc=
951951
github.com/philips-software/go-hsdp-signer v1.3.0/go.mod h1:/QehZ/+Aks2t1TFpjhF/7ZSB8PJIIJHzLc03rOqwLw0=
952952
github.com/pierrec/lz4 v1.0.2-0.20190131084431-473cd7ce01a1/go.mod h1:3/3N9NVKO0jef7pBehbT1qWhCMrIgbYNnFAZCqQ5LRc=

0 commit comments

Comments
 (0)