quintilesims / layer0

Build, Manage, and Deploy Your Applications
Apache License 2.0
44 stars 20 forks source link

V0.11.2 dev #654

Closed yjwx18 closed 4 years ago

yjwx18 commented 4 years ago

What does this pull request do?

1: Introduced the v0.11.2 , this branch is branched from tag v0.11.1 2: Consolidated the docker image version and all other dependent 3rd party libraries. 3: Used go mod vendor to fix the vendor folder instead of govendor. 4: Move the all layer0 internal references to the files inside the same repo , instead of pulling from github.

How should this be tested? Test it by deploying the layer0 instance and deploy one of the ocemcm product.

Test Done

closes # (reference the issue(s) this pull request closes)

yjwx18 commented 4 years ago
  1. Introduced the v0.11.2 , this branch is branched from tag v0.11.1
  2. Consolidated the docker image version and all other dependent 3rd party libraries.
    • api/Dockerfile change
    • runner/Dockerfile change
  3. Used go mod vendor to fix the vendor folder instead of govendor.
    • All new files in vendor/ directory
    • Added Modules.txt, go.sum,go.mod
    • Removed the vendor.json
  4. Move the all layer0 internal references to the files inside the same repo , instead of pulling from github.
    • go.mod