Commit Graph

407 Commits (7a79661f0e52bca1fac68a8e572c2f3cb60090d3)

Author SHA1 Message Date
Keerthan Reddy Mala (kmala) 55dc7b690f
fix(tiller): Upgrade shouldn't fail if there are no changes
8 years ago
vaikas-google 4a7352cdc0 adjust proto field numbers
8 years ago
vaikas-google f8adf7f4d2 Address cr comments
8 years ago
vaikas-google cbec79482a address code review comments
8 years ago
vaikas-google 6d26024a27 first cut of version on client and server
8 years ago
Brian 79e5772061 Merge pull request #1155 from fibonacci1729/feat/rollback-storage
8 years ago
Brian cb93006c83 Merge pull request #1154 from fibonacci1729/feat/version-opt-flag
8 years ago
fibonacci1729 83df6ebc4d feat(rollback-storage): remove extraneous else block and fix type in records_test
8 years ago
Brandon Philips dadb026afe fix(helm): avoid a panic for sign
8 years ago
Adam Reese d8616dd2b3 fix(lint): allow .txt files
8 years ago
fibonacci1729 1d6c16175b feat(rollback-storage): remove unreachable code from memory
8 years ago
fibonacci1729 e42aa6c09c feat(helm): add optional version flag to helm{get,status}
8 years ago
fibonacci1729 b47379ccdc feat(rollback-storage): golint & removed early return from release server
8 years ago
fibonacci1729 e25732284b feat(rollback-storage): gofmt, added missing license headers, and canconical import paths
8 years ago
fibonacci1729 383a9c186a update pkg/storage to support rollback
8 years ago
Matt Butcher 36606cf152 Merge pull request #1150 from technosophos/feat/874-chart-deps
8 years ago
Michelle Noorali ce4ae51ec1 Merge pull request #1146 from michelleN/bug/1133-fix-delete
8 years ago
Matt Butcher 34577d1ebc feat(charts): add 'dependencies:' to Chart.yaml
8 years ago
Michelle Noorali f062cff5a3 fix(kube): delete should skip resources not found
8 years ago
Adam Reese 60b4188867 chore(*): bump version to v2.0.0-alpha.4
8 years ago
fibonacci1729 f622672bf8 feat(rollback-support): add version field to protos to support querying by (release_name, version)
8 years ago
joe2far 72e7b22999 minor engine unit test fix
8 years ago
vaikas-google 492dbb3791 Add support for NOTES.txt file
8 years ago
Matt Butcher d5170d2335 Merge pull request #1116 from ammeon/ignore-chart-dotfiles
8 years ago
joe2far 96de0e35aa feat(helm): ignore by default all dotfiles in templates/
8 years ago
Matt Butcher 2547bf4b89 Merge pull request #1105 from technosophos/ref/move-pkg-client
8 years ago
Matt Butcher 5566e6baec ref(pkg/client): move pkg/client to cmd/helm/installer
8 years ago
Matt Butcher 5650072999 Merge pull request #1103 from technosophos/feat/973-list-all
8 years ago
Matt Butcher 1be28d6f29 feat(*): add 'helm list --all' and related flags
8 years ago
Michelle Noorali 50d8d36d8b ref(kube): delete skips IsNotFound errs
8 years ago
Matt Butcher 926d7931d8 Merge pull request #1067 from ebraminio/deletepurge
8 years ago
Michelle Noorali c7bec34454 chore(kube): make update logic more generic
8 years ago
Michelle Noorali 197e466b9a ref(*): return resource update errors
8 years ago
Matt Butcher 01e2d367dd Merge pull request #988 from technosophos/feat/sig-files
8 years ago
Matt Butcher f1d07c3f11 feat(helm): add --verify flag to commands
8 years ago
Matt Butcher d80df93414 feat(helm): add signature support to 'helm package'
8 years ago
Matt Butcher ce83a8a777 feat(pkg/provenance): add OpenPGP signatures
8 years ago
Matt Butcher 84761a559a fix(helm): remove extra linter output
8 years ago
Matt Butcher a46a033de4 feat(chart): support 'image:URL' in charts.
8 years ago
Miguel Martinez cb12d9642b Disable validateQuotes linter rule
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
Adam Reese 47c360da37 chore(*): bump version to v2.0.0-alpha.3
8 years ago
Ville Aikas c2cdb97ba2 Merge pull request #1039 from vaikas-google/master
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 9d3a1ed2a7 basic cfgmaps driver tests
8 years ago
fibonacci1729 d5aca1666c configmaps: style fix
8 years ago
fibonacci1729 94a154b745 more style fixes and cleanup
8 years ago
fibonacci1729 559e9081fb style fixes and cleanup
8 years ago
fibonacci1729 3dca699410 fix: storage tests
8 years ago
Michelle Noorali f99228778d feat(*): integrate support for upgrade hooks
8 years ago
fibonacci1729 7c56882ed9 fix configmaps list, and labels mechanism for future tiller mgmt
8 years ago
fibonacci1729 cba0c6615f gofmt
8 years ago
fibonacci1729 8c56533a47 configmap tests & some reduction in driver complexity
8 years ago
Michelle Noorali 70b9f11a03 feat(*): add disable hooks flag to `helm upgrade`
8 years ago
Michelle Noorali 9465ce979b chore(helm): add options to update request
8 years ago
Matt Butcher 038d7102a9 Merge pull request #1028 from technosophos/fix/989-helm-ignore-defaults
8 years ago
fibonacci1729 2d95906e1a wip: cfgmaps storage driver
8 years ago
fibonacci1729 0e26f20268 gofmt, style, and added comments
8 years ago
Michelle Noorali 1b31382d9c chore(glide): add kube pkgs to glide.yaml
8 years ago
Matt Butcher 2e95230b30 fix(helm): fix helmignore evaluation of dirs
8 years ago
Michelle Noorali f600b30c7a feat(kube): add update logic to kube client
8 years ago
fibonacci1729 a83425d44b style & doc comments
8 years ago
Michelle Noorali 584245eadf Merge pull request #1023 from mumoshu/check-tgz-extension
8 years ago
Yusuke Kuoka c0de9b4ada Check for the tgz extension while collecting chart paths
8 years ago
fibonacci1729 241cc29883 gofmt
8 years ago
fibonacci1729 c7e3ec7c46 add license to filter.go
8 years ago
fibonacci1729 d458bb7fb9 Change Create to return ErrReleaseExists if release exists
8 years ago
fibonacci1729 fad498e8fd added / documented common errors
8 years ago
Matt Butcher b7945d05c4 ref(templates): change GetString to Get
8 years ago
Phillip Wittrock 4964467868 Swtich from rc to deployment for running tiller
8 years ago
fibonacci1729 967e438bfd gofmt ...
8 years ago
fibonacci1729 a05b48f320 update driver Queryor interface to reflect list filtering mechanism
8 years ago
fibonacci1729 bfd6712c94 add filtering mechanism to storage and embed Driver directly into Storage
8 years ago
Matt Butcher 9718c9e7c8 feat(engine): add 'partial' function
8 years ago
fibonacci1729 061b534885 fix panic in memory_test when release status is nil
8 years ago
fibonacci1729 aff817a1fc run gofmt
8 years ago
fibonacci1729 4210d60c5e add storage type to interface with multiple drivers
8 years ago
fibonacci1729 6dd5c9783e add driver package to encapsulate storage backends
8 years ago
fibonacci1729 943eadec38 move old memory impl. to driver/
8 years ago
Matt Butcher be053f3c05 Merge pull request #994 from technosophos/feat/950-files-in-templates
8 years ago
Matt Butcher 033dbfe75e feat(tiller): add Files map to templates
8 years ago
Matt Butcher a1fffc6977 Merge pull request #997 from technosophos/feat/972-reuse-name
8 years ago
Adam Reese ea4dcbab11 feat(kube): reap related resources on delete
8 years ago
Matt Butcher 9fe7f41364 feat(972): add --reuse-name flag to helm install
8 years ago
Michelle Noorali 6006fc7b21 Merge pull request #963 from michelleN/feat/690-helm-upgrade
8 years ago
Michelle Noorali f74720613b chore(helm): add client test for upgrade cmd
8 years ago
Michelle Noorali 5e654c0380 feat(*): get helm & tiller chatting about upgrades
8 years ago
Michelle Noorali e633b4b75a feat(pkg/helm): fill in proto for UpdateRelease
8 years ago
Matt Butcher 95eeba3805 fix(tiller): merge -f values correctly
8 years ago
Adam Reese 57bd8b2c28 feat(*): install releases into namespace
8 years ago
Matt Butcher a0bc510662 Merge pull request #955 from technosophos/feat/932-disable-hooks
8 years ago
Matt Butcher 1ff5499be7 feat(helm): add --no-hooks to 'helm delete'
8 years ago
Michelle Noorali 80a7339e2f Merge pull request #947 from ngtuna/master
8 years ago
ngtuna a2d6817b9b go idiom typo
8 years ago
Matt Butcher a42b43a9fa feat(helm): add --no-hook to helm install
8 years ago
Adam Reese 736009982e ref(helm): fix naming issues from golint
8 years ago
ngtuna 03e59fd6c0 bypass gofmt
8 years ago
Adam Reese a14e76a65c chore(*): add canonical import path annotation
8 years ago
ngtuna bfce033cc0 fix(helm): helm repo index should not delete entry, instead it should update removed=true
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
Adnan Abdulhussein 631ca63040 Merge pull request #922 from prydonius/feat/836-lint-multiple-charts
8 years ago
Adnan Abdulhussein f273510c97 fix(lint): fix golint errors
8 years ago
Adam Reese d5aa4852a7 Merge pull request #921 from adamreese/ref/command-tests
8 years ago
Adnan Abdulhussein 03ca4e892f feat(lint): support linting multiple charts
8 years ago
Miguel Martinez 3b2ea04348 fix(linter) Typos
8 years ago
Adam Reese 5013da3d25 fix(helm): add ReleaseContent to interface
8 years ago
Adam Reese 73f1bef3c9 test(cmd): add helm client mocking
8 years ago
Matt Butcher 310ef9bbcb fix(helm): fix linter test panic
8 years ago
Miguel Ángel Martínez Triviño 81fd9edf4d Merge pull request #899 from migmartri/897-values-refactorign
8 years ago
Adnan Abdulhussein 9b257077d5 Merge pull request #915 from prydonius/fix/912-nil-map-readvalues
8 years ago
Adnan Abdulhussein 4ef61a7136 fix(chartutil): Ensure ReadValues doesn't return a nil map
8 years ago
Adnan Abdulhussein bcd1889083 Merge pull request #907 from prydonius/906-linter-exit-status
8 years ago
Matt Butcher cd75b6a781 Merge pull request #902 from technosophos/feat/894-template-info-in-templates
8 years ago
Adnan Abdulhussein 09f56459c7 Improve tests to ensure highest severity is retained
8 years ago
Adnan Abdulhussein 77820c7482 fix(lint): Return non-zero exit status when lint errors present
8 years ago
Michelle Noorali 849afc29bc Merge pull request #908 from michelleN/feat/836-lint-archived-chart
8 years ago
Michelle Noorali a64303d0bf feat(lint): lint an archived chart
8 years ago
Miguel Martinez 12aa72f121 Replacing options interface argument
8 years ago
Matt Butcher 532f03ec78 feat(tiller): add .Template object in templates
8 years ago
Matt Butcher 2c07a32a6b fix(*): fix various style issues from make test-style
8 years ago
Miguel Martinez 7bb4893cad Support Linter for Values
8 years ago
Michelle Noorali bb875b5657 Merge pull request #896 from michelleN/fix/892-fetch-untar
8 years ago
Matt Butcher ab4e20c278 Merge pull request #888 from technosophos/fix/887-no-value-fix
8 years ago
Michelle Noorali bcffe8a3f2 fix(chartutil): fix Expand function
8 years ago
Matt Butcher 2084af2e04 Merge pull request #885 from migmartri/882-linter-improvements
8 years ago
Matt Butcher 96ac6ebc6c fix(tiller): stop printing <no value> when var is missing
8 years ago
Miguel Martinez d1fe406478 Adding squote test case and generic message
8 years ago
Miguel Martinez 2eff17cb6d Removing debugging line
8 years ago
Matt Butcher 225d3a8adc test(engine): add test case for deep release passing
8 years ago
Matt Butcher e00f774a5d fix(engine): remove debugging output
8 years ago
Matt Butcher 90c46e896d fix(chartutil): fix Table() method to test Values
8 years ago
Matt Butcher 22ac61469f feat(*): add Values namespace to templates
8 years ago
Miguel Martinez 81ac98ad9a Adding support for associated templates
8 years ago
Miguel Martinez 03d27779d3 Templates Lint rules
8 years ago
Adam Reese 69f66629c4 chore(*): bump version to v2.0.0-alpha.2
8 years ago
Matt Butcher e757b24aed fix(*): add license header
8 years ago
Adam Reese 68e0032fbd Merge pull request #863 from adamreese/fix/686-tunnel-error
8 years ago
Adam Reese d300a08915 fix(tunnel): display friendly error on connect issues
8 years ago
Matt Butcher 23ce6142f9 fix(chartutil): remove a wayward println
8 years ago
Brian a6f89d7ac4 Merge pull request #833 from migmartri/689-linter-errors
8 years ago
Adam Reese 573e5aa7fc feat(kube): create namespace if it does not exist
8 years ago
Miguel Martinez c2459c06bf New Chart linter structure
8 years ago
Matt Butcher f30ff915f2 feat(helm): add 'helm get values --all' for all values
8 years ago
Matt Butcher 4a6c1e308b fix(pkg/chart): remove pkg/chart
8 years ago