Commit Graph

376 Commits (v2.0.0-beta.2)

Author SHA1 Message Date
Matt Butcher e0227c7510 fix(chart): Chart.yaml now has an apiVersion field.
9 years ago
Matt Butcher 95a358de35 Merge pull request #1236 from technosophos/ref/kube1.4
9 years ago
Matt Butcher 68dd4c9a66 fix(proto): remove unused fields
9 years ago
Adam Reese 5a5a44ec17 feat(*): add rollback to a release version
9 years ago
Michelle Noorali ac88aaf218 feat(*): add helm rollback functionality
9 years ago
Matt Butcher e4c217768e ref(*): update to Kubernetes 1.4
9 years ago
Adam Reese c0d33afc81 Merge pull request #1235 from adamreese/chore/bump-grpc
9 years ago
Matt Butcher 431cc46cad feat(tiller): add toYaml template function
9 years ago
Adam Reese a4a2f5c983 chore(*): bump grpc to 1.0.1-GA
9 years ago
Matt Butcher be409d31c5 Merge pull request #1221 from technosophos/feat/helm-dependency-update-2
9 years ago
Matt Butcher 593718d749 feat(helm): add 'helm dependency' commands
9 years ago
Adam Reese e0d02e6e5b feat(*): add api version checks
9 years ago
Matt Butcher a5921faf99 feat(chartutils): add support for requirements.yaml
9 years ago
fibonacci1729 f77435e686 fix(helm-list): only list configmaps owned by TILLER
9 years ago
Matt Butcher b8f8efc601 Merge pull request #1202 from philips/use-digest-format
9 years ago
Brandon Philips 440e548901 feat(repo): use OCI style digest identifiers
9 years ago
Adam Reese 264c6b10e1 feat(*): add git tree state to binaries
9 years ago
Ville Aikas 1d6202d895 Merge pull request #1126 from vaikas-google/master
9 years ago
Ville Aikas 09e6af461f clean up the formatting, remove unnecessary git_version from version as per discussions with @areese
9 years ago
Keerthan Reddy Mala (kmala) 55dc7b690f
fix(tiller): Upgrade shouldn't fail if there are no changes
9 years ago
vaikas-google 4a7352cdc0 adjust proto field numbers
9 years ago
vaikas-google f8adf7f4d2 Address cr comments
9 years ago
vaikas-google cbec79482a address code review comments
9 years ago
vaikas-google 6d26024a27 first cut of version on client and server
9 years ago
Brian 79e5772061 Merge pull request #1155 from fibonacci1729/feat/rollback-storage
9 years ago
Brian cb93006c83 Merge pull request #1154 from fibonacci1729/feat/version-opt-flag
9 years ago
fibonacci1729 83df6ebc4d feat(rollback-storage): remove extraneous else block and fix type in records_test
9 years ago
Brandon Philips dadb026afe fix(helm): avoid a panic for sign
9 years ago
Adam Reese d8616dd2b3 fix(lint): allow .txt files
9 years ago
fibonacci1729 1d6c16175b feat(rollback-storage): remove unreachable code from memory
9 years ago
fibonacci1729 e42aa6c09c feat(helm): add optional version flag to helm{get,status}
9 years ago
fibonacci1729 b47379ccdc feat(rollback-storage): golint & removed early return from release server
9 years ago
fibonacci1729 e25732284b feat(rollback-storage): gofmt, added missing license headers, and canconical import paths
9 years ago
fibonacci1729 383a9c186a update pkg/storage to support rollback
9 years ago
Matt Butcher 36606cf152 Merge pull request #1150 from technosophos/feat/874-chart-deps
9 years ago
Michelle Noorali ce4ae51ec1 Merge pull request #1146 from michelleN/bug/1133-fix-delete
9 years ago
Matt Butcher 34577d1ebc feat(charts): add 'dependencies:' to Chart.yaml
9 years ago
Michelle Noorali f062cff5a3 fix(kube): delete should skip resources not found
9 years ago
Adam Reese 60b4188867 chore(*): bump version to v2.0.0-alpha.4
9 years ago
fibonacci1729 f622672bf8 feat(rollback-support): add version field to protos to support querying by (release_name, version)
9 years ago
joe2far 72e7b22999 minor engine unit test fix
9 years ago
vaikas-google 492dbb3791 Add support for NOTES.txt file
9 years ago
Matt Butcher d5170d2335 Merge pull request #1116 from ammeon/ignore-chart-dotfiles
9 years ago
joe2far 96de0e35aa feat(helm): ignore by default all dotfiles in templates/
9 years ago
Matt Butcher 2547bf4b89 Merge pull request #1105 from technosophos/ref/move-pkg-client
9 years ago
Matt Butcher 5566e6baec ref(pkg/client): move pkg/client to cmd/helm/installer
9 years ago
Matt Butcher 5650072999 Merge pull request #1103 from technosophos/feat/973-list-all
9 years ago
Matt Butcher 1be28d6f29 feat(*): add 'helm list --all' and related flags
9 years ago
Michelle Noorali 50d8d36d8b ref(kube): delete skips IsNotFound errs
9 years ago
Matt Butcher 926d7931d8 Merge pull request #1067 from ebraminio/deletepurge
9 years ago
Michelle Noorali c7bec34454 chore(kube): make update logic more generic
9 years ago
Michelle Noorali 197e466b9a ref(*): return resource update errors
9 years ago
Matt Butcher 01e2d367dd Merge pull request #988 from technosophos/feat/sig-files
9 years ago
Matt Butcher f1d07c3f11 feat(helm): add --verify flag to commands
9 years ago
Matt Butcher d80df93414 feat(helm): add signature support to 'helm package'
9 years ago
Matt Butcher ce83a8a777 feat(pkg/provenance): add OpenPGP signatures
9 years ago
Matt Butcher 84761a559a fix(helm): remove extra linter output
9 years ago
Matt Butcher a46a033de4 feat(chart): support 'image:URL' in charts.
9 years ago
Miguel Martinez cb12d9642b Disable validateQuotes linter rule
9 years ago
Ebrahim Byagowi 1c9b8d7257 Add purge option for completely remove a release from tiller
9 years ago
Matt Butcher 5bcf29d214 feat(tiller): make configmaps the default storage
9 years ago
Adam Reese 47c360da37 chore(*): bump version to v2.0.0-alpha.3
9 years ago
Ville Aikas c2cdb97ba2 Merge pull request #1039 from vaikas-google/master
9 years ago
vaikas-google d2841f92f3 formatting changes, add comments, make tests pass
9 years ago
fibonacci1729 ae2d6c5050 Merge branch 'master' into feat/storage-memory
9 years ago
vaikas-google d8e185267d First cut of adding dynamic cluster support to status command
9 years ago
fibonacci1729 9d3a1ed2a7 basic cfgmaps driver tests
9 years ago
fibonacci1729 d5aca1666c configmaps: style fix
9 years ago
fibonacci1729 94a154b745 more style fixes and cleanup
9 years ago
fibonacci1729 559e9081fb style fixes and cleanup
9 years ago
fibonacci1729 3dca699410 fix: storage tests
9 years ago
Michelle Noorali f99228778d feat(*): integrate support for upgrade hooks
9 years ago
fibonacci1729 7c56882ed9 fix configmaps list, and labels mechanism for future tiller mgmt
9 years ago
fibonacci1729 cba0c6615f gofmt
9 years ago
fibonacci1729 8c56533a47 configmap tests & some reduction in driver complexity
9 years ago
Michelle Noorali 70b9f11a03 feat(*): add disable hooks flag to `helm upgrade`
9 years ago
Michelle Noorali 9465ce979b chore(helm): add options to update request
9 years ago
Matt Butcher 038d7102a9 Merge pull request #1028 from technosophos/fix/989-helm-ignore-defaults
9 years ago
fibonacci1729 2d95906e1a wip: cfgmaps storage driver
9 years ago
fibonacci1729 0e26f20268 gofmt, style, and added comments
9 years ago
Michelle Noorali 1b31382d9c chore(glide): add kube pkgs to glide.yaml
9 years ago
Matt Butcher 2e95230b30 fix(helm): fix helmignore evaluation of dirs
9 years ago
Michelle Noorali f600b30c7a feat(kube): add update logic to kube client
9 years ago
fibonacci1729 a83425d44b style & doc comments
9 years ago
Michelle Noorali 584245eadf Merge pull request #1023 from mumoshu/check-tgz-extension
9 years ago
Yusuke Kuoka c0de9b4ada Check for the tgz extension while collecting chart paths
9 years ago
fibonacci1729 241cc29883 gofmt
9 years ago
fibonacci1729 c7e3ec7c46 add license to filter.go
9 years ago
fibonacci1729 d458bb7fb9 Change Create to return ErrReleaseExists if release exists
9 years ago
fibonacci1729 fad498e8fd added / documented common errors
9 years ago
Matt Butcher b7945d05c4 ref(templates): change GetString to Get
9 years ago
Phillip Wittrock 4964467868 Swtich from rc to deployment for running tiller
9 years ago
fibonacci1729 967e438bfd gofmt ...
9 years ago
fibonacci1729 a05b48f320 update driver Queryor interface to reflect list filtering mechanism
9 years ago
fibonacci1729 bfd6712c94 add filtering mechanism to storage and embed Driver directly into Storage
9 years ago
Matt Butcher 9718c9e7c8 feat(engine): add 'partial' function
9 years ago
fibonacci1729 061b534885 fix panic in memory_test when release status is nil
9 years ago
fibonacci1729 aff817a1fc run gofmt
9 years ago
fibonacci1729 4210d60c5e add storage type to interface with multiple drivers
9 years ago
fibonacci1729 6dd5c9783e add driver package to encapsulate storage backends
9 years ago