Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Apache Solr] Display release date column #2176

Merged
merged 2 commits into from
Dec 30, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions products/solr.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
---
title: Apache Solr
category: server-app
iconSlug: apachesolr
permalink: /solr
alternate_urls:
- /apache_solr
- /apache-solr
releasePolicyLink: https://solr.apache.org/downloads.html#about-versions-and-support
changelogTemplate: "https://solr.apache.org/docs/{{'__LATEST__'|replace:'.','_'}}/changes/Changes.html"
activeSupportColumn: false
releaseDateColumn: true
releaseColumn: true

# https://rubular.com/r/WWOqtBih7muRFz
auto:
- git: https://github.com/apache/lucene-solr.git
Expand All @@ -14,21 +21,15 @@ auto:
# Only pick new release from the new repo
regex: '^releases\/solr\/(?<version>\d+\.\d+(.\d+)?)$'
template: '{{version}}'
category: server-app
changelogTemplate: https://solr.apache.org/docs/{{"__LATEST__" | replace:'.','_'}}/changes/Changes.html
activeSupportColumn: false
releaseDateColumn: false
releaseColumn: true
iconSlug: apachesolr

releases:
- releaseCycle: "9"
support: true
eol: false
latest: "9.1.0"
releaseDate: 2022-05-11
latestReleaseDate: 2022-11-17

- releaseCycle: "8"
support: true
eol: false
latest: "8.11.2"
releaseDate: 2019-03-13
Expand Down