Skip to content

Commit

Permalink
Merge pull request #340 from chirangaalwis/kubernetes-apim-v3.0.x-202…
Browse files Browse the repository at this point in the history
…0-03-19

Update README documentation
  • Loading branch information
pubudu538 authored Mar 19, 2020
2 parents 9ed1c7c + 46a5c1e commit 36ddb80
Show file tree
Hide file tree
Showing 7 changed files with 37 additions and 208 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@ All notable changes to this project 3.0.x per each release will be documented in

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)

## [v3.0.0.4] - 2020-03-19

### Added
- Add Helm resources for WSO2 API Management deployment pattern 2.
- Add Helm resources for WSO2 API Management deployment pattern 3.

For detailed information on the tasks carried out during this release, please see the GitHub milestones
[v3.0.0.4](https://github.com/wso2/kubernetes-apim/milestone/9).

## [v3.0.0.3] - 2020-01-06

### Added
Expand Down
19 changes: 1 addition & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,6 @@
* [Deployment Pattern 2](advanced/am-pattern-2/README.md)
* [Deployment Pattern 3](advanced/am-pattern-3/README.md)

## Advanced topics

* [Update product configurations](advanced/ManageConfigurations.md)
* [Introduce additional artifacts](advanced/ManageArtifacts.md)

## Changelog

**Change log** from previous v3.0.0.2 release: [View Here](CHANGELOG.md)

## Reporting issues

We encourage you to report any issues and documentation faults regarding Kubernetes and Helm resources
for WSO2 API Management. Please report your issues [here](https://github.com/wso2/kubernetes-apim/issues).

## Contact us

WSO2 developers can be contacted via the following mailing lists:

* WSO2 Developers Mailing List : [[email protected]](mailto:[email protected])
* WSO2 Architecture Mailing List : [[email protected]](mailto:[email protected])
**Change log** from previous v3.0.0.3 release: [View Here](CHANGELOG.md)
95 changes: 0 additions & 95 deletions advanced/ManageArtifacts.md

This file was deleted.

86 changes: 0 additions & 86 deletions advanced/ManageConfigurations.md

This file was deleted.

12 changes: 9 additions & 3 deletions advanced/am-pattern-1/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,15 @@

## Prerequisites

* In order to use WSO2 Helm resources, you need an active [WSO2 Subscription](https://wso2.com/subscription).
If you do not possess an active WSO2 Subscription already, you can sign up for a WSO2 Free Trial Subscription from [here](https://wso2.com/free-trial-subscription).
Otherwise you can proceed with Docker images, which are created using GA releases.<br><br>
* About WSO2 product Docker images used for the Kubernetes deployment

For a production grade deployment of the desired WSO2 product-version, it is highly recommended to use the relevant
Docker image which packages [WSO2 Updates](https://wso2.com/updates), available at [WSO2 Private Docker Registry](https://docker.wso2.com/).
In order to use WSO2 product Docker images with Updates, you need an active [WSO2 Subscription](https://wso2.com/subscription).

Otherwise, you can proceed with WSO2 product Docker images available at [DockerHub](https://hub.docker.com/u/wso2/), which
package General Availability (GA) versions of WSO2 products with no WSO2 Updates.
<br><br>

* Install
* [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)
Expand Down
12 changes: 9 additions & 3 deletions advanced/am-pattern-2/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,15 @@

## Prerequisites

* In order to use WSO2 Helm resources, you need an active [WSO2 Subscription](https://wso2.com/subscription).
If you do not possess an active WSO2 Subscription already, you can sign up for a WSO2 Free Trial Subscription from [here](https://wso2.com/free-trial-subscription).
Otherwise you can proceed with Docker images, which are created using GA releases.<br><br>
* About WSO2 product Docker images used for the Kubernetes deployment

For a production grade deployment of the desired WSO2 product-version, it is highly recommended to use the relevant
Docker image which packages [WSO2 Updates](https://wso2.com/updates), available at [WSO2 Private Docker Registry](https://docker.wso2.com/).
In order to use WSO2 product Docker images with Updates, you need an active [WSO2 Subscription](https://wso2.com/subscription).

Otherwise, you can proceed with WSO2 product Docker images available at [DockerHub](https://hub.docker.com/u/wso2/), which
package General Availability (GA) versions of WSO2 products with no WSO2 Updates.
<br><br>

* Install [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git), [Helm](https://github.com/kubernetes/helm/blob/master/docs/install.md)
(and Tiller) and [Kubernetes client](https://kubernetes.io/docs/tasks/tools/install-kubectl/) in order to run the steps
Expand Down
12 changes: 9 additions & 3 deletions advanced/am-pattern-3/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,15 @@

## Prerequisites

* In order to use WSO2 Helm resources, you need an active [WSO2 Subscription](https://wso2.com/subscription).
If you do not possess an active WSO2 Subscription already, you can sign up for a WSO2 Free Trial Subscription from [here](https://wso2.com/free-trial-subscription).
Otherwise you can proceed with Docker images, which are created using GA releases.<br><br>
* About WSO2 product Docker images used for the Kubernetes deployment

For a production grade deployment of the desired WSO2 product-version, it is highly recommended to use the relevant
Docker image which packages [WSO2 Updates](https://wso2.com/updates), available at [WSO2 Private Docker Registry](https://docker.wso2.com/).
In order to use WSO2 product Docker images with Updates, you need an active [WSO2 Subscription](https://wso2.com/subscription).

Otherwise, you can proceed with WSO2 product Docker images available at [DockerHub](https://hub.docker.com/u/wso2/), which
package General Availability (GA) versions of WSO2 products with no WSO2 Updates.
<br><br>

* Install [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git), [Helm](https://github.com/kubernetes/helm/blob/master/docs/install.md)
(and Tiller) and [Kubernetes client](https://kubernetes.io/docs/tasks/tools/install-kubectl/) in order to run the steps
Expand Down

0 comments on commit 36ddb80

Please sign in to comment.