Skip to content

Latest commit

 

History

History
52 lines (48 loc) · 4.55 KB

CHANGELOG.md

File metadata and controls

52 lines (48 loc) · 4.55 KB

EdgeX Test Automation

Github repository

[v2.0.0] Ireland - 2021-06-30 (Not Compatible with 1.x releases)

Features ✨

  • Add changing device-modbus: to edgex-device-modbus: and setting URL to master (#6610122)
  • Fixed TAF Perf to proply also pull the standard compose file (#8d68d5e)
  • Switch to use edgex-mqtt-broker and removed EXPORT_HOST_PLACE_HOLDER replacement (#405d454)
  • Changed output of docker-compose-end-mqtt.yaml to docker-compose-mqtt.yaml (#dfbd838)
  • Removed references to the ${ARCH}.env files (#6f07626)
  • Add Modbus scalability testing (#b80dbeb)

Bug Fixes 🐛

  • Update service key name in token path to new name (#f998962)
  • Update gateway token generation (#038becc)

Code Refactoring ♻

  • Update container names for those recently changed (#b2ebc50)
  • Update the route names to the new service key based names (#0410181)
  • Update to use new port assignments (#c750538)
  • Additional changes from PR comments (#c8c4eb1)
  • Update for service key name changes to remove edgex- prefix (#598cda5)
  • Change delpoy-edgex.sh to deplaoy all security services together (#8b12dd4)
  • Change gateway port to 8100 (#c60127f)
  • Update App Service tests for change in service key (#faf4730)
  • Switch to 2.0 Consul path (#df0134c)
  • Update docker scripts to pull compose files from new location (#11b0e2c)
  • Rename SetOutputData to SetResponseData (#4af9c12)
  • App Service Trigger tests for function configuration changes (#ce9915b)
  • Update scripts to pull compose files from edgex-compose repo (#f25c686)
  • Use new nightly build TAF compose files (#186834e)

Documentation 📖

Reverts

  • Add scheduler tests to SmokeTest for kong issue
  • refactor: Change gateway port to 8100
  • Change image url to use dockerhub hanoi release

[v1.3.0] - 2020-11-20

Bug Fixes 🐛

  • Fixed links to nightly-build compose files to point to edgexfoundry master (#a5ef11f)

Code Refactoring ♻

  • Adjust URL path to base compose file now under new compose-generator (#ec3e15f)
  • renamed existing common.env to common-taf.env to avoid name conflict (#bb20039)
  • added changing the database service name to database in previous compose files. (#c5d729e)
  • Replace redis service name with database so deploy works (#40d51a5)
  • Updated scripts to use curl and pull from new source folder. (#84241da)
  • Fixed typo if "-arm64" (#105a52f)
  • Updated get-compose-file-backward.sh to use base compose file from nightly-build (#87a1ec1)
  • Update scripts to handle chnage to multi-file compose files. (#b35cc52)