What's Changed
- Ingestion Controller by @AdheipSingh in #53
- Update Docs and Tutorials by @AdheipSingh in #138
- Refactor/ordering by @itamar-marom in #123
- Bump controller-tools version by @MrLarssonJr in #140
- Utilize the DruidIngestion controller in e2e tests by @SamWheating in #146
- fix(eks deployment): Add expected volumeClaim to eks.yaml by @EandrewJones in #149
- release v1.3.0-beta.1 by @AdheipSingh in #148
- Add support for annotations on Deployment/StatefulSet resources in DruidNodeSpec by @SamWheating in #145
- Add support for multi tier nodes with different PVC sizes (#106) by @FarhadF in #152
- fix(finalizer): patch finalizers instead of apply by @itamar-marom in #155
- fix: put Druid crds in the appropriate folder specified by Helm by @TessaIO in #162
- Adds service account name to each druid node optionally by @saithal-confluent in #164
- chore: upgrade operator version; by @TessaIO in #180
Breaking Change
- Since the CRDs are moved from the
templates
folder to thecrds
folder, thehelm upgrade
command on the Helm chart with version1.3.7
would try to delete the CRDs. To prevent Helm from deleting the CRDs, edit your current Druid CRDs and add the following annotation to them:helm.sh/resource-policy: keep
That should prevent Helm from deleting the CRDs, but keep in mind that you should apply manually CRDs changes on each upgrade.
For more information, please check out: https://helm.sh/docs/howto/charts_tips_and_tricks/#tell-helm-not-to-uninstall-a-resource
New Contributors
- @MrLarssonJr made their first contribution in #140
- @SamWheating made their first contribution in #146
- @EandrewJones made their first contribution in #149
- @FarhadF made their first contribution in #152
- @saithal-confluent made their first contribution in #164
Full Changelog: v1.2.3...v1.2.4