Skip to content

Commit

Permalink
Update current version for 7.10 (#1994)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcawl authored Nov 11, 2020
1 parent fd927b1 commit 9f5653e
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 60 deletions.
118 changes: 60 additions & 58 deletions conf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ contents:
sections:
- title: Installation and Upgrade Guide
prefix: en/elastic-stack
current: &stackcurrent 7.9
current: &stackcurrent 7.10
index: docs/en/install-upgrade/index.asciidoc
branches: [ master, 7.x, 7.10, 7.9, 7.8, 7.7, 7.6, 7.5, 7.4, 7.3, 7.2, 7.1, 7.0, 6.8, 6.7, 6.6, 6.5, 6.4, 6.3, 6.2, 6.1, 6.0, 5.6, 5.5, 5.4, 5.3, 5.2, 5.1, 5.0 ]
live: &stacklive [ master, 7.x, 7.10, 7.9, 6.8 ]
Expand Down Expand Up @@ -1145,63 +1145,7 @@ contents:
repo: apm-agent-rum-js
path: CHANGELOG.asciidoc
exclude_branches: [ 3.x, 2.x, 1.x, 0.x ]
- title: Logs Monitoring Guide
prefix: en/logs/guide
current: *stackcurrent
branches: [ master, 7.x, 7.10, 7.9, 7.8, 7.7, 7.6, 7.5 ]
live: *stacklive
index: docs/en/logs/index.asciidoc
chunk: 1
tags: Logs/Guide
subject: Logs
sources:
-
repo: observability-docs
path: docs/en
-
repo: docs
path: shared/versions/stack/{version}.asciidoc
-
repo: docs
path: shared/attributes.asciidoc
- title: Metrics Monitoring Guide
prefix: en/metrics/guide
current: *stackcurrent
branches: [ master, 7.x, 7.10, 7.9, 7.8, 7.7, 7.6, 7.5 ]
live: *stacklive
index: docs/en/metrics/index.asciidoc
chunk: 1
tags: Metrics/Guide
subject: Metrics
sources:
-
repo: observability-docs
path: docs/en
-
repo: docs
path: shared/versions/stack/{version}.asciidoc
-
repo: docs
path: shared/attributes.asciidoc
- title: Uptime Monitoring Guide
prefix: en/uptime
current: *stackcurrent
branches: [ master, 7.x, 7.10, 7.9, 7.8, 7.7, 7.6, 7.5, 7.4, 7.3, 7.2 ]
live: *stacklive
index: docs/en/uptime/index.asciidoc
chunk: 1
tags: Uptime/Guide
subject: Uptime
sources:
-
repo: observability-docs
path: docs/en
-
repo: docs
path: shared/versions/stack/{version}.asciidoc
-
repo: docs
path: shared/attributes.asciidoc


- title: Elastic Security
sections:
Expand Down Expand Up @@ -1247,6 +1191,7 @@ contents:
repo: docs
path: shared/attributes.asciidoc


- title: "Logstash: Collect, Enrich, and Transport"
sections:
- title: Logstash Reference
Expand Down Expand Up @@ -2001,6 +1946,63 @@ contents:
-
repo: docs
path: shared/attributes.asciidoc
- title: Logs Monitoring Guide for 7.5-7.9
prefix: en/logs/guide
current: 7.9
branches: [ 7.9, 7.8, 7.7, 7.6, 7.5 ]
index: docs/en/logs/index.asciidoc
chunk: 1
private: 1
tags: Logs/Guide
subject: Logs
sources:
-
repo: observability-docs
path: docs/en
-
repo: docs
path: shared/versions/stack/{version}.asciidoc
-
repo: docs
path: shared/attributes.asciidoc
- title: Metrics Monitoring Guide for 7.5-7.9
prefix: en/metrics/guide
current: 7.9
branches: [ 7.9, 7.8, 7.7, 7.6, 7.5 ]
index: docs/en/metrics/index.asciidoc
chunk: 1
private: 1
tags: Metrics/Guide
subject: Metrics
sources:
-
repo: observability-docs
path: docs/en
-
repo: docs
path: shared/versions/stack/{version}.asciidoc
-
repo: docs
path: shared/attributes.asciidoc
- title: Uptime Monitoring Guide for 7.2-7.9
prefix: en/uptime
current: 7.9
branches: [ 7.9, 7.8, 7.7, 7.6, 7.5, 7.4, 7.3, 7.2 ]
index: docs/en/uptime/index.asciidoc
chunk: 1
private: 1
tags: Uptime/Guide
subject: Uptime
sources:
-
repo: observability-docs
path: docs/en
-
repo: docs
path: shared/versions/stack/{version}.asciidoc
-
repo: docs
path: shared/attributes.asciidoc
- title: Infrastructure Monitoring Guide for 6.5-7.4
prefix: en/infrastructure/guide
current: 7.4
Expand Down
2 changes: 1 addition & 1 deletion shared/versions/stack/7.10.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bare_version never includes -alpha or -beta
release-state can be: released | prerelease | unreleased
//////////

:release-state: unreleased
:release-state: released

////
APM Agent versions
Expand Down
2 changes: 1 addition & 1 deletion shared/versions/stack/current.asciidoc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include::7.9.asciidoc[]
include::7.10.asciidoc[]

0 comments on commit 9f5653e

Please sign in to comment.