Re: [Operator] Proposal to cut the v0.4.0 release soon

2021-08-31 Thread Houston Putman
I think I'm going to cut the v0.4.0 release branch later this week. There are 3 PRs remaining for this release which should be merged by Wednesday or Thursday: - Configuration options to support an additional client TLS cert in addition to the server certificate

Re: [Operator] Proposal to cut the v0.4.0 release soon

2021-08-02 Thread Jason Gerlowski
Thanks and done (see "Solr Version Expectations for Operator")! On Mon, Aug 2, 2021 at 12:03 PM Houston Putman wrote: >> >> I'm starting to work through a few potential >> improvements, specifically involving the operator's backup support > > > Sounds good. Tim and I are taking some time with thi

Re: [Operator] Proposal to cut the v0.4.0 release soon

2021-08-02 Thread Houston Putman
> > I'm starting to work through a few potential > improvements, specifically involving the operator's backup support > Sounds good. Tim and I are taking some time with this more advanced TLS support for Solr Clouds, so these may be able to land in v0.4.0. But if they end up in v0.5.0, it's not th

Re: [Operator] Proposal to cut the v0.4.0 release soon

2021-07-30 Thread Jason Gerlowski
> I suggest that we have start a feature freeze in two weeks, on August 4 Sounds good to me. I'm starting to work through a few potential improvements, specifically involving the operator's backup support, but don't need to target any particular version afaik, as long as there's no blocker or res

Re: [Operator] Proposal to cut the v0.4.0 release soon

2021-07-27 Thread Houston Putman
The Solr helm chart is mainly merely templating the SolrCloud CRD. There are a few other things it does, such as create a ServiceAccount if one is requested, but it does not do anything with regard to collections. You likely won't see anything regarding collection management for a long time (if at

Re: [Operator] Proposal to cut the v0.4.0 release soon

2021-07-23 Thread Joel Bernstein
I was curious about the "Solr helm chart" that Houston mentioned? I ask because I'm knee deep in a set of python scripts that create Solr Collections using the Solr operator. I just wanted make sure I'm not missing some Solr collection level support coming out. Also if anyone is interested I can s

Re: [Operator] Proposal to cut the v0.4.0 release soon

2021-07-21 Thread Timothy Potter
Sounds good Houston! Thanks for initiating this process ;-) On my side, I'd like to get fixes in for: https://github.com/apache/solr-operator/issues/291 https://github.com/apache/solr-operator/issues/289 https://github.com/apache/solr-operator/issues/274 Should have PR's ready for review for thes

[Operator] Proposal to cut the v0.4.0 release soon

2021-07-21 Thread Houston Putman
Hello everyone, As you might have seen on various lists, there is has been a lot of good stuff going into the Solr Operator recently. This includes: - A Solr helm chart! - Scheduled restarts - More Provided Zookeeper options - Customization of Service Account (Allows for running on O