Skip to content

0.5.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@anishakj anishakj released this 25 Apr 15:32
· 144 commits to master since this release
be1ce0d

Change Log

Notes ( Changes done as part of supporting upgrade from 0.4.x to 0.5)

  • Pravega supported version config map is mounted to a volume, rather than reading directly. It is not mandatory to give specific name.
  • Name of the long term storage is changed from tier2 to longtermStorage
  • Operator mutating webhook is changed to validating webhook for validating pravega versions (new install & upgrade paths)
  • Pravega CR version is changed to v1beta1 for new installation. Also, in the case of operator upgrade from 0.4.x conversion from v1alpha1 to v1beta1 CRD is enforced.(https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definition-versioning/)
  • Upgrade of controller-runtime library from v0.1.8 to v0.5.1

Bug Fixes

Updating example pravega manifest( #346)
Validate Pravega Cluster setup on minikube (#344)
Segment store pods not coming up while installing with pravegacluster.sh script(#351)
Update charts to use latest operator version ( #359)
Segment store pods are not coming up with external access (#354)
Update Pravega Operator Docs to provide working flow to update ECS credentials (#365)
Support p-operator upgrade from version 0.4.x to 0.5.0 (#343)
Load ECS secret for SegmentStore container(#348)