Skip to content

v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Aug 15:02
· 350 commits to main since this release
v1.1.0
8ae17e5

Changelog

  • 1ff3b83 Check API version to determine correct Report API endpoint for V1/V2
  • 9f9f7dd Default to V1 if /version response cannot be parsed
  • f8f82fa Default to V1 if /version response does not include api_version
  • 5c8a6ac Merge pull request #97 from anchore/ENTERPRISE-2926
  • 8ae17e5 Merge pull request #98 from anchore/svietry/v2-api
  • ebbacb4 Simplify version parsing, and integrate feedback
  • 7e4f9bf feat: change default api version to v2
  • 033958b feat: only run api version check and retry on 404
  • 57c039e feat: retry the post if the enterprise api version has changed
  • 0f987d1 feat: switch to /version endpoint for validating enterprise version
  • ec9da79 fix: address the v2 api endpoint
  • 408d6c2 fix: buildURL accepts a path