Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release stable-v1 as 1.1.0 #2327

Merged
merged 7 commits into from Oct 27, 2021

Conversation

MrAlias
Copy link
Contributor

@MrAlias MrAlias commented Oct 26, 2021

Added

  • Add the "go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc".WithGRPCConn option so the exporter can reusing existing gRPC connection. (allow otlp clients to use existing grpc connection #2002)
  • Add the go.opentelemetry.io/otel/semconv/v1.7.0 package.
    The package contains semantic conventions from the v1.7.0 version of the OpenTelemetry specification. (Add semconv/v1.7.0 package #2320)
  • Add the go.opentelemetry.io/otel/semconv/v1.6.1 package.
    The package contains semantic conventions from the v1.6.1 version of the OpenTelemetry specification. (Add semconv/v1.6.1 package #2321)
  • Add the go.opentelemetry.io/otel/semconv/v1.5.0 package.
    The package contains semantic conventions from the v1.5.0 version of the OpenTelemetry specification. (Add semconv/v1.5.0 package #2322)
    • When upgrading from the semconv/v1.4.0 package note the following name changes:
      • K8SReplicasetUIDKey -> K8SReplicaSetUIDKey
      • K8SReplicasetNameKey -> K8SReplicaSetNameKey
      • K8SStatefulsetUIDKey -> K8SStatefulSetUIDKey
      • K8SStatefulsetNameKey -> K8SStatefulSetNameKey
      • K8SDaemonsetUIDKey -> K8SDaemonSetUIDKey
      • K8SDaemonsetNameKey -> K8SDaemonSetNameKey

Changed

Fixed

Add new 1.0.2 section and move relevant items that the release will
contain to this section.
@Aneurysm9
Copy link
Member

Should this be v1.1.0 since new packages/modules were added?

@MrAlias
Copy link
Contributor Author

MrAlias commented Oct 26, 2021

Should this be v1.1.0 since new packages/modules were added?

Yeah, that makes sense. I'll update. 👍

@codecov
Copy link

codecov bot commented Oct 26, 2021

Codecov Report

Merging #2327 (e47b35b) into main (0f0bd26) will not change coverage.
The diff coverage is 100.0%.

Impacted file tree graph

@@          Coverage Diff          @@
##            main   #2327   +/-   ##
=====================================
  Coverage   73.6%   73.6%           
=====================================
  Files        175     175           
  Lines      12409   12409           
=====================================
  Hits        9137    9137           
  Misses      3039    3039           
  Partials     233     233           
Impacted Files Coverage Δ
version.go 100.0% <100.0%> (ø)

@MrAlias MrAlias changed the title Release stable-v1 as 1.0.2 Release stable-v1 as 1.1.0 Oct 26, 2021
@MrAlias
Copy link
Contributor Author

MrAlias commented Oct 26, 2021

@Aneurysm9 updated, PTAL.

Copy link
Member

@pellared pellared left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

CHANGELOG.md Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
Co-authored-by: Robert Pająk <pellared@hotmail.com>
@MrAlias MrAlias merged commit 4021872 into open-telemetry:main Oct 27, 2021
@MrAlias MrAlias deleted the release-stable-v1-1.0.2 branch October 27, 2021 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants