bookingcom / shipper

Kubernetes native multi-cluster canary or blue-green rollouts using Helm
Apache License 2.0
733 stars 39 forks source link

No release tag in built deployment files #233

Open osdrv opened 5 years ago

osdrv commented 5 years ago

This commit changes the behavior of the makefile and removes the release tag from file names. This is mainly done to preserve a deterministic path to shipper deploy file which is promoited in the documentation under latest tag. A static deployment file name allows one to link it with no need to update the relevant documentation on every build.

Signed-off-by: Oleg Sidorov oleg.sidorov@booking.com