Skip to content

Commit

Permalink
Prepare docs for 8.0.0 release (#448)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha authored Jun 4, 2019
1 parent 3c90dc7 commit a050295
Show file tree
Hide file tree
Showing 82 changed files with 208 additions and 208 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ Please pick a version of Searchlight that matches your Kubernetes installation.

| Searchlight Version | Docs | Kubernetes Version |
|------------------------------------------------------------------------------------------|----------------------------------------------------------------------------|--------------------|
| [8.0.0-rc.0](https://github.com/appscode/searchlight/releases/tag/8.0.0-rc.0) (uses CRD) | [User Guide](https://appscode.com/products/searchlight/8.0.0-rc.0/welcome/)| 1.9.x+ (test/qa clusters) |
| [8.0.0](https://github.com/appscode/searchlight/releases/tag/8.0.0) (uses CRD) | [User Guide](https://appscode.com/products/searchlight/8.0.0/welcome/)| 1.9.x+ (test/qa clusters) |
| [7.0.0](https://github.com/appscode/searchlight/releases/tag/7.0.0) (uses CRD) | [User Guide](https://appscode.com/products/searchlight/7.0.0/welcome/) | 1.8.x |
| [5.1.1](https://github.com/appscode/searchlight/releases/tag/5.1.1) (uses CRD) | [User Guide](https://appscode.com/products/searchlight/5.1.1/welcome/) | 1.7.x+ |
| [3.0.1](https://github.com/appscode/searchlight/releases/tag/3.0.1) (uses TPR) | [User Guide](https://github.com/appscode/searchlight/tree/3.0.1/docs) | 1.5.x - 1.7.x |

## Installation
To install Searchlight, please follow the guide [here](https://appscode.com/products/searchlight/8.0.0-rc.0/setup/install).
To install Searchlight, please follow the guide [here](https://appscode.com/products/searchlight/8.0.0/setup/install).

## Using Searchlight
Want to learn how to use Searchlight? Please start [here](https://appscode.com/products/searchlight/8.0.0-rc.0).
Want to learn how to use Searchlight? Please start [here](https://appscode.com/products/searchlight/8.0.0).

## Searchlight API Clients
You can use Searchlight api clients to programmatically access its CRD objects. Here are the supported clients:
Expand All @@ -40,7 +40,7 @@ You can use Searchlight api clients to programmatically access its CRD objects.
- Java: https://github.com/searchlight-client/java

## Contribution guidelines
Want to help improve Searchlight? Please start [here](https://appscode.com/products/searchlight/8.0.0-rc.0/welcome/contributing).
Want to help improve Searchlight? Please start [here](https://appscode.com/products/searchlight/8.0.0/welcome/contributing).

---

Expand Down
4 changes: 2 additions & 2 deletions chart/searchlight/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
description: 'Searchlight by AppsCode - Alerts for Kubernetes'
name: searchlight
version: 8.0.0-rc.0
appVersion: 8.0.0-rc.0
version: 8.0.0
appVersion: 8.0.0
home: https://github.com/appscode/searchlight
icon: https://cdn.appscode.com/images/icon/searchlight.png
sources:
Expand Down
4 changes: 2 additions & 2 deletions chart/searchlight/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ The following table lists the configurable parameters of the Searchlight chart a
| `replicaCount` | Number of searchlight Operator replicas to create (only 1 is supported) | `1` |
| `operator.registry` | Docker registry used to pull Operator image | `appscode` |
| `operator.repository` | Operator container image | `searchlight` |
| `operator.tag` | Operator image tag | `8.0.0-rc.0` |
| `operator.tag` | Operator image tag | `8.0.0` |
| `icinga.registry` | Docker registry used to pull Icinga image | `appscode` |
| `icinga.repository` | Icinga container image | `icinga` |
| `icinga.tag` | icinga container image tag | `8.0.0-rc.0-k8s` |
| `icinga.tag` | icinga container image tag | `8.0.0-k8s` |
| `ido.registry` | Docker registry used to pull PostgreSQL image | `appscode` |
| `ido.repository` | PostgreSQL container image | `postgress` |
| `ido.tag` | ido container image tag | `9.5-alpine` |
Expand Down
4 changes: 2 additions & 2 deletions chart/searchlight/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
operator:
registry: appscode
repository: searchlight
tag: 8.0.0-rc.0
tag: 8.0.0

ido:
registry: appscode
Expand All @@ -15,7 +15,7 @@ ido:
icinga:
registry: appscode
repository: icinga
tag: 8.0.0-rc.0-k8s
tag: 8.0.0-k8s

cleaner:
registry: appscode
Expand Down
12 changes: 6 additions & 6 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
title: Changelog | Searchlight
description: Changelog
menu:
product_searchlight_8.0.0-rc.0:
product_searchlight_8.0.0:
identifier: changelog-searchlight
name: Changelog
parent: welcome
weight: 10
product_name: searchlight
menu_name: product_searchlight_8.0.0-rc.0
menu_name: product_searchlight_8.0.0
section_menu_id: welcome
url: /products/searchlight/8.0.0-rc.0/welcome/changelog/
url: /products/searchlight/8.0.0/welcome/changelog/
aliases:
- /products/searchlight/8.0.0-rc.0/CHANGELOG/
- /products/searchlight/8.0.0/CHANGELOG/
---

# Change Log

## [8.0.0-rc.0](https://github.com/appscode/searchlight/tree/8.0.0-rc.0) (2019-03-07)
[Full Changelog](https://github.com/appscode/searchlight/compare/7.0.0...8.0.0-rc.0)
## [8.0.0](https://github.com/appscode/searchlight/tree/8.0.0) (2019-03-07)
[Full Changelog](https://github.com/appscode/searchlight/compare/7.0.0...8.0.0)

**Fixed bugs:**

Expand Down
8 changes: 4 additions & 4 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
title: Contributing | Searchlight
description: Contributing
menu:
product_searchlight_8.0.0-rc.0:
product_searchlight_8.0.0:
identifier: contributing-searchlight
name: Contributing
parent: welcome
weight: 10
product_name: searchlight
menu_name: product_searchlight_8.0.0-rc.0
menu_name: product_searchlight_8.0.0
section_menu_id: welcome
url: /products/searchlight/8.0.0-rc.0/welcome/contributing/
url: /products/searchlight/8.0.0/welcome/contributing/
aliases:
- /products/searchlight/8.0.0-rc.0/CONTRIBUTING/
- /products/searchlight/8.0.0/CONTRIBUTING/
---

# Contribution Guidelines
Expand Down
10 changes: 5 additions & 5 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@
title: Weclome | Searchlight
description: Welcome to Searchlight
menu:
product_searchlight_8.0.0-rc.0:
product_searchlight_8.0.0:
identifier: readme-searchlight
name: Readme
parent: welcome
weight: -1
product_name: searchlight
menu_name: product_searchlight_8.0.0-rc.0
menu_name: product_searchlight_8.0.0
section_menu_id: welcome
url: /products/searchlight/8.0.0-rc.0/welcome/
url: /products/searchlight/8.0.0/welcome/
aliases:
- /products/searchlight/8.0.0-rc.0/
- /products/searchlight/8.0.0-rc.0/README/
- /products/searchlight/8.0.0/
- /products/searchlight/8.0.0/README/
---
# Searchlight

Expand Down
4 changes: 2 additions & 2 deletions docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: Docs | Searchlight
description: Searchlight Docs
menu:
product_searchlight_8.0.0-rc.0:
product_searchlight_8.0.0:
identifier: welcome
name: Welcome
weight: 10
menu_name: product_searchlight_8.0.0-rc.0
menu_name: product_searchlight_8.0.0
---
8 changes: 4 additions & 4 deletions docs/acknowledgement.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
title: Acknowledgement | Searchlight
description: Acknowledgement
menu:
product_searchlight_8.0.0-rc.0:
product_searchlight_8.0.0:
identifier: acknowledgement-searchlight
name: Acknowledgement
parent: welcome
weight: 20
product_name: searchlight
menu_name: product_searchlight_8.0.0-rc.0
menu_name: product_searchlight_8.0.0
section_menu_id: welcome
url: /products/searchlight/8.0.0-rc.0/welcome/acknowledgement/
url: /products/searchlight/8.0.0/welcome/acknowledgement/
aliases:
- /products/searchlight/8.0.0-rc.0/acknowledgement/
- /products/searchlight/8.0.0/acknowledgement/
---

# Acknowledgement
Expand Down
8 changes: 4 additions & 4 deletions docs/concepts/README.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
title: Concepts | Searchlight
menu:
product_searchlight_8.0.0-rc.0:
product_searchlight_8.0.0:
identifier: concepts-readme
name: Readme
parent: concepts
weight: -1
product_name: searchlight
menu_name: product_searchlight_8.0.0-rc.0
menu_name: product_searchlight_8.0.0
section_menu_id: concepts
url: /products/searchlight/8.0.0-rc.0/concepts/
url: /products/searchlight/8.0.0/concepts/
aliases:
- /products/searchlight/8.0.0-rc.0/concepts/README/
- /products/searchlight/8.0.0/concepts/README/
---
# Concepts

Expand Down
4 changes: 2 additions & 2 deletions docs/concepts/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: Concepts
description: Searchlight Concepts
menu:
product_searchlight_8.0.0-rc.0:
product_searchlight_8.0.0:
identifier: concepts
name: Concepts
weight: 20
menu_name: product_searchlight_8.0.0-rc.0
menu_name: product_searchlight_8.0.0
---
4 changes: 2 additions & 2 deletions docs/concepts/alert-types/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
title: Types of Alerts
description: Types of Alerts
menu:
product_searchlight_8.0.0-rc.0:
product_searchlight_8.0.0:
identifier: alert-types
parent: concepts
name: Types of Alerts
weight: 15
menu_name: product_searchlight_8.0.0-rc.0
menu_name: product_searchlight_8.0.0
---
4 changes: 2 additions & 2 deletions docs/concepts/alert-types/cluster-alert.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: Cluster Alert Overview
menu:
product_searchlight_8.0.0-rc.0:
product_searchlight_8.0.0:
identifier: cluster-alert-overview
name: Cluster Alert
parent: alert-types
weight: 5
product_name: searchlight
menu_name: product_searchlight_8.0.0-rc.0
menu_name: product_searchlight_8.0.0
section_menu_id: concepts
---

Expand Down
4 changes: 2 additions & 2 deletions docs/concepts/alert-types/node-alert.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: Node Alert Overview
menu:
product_searchlight_8.0.0-rc.0:
product_searchlight_8.0.0:
identifier: node-alert-overview
name: Node Alert
parent: alert-types
weight: 10
product_name: searchlight
menu_name: product_searchlight_8.0.0-rc.0
menu_name: product_searchlight_8.0.0
section_menu_id: concepts
---

Expand Down
4 changes: 2 additions & 2 deletions docs/concepts/alert-types/pod-alert.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: Pod Alert Overview
menu:
product_searchlight_8.0.0-rc.0:
product_searchlight_8.0.0:
identifier: pod-alert-overview
name: Pod Alert
parent: alert-types
weight: 15
product_name: searchlight
menu_name: product_searchlight_8.0.0-rc.0
menu_name: product_searchlight_8.0.0
section_menu_id: concepts
---

Expand Down
4 changes: 2 additions & 2 deletions docs/concepts/incident/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
title: Incident
description: Incident
menu:
product_searchlight_8.0.0-rc.0:
product_searchlight_8.0.0:
identifier: incident
parent: concepts
name: Incident
weight: 15
menu_name: product_searchlight_8.0.0-rc.0
menu_name: product_searchlight_8.0.0
---
4 changes: 2 additions & 2 deletions docs/concepts/incident/acknowledgement.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
title: Acknowledgement Concepts
description: Acknowledgement Concepts
menu:
product_searchlight_8.0.0-rc.0:
product_searchlight_8.0.0:
identifier: acknowledgement-concepts
parent: incident
name: Acknowledgement Concepts
weight: 15
menu_name: product_searchlight_8.0.0-rc.0
menu_name: product_searchlight_8.0.0
---

# Acknowledgement
Expand Down
4 changes: 2 additions & 2 deletions docs/concepts/incident/incident.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
title: Incident Concepts
description: Incident Concepts
menu:
product_searchlight_8.0.0-rc.0:
product_searchlight_8.0.0:
identifier: incident-concepts
parent: incident
name: Incident Concepts
weight: 15
menu_name: product_searchlight_8.0.0-rc.0
menu_name: product_searchlight_8.0.0
---

# Incident
Expand Down
4 changes: 2 additions & 2 deletions docs/concepts/what-is-searhclight/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
title: What is Searchlight
description: What is Searchlight
menu:
product_searchlight_8.0.0-rc.0:
product_searchlight_8.0.0:
identifier: what-is-searchlight
parent: concepts
name: What is Searchlight
weight: 10
menu_name: product_searchlight_8.0.0-rc.0
menu_name: product_searchlight_8.0.0
---
4 changes: 2 additions & 2 deletions docs/concepts/what-is-searhclight/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
title: Searchlight Overview
description: Searchlight Overview
menu:
product_searchlight_8.0.0-rc.0:
product_searchlight_8.0.0:
identifier: overview-concepts
name: Overview
parent: what-is-searchlight
weight: 10
product_name: searchlight
menu_name: product_searchlight_8.0.0-rc.0
menu_name: product_searchlight_8.0.0
section_menu_id: concepts
---

Expand Down
8 changes: 4 additions & 4 deletions docs/guides/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
title: Table of Contents | Guides
description: Table of Contents | Guides
menu:
product_searchlight_8.0.0-rc.0:
product_searchlight_8.0.0:
identifier: guides-readme
name: Readme
parent: guides
weight: -1
product_name: searchlight
menu_name: product_searchlight_8.0.0-rc.0
menu_name: product_searchlight_8.0.0
section_menu_id: guides
url: /products/searchlight/8.0.0-rc.0/guides/
url: /products/searchlight/8.0.0/guides/
aliases:
- /products/searchlight/8.0.0-rc.0/guides/README/
- /products/searchlight/8.0.0/guides/README/
---
# Guides

Expand Down
4 changes: 2 additions & 2 deletions docs/guides/_index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Guides | Searchlight
menu:
product_searchlight_8.0.0-rc.0:
product_searchlight_8.0.0:
identifier: guides
name: Guides
weight: 40
menu_name: product_searchlight_8.0.0-rc.0
menu_name: product_searchlight_8.0.0
---
4 changes: 2 additions & 2 deletions docs/guides/cluster-alerts/_index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
title: Cluster Alert
menu:
product_searchlight_8.0.0-rc.0:
product_searchlight_8.0.0:
identifier: cluster-alert
name: Cluster Alert
parent: guides
weight: 15
menu_name: product_searchlight_8.0.0-rc.0
menu_name: product_searchlight_8.0.0
---
Loading

0 comments on commit a050295

Please sign in to comment.