Skip to content

Commit

Permalink
Merge pull request #1874 from dinusha92/main
Browse files Browse the repository at this point in the history
Release prep for alpha2.
  • Loading branch information
dinusha92 authored Apr 9, 2021
2 parents 316a221 + 584d64f commit 3416ed8
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion distribution/src/main/assembly/assembly.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<exclude>./apim/**</exclude>
<exclude>./choreo-connect/config-toml-configmap-for-eventhub.yaml</exclude>
</excludes>
<outputDirectory>choreo-connect-${project.version}/k8s-artifacts/choreo-connect</outputDirectory>
<outputDirectory>choreo-connect-${project.version}/k8s-artifacts/</outputDirectory>
</fileSet>
<fileSet>
<outputDirectory>choreo-connect-${project.version}/docker-compose/resources/enforcer/dropins
Expand Down
2 changes: 1 addition & 1 deletion enforcer/LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jopt-simple-5.0.3.jar
woden-impl-dom-1.0M9.jar bundle apache2
netty-tcnative-boringssl-static-2.0.31.Final.jar bundle apache2
swagger-models-2.0.8.jar bundle apache2
org.wso2.choreo.connect.enforcer-0.9.0-alpha.jar bundle apache2
org.wso2.choreo.connect.enforcer-0.9.0-alpha2.jar bundle apache2
jline-0.9.94.jar jar bsd
swagger-annotations-2.0.8.jar bundle apache2
slf4j-api-1.6.3.jar bundle mit
Expand Down
10 changes: 5 additions & 5 deletions release-note.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta content="text/html; charset=iso-8859-1" http-equiv="content-type"/>
<title>Choreo Connect v0.9.0-Alpha</title>
<title>Choreo Connect v0.9.0-Alpha2</title>
</head>
<body>
<div id="main-content">
<div>
<h1>Choreo Connect v0.9.0-Alpha is Released</h1>
<h2>What's new in Choreo Connect 0.9.0-Alpha</h2>
<h1>Choreo Connect v0.9.0-Alpha2 is Released</h1>
<h2>What's new in Choreo Connect 0.9.0-Alpha2</h2>
<ul>
<li>
<p>This is the alpha release of the Choreo Connect 0.9.0</p>
<p>This is the alpha2 release of the Choreo Connect 0.9.0</p>
</li>
<li>
<p>Microservices have become the norm for modern application architecture. Workloads of modern
Expand Down Expand Up @@ -78,7 +78,7 @@ <h2>Known Issues</h2>
<a href="https://github.com/wso2/product-microgateway/issues?q=is%3Aopen+is%3Aissue+project%3Awso2%2Fproduct-microgateway%2F8">Open
Issues</a></p>
<h2>Try it</h2>
<p><a href="https://github.com/wso2/product-microgateway/tree/v0.9.0-alpha#choreo-connect-quick-start">Quick
<p><a href="https://github.com/wso2/product-microgateway/tree/v0.9.0-alpha2#choreo-connect-quick-start">Quick
start guide</a></p>
<h2>Contributing</h2>
<h2>How To Contribute</h2>
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=0.9.0-beta-SNAPSHOT
micro_gw_version=0.9.0-alpha2

docker kill "$(docker ps -a | grep wso2/choreo-connect-enforcer:$micro_gw_version | awk '{print $1}')"
docker rm "$(docker ps -a | grep wso2/choreo-connect-enforcer:$micro_gw_version | awk '{print $1}')"
Expand Down
6 changes: 3 additions & 3 deletions resources/docker-compose/apim/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
volumes:
- ./conf/deployment.toml:/home/wso2carbon/wso2am-4.0.0-beta/repository/conf/deployment.toml
router:
image: wso2/choreo-connect-router:0.9.0-beta-SNAPSHOT
image: wso2/choreo-connect-router:0.9.0-alpha2
logging:
options:
max-size: "20m"
Expand Down Expand Up @@ -42,7 +42,7 @@ services:
- adapter
- enforcer
adapter:
image: wso2/choreo-connect-adapter:0.9.0-beta-SNAPSHOT
image: wso2/choreo-connect-adapter:0.9.0-alpha2
logging:
options:
max-size: "20m"
Expand All @@ -64,7 +64,7 @@ services:
links:
- apim
enforcer:
image: wso2/choreo-connect-enforcer:0.9.0-beta-SNAPSHOT
image: wso2/choreo-connect-enforcer:0.9.0-alpha2
logging:
options:
max-size: "20m"
Expand Down
6 changes: 3 additions & 3 deletions resources/docker-compose/docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: "3.7"
services:
router:
image: wso2/choreo-connect-router:0.9.0-beta-SNAPSHOT
image: wso2/choreo-connect-router:0.9.0-alpha2
logging:
options:
max-size: "20m"
Expand Down Expand Up @@ -30,7 +30,7 @@ services:
- adapter
- enforcer
adapter:
image: wso2/choreo-connect-adapter:0.9.0-beta-SNAPSHOT
image: wso2/choreo-connect-adapter:0.9.0-alpha2
logging:
options:
max-size: "20m"
Expand All @@ -45,7 +45,7 @@ services:
- "18000:18000"
- "9843:9843"
enforcer:
image: wso2/choreo-connect-enforcer:0.9.0-beta-SNAPSHOT
image: wso2/choreo-connect-enforcer:0.9.0-alpha2
logging:
options:
max-size: "20m"
Expand Down
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/choreo-connect-adapter:0.9.0-beta-SNAPSHOT
image: wso2/choreo-connect-adapter:0.9.0-alpha2
imagePullPolicy: Always
env:
- name: cp_admin_pwd
Expand Down
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/choreo-connect-enforcer:0.9.0-beta-SNAPSHOT
image: wso2/choreo-connect-enforcer:0.9.0-alpha2
imagePullPolicy: Always
env:
- name: ENFORCER_PRIVATE_KEY_PATH
Expand Down Expand Up @@ -112,7 +112,7 @@ spec:
name: router-keystore-vol
- mountPath: /home/wso2/security/truststore
name: router-truststore-vol
image: wso2/choreo-connect-router:0.9.0-beta-SNAPSHOT
image: wso2/choreo-connect-router:0.9.0-alpha2
imagePullPolicy: Always
env:
- name: ROUTER_ADMIN_HOST
Expand Down

0 comments on commit 3416ed8

Please sign in to comment.