Release the operator v0.111.0
Blocked by:
- https://github.com/open-telemetry/opentelemetry-operator/issues/3126
- https://github.com/open-telemetry/opentelemetry-operator/issues/3306
@swiatekm you seem to be next on the list https://github.com/open-telemetry/opentelemetry-operator/blob/main/RELEASE.md#release-schedule
We still haven't released 0.110.0, and we can't until the issues linked by @frzifus are resolved.
Working on it to get it resolved by the end of today.
PR: https://github.com/open-telemetry/opentelemetry-operator/pull/3334
cc @swiatekm
I think this is unblocked now, right?
Yes, i will start working on it tomorrow morning
I would like to get this https://github.com/open-telemetry/opentelemetry-operator/pull/3338 in the release
I would like to get this https://github.com/open-telemetry/opentelemetry-operator/pull/3338 in the release
Y, that shoudlnt be an issue. I would like to get https://github.com/open-telemetry/opentelemetry-operator/pull/2801 in too. :smile:
Do we miss something else in this release @open-telemetry/operator-approvers or should we rebase #3351 and cut v0.111.0?
Should we upgrade the collector version immediately when it's released, rather than when releasing operator? It's not ideal to only find out about any breaking changes that affect us when we create the release PR. WDYT?
mh.. Does this cause problems if you manage your own operator build with custom images?
mh.. Does this cause problems if you manage your own operator build with custom images?
I don't think so? The changes are the same, they just happen at a different time. Right now, we update all the versions at once; with my proposal, we'd update the collector version, and then create the release PR a ~week later.
~I think it would make our compatibility guarantees a bit more challenging though, especially if we're going to introduce something to assist with a breaking change via our upgrade webhooks...~
Oh wait are you proposing just bumping the collector version and then we release the operator when we're confident in its functions? I like that.