Skip to content

Commit

Permalink
added EOL, removed unused config keys
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenkressin committed Apr 11, 2023
1 parent acb189c commit 229b094
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 24 deletions.
14 changes: 6 additions & 8 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,15 @@ plugins:
- algoliasearch-jekyll

elasticsearch:
currentversion: 7.6.0
previousversion: 7.5.2
majorversion: 8
minorversion: 8.6
previousminorversion: 8.5
currentversion: 8.6.2
currentversionlastmajor: 7.17.9

searchguard:
esmajorversion: 7
version: 7.x-40.0.0
fullversion: 7.5.1-40.0.0
nextminorversion: 7.5.1-40.1.0
nextmajorversion: 7.5.1-41.0.0
version: "SG FLX"
islatestversion: true
ispreliminaryversion: false
allversions:
- flx
- 7x-53
Expand Down
2 changes: 0 additions & 2 deletions _content/_docs_installation/installation_upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ The following instructions assume that Search Guard has been installed on your c
There are two types of upgrades to distinguish:

* Upgrading Search Guard for your current Elasticsearch version
* for example, upgrading from {{site.searchguard.fullversion}} to {{site.searchguard.nextminorversion}}
* Upgrading Search Guard and Elasticsearch
* for example, upgrading from {{site.searchguard.fullversion}} to {{site.searchguard.nextmajorversion}}

In the first case you only need to re-install Search Guard. This can be done with a rolling restart of your Elasticsearch nodes, without any downtime.

Expand Down
2 changes: 1 addition & 1 deletion _content/_docs_quickstart/manual_installation_windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Search Guard can be installed like any other Elasticsearch plugin by using the `
* Change to the directory of your Elasticsearch installation and type:

```bash
bin/elasticsearch-plugin install -b file:///path/to/search-guard-{{site.searchguard.esmajorversion}}-<version>.zip
bin/elasticsearch-plugin install -b file:///path/to/search-guard-{{site.elasticsearch.majorversion}}-<version>.zip
```

## Download and install the Search Guard demo certificates
Expand Down
54 changes: 54 additions & 0 deletions _content/_docs_versions/versions_eol.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
title: Search Guard end of life policy
html_title: End of life
permalink: eol-policy
category: versions
order: 700
layout: docs
description: The Search Guard End Of Life policy. Use this list to make sure you do not run any unsupported Search Guard or Elasticsearch version in production.
---

# Search Guard end of life policy
{: .no_toc}

{% include toc.md %}

## Summary

The Search Guard End of Life policy defines

* which Elasticsearch versions receive new Search Guard features and bugfixes
* which Elasticsearch version receive critical bugfixes for Search Guard
* which Elasticsearch version is End of Life (EOL) and will not receive any Search Guard updates

**The Search Guard EOL policy follows the Elasticsearch update policy.**

Please also refer to [Elasticsearch end of life policy](https://www.elastic.co/de/support/eol) to check whether your Elasticsearch version
has reached End of Life in general.

## Which Elasticsearch versions receive new features and bugfixes

* All releases of the current minor version of the current Elasticsearch major version

**Example:** If the most recent version of Elasticsearch and Kibana is **{{site.elasticsearch.currentversion}}**, then
the following versions receive new Search Guard features and bugfixes:

* Elasticsearch and Kibana {{site.elasticsearch.minorversion}}.x

## Which Elasticsearch versions receive critical bugfixes

* All releases of the current minor version of the current Elasticsearch major version
* All releases of the previous minor version of the current Elasticsearch major version
* Current version of the last Elasticsearch major version

**Example:** If the most recent version of Elasticsearch and Kibana is **{{site.elasticsearch.currentversion}}**, then
the following versions receive critical bugfixes

* Elasticsearch and Kibana {{site.elasticsearch.minorversion}}.x
* Elasticsearch and Kibana {{site.elasticsearch.previousminorversion}}.x
* Elasticsearch and Kibana {{site.elasticsearch.currentversionlastmajor}}

## Which Elasticsearch versions receive no updates at all any longer

* All other Elasticsearch versions not mentioned above
* All Elasticsearch versions which are EOL according to [Elasticsearch end of life policy](https://www.elastic.co/de/support/eol)
4 changes: 0 additions & 4 deletions _includes/version.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
{%if site.searchguard.islatestversion == false%}
<br /> This is an older version of Search Guard. Switch to <a href="/latest">Latest version</a>
{% endif %}
{%if site.searchguard.ispreliminaryversion == true%}
<br /> This is the RC1 version of Search Guard 7.
Switch to <a href="/6.x-25/">Search Guard 6</a>
{% endif %}
</span>
</div>
<div class="col-xs-3">
Expand Down
9 changes: 0 additions & 9 deletions _versions.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
searchguard:
esmajorversion: 7
version: "SG FLX"
fullversion: 7.13.3-51.0.0
nextminorversion: 7.13.3-52.1.0
nextmajorversion: 7.13.3-53.0.0
islatestversion: true
ispreliminaryversion: false

index: true

baseurl: /latest
Expand Down

0 comments on commit 229b094

Please sign in to comment.