Skip to content

v1.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Aug 20:54
· 110 commits to main since this release

AIS Operator v1.3.0

  • Added sidecar container for accessing stdout logs via k8s
  • Test improvements including unit tests for controller
  • Improved state management including new states for in-progress shutdown, in-progress decommission, and cleanup. See ClusterCondition list in aistore_types.go
  • Improved state logging and event recording
  • Remove unused "env-mount" volume mount
  • Added AuthN support

API changes

  • New cleanupMetadata option. Previous behavior matches cleanupMetadata=true. This option can now be disabled to allow preservation of cluster metadata (such as buckets) when decommissioning and transitioning to an entirely new cluster (new AIS custom resource).
  • New authNSecretName option to add secret signing key for JWT tokens in AIStore.

Full Changelog: v1.2.0...v1.3.0