hashicorp / consul-demo-traffic-splitting

Example application using Docker Compose to demonstrate Consul Service Mesh Traffic Splitting
Mozilla Public License 2.0
23 stars 21 forks source link

update consul and envoy versions #3

Closed judithpatudith closed 5 years ago

judithpatudith commented 5 years ago

I'm finally working on converting the splitting blog to a guide and I'd like to update the demo repo to use newer versions of Consul and Envoy. One question I have is whether or not it's safe to use the latest tag. If you push a new version of the consul-envoy image to Docker Hub, might this break the demo?

judithpatudith commented 5 years ago

For some reason, this still gives me a 1.6.0 version of Consul, rather than 1.6.1. Maybe I should use a versioned tag instead. 🤔

nicholasjackson commented 5 years ago

I wonder if it is best to use an explicit tag, that way we protect against breaking changes?

judithpatudith commented 5 years ago

Yup, I think that's best. I had just guessed that latest was more up to date than the last explicitly-tagged release. Was that a bad assumption? If so awesome; I'll use the highest-versioned tagged one.

judithpatudith commented 5 years ago

Hi, @nicholasjackson I think I got all the tags corrected. Just popping this up in case it got buried; let me know if it needs anything else 😄