Skip to content

Commit 0c03f57

Browse files
author
Sankaralingam1667
authored
Merge pull request #47 from ranganathan-arumugam/v5.3_release_changes
V5.3 release changes
2 parents 96ecfb6 + fdb0631 commit 0c03f57

File tree

12 files changed

+71
-71
lines changed

12 files changed

+71
-71
lines changed

deploy/deployment.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
spec:
1616
containers:
1717
- name: id-web-container
18-
image: gcr.io/boldreports/bold-identity:5.2.26_refresh_release
18+
image: gcr.io/boldreports/bold-identity:5.3.8
1919
ports:
2020
- containerPort: 80
2121
resources:
@@ -65,7 +65,7 @@ spec:
6565
spec:
6666
containers:
6767
- name: id-api-container
68-
image: gcr.io/boldreports/bold-idp-api:5.2.26_refresh_release
68+
image: gcr.io/boldreports/bold-idp-api:5.3.8
6969
ports:
7070
- containerPort: 80
7171
resources:
@@ -110,7 +110,7 @@ spec:
110110
spec:
111111
containers:
112112
- name: id-ums-container
113-
image: gcr.io/boldreports/bold-ums:5.2.26_refresh_release
113+
image: gcr.io/boldreports/bold-ums:5.3.8
114114
ports:
115115
- containerPort: 80
116116
resources:
@@ -155,7 +155,7 @@ spec:
155155
spec:
156156
containers:
157157
- name: reports-web-container
158-
image: gcr.io/boldreports/boldreports-server:5.2.26_refresh_release
158+
image: gcr.io/boldreports/boldreports-server:5.3.8
159159
ports:
160160
- containerPort: 80
161161
resources:
@@ -199,7 +199,7 @@ spec:
199199
spec:
200200
containers:
201201
- name: reports-api-container
202-
image: gcr.io/boldreports/boldreports-server-api:5.2.26_refresh_release
202+
image: gcr.io/boldreports/boldreports-server-api:5.3.8
203203
ports:
204204
- containerPort: 80
205205
resources:
@@ -243,7 +243,7 @@ spec:
243243
spec:
244244
containers:
245245
- name: reports-jobs-container
246-
image: gcr.io/boldreports/boldreports-server-jobs:5.2.26_refresh_release
246+
image: gcr.io/boldreports/boldreports-server-jobs:5.3.8
247247
ports:
248248
- containerPort: 80
249249
resources:
@@ -287,7 +287,7 @@ spec:
287287
spec:
288288
containers:
289289
- name: reports-reportservice-container
290-
image: gcr.io/boldreports/boldreports-designer:5.2.26_refresh_release
290+
image: gcr.io/boldreports/boldreports-designer:5.3.8
291291
ports:
292292
- containerPort: 80
293293
resources:
@@ -331,7 +331,7 @@ spec:
331331
spec:
332332
containers:
333333
- name: reports-viewer-container
334-
image: gcr.io/boldreports/boldreports-viewer:5.2.26_refresh_release
334+
image: gcr.io/boldreports/boldreports-viewer:5.3.8
335335
ports:
336336
- containerPort: 80
337337
resources:

docs/amazon-eks.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ For fresh installation, continue with the following steps to deploy Bold Reports
44

55
1. Download the following files for Bold Reports deployment in Amazon EKS:
66

7-
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/namespace.yaml)
8-
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/log4net_config.yaml)
9-
* [pvclaim_eks.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/pvclaim_eks.yaml)
10-
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/deployment.yaml)
11-
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/hpa.yaml)
12-
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/service.yaml)
13-
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/ingress.yaml)
7+
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/namespace.yaml)
8+
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/log4net_config.yaml)
9+
* [pvclaim_eks.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/pvclaim_eks.yaml)
10+
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/deployment.yaml)
11+
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/hpa.yaml)
12+
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/service.yaml)
13+
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/ingress.yaml)
1414

1515
2. Create an Amazon EKS cluster and [node group](https://docs.aws.amazon.com/eks/latest/userguide/eks-compute.html) to deploy Bold Reports.
1616

docs/google-gke.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ For fresh installation, continue with the following steps to deploy Bold Reports
44

55
1. Download the following files for Bold Reports deployment in GKE:
66

7-
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/namespace.yaml)
8-
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/log4net_config.yaml)
9-
* [pvclaim_gke.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/pvclaim_gke.yaml)
10-
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/deployment.yaml)
11-
* [hpa_gke.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/hpa_gke.yaml)
12-
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/service.yaml)
13-
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/ingress.yaml)
7+
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/namespace.yaml)
8+
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/log4net_config.yaml)
9+
* [pvclaim_gke.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/pvclaim_gke.yaml)
10+
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/deployment.yaml)
11+
* [hpa_gke.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/hpa_gke.yaml)
12+
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/service.yaml)
13+
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/ingress.yaml)
1414

1515
2. Create a Kubernetes cluster in Google Cloud Platform (GCP) to deploy Bold Reports.
1616

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515

1616
# Upgrade Bold Reports
1717

18-
If you are upgrading Bold Reports to 5.2.26, please follow the steps in this [link](/upgrade/upgrade.md).
18+
If you are upgrading Bold Reports to 5.3.8, please follow the steps in this [link](/upgrade/upgrade.md).

docs/microsoft-aks.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ For fresh installation, continue with the following steps to deploy Bold Reports
44

55
1. Download the following files for Bold Reports deployment in AKS:
66

7-
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/namespace.yaml)
8-
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/log4net_config.yaml)
9-
* [pvclaim_aks.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/pvclaim_aks.yaml)
10-
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/deployment.yaml)
11-
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/hpa.yaml)
12-
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/service.yaml)
13-
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/ingress.yaml)
7+
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/namespace.yaml)
8+
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/log4net_config.yaml)
9+
* [pvclaim_aks.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/pvclaim_aks.yaml)
10+
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/deployment.yaml)
11+
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/hpa.yaml)
12+
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/service.yaml)
13+
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/ingress.yaml)
1414

1515
2. Create a Kubernetes cluster in Microsoft Azure Kubernetes Service (AKS) to deploy Bold Reports.
1616

docs/on-premise.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ For fresh installation, continue with the following steps to deploy Bold Reports
44

55
1. Download the following files for Bold Reports deployment in On-Premise.
66

7-
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.1.20/deploy/namespace.yaml)
8-
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.1.20/deploy/log4net_config.yaml)
9-
* [pvclaim_onpremise.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.1.20/deploy/pvclaim_onpremise.yaml)
10-
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.1.20/deploy/deployment.yaml)
11-
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.1.20/deploy/hpa.yaml)
12-
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.1.20/deploy/service.yaml)
13-
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.1.20/deploy/ingress.yaml)
7+
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/namespace.yaml)
8+
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/log4net_config.yaml)
9+
* [pvclaim_onpremise.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/pvclaim_onpremise.yaml)
10+
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/deployment.yaml)
11+
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/hpa.yaml)
12+
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/service.yaml)
13+
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/ingress.yaml)
1414

1515
2. Create a folder in your machine to store the shared folders for applications usage.
1616

istio/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ Bold Reports can be deployed manually on Kubernetes cluster. You can create Kube
1515

1616
# Upgrade Bold Reports
1717

18-
If you are upgrading Bold Reports to 5.2.26, please follow the steps in this [link](/upgrade/upgrade.md).
18+
If you are upgrading Bold Reports to 5.3.8, please follow the steps in this [link](/upgrade/upgrade.md).

istio/amazon-eks.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ For fresh installation, continue with the following steps to deploy Bold Reports
44

55
1. Download the following files for Bold Reports deployment in Amazon EKS:
66

7-
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/namespace.yaml)
8-
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/log4net_config.yaml)
9-
* [pvclaim_eks.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/pvclaim_eks.yaml)
10-
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/deployment.yaml)
11-
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/hpa.yaml)
12-
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/service.yaml)
13-
* [istio_gateway.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/istio_gateway.yaml)
14-
* [destination_rule.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/destination_rule.yaml)
7+
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/namespace.yaml)
8+
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/log4net_config.yaml)
9+
* [pvclaim_eks.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/pvclaim_eks.yaml)
10+
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/deployment.yaml)
11+
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/hpa.yaml)
12+
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/service.yaml)
13+
* [istio_gateway.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/istio_gateway.yaml)
14+
* [destination_rule.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/destination_rule.yaml)
1515

1616
2. Create an Amazon EKS cluster and [node group](https://docs.aws.amazon.com/eks/latest/userguide/eks-compute.html) to deploy Bold Reports.
1717

istio/google-gke.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ For fresh installation, continue with the following steps to deploy Bold Reports
44

55
1. Download the following files for Bold Reports deployment in GKE:
66

7-
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/namespace.yaml)
8-
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/log4net_config.yaml)
9-
* [pvclaim_gke.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/pvclaim_gke.yaml)
10-
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/deployment.yaml)
11-
* [hpa_gke.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/hpa_gke.yaml)
12-
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/service.yaml)
13-
* [istio_gateway.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/istio_gateway.yaml)
14-
* [destination_rule.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/destination_rule.yaml)
7+
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/namespace.yaml)
8+
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/log4net_config.yaml)
9+
* [pvclaim_gke.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/pvclaim_gke.yaml)
10+
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/deployment.yaml)
11+
* [hpa_gke.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/hpa_gke.yaml)
12+
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/service.yaml)
13+
* [istio_gateway.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/istio_gateway.yaml)
14+
* [destination_rule.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/destination_rule.yaml)
1515

1616
2. Create a Kubernetes cluster in Google Cloud Platform (GCP) to deploy Bold Reports.
1717

istio/microsoft-aks.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ For fresh installation, continue with the following steps to deploy Bold Reports
44

55
1. Download the following files for Bold Reports deployment in AKS:
66

7-
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/namespace.yaml)
8-
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/log4net_config.yaml)
9-
* [pvclaim_aks.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/pvclaim_aks.yaml)
10-
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/deployment.yaml)
11-
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/hpa.yaml)
12-
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/service.yaml)
13-
* [istio_gateway.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/istio_gateway.yaml)
14-
* [destination_rule.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/destination_rule.yaml)
7+
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/namespace.yaml)
8+
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/log4net_config.yaml)
9+
* [pvclaim_aks.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/pvclaim_aks.yaml)
10+
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/deployment.yaml)
11+
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/hpa.yaml)
12+
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/service.yaml)
13+
* [istio_gateway.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/istio_gateway.yaml)
14+
* [destination_rule.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/destination_rule.yaml)
1515

1616
2. Create a Kubernetes cluster in Microsoft Azure Kubernetes Service (AKS) to deploy Bold Reports.
1717

upgrade/5-2_refresh_upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ curl -o upgrade.sh https://raw.githubusercontent.com/boldreports/bold-reports-ku
2323
Run the following command to execute the shell script to upgrade Bold Reports.
2424

2525
```sh
26-
./upgrade.sh --version="5.2.26_refresh_release" --namespace="default"
26+
./upgrade.sh --version="5.3.8" --namespace="default"
2727
```
2828

2929
<table>

0 commit comments

Comments
 (0)