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] prepare v0.66.0 #16457

Merged
merged 4 commits into from
Nov 23, 2022

Conversation

codeboten
Copy link
Contributor

This PR updates:

  • core to v0.66.0
  • versions.yaml to 0.66.0
  • changelog
  • Prepare contrib-base for version v0.66.0

Signed-off-by: Alex Boten aboten@lightstep.com

This PR updates:
- core to v0.66.0
- versions.yaml to 0.66.0
- changelog
- Prepare contrib-base for version v0.66.0

Signed-off-by: Alex Boten <aboten@lightstep.com>
@tigrannajaryan
Copy link
Member

tigrannajaryan commented Nov 23, 2022

Needs retract 0.65.0 messages for modules, like this https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/16422/files

@bogdandrutu
Copy link
Member

Needs retract 0.65.0 messages for modules, like this https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/16422/files

I don't know if you need them in this PR necessary, but good to add them here.

@dmitryax
Copy link
Member

We also need "retract v0.65.0" in all the go mod files. Can be done with make for-all CMD="go mod edit -retract v0.65.0"

@tigrannajaryan
Copy link
Member

Needs retract 0.65.0 messages for modules, like this https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/16422/files

Command to add to to all .mod files if you want one:

find . -type f -name *.mod -exec bash -c 'echo "retract v0.65.0 // Broken release that did not correctly update components to v0.65.0" >> "{}"' \;

@tigrannajaryan
Copy link
Member

We also need "retract v0.65.0" in all the go mod files. Can be done with make for-all CMD="go mod edit -retract v0.65.0"

Nice, I didn't know go mod edit existed.

Signed-off-by: Alex Boten <aboten@lightstep.com>
@codeboten
Copy link
Contributor Author

@tigrannajaryan @dmitryax redacted v0.65.0

@bogdandrutu bogdandrutu merged commit f4d5d9b into open-telemetry:main Nov 23, 2022
@codeboten codeboten deleted the codeboten/prepare-0.66.0 branch November 23, 2022 17:41
shalper2 pushed a commit to shalper2/opentelemetry-collector-contrib that referenced this pull request Dec 6, 2022
* [release] prepare v0.66.0

This PR updates:
- core to v0.66.0
- versions.yaml to 0.66.0
- changelog
- Prepare contrib-base for version v0.66.0

Signed-off-by: Alex Boten <aboten@lightstep.com>

* update missed dependencies

* Update CHANGELOG.md

* redact v0.65.0

Signed-off-by: Alex Boten <aboten@lightstep.com>

Signed-off-by: Alex Boten <aboten@lightstep.com>
@plantfansam plantfansam mentioned this pull request Jul 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants