CAAPIM / apim-charts

Helm Charts for Layer7 API Management components.
MIT License
11 stars 48 forks source link

[charts/gateway]: Update 10.1.00_CR2 tag to 11.0.00 #193

Closed jennarddy closed 1 year ago

jennarddy commented 1 year ago

Description of the change

Update Gateway image version from 10.1.00_CR2 to 11.0.00

Benefits

Enable usage of latest release of Layer 7 Gateway

Drawbacks

None. It's a straightforward version update. The image already exists on Docker Hub.

Applicable issues

Additional information Verified on GKE using local copy of fork:

PS C:\Users\jd683606.BRCMLTD\work\github\CAAPIM\apim-charts-jennarddy\charts> helm install jd683606-ssg-11 --set-file "license.value=LICENSE.xml" --set "license.accept=true" gateway
NAME: jd683606-ssg-11
LAST DEPLOYED: Mon Jan 30 18:04:36 2023
NAMESPACE: default
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
##################################################################################
####                                 Success!                                 ####
##################################################################################
####                 Your gateway deployment has been INSTALLED               ####
##################################################################################

To view the Gateway's services you can use the following command
$ kubectl get svc -n default | grep gateway

To learn more about the Gateway Helm Chart check out the following links

Gateway Helm Chart Readme
- https://github.com/CAAPIM/apim-charts/tree/stable/charts/gateway

Thinking in Kubernetes
- https://techdocs.broadcom.com/us/en/ca-enterprise-software/layer7-api-management/api-gateway/congw-10-1/learning-center/thinking-in-kubernetes.html#thinkingk8s

PS C:\Users\jd683606.BRCMLTD\work\github\CAAPIM\apim-charts-jennarddy\charts> kubectl get svc -n default
jd683606-ssg-11-gateway                   LoadBalancer   240.129.245.154   10.210.128.136   8443:32660/TCP                                  3m5s
jd683606-ssg-11-gateway-management        LoadBalancer   240.129.244.73    10.210.128.172   9443:31896/TCP                                  3m5s
jd683606-ssg-11-mysql                     ClusterIP      240.129.246.197   <none>           3306/TCP                                        3m5s
jd683606-ssg-11-mysql-headless            ClusterIP      None              <none>           3306/TCP                                        3m5s

Logged on to Policy Manager using 10.210.128.172:9443 image

Checklist

jennarddy commented 1 year ago

Thanks, the updates look good -

Could you add a 3.0.5 updates section (above 3.0.2) and reference the release notes - specifically that the upgrade procedure requires careful planning given the embedded Hazelcast update requires Gateway deployments to be scaled to 0.

https://techdocs.broadcom.com/us/en/ca-enterprise-software/layer7-api-management/api-gateway/congw-11-0/release-notes_cgw.html

I've added 3.0.5 General Updates section. Please take a look. Thanks.