Skip to content

Commit

Permalink
Merge pull request #1734 from dinusha92/m9_release
Browse files Browse the repository at this point in the history
Release prep for m9
  • Loading branch information
dinusha92 authored Mar 17, 2021
2 parents e633522 + e70d585 commit 1b39086
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ Let's host our first API on a Microgateway. We will be exposing the publicly ava
1. First download the CLI tool(APICTL) and the microgateway distributions
and extract them to a folder of your choice.
* [CLI (APICTL) Alpha 2](https://github.com/wso2/product-apim-tooling/releases/tag/v4.0.0-alpha2)
* [Microgateway Distribution](https://github.com/wso2/product-microgateway/releases/tag/v4.0.0-m8)
* [Microgateway Distribution](https://github.com/wso2/product-microgateway/releases/tag/v4.0.0-m9)

Note: WSO2 Microgateway v4.0.0-m8 is compatible with APICTL 4.0.0-alpha2.
Note: WSO2 Microgateway v4.0.0-m9 is compatible with APICTL 4.0.0-alpha2.

CLI tool extracted location will be referred as `CLI_HOME` and Microgateway distribution extracted location would be
referred as `MG_HOME`.
Expand Down
2 changes: 1 addition & 1 deletion remove-containers.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# -----------------------------------------------------------------------

# Just to assist developers by removing all the containers.
micro_gw_version=4.0.0-m9-SNAPSHOT
micro_gw_version=4.0.0-m9

docker kill "$(docker ps -a | grep wso2/mg-enforcer:$micro_gw_version | awk '{print $1}')"
docker rm "$(docker ps -a | grep wso2/mg-enforcer:$micro_gw_version | awk '{print $1}')"
Expand Down
6 changes: 3 additions & 3 deletions resources/apim/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "2.4"
services:
router:
image: wso2/mg-router:4.0.0-m9-SNAPSHOT
image: wso2/mg-router:4.0.0-m9
logging:
options:
max-size: "20m"
Expand All @@ -28,7 +28,7 @@ services:
- adapter
- enforcer
adapter:
image: wso2/mg-adapter:4.0.0-m9-SNAPSHOT
image: wso2/mg-adapter:4.0.0-m9
logging:
options:
max-size: "20m"
Expand All @@ -48,7 +48,7 @@ services:
links:
- apim
enforcer:
image: wso2/mg-enforcer:4.0.0-m9-SNAPSHOT
image: wso2/mg-enforcer:4.0.0-m9
logging:
options:
max-size: "20m"
Expand Down
6 changes: 3 additions & 3 deletions resources/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.7"
services:
router:
image: wso2/mg-router:4.0.0-m9-SNAPSHOT
image: wso2/mg-router:4.0.0-m9
logging:
options:
max-size: "20m"
Expand All @@ -28,7 +28,7 @@ services:
- adapter
- enforcer
adapter:
image: wso2/mg-adapter:4.0.0-m9-SNAPSHOT
image: wso2/mg-adapter:4.0.0-m9
logging:
options:
max-size: "20m"
Expand All @@ -43,7 +43,7 @@ services:
- "18000:18000"
- "9843:9843"
enforcer:
image: wso2/mg-enforcer:4.0.0-m9-SNAPSHOT
image: wso2/mg-enforcer:4.0.0-m9
logging:
options:
max-size: "20m"
Expand Down
2 changes: 1 addition & 1 deletion resources/k8s-artifacts/mg-adapter/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
- mountPath: /home/wso2/conf/log_config.toml
subPath: log_config.toml
name: logconfig-toml-vol
image: wso2/mg-adapter:4.0.0-m9-SNAPSHOT
image: wso2/mg-adapter:4.0.0-m9
imagePullPolicy: Always
env:
- name: cp_admin_pwd
Expand Down
2 changes: 1 addition & 1 deletion resources/k8s-artifacts/mg-enforcer/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ spec:
name: logconfig-toml-vol
- mountPath: /home/wso2/lib/dropins
name: dropins-vol
image: wso2/mg-enforcer:4.0.0-m9-SNAPSHOT
image: wso2/mg-enforcer:4.0.0-m9
imagePullPolicy: Always
env:
- name: ENFORCER_PRIVATE_KEY_PATH
Expand Down
2 changes: 1 addition & 1 deletion resources/k8s-artifacts/mg-router/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
name: router-keystore-vol
- mountPath: /home/wso2/security/truststore
name: router-truststore-vol
image: wso2/mg-router:4.0.0-m9-SNAPSHOT
image: wso2/mg-router:4.0.0-m9
imagePullPolicy: Always
env:
- name: ROUTER_ADMIN_HOST
Expand Down

0 comments on commit 1b39086

Please sign in to comment.