File tree Expand file tree Collapse file tree 5 files changed +23
-6
lines changed
Expand file tree Collapse file tree 5 files changed +23
-6
lines changed Original file line number Diff line number Diff line change 1+ # 6.6
2+ ##Important
3+ * px-backup deployments are now using a random admin password shown on ` px-deploy connect ` login
4+
5+ ##Fixes
6+ * px-deploy vsphere-init now using proper network settings
7+ * clusterpair (async-dr / migration) now works on vsphere deployments (still need aws credentials & DR_BUCKET)
8+
9+ ##Improvements
10+ * PX Ent Version 3.5.1
11+ * PX-Backup 2.10.1
12+ * OCP 4.19.21
13+ * update pxbbq version
14+ * include px cli tool
15+ * clouddrives will now have a deployment uuid label by default, used for more robust destroy function
16+ * implement aws-load-balancer-controller on aws for proper service type LB creation
17+
118# 6.5.1
219 * integrate missing PR
320
Original file line number Diff line number Diff line change 1- 6.5.1
1+ 6.6.0
Original file line number Diff line number Diff line change 3939 spec :
4040 containers :
4141 - name : mongo
42- image : docker.io/mongo:7.0.9
43- # image: quay.io/mongodb/mongodb-community-server:7.0.9 -ubi9
42+ image : docker.io/mongo:7.0.28
43+ # image: quay.io/mongodb/mongodb-community-server:7.0.28 -ubi9
4444 env :
4545 - name : MONGO_INITDB_ROOT_USERNAME
4646 value : porxie
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ clusters: 1
44nodes : 3
55# ssh_pub_key: "ssh-rsa XXXXXXXXXXXXXXXXXXXXXX user@example"
66k8s_version : 1.33.5
7- px_version : 3.5.0
7+ px_version : 3.5.1
88stop_after : 6
99quiet : false
1010tags : " project=pxdeploy"
@@ -56,7 +56,7 @@ vsphere_repo: "https://px-deploy.s3.eu-west-1.amazonaws.com/templates/"
5656# vsphere_folder: ""
5757
5858ocp4_domain : " "
59- ocp4_version : 4.19.17
59+ ocp4_version : 4.19.21
6060ocp4_credentials_mode : Mint
6161ocp4_pull_secret : " "
6262
Original file line number Diff line number Diff line change 11NAMESPACE=central
2- VERSION=2.10.0
2+ VERSION=2.10.1
33
44kubectl apply -f - <<EOF
55apiVersion: v1
You can’t perform that action at this time.
0 commit comments