Iván Valdés Castillo
Iván Valdés Castillo
Tentative release date: Monday, November 10th (KubeCon Monday).
We're planning on doing this release at KubeCon in the etcd kiosk on Tuesday, November 11th at 4:00 pm ET. We'll have @serathius and @siyuanfoundation there, so they can function...
The problem is that with Go 1.24+, the toolchain now sets the main module’s version in the binary from VCS info. And because the Go module from 3.4 doesn't have...
Running `GOFLAGS="-buildvcs=false" make build` fixes the issue: ``` $ GOFLAGS="-buildvcs=false" make build GO_BUILD_FLAGS="-v" ./build ./bin/etcd --version WARNING: Package "github.com/golang/protobuf/protoc-gen-go/generator" is deprecated. A future release of golang/protobuf will delete this package,...
@ahrtr, unfortunately, we'll need to do a new release (unless we want to amend the released artifacts/images). I'll open a new issue and will add a mention to the CHANGELOG.
Thanks, @fuweid. v3.4.40 should then address this issue. I'll close the issue when we release it.
cc. @hwdef
/assign @hwdef
> Hi [@ivanvc](https://github.com/ivanvc) , [@hwdef](https://github.com/hwdef) , > Have we considered mechanisms to automate this process in the past? I have a script locally that automates this. Potentially, it can be...
Thanks, @hwdef :)