Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Release 0.4.1

Compare
Choose a tag to compare
@allamand allamand released this 07 Nov 12:32
· 1416 commits to master since this release
7d91723

0.4.1

Breaking Change in API

The fields spec.baseImage and spec.version have been removed in favor for spec.cassandraImage which is a merge of
both of thems.

  • MR #128 Fix Issue
    #96: cluster stay pending
  • MR #127 fix Issue
    #126: update racks in parallel
  • MR #124: Add Support for pod & services
    annotations
  • MR #138 Add support for Tolerations

Examples of annotation needed in the CassandraCluster Spec:

  service:
    annotations:
      external-dns.alpha.kubernetes.io/hostname: my.custom.domain.com.

  • MR #119 Refactoring Makefile
  • tests now use default Cassandra docker image