Skip to content

Commit 431c01f

Browse files
Release v1.1.0 (#1535)
* Release v1.1.0 Signed-off-by: Bogdan Drutu <[email protected]> * Update CHANGELOG.md Co-authored-by: Yuri Shkuro <[email protected]> * Update CHANGELOG.md Co-authored-by: Yuri Shkuro <[email protected]> * Add sections to the changelog * Update markdownlint to allow siblings headers with same name Signed-off-by: Bogdan Drutu <[email protected]> Co-authored-by: Yuri Shkuro <[email protected]>
1 parent b44d5dd commit 431c01f

File tree

2 files changed

+47
-10
lines changed

2 files changed

+47
-10
lines changed

.markdownlint.yaml

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,23 @@
1-
{
2-
"default": true,
3-
"MD029": { "style": "ordered" },
4-
"ul-style": false, # MD004
5-
"line-length": false, # MD013
6-
"no-inline-html": false, # MD033
7-
"fenced-code-language": false # MD040
8-
}
1+
# Default state for all rules
2+
default: true
3+
4+
# ul-style
5+
MD004: false
6+
7+
# line-length
8+
MD013: false
9+
10+
# no-duplicate-header
11+
MD024:
12+
siblings_only: true
13+
14+
# ol-prefix
15+
MD029:
16+
style: ordered
17+
18+
# no-inline-html
19+
MD033: false
20+
21+
# fenced-code-language
22+
MD040: false
23+

CHANGELOG.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,32 @@ release.
77

88
## Unreleased
99

10-
- Adds note that implementations can ignore links with invalid SpanContext([#1492](https://github.com/open-telemetry/opentelemetry-specification/pull/1492))
11-
- Adds `none` as a possible value for OTEL_TRACES_EXPORTER and OTEL_METRICS_EXPORTER to disable export
10+
### Traces
11+
12+
### Metrics
13+
14+
### Logs
15+
16+
### Semantic Conventions
17+
18+
## v1.1.0 (2021-03-11)
19+
20+
### Traces
21+
22+
- Implementations can ignore links with invalid SpanContext([#1492](https://github.com/open-telemetry/opentelemetry-specification/pull/1492))
23+
- Add `none` as a possible value for OTEL_TRACES_EXPORTER to disable export
1224
([#1439](https://github.com/open-telemetry/opentelemetry-specification/pull/1439))
1325
- Add [`ForceFlush`](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/sdk.md#forceflush) to SDK's `TracerProvider` ([#1452](https://github.com/open-telemetry/opentelemetry-specification/pull/1452))
26+
27+
### Metrics
28+
29+
- Add `none` as a possible value for OTEL_METRICS_EXPORTER to disable export
30+
([#1439](https://github.com/open-telemetry/opentelemetry-specification/pull/1439))
31+
32+
### Logs
33+
34+
### Semantic Conventions
35+
1436
- Add `elasticsearch` to `db.system` semantic conventions ([#1463](https://github.com/open-telemetry/opentelemetry-specification/pull/1463))
1537
- Add `arch` to `host` semantic conventions ([#1483](https://github.com/open-telemetry/opentelemetry-specification/pull/1483))
1638
- Add `runtime` to `container` semantic conventions ([#1482](https://github.com/open-telemetry/opentelemetry-specification/pull/1482))

0 commit comments

Comments
 (0)