etcd-cloud-operator icon indicating copy to clipboard operation
etcd-cloud-operator copied to clipboard

ETCD UPGRADE To 3.5.1

Open iamnst19 opened this issue 2 years ago • 8 comments
trafficstars

Getting this issue https://github.com/etcd-io/etcd/issues/13119. Is there an upgrade happening? If not what are the things I can do for an upgrade without breaking

iamnst19 avatar Jul 09 '23 12:07 iamnst19

Hi @iamnst19,

I might be a bit tied up as I am moving to a new house, but I feel you here. It shouldn't be too difficult as master already uses v3.5.0. If you get to it before I do, you can try to bump the dependencies, and compile - might work out of the box, or might have to adjust very few calls in ECO.

Quentin-M avatar Jul 11 '23 04:07 Quentin-M

Tried but getting "exec ./operator: exec format error" working fine in local

iamnst19 avatar Jul 11 '23 17:07 iamnst19

Hey there, "exec format error" is often related to architecture mismatch issues, such as building on an Apple Silicon Macbook and then trying to run on a Linux x86_64. If you're building the docker image directly, use the --platform Linux/amd64 flag.

Quentin-M avatar Jul 11 '23 17:07 Quentin-M

done. please close the ticket. Thanks :)

iamnst19 avatar Jul 14 '23 03:07 iamnst19

@iamnst19 Would you mind pushing the commit to a pull request so everyone can enjoy the new version? Thanks a lot~

Quentin-M avatar Jul 14 '23 03:07 Quentin-M

sure will do

iamnst19 avatar Aug 01 '23 12:08 iamnst19

I'm trying to use etcd with istio and I think I'm facing this issue: https://github.com/etcd-io/etcd/issues/13192 Is the code for 3.5.1 pushed anywhere yet?

tuxflo avatar Feb 21 '24 12:02 tuxflo

Hello! Unfortunately I am not aware that @iamnst19 pushed the 3.5.1 upgrade anywhere public at this time! It shouldn't be a large task however as it is mostly about bumping the Go dependencies, and fixing up anything in the thin interface between the operator & etcd that might have changed.

Quentin-M avatar Feb 22 '24 03:02 Quentin-M

I can push the upgrade.

iamnst19 avatar Jun 26 '24 09:06 iamnst19

Hey @iamnst19 - 3.5.14 was released just a few weeks ago :]

Quentin-M avatar Jun 26 '24 09:06 Quentin-M