Skip to content

0.1.0

Compare
Choose a tag to compare
@isindir isindir released this 25 Jul 15:08
· 147 commits to master since this release
0ed479e

2020-07-25

‼️ NOTE: ‼️ CRD for this release changed from isindir.github.com/v1alpha1 to isindir.github.com/v1alpha2. _templates prefix is replaced by Templates, this operator version only supports isindir.github.com/v1alpha2 and is not backwards compatible.

Bug Fixes

  • helm charts - default image pull policy; symlink crds in charts directory to deploy

Code Refactoring

  • replace operator-sdk with kubebuilder, use k3d instead of kind for testing (#11)

Documentation Update

  • update helm charts documentation using frigate
  • Update readme to include non default k8s secret type in example

Pipeline changes

  • set default shell as bash in Makefile (#14)
  • fix docker build during release - dont run tests (#13)
  • remove cache restoration in the release branch (#12)