Azure / draft-classic

A tool for developers to create cloud-native applications on Kubernetes.
https://draft.sh
MIT License
3.92k stars 395 forks source link

what should the process be for updating default packs #426

Open michelleN opened 6 years ago

michelleN commented 6 years ago

Wondering when it's appropriate to update versions in Dockerfiles and things like that.

bacongobbler commented 6 years ago

I feel like the process should be that we target the latest stable release of each supported language pack. That would mean:

My understanding is that users should be committing whatever draft create bootstraps, so we shouldn't be concerned about "breaking" applications if a major release is out (e.g. we update the Go pack in prep for Go 2.0, but the user ran draft create on a Go 1.x project), but that is a discussion point I'd like to discuss: