Skip to content

Commit

Permalink
Prepare to release version 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Wiechmann committed Feb 14, 2022
1 parent b218100 commit 5175f07
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 8 deletions.
6 changes: 4 additions & 2 deletions APIM/Helmchart/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

All notable changes to this project will be documented in this file.

## [Unreleased]
## [2.3.1] 2022-02-14

### Changed
- API-Portal database PVC now requests 2GB diskspace instead of 1GB
- Updated Helm-Chart dependencies
- bitnami/common 1.10.1 --> 1.11.1

### Fixed
- Corrected indentation for ANM extraVolumeMounts
Expand All @@ -18,7 +20,7 @@ All notable changes to this project will be documented in this file.

### Changed
- ConfigMap jvmxml now created using the Helm-`.Release.Name`, which allows to deploy the Helm-Chart x-time into the same namespace
- Updated dependencies
- Updated Helm-Chart dependencies
- bitnami/common 1.10.1 --> 1.10.4
- mysql/mysql 8.8.12 --> 8.8.23
- redis/redis 15.5.5 --> 15.7.6
Expand Down
6 changes: 3 additions & 3 deletions APIM/Helmchart/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies:
- name: common
repository: https://charts.bitnami.com/bitnami
version: 1.10.4
version: 1.11.1
- name: cassandra
repository: https://charts.bitnami.com/bitnami
version: 7.7.3
Expand All @@ -14,5 +14,5 @@ dependencies:
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 15.7.6
digest: sha256:17c47d330b7ad4774a77aba22b72fd5d22e9002ac00d1bbe648e2ce240b39c7c
generated: "2022-01-21T14:33:35.5991579+01:00"
digest: sha256:705a798483da8174a13b2852f54f74a5e8e566988d08d8c27152ec911566b263
generated: "2022-02-14T13:41:39.2492101+01:00"
2 changes: 1 addition & 1 deletion APIM/Helmchart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2

appVersion: 7.7-20210830

version: "2.3.0"
version: "2.3.1"

description: Helm chart for installing the Axway API-Management solution.
icon: https://images.app.goo.gl/MbQyRo2M2jzAsed79
Expand Down
Binary file removed APIM/Helmchart/charts/common-1.10.4.tgz
Binary file not shown.
Binary file added APIM/Helmchart/charts/common-1.11.1.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion APIM/Helmchart/examples/aws-eks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ You can overwrite all parameters of the base [`values.yaml`](../../values.yaml),

To finally start the deployment into your Kubernetes Cluster using Helm, use now the following command:
```
helm install axway-apim -n apim -f .\local-values-eks.yaml https://github.com/Axway/Cloud-Automation/releases/download/apim-helm-v2.3.0/helm-chart-axway-apim-2.3.0.tgz
helm install axway-apim -n apim -f .\local-values-eks.yaml https://github.com/Axway/Cloud-Automation/releases/download/apim-helm-v2.3.1/helm-chart-axway-apim-2.3.1.tgz
```

Now check if the resources, such as pods, ingresses, services, etc. are created and correct any problems that occur.
Expand Down
2 changes: 1 addition & 1 deletion APIM/Helmchart/examples/google-gke/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ You can overwrite all parameters of the base [`values.yaml`](../../values.yaml),

To finally start the deployment into your Kubernetes Cluster using Helm, use now the following command:
```
helm install axway-apim -n apim -f .\local-values-gke.yaml https://github.com/Axway/Cloud-Automation/releases/download/apim-helm-v2.3.0/helm-chart-axway-apim-2.3.0.tgz
helm install axway-apim -n apim -f .\local-values-gke.yaml https://github.com/Axway/Cloud-Automation/releases/download/apim-helm-v2.3.1/helm-chart-axway-apim-2.3.1.tgz
```

Now check if the resources, such as pods, ingresses, services, etc. are created and correct any problems that occur.
Expand Down

0 comments on commit 5175f07

Please sign in to comment.