Skip to content

Commit aa35a77

Browse files
committed
changes for pxd 6.6
1 parent 60e75ce commit aa35a77

File tree

5 files changed

+23
-6
lines changed

5 files changed

+23
-6
lines changed

RELEASE.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.5.1
1+
6.6.0

assets/pxbbq/pxbbq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@ spec:
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

defaults.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ clusters: 1
44
nodes: 3
55
#ssh_pub_key: "ssh-rsa XXXXXXXXXXXXXXXXXXXXXX user@example"
66
k8s_version: 1.33.5
7-
px_version: 3.5.0
7+
px_version: 3.5.1
88
stop_after: 6
99
quiet: false
1010
tags: "project=pxdeploy"
@@ -56,7 +56,7 @@ vsphere_repo: "https://px-deploy.s3.eu-west-1.amazonaws.com/templates/"
5656
#vsphere_folder: ""
5757

5858
ocp4_domain: ""
59-
ocp4_version: 4.19.17
59+
ocp4_version: 4.19.21
6060
ocp4_credentials_mode: Mint
6161
ocp4_pull_secret: ""
6262

scripts/helm-backup

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
NAMESPACE=central
2-
VERSION=2.10.0
2+
VERSION=2.10.1
33

44
kubectl apply -f - <<EOF
55
apiVersion: v1

0 commit comments

Comments
 (0)