Skip to content

Commit

Permalink
Updated to FDO components version 1.1.7
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Courliss <bencourliss@ibm.com>
  • Loading branch information
Ben Courliss committed Jan 16, 2024
1 parent 1240231 commit d94587d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

All notable changes to this project will be documented in this file.

## [] - 2024-01-16
- Issue 156: Updated FDO components to version 1.1.7

## [] - 2023-11-13
- Issue 152: Updated FDO components to version 1.1.6
- Fixed package name typo in Fedora.
Expand Down
2 changes: 1 addition & 1 deletion mgmt-hub/deploy-mgmt-hub.sh
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export FDO_OWN_SVC_IMAGE_TAG=${FDO_OWN_SVC_IMAGE_TAG:-testing}
export FDO_OWN_SVC_PORT=${FDO_OWN_SVC_PORT:-8042}
export FDO_OWN_SVC_VERBOSE=${FDO_OWN_SVC_VERBOSE:-false}
export FDO_OPS_SVC_HOST=${FDO_OPS_SVC_HOST:-${HZN_LISTEN_IP}:${FDO_OWN_SVC_PORT}}
export FIDO_DEVICE_ONBOARD_REL_VER=${FIDO_DEVICE_ONBOARD_REL_VER:-1.1.6}
export FIDO_DEVICE_ONBOARD_REL_VER=${FIDO_DEVICE_ONBOARD_REL_VER:-1.1.7}

export SDO_IMAGE_NAME=${SDO_IMAGE_NAME:-openhorizon/sdo-owner-services}
export SDO_IMAGE_TAG=${SDO_IMAGE_TAG:-lastest} # or can be set to stable, testing, or a specific version
Expand Down
2 changes: 1 addition & 1 deletion mgmt-hub/test-fdo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ FDO_SUPPORT_RELEASE=${FDO_SUPPORT_RELEASE:-https://raw.githubusercontent.com/ope
FDO_RV_PORT=${FDO_RV_PORT:-80}
FDO_AGREEMENT_WAIT=${FDO_AGREEMENT_WAIT:-30}
FDO_TO0_WAIT=${FDO_TO0_WAIT:-10} # number of seconds to sleep to give to0scheduler a chance to register the voucher with the RV
export FIDO_DEVICE_ONBOARD_REL_VER=${FIDO_DEVICE_ONBOARD_REL_VER:-1.1.6}
export FIDO_DEVICE_ONBOARD_REL_VER=${FIDO_DEVICE_ONBOARD_REL_VER:-1.1.7}
OH_EXAMPLES_REPO=${OH_EXAMPLES_REPO:-https://raw.githubusercontent.com/open-horizon/examples/master}
export SUPPORTED_REDHAT_VERSION_APPEND=${SUPPORTED_REDHAT_VERSION_APPEND:-39}
export HZN_ORG_ID=${HZN_ORG_ID:-myorg}
Expand Down

0 comments on commit d94587d

Please sign in to comment.