Releases: sai3010/Typesense-Kubernetes-Operator
Releases · sai3010/Typesense-Kubernetes-Operator
3.0.1
What's Changed
- Fix: app not found issue, preventing operator startup by @sai3010 in #31
Full Changelog: 3.0...3.0.1
3.0
What's Changed
- Permitted to access secrets by @sai3010 in #28
- Added feat: topologySpreadConstraints by @sai3010 in #29
- Python version upgrade to
3.11
Full Changelog: 2.3...3.0
2.2
What's Changed
- Determine the current index for the TypeSense container by @ssolerg in #18
- Fix: Node list not getting updated when add / remove replica by @sai3010 in #22
- Support for ENV variables by @sai3010
Full Changelog: 2.1...2.2
2.1
What's Changed
New Contributors
Docker release
Full Changelog: 2.0...2.1
2.0
What's Changed
- Ssolerg/config startupprobe from operator config by @ssolerg in #9
- Operator cleanup fix by @sai3010 in #12
Important Fixes
- Operator will now not delete the entire namespace.
- No breaking changes, you can follow the normal upgrade process.
Docker release
Full Changelog: 1.3...2.0
1.3
What's Changed
- Statefulset does not support
publishNotReadyAddresses
option by @ssolerg in #5
- Add: how to upgrade instructions by @sai3010 in #8
Docker release
Full Changelog: 1.2...1.3
1.2
What's Changed
- Updating the Typesense image version from custom operator-config.yaml by @ssolerg in #3
- Feat 1.2 by @sai3010 in #4
- The
publishNotReadyAddresses=True
is set to support headless services discovery in stateful sets
- Introducing
liveness
and startup
probes as requested #2
- Base files updated to pull Typesense version 0.25.0
New Contributors
Docker release
1.1
What's Changed
Implemented Enhancements 🎉
Fixed Bugs 🐛
- Configmap creation fixed
- Exceptions are not bypassed. If any exceptions are raised, the operator does not create resources further.
Docker release