Skip to content

Commit

Permalink
Prepare docs for 6.0.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha committed Mar 28, 2018
1 parent b40d1e9 commit ba27a5d
Show file tree
Hide file tree
Showing 80 changed files with 206 additions and 205 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,18 @@ Please pick a version of Searchlight that matches your Kubernetes installation.

| Searchlight Version | Docs | Kubernetes Version |
|------------------------------------------------------------------------------------------|----------------------------------------------------------------------------|--------------------|
| [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+ |
| [6.0.0-rc.0](https://github.com/appscode/searchlight/releases/tag/6.0.0-rc.0) (uses CRD) | [User Guide](https://appscode.com/products/searchlight/6.0.0-rc.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/5.1.1/setup/install).
To install Searchlight, please follow the guide [here](https://appscode.com/products/searchlight/6.0.0-rc.0/setup/install).

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

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

---

Expand Down
2 changes: 1 addition & 1 deletion chart/stable/searchlight/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
description: 'Searchlight by AppsCode - Alerts for Kubernetes'
name: searchlight
version: 1.0.0
appVersion: 6.0.0-alpha.0
appVersion: 6.0.0-rc.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/stable/searchlight/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ The following table lists the configurable parameters of the Searchlight chart a
| Parameter | Description | Default |
|---------------------------|-------------------------------------------------------------------|------------------------|
| `operator.image` | operator container image | `appscode/searchlight` |
| `operator.tag` | operator image tag | `6.0.0-alpha.0` |
| `operator.tag` | operator image tag | `6.0.0-rc.0` |
| `icinga.image` | icinga container image | `appscode/icinga` |
| `icinga.tag` | icinga container image tag | `6.0.0-alpha.0-k8s` |
| `icinga.tag` | icinga container image tag | `6.0.0-rc.0-k8s` |
| `ido.image` | ido container image | `appscode/postgress` |
| `ido.tag` | ido container image tag | `9.5-alpine` |
| `imagePullSecrets` | Specify image pull secrets | `nil` (does not add image pull secrets to deployed pods) |
Expand Down
4 changes: 2 additions & 2 deletions chart/stable/searchlight/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

operator:
image: appscode/searchlight
tag: 6.0.0-alpha.0
tag: 6.0.0-rc.0

ido:
image: appscode/postgres
tag: 9.5-alpine

icinga:
image: appscode/icinga
tag: 6.0.0-alpha.0-k8s
tag: 6.0.0-rc.0-k8s

## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down
20 changes: 10 additions & 10 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@
title: Changelog | Searchlight
description: Changelog
menu:
product_searchlight_6.0.0-alpha.0:
product_searchlight_6.0.0-rc.0:
identifier: changelog-searchlight
name: Changelog
parent: welcome
weight: 10
product_name: searchlight
menu_name: product_searchlight_6.0.0-alpha.0
menu_name: product_searchlight_6.0.0-rc.0
section_menu_id: welcome
url: /products/searchlight/6.0.0-alpha.0/welcome/changelog/
url: /products/searchlight/6.0.0-rc.0/welcome/changelog/
aliases:
- /products/searchlight/6.0.0-alpha.0/CHANGELOG/
- /products/searchlight/6.0.0-rc.0/CHANGELOG/
---

# Change Log

## [Unreleased](https://github.com/appscode/searchlight/tree/HEAD)

[Full Changelog](https://github.com/appscode/searchlight/compare/5.1.1...HEAD)
[Full Changelog](https://github.com/appscode/searchlight/compare/6.0.0-rc.0...HEAD)

**Implemented enhancements:**

Expand Down Expand Up @@ -63,11 +63,11 @@ aliases:
- Record incidents and notifications via CRD/EAS [\#296](https://github.com/appscode/searchlight/pull/296) ([tamalsaha](https://github.com/tamalsaha))
- Merge admission webhook and operator into one binary [\#291](https://github.com/appscode/searchlight/pull/291) ([tamalsaha](https://github.com/tamalsaha))
- Remove individual binaries for plugins [\#290](https://github.com/appscode/searchlight/pull/290) ([tamalsaha](https://github.com/tamalsaha))
- Update readme to 5.1.1 release [\#287](https://github.com/appscode/searchlight/pull/287) ([tamalsaha](https://github.com/tamalsaha))
- Update readme to 6.0.0-rc.0 release [\#287](https://github.com/appscode/searchlight/pull/287) ([tamalsaha](https://github.com/tamalsaha))
- Use workqueue [\#230](https://github.com/appscode/searchlight/pull/230) ([tamalsaha](https://github.com/tamalsaha))

## [5.1.1](https://github.com/appscode/searchlight/tree/5.1.1) (2018-03-06)
[Full Changelog](https://github.com/appscode/searchlight/compare/5.1.0...5.1.1)
## [6.0.0-rc.0](https://github.com/appscode/searchlight/tree/6.0.0-rc.0) (2018-03-06)
[Full Changelog](https://github.com/appscode/searchlight/compare/5.1.0...6.0.0-rc.0)

**Fixed bugs:**

Expand All @@ -84,7 +84,7 @@ aliases:

**Merged pull requests:**

- Prepare docs for 5.1.1 release [\#286](https://github.com/appscode/searchlight/pull/286) ([tamalsaha](https://github.com/tamalsaha))
- Prepare docs for 6.0.0-rc.0 release [\#286](https://github.com/appscode/searchlight/pull/286) ([tamalsaha](https://github.com/tamalsaha))
- Make it clear that installer is a single command [\#284](https://github.com/appscode/searchlight/pull/284) ([tamalsaha](https://github.com/tamalsaha))
- Fix installer [\#283](https://github.com/appscode/searchlight/pull/283) ([tamalsaha](https://github.com/tamalsaha))
- Update chart to match RBAC best practices for charts [\#281](https://github.com/appscode/searchlight/pull/281) ([tamalsaha](https://github.com/tamalsaha))
Expand All @@ -100,7 +100,7 @@ aliases:
- Use ${} form for onessl envsubst [\#269](https://github.com/appscode/searchlight/pull/269) ([tamalsaha](https://github.com/tamalsaha))
- Merge uninstall script into installer [\#268](https://github.com/appscode/searchlight/pull/268) ([tamalsaha](https://github.com/tamalsaha))
- Copy generic-admission-server into pkg [\#267](https://github.com/appscode/searchlight/pull/267) ([tamalsaha](https://github.com/tamalsaha))
- Cut 6.0.0-alpha.0 [\#265](https://github.com/appscode/searchlight/pull/265) ([tamalsaha](https://github.com/tamalsaha))
- Cut 6.0.0-rc.0 [\#265](https://github.com/appscode/searchlight/pull/265) ([tamalsaha](https://github.com/tamalsaha))
- Add ValidatingAdmissionWebhook for CRDs [\#264](https://github.com/appscode/searchlight/pull/264) ([tamalsaha](https://github.com/tamalsaha))
- Fix instructions for using private docker registry [\#263](https://github.com/appscode/searchlight/pull/263) ([tamalsaha](https://github.com/tamalsaha))
- Use installer script [\#262](https://github.com/appscode/searchlight/pull/262) ([tamalsaha](https://github.com/tamalsaha))
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_6.0.0-alpha.0:
product_searchlight_6.0.0-rc.0:
identifier: contributing-searchlight
name: Contributing
parent: welcome
weight: 10
product_name: searchlight
menu_name: product_searchlight_6.0.0-alpha.0
menu_name: product_searchlight_6.0.0-rc.0
section_menu_id: welcome
url: /products/searchlight/6.0.0-alpha.0/welcome/contributing/
url: /products/searchlight/6.0.0-rc.0/welcome/contributing/
aliases:
- /products/searchlight/6.0.0-alpha.0/CONTRIBUTING/
- /products/searchlight/6.0.0-rc.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_6.0.0-alpha.0:
product_searchlight_6.0.0-rc.0:
identifier: readme-searchlight
name: Readme
parent: welcome
weight: -1
product_name: searchlight
menu_name: product_searchlight_6.0.0-alpha.0
menu_name: product_searchlight_6.0.0-rc.0
section_menu_id: welcome
url: /products/searchlight/6.0.0-alpha.0/welcome/
url: /products/searchlight/6.0.0-rc.0/welcome/
aliases:
- /products/searchlight/6.0.0-alpha.0/
- /products/searchlight/6.0.0-alpha.0/README/
- /products/searchlight/6.0.0-rc.0/
- /products/searchlight/6.0.0-rc.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_6.0.0-alpha.0:
product_searchlight_6.0.0-rc.0:
identifier: welcome
name: Welcome
weight: 10
menu_name: product_searchlight_6.0.0-alpha.0
menu_name: product_searchlight_6.0.0-rc.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_6.0.0-alpha.0:
product_searchlight_6.0.0-rc.0:
identifier: acknowledgement-searchlight
name: Acknowledgement
parent: welcome
weight: 20
product_name: searchlight
menu_name: product_searchlight_6.0.0-alpha.0
menu_name: product_searchlight_6.0.0-rc.0
section_menu_id: welcome
url: /products/searchlight/6.0.0-alpha.0/welcome/acknowledgement/
url: /products/searchlight/6.0.0-rc.0/welcome/acknowledgement/
aliases:
- /products/searchlight/6.0.0-alpha.0/acknowledgement/
- /products/searchlight/6.0.0-rc.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_6.0.0-alpha.0:
product_searchlight_6.0.0-rc.0:
identifier: concepts-readme
name: Readme
parent: concepts
weight: -1
product_name: searchlight
menu_name: product_searchlight_6.0.0-alpha.0
menu_name: product_searchlight_6.0.0-rc.0
section_menu_id: concepts
url: /products/searchlight/6.0.0-alpha.0/concepts/
url: /products/searchlight/6.0.0-rc.0/concepts/
aliases:
- /products/searchlight/6.0.0-alpha.0/concepts/README/
- /products/searchlight/6.0.0-rc.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_6.0.0-alpha.0:
product_searchlight_6.0.0-rc.0:
identifier: concepts
name: Concepts
weight: 20
menu_name: product_searchlight_6.0.0-alpha.0
menu_name: product_searchlight_6.0.0-rc.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_6.0.0-alpha.0:
product_searchlight_6.0.0-rc.0:
identifier: alert-types
parent: concepts
name: Types of Alerts
weight: 15
menu_name: product_searchlight_6.0.0-alpha.0
menu_name: product_searchlight_6.0.0-rc.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_6.0.0-alpha.0:
product_searchlight_6.0.0-rc.0:
identifier: cluster-alert-overview
name: Cluster Alert
parent: alert-types
weight: 5
product_name: searchlight
menu_name: product_searchlight_6.0.0-alpha.0
menu_name: product_searchlight_6.0.0-rc.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_6.0.0-alpha.0:
product_searchlight_6.0.0-rc.0:
identifier: node-alert-overview
name: Node Alert
parent: alert-types
weight: 10
product_name: searchlight
menu_name: product_searchlight_6.0.0-alpha.0
menu_name: product_searchlight_6.0.0-rc.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_6.0.0-alpha.0:
product_searchlight_6.0.0-rc.0:
identifier: pod-alert-overview
name: Pod Alert
parent: alert-types
weight: 15
product_name: searchlight
menu_name: product_searchlight_6.0.0-alpha.0
menu_name: product_searchlight_6.0.0-rc.0
section_menu_id: concepts
---

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_6.0.0-alpha.0:
product_searchlight_6.0.0-rc.0:
identifier: what-is-searchlight
parent: concepts
name: What is Searchlight
weight: 10
menu_name: product_searchlight_6.0.0-alpha.0
menu_name: product_searchlight_6.0.0-rc.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_6.0.0-alpha.0:
product_searchlight_6.0.0-rc.0:
identifier: overview-concepts
name: Overview
parent: what-is-searchlight
weight: 10
product_name: searchlight
menu_name: product_searchlight_6.0.0-alpha.0
menu_name: product_searchlight_6.0.0-rc.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_6.0.0-alpha.0:
product_searchlight_6.0.0-rc.0:
identifier: guides-readme
name: Readme
parent: guides
weight: -1
product_name: searchlight
menu_name: product_searchlight_6.0.0-alpha.0
menu_name: product_searchlight_6.0.0-rc.0
section_menu_id: guides
url: /products/searchlight/6.0.0-alpha.0/guides/
url: /products/searchlight/6.0.0-rc.0/guides/
aliases:
- /products/searchlight/6.0.0-alpha.0/guides/README/
- /products/searchlight/6.0.0-rc.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_6.0.0-alpha.0:
product_searchlight_6.0.0-rc.0:
identifier: guides
name: Guides
weight: 40
menu_name: product_searchlight_6.0.0-alpha.0
menu_name: product_searchlight_6.0.0-rc.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_6.0.0-alpha.0:
product_searchlight_6.0.0-rc.0:
identifier: cluster-alert
name: Cluster Alert
parent: guides
weight: 15
menu_name: product_searchlight_6.0.0-alpha.0
menu_name: product_searchlight_6.0.0-rc.0
---
4 changes: 2 additions & 2 deletions docs/guides/cluster-alerts/ca_cert.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: CA Cert
menu:
product_searchlight_6.0.0-alpha.0:
product_searchlight_6.0.0-rc.0:
identifier: guides-ca-cert
name: CA Cert
parent: cluster-alert
weight: 20
product_name: searchlight
menu_name: product_searchlight_6.0.0-alpha.0
menu_name: product_searchlight_6.0.0-rc.0
section_menu_id: guides
---

Expand Down
Loading

0 comments on commit ba27a5d

Please sign in to comment.