Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewh1978 committed Feb 27, 2024
1 parent 851aef6 commit 55d4aa5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 deletions.
21 changes: 14 additions & 7 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,23 @@
# next

## Removal
* auto_destroy parameter
* quiet parameter
# 6.0

## Improvements
* Migrate vsphere to Terraform
* introduce kubevirt-ocp template
* Completed migration to Terraform
* Introduce kubevirt-ocp template
* Bump Kubernetes to 1.26.4
* Bump Portworx to 3.0.4
* Add PX-BBQ
* Documentation
* Add tags to EBS volumes
* Use AWS node roles for EBS provisioning

## Fixes
* Add environment variable AWS_ADD_EKS_IAM_ROLE to fix UI visibility of EKS cluster (see known Issues on EKS)
* Metro template now works with OCP

## Removal
* auto_destroy parameter
* quiet parameter

# 5.3

## Fixes
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.3
6.0
4 changes: 2 additions & 2 deletions defaults.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ platform: k8s
clusters: 1
nodes: 3
#ssh_pub_key: "ssh-rsa XXXXXXXXXXXXXXXXXXXXXX user@example"
k8s_version: 1.24.13
px_version: 2.13.5
k8s_version: 1.26.4
px_version: 3.0.4
stop_after: 6
post_script: show-ip
quiet: false
Expand Down

0 comments on commit 55d4aa5

Please sign in to comment.