Skip to content

v3.0.0 wharf-provider-azuredevops

Compare
Choose a tag to compare
@applejag applejag released this 10 May 09:26
· 2 commits to master since this release
3df4a18

Docker image

Hosted over at https://quay.io/repository/iver-wharf/wharf-provider-azuredevops

docker pull quay.io/iver-wharf/wharf-provider-azuredevops:v3.0.0

Changes (since v2.0.1)

  • BREAKING: Removed support for github.com/iver-wharf/wharf-api v4. Now requires a minimum of wharf-api v5.0.0. (#49)

  • Changed version of dependencies:

    • github.com/gin-gonic/gin from v1.7.4 to v1.7.7 (#50)
    • github.com/iver-wharf/wharf-api-client-go from v1.3.1 to v2.0.0 (#28, #49)
    • github.com/iver-wharf/wharf-core from v1.1.0 to v1.3.0 (#28, #47)
    • github.com/swaggo/gin-swagger from v1.3.1 to v1.4.3 (#50)
    • github.com/swaggo/swag from v1.7.1 to v1.8.1 (#50)
  • Removed internal/httputils, which was moved to github.com/iver-wharf/wharf-core/pkg/cacertutil. (#28)

  • Removed UploadURL field from the importBody struct, and all references to wharfapi.Provider.UploadURL, which will be removed in wharf-api v5.0.0 as it did not provide any functionality. (#39)

  • Changed Dockerfile for easier windows building. (#48)

  • Changed Go runtime from v1.16 to v1.18. (#52)

  • Changed version of Docker base images:

    • Alpine: 3.14 -> 3.15 (#52)
    • Golang: 1.16 -> 1.18 (#52)