-
Notifications
You must be signed in to change notification settings - Fork 495
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
Prep 0.94.0 release #2629
Prep 0.94.0 release #2629
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/bin/bash | ||
|
||
OPENSHIFT_VERSIONS="\"v4.11-v4.15\"" | ||
OPENSHIFT_VERSIONS="\"v4.12-v4.15\"" | ||
|
||
{ | ||
echo "" | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,20 +2,20 @@ | |
# by default with the OpenTelemetry Operator. This would usually be the latest | ||
# stable OpenTelemetry version. When you update this file, make sure to update the | ||
# the docs as well. | ||
opentelemetry-collector=0.93.0 | ||
opentelemetry-collector=0.94.0 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. i think the collector is at 0.94.1 https://github.com/open-telemetry/opentelemetry-collector/releases/tag/v0.94.1 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The libraries are, but not the released images: https://github.com/open-telemetry/opentelemetry-collector-releases/releases |
||
|
||
# Represents the current release of the OpenTelemetry Operator. | ||
operator=0.93.0 | ||
operator=0.94.0 | ||
|
||
# Represents the current release of the Target Allocator. | ||
targetallocator=0.93.0 | ||
targetallocator=0.94.0 | ||
|
||
# Represents the current release of the Operator OpAMP Bridge. | ||
operator-opamp-bridge=0.93.0 | ||
operator-opamp-bridge=0.94.0 | ||
|
||
# Represents the current release of Java instrumentation. | ||
# Should match autoinstrumentation/java/version.txt | ||
autoinstrumentation-java=1.32.0 | ||
autoinstrumentation-java=1.32.1 | ||
|
||
# Represents the current release of NodeJS instrumentation. | ||
# Should match value in autoinstrumentation/nodejs/package.json | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔨