0.1.1
What's Changed
Uncategorized
- Adds Docker image, with a simple non-publishing image build workflow by @chrisguidry in #15
- Adding Prefect's license by @chrisguidry in #16
- Adds an operator manifest example for running on Kubernetes by @chrisguidry in #17
- Adds unit tests for the PrefectServer and PrefectWorkPool models by @chrisguidry in #19
- Rebulding in Go with the Operator SDK by @chrisguidry in #21
- Adds the test suite for the PrefectServer controller by @chrisguidry in #24
- Makes sure that we don't get into infinite reconciliation loops by @chrisguidry in #26
- Adds unit testing GHA by @chrisguidry in #27
- Rename to friendly action name by @chrisguidry in #28
- Add reconciliation for
PrefectWorkPool
by @chrisguidry in #29 - Adds status and conditions for
PrefectServer
andPrefectWorkPool
by @chrisguidry in #34 - Update readme and apply some tooling fixes by @mitchnielsen in #36
- Give controller access to manipulate PVCs by @mitchnielsen in #41
- Update conditions more conservatively when resources are in the desired state by @chrisguidry in #39
- Defer condition updates, DRY up condition definitions by @mitchnielsen in #43
- Fixes migration command by @chrisguidry in #44
- Adds resource specifications for
PrefectServer
andPrefectWorkPool
by @chrisguidry in #46 - Remove scaffolding specific to operator-sdk by @mitchnielsen in #47
- Restores CRD descriptions by @chrisguidry in #48
- Adds
Ready
status boolean forPrefectServer
andPrefectWorkPool
by @chrisguidry in #50 - Adds
Worker
healthchecks by @chrisguidry in #53 - Fix Docker image build, add CI job by @mitchnielsen in #54
- feat: add update reconciliation for migration job by @parkedwards in #45
- Use CreateOrUpdate for reconciling PrefectServer resources by @mitchnielsen in #55
- Use CreateOrUpdate for WorkPool Deployment by @mitchnielsen in #57
- Bumps the default Prefect to 3.0.0 by @chrisguidry in #60
- Refactors controllers to improve test coverage by @chrisguidry in #62
- Adds CODEOWNERS by @chrisguidry in #63
New Contributors
- @mitchnielsen made their first contribution in #36
- @parkedwards made their first contribution in #45
Full Changelog: 0.1.0...0.1.1