-
Notifications
You must be signed in to change notification settings - Fork 467
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
Prepare for 0.66.0 release #1284
Prepare for 0.66.0 release #1284
Conversation
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.
LGTM
@@ -2,13 +2,13 @@ | |||
# 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.64.1 | |||
opentelemetry-collector=0.66.0 |
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.
If someone else is confused like i was - to make this transparent:
This is the next release after v0.64.1. There was a problem during the release process of v0.65.0 and that version was never fully released.
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.
LGTM!
* Prepare for 0.66.0 release
Closes #1277