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

v4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jan 22:22
0a7626d

Removed

  • Remove generated typed clients.
  • Move backup.giantswarm.io CRDs to own repo.
  • Move Release API into release-operator.
  • Move Config API into config-controller.
  • Move Silence API into silence-operator.
  • Move application.giantswarm.io API group into apiextensions-application.

Added

  • Add ClusterNames field to ETCDBackup.spec to allow backing up specific clusters within an MC.
  • Add a few new fields in ETCDBackup.status to give better visibility on the state of the backup.

Changed

  • Replaced gopkg.in/yaml.v2 versions below v2.2.8 with v2.2.8 to mitigate CVE-2019-11254

Fixed

  • Fix color output during makefile execution.