The following steps must be done from a Linux x64 bit machine.
release-x
branch and apply new tag.Build and push kubed docker image:
$ cd ~/go/src/github.com/appscode/kubed
$ env APPSCODE_ENV=prod ./hack/make.py build
$ ./hack/docker/setup.sh; env APPSCODE_ENV=prod ./hack/docker/setup.sh release
Now, update the release notes in Github. See previous release notes to get an idea what to include there.