Bump 'default' Solr version to 9.9.0#807
Merged
gerlowskija merged 3 commits intoapache:mainfrom Dec 5, 2025
Merged
Conversation
This leaves a few vistigial bits of operator code that exist in support of 8.11. And this commit doesn't update our documentation to indicate that 8.11 is no longer supported. Those can be handled in a subsequent commit or PR. But otherwise this commit does everything necessary to make 9.9.0 the "default" and the version assumed by our docs. Resolves apache#806
Contributor
Author
|
Still needs Chart.yaml changelog entries (likely for both charts) and some testing, but should be pretty close. |
Contributor
|
Should we wait for 9.10? |
Contributor
Author
We can, sure. |
Contributor
|
should be up now. Just need to make sure the tests pass with it 😅 |
Contributor
Author
|
Alright, I've updated this to use 9.10 now that it's out. Making a few final edits and then merging... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This leaves a few vistigial bits of operator code that exist in support of 8.11. And this commit doesn't update our documentation to indicate that 8.11 is no longer supported. Those can be handled in a subsequent commit or PR.
But otherwise this commit does everything necessary to make 9.9.0 the "default" and the version assumed by our docs.
Resolves #806