helm/pkg/tiller
Matt Butcher a435604b90
fix(tiller): validate names before performing operations
There were several places where an invalid name could be interpreted
into a wild-card by Kubernetes. That allows Bad Things.

This fix requires names to match the Kubernetes pattern for naming.

Closes #1594
2016-11-30 11:04:35 -07:00
..
environment Separate tiller into pkg and cmd so we can use tiller as a library. 2016-11-02 22:53:07 +08:00
hooks.go Separate tiller into pkg and cmd so we can use tiller as a library. 2016-11-02 22:53:07 +08:00
hooks_test.go Separate tiller into pkg and cmd so we can use tiller as a library. 2016-11-02 22:53:07 +08:00
kind_sorter.go Separate tiller into pkg and cmd so we can use tiller as a library. 2016-11-02 22:53:07 +08:00
kind_sorter_test.go Separate tiller into pkg and cmd so we can use tiller as a library. 2016-11-02 22:53:07 +08:00
release_history.go docs(tiller): add docblocks to public methods 2016-11-14 11:44:27 -07:00
release_history_test.go Separate tiller into pkg and cmd so we can use tiller as a library. 2016-11-02 22:53:07 +08:00
release_server.go fix(tiller): validate names before performing operations 2016-11-30 11:04:35 -07:00
release_server_test.go fix(tiller): validate names before performing operations 2016-11-30 11:04:35 -07:00