Results 781 comments of Pablo Baeyens

We discussed this at KubeCon NA 2024 on 2024-11-14, this is a subtask (writing the guide) of #246 (which also includes the aspects about the migration on the Collector).

Removing the GA blocker label since it's already in the parent issue

@graywolf-s1 I don't mean this as a definitive solution but just so that you have some workarounds documented: 1. If there is a fixed part of your string, (say, for...

> One thing I failed to figure out is how to set stringRepresentation. You shouldn't need to set that, this is only for values with multiple representations (for example, you...

I also ran into this while doing the opentelemetry-collector v0.47.0 release. I fixed it by nuking the repo and cloning again, but I am not sure why that solved the...

I did not encounter it on the last two releases for which I was a release manager

I saw this again during the v0.111.0 release

Here are the error logs: ``` ❯ make push-tags MODSET=contrib-base cd /home/user/Source/otel/opentelemetry-collector-contrib/internal/tools && GOOS="" go build -o /home/user/Source/otel/opentelemetry-collector-contrib/.tools/multimod -trimpath go.opentelemetry.io/build-tools/multimod /home/user/Source/otel/opentelemetry-collector-contrib/.tools/multimod verify Using versioning file /home/user/Source/otel/opentelemetry-collector-contrib/versions.yaml PASS: All modules exist...

Related upstream issues: go-git/go-git/issues/530 and go-git/go-git/issues/331