Skip to content

v7.1.0: Release 7.1.0

Choose a tag to compare

@mnaser mnaser released this 03 Dec 02:48
bb989ce

New Features

  • The Ceph CSI driver now supports external Ceph clusters without
    requiring SSH access to the Ceph monitors. You can configure this by
    setting the ceph_csi_rbd_ceph_fsid, ceph_csi_rbd_monitors, and
    ceph_csi_rbd_keyring variables. When you define these variables,
    the role skips the SSH-based discovery and user creation tasks.

  • The Kubernetes version is now configurable using the
    atmosphere_kubernetes_version variable. You can deploy
    Kubernetes clusters with different versions without modifying the
    playbook directly.

Security Issues

  • This update modifies the storage of the Ceph RGW Keystone authentication password,
    transitioning from a ConfigMap to a Kubernetes Secret for enhanced security.

Other Notes

  • All container images now use external repositories at ghcr.io/vexxhost
    instead of the Atmosphere repository. The images for OVN, Open vSwitch,
    libvirt, and all OpenStack services have dedicated repositories with
    independent versioning and release cycles. This change improves
    maintainability and removes all image build infrastructure from
    Atmosphere.