Skip to content

Commit

Permalink
Merge pull request #46 from ranganathan-arumugam/v5.3_release_changes
Browse files Browse the repository at this point in the history
V5.3 release changes
  • Loading branch information
Sankaralingam1667 authored Oct 26, 2023
2 parents 96ecfb6 + fdb0631 commit a596379
Show file tree
Hide file tree
Showing 12 changed files with 71 additions and 71 deletions.
16 changes: 8 additions & 8 deletions deploy/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
spec:
containers:
- name: id-web-container
image: gcr.io/boldreports/bold-identity:5.2.26_refresh_release
image: gcr.io/boldreports/bold-identity:5.3.8
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -65,7 +65,7 @@ spec:
spec:
containers:
- name: id-api-container
image: gcr.io/boldreports/bold-idp-api:5.2.26_refresh_release
image: gcr.io/boldreports/bold-idp-api:5.3.8
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -110,7 +110,7 @@ spec:
spec:
containers:
- name: id-ums-container
image: gcr.io/boldreports/bold-ums:5.2.26_refresh_release
image: gcr.io/boldreports/bold-ums:5.3.8
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -155,7 +155,7 @@ spec:
spec:
containers:
- name: reports-web-container
image: gcr.io/boldreports/boldreports-server:5.2.26_refresh_release
image: gcr.io/boldreports/boldreports-server:5.3.8
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -199,7 +199,7 @@ spec:
spec:
containers:
- name: reports-api-container
image: gcr.io/boldreports/boldreports-server-api:5.2.26_refresh_release
image: gcr.io/boldreports/boldreports-server-api:5.3.8
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -243,7 +243,7 @@ spec:
spec:
containers:
- name: reports-jobs-container
image: gcr.io/boldreports/boldreports-server-jobs:5.2.26_refresh_release
image: gcr.io/boldreports/boldreports-server-jobs:5.3.8
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -287,7 +287,7 @@ spec:
spec:
containers:
- name: reports-reportservice-container
image: gcr.io/boldreports/boldreports-designer:5.2.26_refresh_release
image: gcr.io/boldreports/boldreports-designer:5.3.8
ports:
- containerPort: 80
resources:
Expand Down Expand Up @@ -331,7 +331,7 @@ spec:
spec:
containers:
- name: reports-viewer-container
image: gcr.io/boldreports/boldreports-viewer:5.2.26_refresh_release
image: gcr.io/boldreports/boldreports-viewer:5.3.8
ports:
- containerPort: 80
resources:
Expand Down
14 changes: 7 additions & 7 deletions docs/amazon-eks.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ For fresh installation, continue with the following steps to deploy Bold Reports

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

* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/namespace.yaml)
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/log4net_config.yaml)
* [pvclaim_eks.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/pvclaim_eks.yaml)
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/deployment.yaml)
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/hpa.yaml)
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/service.yaml)
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/ingress.yaml)
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/namespace.yaml)
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/log4net_config.yaml)
* [pvclaim_eks.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/pvclaim_eks.yaml)
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/deployment.yaml)
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/hpa.yaml)
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/service.yaml)
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/ingress.yaml)

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

Expand Down
14 changes: 7 additions & 7 deletions docs/google-gke.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ For fresh installation, continue with the following steps to deploy Bold Reports

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

* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/namespace.yaml)
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/log4net_config.yaml)
* [pvclaim_gke.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/pvclaim_gke.yaml)
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/deployment.yaml)
* [hpa_gke.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/hpa_gke.yaml)
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/service.yaml)
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/ingress.yaml)
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/namespace.yaml)
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/log4net_config.yaml)
* [pvclaim_gke.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/pvclaim_gke.yaml)
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/deployment.yaml)
* [hpa_gke.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/hpa_gke.yaml)
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/service.yaml)
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/ingress.yaml)

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

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

# Upgrade Bold Reports

If you are upgrading Bold Reports to 5.2.26, please follow the steps in this [link](/upgrade/upgrade.md).
If you are upgrading Bold Reports to 5.3.8, please follow the steps in this [link](/upgrade/upgrade.md).
14 changes: 7 additions & 7 deletions docs/microsoft-aks.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ For fresh installation, continue with the following steps to deploy Bold Reports

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

* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/namespace.yaml)
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/log4net_config.yaml)
* [pvclaim_aks.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/pvclaim_aks.yaml)
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/deployment.yaml)
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/hpa.yaml)
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/service.yaml)
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/ingress.yaml)
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/namespace.yaml)
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/log4net_config.yaml)
* [pvclaim_aks.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/pvclaim_aks.yaml)
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/deployment.yaml)
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/hpa.yaml)
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/service.yaml)
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/ingress.yaml)

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

Expand Down
14 changes: 7 additions & 7 deletions docs/on-premise.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ For fresh installation, continue with the following steps to deploy Bold Reports

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

* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.1.20/deploy/namespace.yaml)
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.1.20/deploy/log4net_config.yaml)
* [pvclaim_onpremise.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.1.20/deploy/pvclaim_onpremise.yaml)
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.1.20/deploy/deployment.yaml)
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.1.20/deploy/hpa.yaml)
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.1.20/deploy/service.yaml)
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.1.20/deploy/ingress.yaml)
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/namespace.yaml)
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/log4net_config.yaml)
* [pvclaim_onpremise.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/pvclaim_onpremise.yaml)
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/deployment.yaml)
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/hpa.yaml)
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/service.yaml)
* [ingress.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/ingress.yaml)

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

Expand Down
2 changes: 1 addition & 1 deletion istio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ Bold Reports can be deployed manually on Kubernetes cluster. You can create Kube

# Upgrade Bold Reports

If you are upgrading Bold Reports to 5.2.26, please follow the steps in this [link](/upgrade/upgrade.md).
If you are upgrading Bold Reports to 5.3.8, please follow the steps in this [link](/upgrade/upgrade.md).
16 changes: 8 additions & 8 deletions istio/amazon-eks.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ For fresh installation, continue with the following steps to deploy Bold Reports

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

* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/namespace.yaml)
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/log4net_config.yaml)
* [pvclaim_eks.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/pvclaim_eks.yaml)
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/deployment.yaml)
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/hpa.yaml)
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/service.yaml)
* [istio_gateway.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/istio_gateway.yaml)
* [destination_rule.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/destination_rule.yaml)
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/namespace.yaml)
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/log4net_config.yaml)
* [pvclaim_eks.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/pvclaim_eks.yaml)
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/deployment.yaml)
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/hpa.yaml)
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/service.yaml)
* [istio_gateway.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/istio_gateway.yaml)
* [destination_rule.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/destination_rule.yaml)

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

Expand Down
16 changes: 8 additions & 8 deletions istio/google-gke.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ For fresh installation, continue with the following steps to deploy Bold Reports

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

* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/namespace.yaml)
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/log4net_config.yaml)
* [pvclaim_gke.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/pvclaim_gke.yaml)
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/deployment.yaml)
* [hpa_gke.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/hpa_gke.yaml)
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/service.yaml)
* [istio_gateway.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/istio_gateway.yaml)
* [destination_rule.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/destination_rule.yaml)
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/namespace.yaml)
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/log4net_config.yaml)
* [pvclaim_gke.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/pvclaim_gke.yaml)
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/deployment.yaml)
* [hpa_gke.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/hpa_gke.yaml)
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/service.yaml)
* [istio_gateway.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/istio_gateway.yaml)
* [destination_rule.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/destination_rule.yaml)

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

Expand Down
16 changes: 8 additions & 8 deletions istio/microsoft-aks.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ For fresh installation, continue with the following steps to deploy Bold Reports

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

* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/namespace.yaml)
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/log4net_config.yaml)
* [pvclaim_aks.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/pvclaim_aks.yaml)
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/deployment.yaml)
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/hpa.yaml)
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/service.yaml)
* [istio_gateway.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/istio_gateway.yaml)
* [destination_rule.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.2.26/deploy/destination_rule.yaml)
* [namespace.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/namespace.yaml)
* [log4net_config.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/log4net_config.yaml)
* [pvclaim_aks.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/pvclaim_aks.yaml)
* [deployment.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/deployment.yaml)
* [hpa.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/hpa.yaml)
* [service.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/service.yaml)
* [istio_gateway.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/istio_gateway.yaml)
* [destination_rule.yaml](https://raw.githubusercontent.com/boldreports/bold-reports-kubernetes/v5.3.8/deploy/destination_rule.yaml)

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

Expand Down
2 changes: 1 addition & 1 deletion upgrade/5-2_refresh_upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ curl -o upgrade.sh https://raw.githubusercontent.com/boldreports/bold-reports-ku
Run the following command to execute the shell script to upgrade Bold Reports.

```sh
./upgrade.sh --version="5.2.26_refresh_release" --namespace="default"
./upgrade.sh --version="5.3.8" --namespace="default"
```

<table>
Expand Down
Loading

0 comments on commit a596379

Please sign in to comment.