apigee / cloud-foundry-apigee

Apigee Service Broker for Cloud Foundry
Apache License 2.0
14 stars 7 forks source link

Microgateway Coresdent Plan - Allow user to select Edge Microgateway version #5

Closed swilliams11 closed 6 years ago

swilliams11 commented 6 years ago

We should give the user the ability to select which Edge Microgateway they want to use.

Current code

git clone https://github.com/apigee-internal/microgateway.git $BUILD_DIR/tmp/edgemicro
(cd $BUILD_DIR/tmp/edgemicro && git checkout tags/v2.5.8)
npm --prefix $BUILD_DIR/tmp/edgemicro install

Its fixed at v2.5.8, but now Edge Microgateway is 2.5.19.

swilliams11 commented 6 years ago

See the pull request here. https://github.com/apigee/cloud-foundry-apigee/pull/7

KyleWiese commented 6 years ago

Closing this as this was included in the latest release.