Commit Graph

151 Commits (090e00ddf89ebf23a50d7e63475b24f021fa0050)

Author SHA1 Message Date
Nic Roland c180c4a250 fix(tiller): Install --replace will result in an upgrade
8 years ago
fibonacci1729 5b7e841faf chore(tiller): delete redundant testing of storage in pkg/environment
8 years ago
Matt Butcher fefa00fc52 fix(tiller): return status for deleted release
8 years ago
vaikas-google 7c4cad5cf0 address lint comments from changing from all caps to camelcase
8 years ago
vaikas-google c2a86cfbd4 fix a return statement with not enough arguments due to merge conflict
8 years ago
vaikas-google 492dbb3791 Add support for NOTES.txt file
8 years ago
Matt Butcher 25c77febdb Merge pull request #1097 from technosophos/feat/1001-k8s-apiversion
8 years ago
Matt Butcher 557db8c6af feat(tiller): verify apiVersions before install
8 years ago
joe2far 4b718274bc fix(tiller): truncate release name returned from moniker
8 years ago
Matt Butcher 1be28d6f29 feat(*): add 'helm list --all' and related flags
8 years ago
Matt Butcher 926d7931d8 Merge pull request #1067 from ebraminio/deletepurge
8 years ago
Michelle Noorali 197e466b9a ref(*): return resource update errors
8 years ago
Adam Reese 9bb471d2a8 fix(cmd): s/accomodate/accommodate/
8 years ago
Matt Butcher cafec1202b feat(tiller): limit the max len of Release.Name
8 years ago
Ebrahim Byagowi 1c9b8d7257 Add purge option for completely remove a release from tiller
8 years ago
Matt Butcher 5bcf29d214 feat(tiller): make configmaps the default storage
8 years ago
Ville Aikas c2cdb97ba2 Merge pull request #1039 from vaikas-google/master
8 years ago
vaikas-google bdbe457c3c forgot to change the return to string
8 years ago
vaikas-google d2841f92f3 formatting changes, add comments, make tests pass
8 years ago
fibonacci1729 ae2d6c5050 Merge branch 'master' into feat/storage-memory
8 years ago
vaikas-google d8e185267d First cut of adding dynamic cluster support to status command
8 years ago
fibonacci1729 ce909a39d6 fix: return only deployed releases
8 years ago
fibonacci1729 559e9081fb style fixes and cleanup
8 years ago
Michelle Noorali f99228778d feat(*): integrate support for upgrade hooks
8 years ago
fibonacci1729 3a6a9f2436 gofmt on cmd/tiller
8 years ago
fibonacci1729 1d04646c85 update failing tests to use new storage / driver apis
8 years ago
fibonacci1729 b28c3793a0 add feature flag to use storage driver configmaps
8 years ago
Michelle Noorali 8be3a34ac6 feat(tiller): add update logic to release server
8 years ago
fibonacci1729 74deac940b update tiller environment & release server to use new storage
8 years ago
Michelle Noorali f600b30c7a feat(kube): add update logic to kube client
8 years ago
Matt Butcher 4593111892 fix(helm): rename --reuse-name to --replace
8 years ago
Matt Butcher 9fe7f41364 feat(972): add --reuse-name flag to helm install
8 years ago
Matt Butcher 95dbefe06d fix(tiller): remove partials and empty manifests
8 years ago
Michelle Noorali 62667e9f12 ref(tiller): fix chart version comparison
8 years ago
Michelle Noorali 0fcd7fccea feat(tiller): add upgrade validations to tiller
8 years ago
Matt Butcher 76d8004abd Merge pull request #979 from technosophos/fix/improved-delete-errors
8 years ago
Adam Reese fcaa426491 chore(*): add missing license blocks to source code
8 years ago
Matt Butcher 8119513cdd fix(tiller): improve deletion error messages
8 years ago
Matt Butcher 1c598c2d13 Merge pull request #964 from technosophos/fix/957-template-name-on-failure
8 years ago
Matt Butcher 57fecb2735 fix(tiller): provide filename when YAML is bad
8 years ago
Adam Reese 57bd8b2c28 feat(*): install releases into namespace
8 years ago
Matt Butcher 1ff5499be7 feat(helm): add --no-hooks to 'helm delete'
8 years ago
Matt Butcher a42b43a9fa feat(helm): add --no-hook to helm install
8 years ago
Adam Reese a14e76a65c chore(*): add canonical import path annotation
8 years ago
Matt Butcher 73a2890277 fix(engine): change template naming
8 years ago
Michelle Noorali 15b428d450 feat(*): add version to release
8 years ago
Matt Butcher e91bbceff2 Merge pull request #916 from technosophos/feat/901-hooks
8 years ago
Matt Butcher ff32062ae8 feat(tiller): support hooks for install
8 years ago
Miguel Martinez 12aa72f121 Replacing options interface argument
8 years ago
Miguel Martinez 7bb4893cad Support Linter for Values
8 years ago
Matt Butcher 225d3a8adc test(engine): add test case for deep release passing
8 years ago
Matt Butcher 22ac61469f feat(*): add Values namespace to templates
8 years ago
Matt Butcher e757b24aed fix(*): add license header
8 years ago
Adam Reese c5c8e82246 feat(tiller): record release status deployed
8 years ago
Matt Butcher da14da360b fix(tiller): save failed releases
8 years ago
Matt Butcher e36647d1c3 Merge pull request #811 from mouserage/master
8 years ago
Matt Butcher 76f4ee1eab fix(tiller): allow different template engine
8 years ago
Matt Butcher 490cef784c fix(tiller): refactor template render to use chartutil.
8 years ago
MouseRage 66d04cbb6e Templates partials
8 years ago
fibonacci1729 3420096fc9 fix(*): start probes server on ':44135' (currently ':44134')
8 years ago
Adam Reese 818c878700 chore(*): use k8s.io as the import path
8 years ago
Aaron Schlesinger 56069ae474 Fix tests
8 years ago
Aaron Schlesinger fe3afa8012 Added test for probes ServeMux
8 years ago
Aaron Schlesinger ada108126c Add HTTP server for liveness and readiness probes
8 years ago
Matt Butcher 146ac61286 fix(tiller): fix startup output
8 years ago
Matt Butcher b1fb7cea7d feat(helm): allow user to specify release name
8 years ago
Matt Butcher a8642c81fc fix(helm,tiller): change list offset to next result
8 years ago
Matt Butcher 6844d3b493 feat(helm,tiller): add list reverse, string offset
8 years ago
Matt Butcher dfc9693afe feat(helm,tiller): add support for list filters
8 years ago
Matt Butcher ea6b82a43c feat(tiller): sort list in tiller, not helm
8 years ago
Matt Butcher 938dbf095a feat(tiller): stub in release history
8 years ago
Matt Butcher 75a1aa648e fix(*): correct numerous golint errors
8 years ago
Matt Butcher 9d78c33b69 feat(tiller): allow specifying namespace on cli
8 years ago
Matt Butcher 6b68e7891f feat(tiller): delete operation runs against Kubernetes
9 years ago
Matt Butcher 6db7c39b84 feat(helm, tiller): implement k8s portion of install
9 years ago
Matt Butcher e869c36cd2 feat(helm, tiller): implement list
9 years ago
Matt Butcher 6950fe42dd feat(helm, tiller): add release listings
9 years ago
Adam Reese aca9f0f8f2 fix(vet): fix weird go vet issue
9 years ago
Matt Butcher 67bd026840 fix(tiller): pass address and port via flag
9 years ago
Matt Butcher f098cb6fb6 fix(*): rewrite import paths
9 years ago
Matt Butcher dd2ff4f916 feat(tiller): implement get and status
9 years ago
Matt Butcher c9b3c36243 feat(helm): implement 'helm remove'
9 years ago
Matt Butcher 58fdaf1e52 feat(tiller): add support for dry run install
9 years ago
Matt Butcher c4b2926ce6 fix(*): fix misc style issues
9 years ago
Matt Butcher 33a543c920 fix(tiller): replace codegangsta with cobra
9 years ago
Matt Butcher 00aaf653da fix(tiller): add tests
9 years ago
Matt Butcher dcfd1a4284 fix(storage): use new HAPI for storage
9 years ago
Matt Butcher 50f4349512 feat(tiller): add template and release to install
9 years ago
Matt Butcher 0b9683e193 feat(tiller): add release server stub
9 years ago
Matt Butcher 0ad4803aa3 fix(storage): Use a CRUD interface
9 years ago
Matt Butcher 44dc0de71f fix(server): add tests for in-memory storage
9 years ago
Matt Butcher fa6a33c349 feat(storage): add basic implementation of storage
9 years ago
Matt Butcher a4a0c79fc4 Merge pull request #13 from technosophos/fix/kubeclient-iface
9 years ago
Matt Butcher b8bf4db347 fix(environment): make KubeClient take multiple files
9 years ago
Matt Butcher b647e9a94d fix(tiller): add server test
9 years ago
Matt Butcher b04a1cc7d4 fix(tiller): set up Tiller environment correctly
9 years ago
Matt Butcher 913905a54f fix(tiller): change environment.Engine signature
9 years ago
Matt Butcher b86a1cb94e ifeat(tiller): add environment to server struct
9 years ago
Matt Butcher 610c6ced09 fix(environment): add tests for Environment
9 years ago
Matt Butcher 7a0413344e feat(tiller): stub out environment
9 years ago