Skip to content

Commit

Permalink
Merge pull request #2365 from renuka-fernando/100-alpha
Browse files Browse the repository at this point in the history
Prepare for 1.0.0-alpha release
  • Loading branch information
renuka-fernando authored Nov 2, 2021
2 parents e5a8f70 + 3235320 commit 2714971
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 73 deletions.
24 changes: 0 additions & 24 deletions ENVOY_GW_README.md

This file was deleted.

1 change: 0 additions & 1 deletion integration/mock-backend-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
</dependency>
</dependencies>
<modelVersion>4.0.0</modelVersion>
<groupId>org.wso2.am.choreo.connect</groupId>
<artifactId>mock-backend-server</artifactId>
<name>Choreo Connect - Mock-Backend-Server</name>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ networks:
name: apim_and_cc
services:
router:
image: wso2/choreo-connect-router:1.0.0-alpha-SNAPSHOT
image: wso2/choreo-connect-router:1.0.0-alpha
logging:
options:
max-size: "20m"
Expand All @@ -34,7 +34,7 @@ services:
networks:
- cc_internal
adapter:
image: wso2/choreo-connect-adapter:1.0.0-alpha-SNAPSHOT
image: wso2/choreo-connect-adapter:1.0.0-alpha
logging:
options:
max-size: "20m"
Expand All @@ -55,7 +55,7 @@ services:
- cc_internal
- apim_and_cc
enforcer:
image: wso2/choreo-connect-enforcer:1.0.0-alpha-SNAPSHOT
image: wso2/choreo-connect-enforcer:1.0.0-alpha
logging:
options:
max-size: "20m"
Expand Down
53 changes: 18 additions & 35 deletions release-note.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,60 +23,43 @@
<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 - 24th April 2021</title>
<title>Choreo Connect v1.0.0-Alpha - 2nd November 2021</title>
</head>
<body>
<div id="main-content">
<div>
<h1>Choreo Connect 0.9.0 is Released</h1>
<p>Microservices have become the norm for modern application architecture. Workloads of modern
applications are<br>
spread across many groups of microservices, cloud services and legacy services. The characteristics
and<br>
behaviors of such heterogeneous services have a massive diversity. Such as authentication
mechanisms, message<br>
formats, high availability factors and so on. The Choreo-Connect is designed to expose heterogeneous<br>
microservices as APIs to end consumers using a common API interface based on the Open API
Specification. This<br>
helps expose microservices using a unified interface to external consumers, internal consumers and
partners. It<br>
applies the common quality of service attributes on API requests such as security, rate limiting and
analytics<br>
and also offers a wide range of features which helps organizations to deploy APIs microservice
architectures<br>
efficiently.</p>
<h2>Try it</h2>
<p><a href="https://github.com/wso2/product-microgateway/tree/v0.9.0#choreo-connect-quick-start">Quick
start guide</a></p>
<h1>What's new in 1.0.0-Alpha</h1>
<p>This is the alpha release of the Choreo Connect 1.0.0.</p>
<h2>Features</h2>
<ul>
<li> Choreo connect <a
href="https://github.com/wso2/product-microgateway/issues?q=is%3Aissue+project%3Awso2%2Fproduct-microgateway%2F8+is%3Aclosed+label%3A%22Type%2FNew+Feature%22">features</a></li>
<li>Deploy APIs from the file system</li>
<li>Support circuit breakers</li>
<li>Support retry and timeout for upstream endpoints</li>
<li><a href="https://github.com/wso2/product-microgateway/milestone/58?closed=1">List of completed tasks</a>
</li>
</ul>
<h2>Improvements and Bug fixes</h2>
<ul>
<li>
<a href="https://github.com/wso2/product-microgateway/issues?q=is%3Aissue+project%3Awso2%2Fproduct-microgateway%2F8+is%3Aclosed+label%3AType%2FImprovement+">Improvements</a>
<a href="https://github.com/wso2/product-microgateway/issues?q=is%3Aissue+milestone%3A1.0.0-alpha+label%3AType%2FImprovement+is%3Aclosed">Improvements</a>
</li>
<li>
<a href="https://github.com/wso2/product-microgateway/issues?q=is%3Aissue+project%3Awso2%2Fproduct-microgateway%2F8+is%3Aclosed+label%3AType%2FBug">Bug
<a href="https://github.com/wso2/product-microgateway/issues?q=is%3Aissue+milestone%3A1.0.0-alpha+label%3AType%2FBug+is%3Aclosed">Bug
fixes</a></li>
</ul>
<h2>List of completed tasks</h2>
<ul>
<li>
<a href="https://github.com/wso2/product-microgateway/issues?q=is%3Aissue+project%3Awso2%2Fproduct-microgateway%2F8+is%3Aclosed">List
of completed tasks</a></li>
</ul>
<h2>Known Issues</h2>
<p>
<a href="https://github.com/wso2/product-microgateway/issues?q=is%3Aopen+is%3Aissue+label%3Aenvoy-gw">Open
<a href="https://github.com/wso2/product-microgateway/issues?q=is%3Aopen+is%3Aissue+project%3Awso2%2Fproduct-microgateway%2F12">Open
Issues</a></p>
<h2>Try it</h2>
<p>
<a href="https://apim.docs.wso2.com/en/latest/deploy-and-publish/deploy-on-gateway/choreo-connect/getting-started/quick-start-guide/quick-start-guide-overview/"
rel="nofollow">Quick start guide</a></p>
<h2>Contributing</h2>
<h2>How To Contribute</h2>
<p>Your feedback is most welcome!</p>
<h3>Contributing Code</h3>
<p>Read through the project <a href="https://github.com/wso2/product-microgateway/blob/main/CONTRIBUTING.md">Contribution
<p>Read through the project <a href="https://github.com/wso2/product-microgateway/blob/master/CONTRIBUTING.md">Contribution
Guidelines</a> to learn how to contribute with code.</p>
<h3>User Forum</h3>
<p>If you have any questions regarding the product you can use our <a
Expand All @@ -89,8 +72,8 @@ <h3>Slack Channels</h3>
rel="nofollow">wso2-apim.slack.com</a> for even better communication.
You can talk to our developers directly regarding any issues, concerns about the product. We encourage you
to start discussions or join any ongoing discussions with the team, via our slack channels.</p>
<p><strong>Reporting Issues</strong></p>
<p>We encourage you to report issues, documentation faults, and feature requests regarding Choreo Connect
<h3>Reporting Issues</h3>
<p>We encourage you to report issues, documentation faults, and feature requests regarding WSO2 API Microgateway
through the <a href="https://github.com/wso2/product-microgateway/issues">Github Issues</a>.</p>
<p>And please be advised that security issues must be reported to <a href="mailto:security@wso2.com">security@wso2.com</a>,
not as a GitHub issue, in order to reach the proper audience. We strongly advise following the <a
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=1.0.0-alpha-SNAPSHOT
micro_gw_version=1.0.0-alpha

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/repository/conf/deployment.toml
router:
image: wso2/choreo-connect-router:1.0.0-alpha-SNAPSHOT
image: wso2/choreo-connect-router:1.0.0-alpha
logging:
options:
max-size: "20m"
Expand Down Expand Up @@ -42,7 +42,7 @@ services:
- adapter
- enforcer
adapter:
image: wso2/choreo-connect-adapter:1.0.0-alpha-SNAPSHOT
image: wso2/choreo-connect-adapter:1.0.0-alpha
logging:
options:
max-size: "20m"
Expand All @@ -65,7 +65,7 @@ services:
links:
- apim
enforcer:
image: wso2/choreo-connect-enforcer:1.0.0-alpha-SNAPSHOT
image: wso2/choreo-connect-enforcer:1.0.0-alpha
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:1.0.0-alpha-SNAPSHOT
image: wso2/choreo-connect-router:1.0.0-alpha
logging:
options:
max-size: "20m"
Expand Down Expand Up @@ -30,7 +30,7 @@ services:
- adapter
- enforcer
adapter:
image: wso2/choreo-connect-adapter:1.0.0-alpha-SNAPSHOT
image: wso2/choreo-connect-adapter:1.0.0-alpha
logging:
options:
max-size: "20m"
Expand All @@ -49,7 +49,7 @@ services:
- "18000:18000"
- "9843:9843"
enforcer:
image: wso2/choreo-connect-enforcer:1.0.0-alpha-SNAPSHOT
image: wso2/choreo-connect-enforcer:1.0.0-alpha
logging:
options:
max-size: "20m"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
- mountPath: /home/wso2/conf/log_config.toml
subPath: log_config.toml
name: logconfig-toml-vol
image: wso2/choreo-connect-adapter:1.0.0-alpha-SNAPSHOT
image: wso2/choreo-connect-adapter:1.0.0-alpha
imagePullPolicy: IfNotPresent
env:
- name: ADAPTER_PRIVATE_KEY_PATH
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
name: log4j2-vol
- mountPath: /home/wso2/lib/dropins
name: dropins-vol
image: wso2/choreo-connect-enforcer:1.0.0-alpha-SNAPSHOT
image: wso2/choreo-connect-enforcer:1.0.0-alpha
imagePullPolicy: IfNotPresent
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:1.0.0-alpha-SNAPSHOT
image: wso2/choreo-connect-router:1.0.0-alpha
imagePullPolicy: IfNotPresent
env:
- name: ROUTER_ADMIN_HOST
Expand Down

0 comments on commit 2714971

Please sign in to comment.