Skip to content

Commit

Permalink
build: Update for patch 3.0.1 release (#577)
Browse files Browse the repository at this point in the history
Signed-off-by: Leonard Goodell <leonard.goodell@intel.com>
  • Loading branch information
Lenny Goodell authored Jul 25, 2023
1 parent 162d3a0 commit 67e38a3
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

- [app-functions-sdk-go](https://github.com/edgexfoundry/app-functions-sdk-go/blob/main/CHANGELOG.md)

## [v3.0.1] Minnesota - 2023-07-25 (Only compatible with the 3.x releases)

### Features ✨

- **Security** - Add missing authentication hooks to standard routes ([#1447](https://github.com/edgexfoundry/app-functions-sdk-go/pull/1447))

BREAKING CHANGE: EdgeX standard routes, except /ping, will require authentication when running in secure mode

## [v3.0.0] Minnesota - 2023-05-31 (Only compatible with the 3.x releases)

### Features ✨
Expand Down
1 change: 1 addition & 0 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@

edgeXBuildGoApp (
project: 'app-service-configurable',
goVersion: '1.20',
buildSnap: false
)
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module github.com/edgexfoundry/app-service-configurable

go 1.20

require github.com/edgexfoundry/app-functions-sdk-go/v3 v3.0.0
require github.com/edgexfoundry/app-functions-sdk-go/v3 v3.0.1

require (
github.com/Microsoft/go-winio v0.6.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ github.com/diegoholiveira/jsonlogic/v3 v3.2.7 h1:awX07pFPnlntZzRNBcO4a2Ivxa77NMt
github.com/diegoholiveira/jsonlogic/v3 v3.2.7/go.mod h1:9oE8z9G+0OMxOoLHF3fhek3KuqD5CBqM0B6XFL08MSg=
github.com/eclipse/paho.mqtt.golang v1.4.2 h1:66wOzfUHSSI1zamx7jR6yMEI5EuHnT1G6rNA5PM12m4=
github.com/eclipse/paho.mqtt.golang v1.4.2/go.mod h1:JGt0RsEwEX+Xa/agj90YJ9d9DH2b7upDZMK9HRbFvCA=
github.com/edgexfoundry/app-functions-sdk-go/v3 v3.0.0 h1:43xq9+zJpBvcBcVpP8pR4VwQN2YLfFfiW3XBW++cago=
github.com/edgexfoundry/app-functions-sdk-go/v3 v3.0.0/go.mod h1:sgH/44+BsOXtqFnot5bkbyJlJzISD9jiuudKxgnCgmg=
github.com/edgexfoundry/app-functions-sdk-go/v3 v3.0.1 h1:EclqSAArZtevlyyJu6TJXjWo6MS7OeQkdD/SOz11r+U=
github.com/edgexfoundry/app-functions-sdk-go/v3 v3.0.1/go.mod h1:sgH/44+BsOXtqFnot5bkbyJlJzISD9jiuudKxgnCgmg=
github.com/edgexfoundry/go-mod-bootstrap/v3 v3.0.1 h1:gXVxaZPcRJl2MhCIK/GOXZnQL+21xOUpGDTLTcVCxSk=
github.com/edgexfoundry/go-mod-bootstrap/v3 v3.0.1/go.mod h1:Or09TpF5HF3FjlqX3kJEFhBCsTvbHY0Nu28UF0MvB3w=
github.com/edgexfoundry/go-mod-configuration/v3 v3.0.0 h1:rdk8KMcU8fA6o9MCb0O68bboxZTdLiXTZByNttEtRwE=
Expand Down

0 comments on commit 67e38a3

Please sign in to comment.