Commit Graph

187 Commits (main)

Author SHA1 Message Date
Dmitry Chepurovskiy 68721de93d
Added support for storing custom labels in SQL storage driver
3 years ago
Dmitry Chepurovskiy 083e66fe2b
Remove redudant types from util_test.go
3 years ago
Dmitry Chepurovskiy 3a2ed70bd3
Added tests for newly introduced util.go functions
3 years ago
Dmitry Chepurovskiy c7eedbd9c5
Fix broken tests for SQL storage driver
3 years ago
Dmitry Chepurovskiy 95bb77c261
Fix broken tests for configmap and secret storage drivers
3 years ago
Dmitry Chepurovskiy 627ec6a0c6
Make superseded releases keep labels
3 years ago
Dmitry Chepurovskiy ff3e55f655
Support configmap storage driver for install/upgrade actions --labels argument
3 years ago
Dmitry Chepurovskiy 6ef79e432b
Add labels support for install action with secret storage backend
3 years ago
Timofey Kirillov da8e7d2532
fix: "... has no deployed releases" error when release history contains only failed releases and history limit reached
4 years ago
longkai 2deb641efd fix(typo): fix typo of storage doc
4 years ago
Martin Hickey ed7b6c4761
Merge pull request #8470 from mikeshng/sql-query-fix
4 years ago
Adam Reese db2aa1a8d6
fix(ci) update ci to use main branch
5 years ago
Josh Soref 2bf8fdf45d
chore: Spelling (#9410)
5 years ago
Daniel Lipovetsky 00cf10d360
fix(pkg/storage): If storage.Create fails to clean up recent release versions, return an error
5 years ago
Daniel Lipovetsky 8c28da6567
test(pkg/storage): Verify that storage.Create returns an error if it fails to clean up least-recent release versions
5 years ago
Mike Ng 3be333b73b keep existing behavior of returning ErrReleaseNotFound when release(s) failed to decode
5 years ago
Dmitry Chepurovskiy 09172b468a
Fix linting issues
5 years ago
Dmitry Chepurovskiy 357a0785bc
Added selector filtering
5 years ago
Dmitry Chepurovskiy 99bd709530
Pass labels from secret/configmap to release object
5 years ago
Haoming Zhang b6bbf34097
Close gzip reader when done.
5 years ago
Mike Ng b86105aebc fix(sql storage): Query() should return ErrReleaseNotFound immediately when no records are found
5 years ago
zouyu c6a00e63ef Fix some go-lint warnings
5 years ago
Matthew Morrissette 1911870958
fix(helm): allow a previously failed release to be upgraded (#7653)
6 years ago
Elliot Maincourt 21d2aa7f2b
Migrate SQL storage driver to Helm 3 (#7635)
6 years ago
Matt Farina a3fa01ff8b
Merge pull request #7640 from yinzara/bugfix/issue-7002
6 years ago
Adam Reese e1d046bc43
fix(tests): fix broken unit tests in storage (#7928)
6 years ago
Lu Fengqi 9e1f381bf2
Add unit test for Secrets/ConfigMaps (#7765)
6 years ago
Eric Bailey b9445616b5
fix(storage): preserve last deployed revision (#7806)
6 years ago
Adam Reese c2da4fd53d
ref(*): kubernetes v1.18 (#7831)
6 years ago
tiendc 26830942d2
Fix a bug in Delete() in storage/driver/cfgmaps.go (#7367)
6 years ago
tiendc 06bc18c624
Fix a bug in storage/driver/secrets.go Delete() (#7348)
6 years ago
Zhou Hao f5da6bd3d6 add unit test for RecordsReplace
6 years ago
Zhou Hao ae508ebd1c add unit test for ConfigMapDelete
6 years ago
Zhou Hao 95d7f36d41 add unit test for SecretDelete
6 years ago
Matt Morrissette 1ab52fa79c
fix(helm): stdin values for helm upgrade --install
6 years ago
Zhou Hao f1f661d4ca pkg/storage/records: add unit test for Exists
6 years ago
Zhou Hao c96aff6a43 pkg/storage/records: add unit test for Index
6 years ago
Zhou Hao 6b1eebd23a pkg/storage/records: add unit test for Get
6 years ago
Matthew Fisher 8e1fc4bc6f
fix(memory_test): rebase master
6 years ago
Marc Khouzam e6d2d10bad fix(tests): Add namespace support to memory driver
6 years ago
Matthew Fisher 98962dce3f
Merge pull request #7349 from tiendc/unit_test_memory_list
6 years ago
Matt Farina e3675e3312
Merge pull request #7358 from cristiklein/fix/deal-with-correupted-storage-v3
6 years ago
Martin Hickey 88f42929d7
Remove references to protobuf (#7425)
6 years ago
Cristian Klein 1f0582cadc fix(helm): improve handling of corrupted storage
6 years ago
Simon Alling e868cb23c0 ref(pkg/storage): Refactor Deployed and DeployedAll (#7374)
6 years ago
Hu Shuai de9118b879 Fix a typo "update" -> "updates" (#7346)
6 years ago
Dao Cong Tien 476ffaea8c Add unit test for List() of pkg/storage/driver/memory.go
6 years ago
Josh Soref 02ad2b1187 Spelling (#7258)
6 years ago
Karuppiah Natarajan bfd8250803 fix list not showing multiple releases with same name in different namespaces (#6756)
6 years ago
Matt Farina 9bc7934f35
Updating the module for v3 as the major version
6 years ago
Martin Hickey caa26c4bb2
Change release storage name to use helm storage type as prefix (#6500)
6 years ago
Adam Reese b2d5e41fc7
ref(*): remove dead code
6 years ago
Adam Reese 895e9192d4
feat(*): use vanity import helm.sh/helm
7 years ago
Matthew Fisher 2571dbf82f
ref: remove pkg/helm, pkg/hapi, pkg/tiller
7 years ago
Adam Reese e51a9b90c9
Merge pull request #5284 from adamreese/v3/make-format
7 years ago
Martin Hickey 45fb4b1c44 Fix linter warnings
7 years ago
Adam Reese f791421fab
feat(Makefile): add formatting target
7 years ago
Adam Reese 3be0d81da7
ref(driver): refactor out function type errors
7 years ago
Adam Reese 4f26b658d8
change copyright to "Copyright The Helm Authors"
7 years ago
Matthew Fisher 195d21d5d7
ref(cmd): rename `helm delete` to `helm uninstall`
7 years ago
Adam Reese b1128abf4f
ref(*): s/tiller/helm/
7 years ago
Adam Reese 726e3c41be
feat(*): print stacktrace on error with debug enabled
7 years ago
Adam Reese 3b9596c6ab
ref(*): convert const types to strings
8 years ago
Adam Reese 19398a2ef1
feat(*): store release History in same namespace as release
8 years ago
Adam Reese c5a76deba3
ref(*): use go conventions for naming types
8 years ago
Adam Reese 6345f04190
ref(hapi): convert protobuf to go types
8 years ago
Adam Reese fc4c095cf0
ref(*): remove pkg/kubernetes from tiller and storage
8 years ago
Matthew Fisher 13730b0dab
replace FAILED deployments with `helm upgrade --install --force`
8 years ago
Johnny Bergström 5f1a21bc32 fix(tiller): Supersede multiple deployments (#3539)
8 years ago
Adam Reese c314e2e2f1
fix(plugins): support newer git (#3571)
8 years ago
Adam Reese a31e3b8fe1
ref(*): kubernetes v1.9 support (#3234)
8 years ago
Andrey Klimentyev cfb7dfa82c
Typo fix
8 years ago
Adam Reese 82ef751414
fix(tiller): upgrade last deployed release
8 years ago
Remington Reackhof 9af1018bd3 Add secrets storage backend for releases
8 years ago
Maxim Ivanov ff5acc9bd8 Make Memory driver to store copy of releases to stop hiding storage errors during tests
8 years ago
Matt Butcher 0853f4906a
feat(tiller): limit number of versions stored per release
8 years ago
Justin Scott fa68a6e1db fix(tiller): remove locking system from storage and rely on backend controls
8 years ago
Justin Scott af4c243ee3 Correct punctuation and capitalization for user facing strings.
8 years ago
Taylor Thomas 119fa6537c feat(tiller): Adds more logging
8 years ago
Adam Reese 15254e4c5c feat(*): add generic logging interface (#2394)
8 years ago
Maciej Kwiek ec92b76054 Release are locked to avoid parallel changes
9 years ago
Adam Reese 85c41ef11a ref(*): kubernetes v1.6
9 years ago
Sushil Kumar 000bf9fd1a Added release-name to helm delete error
9 years ago
Adam Reese d4061b5b60 fix(tiller): enforce release name length on uninstall
9 years ago
Larry Rensing 3a380923f4 feat(*): add --namespace flag to 'helm list'
9 years ago
Adam Reese 4418b1a20d ref(*): remove dead code
9 years ago
dongziming 34d7585f1e Spelling errors and so on.
9 years ago
Matt Butcher de7c5e5a38
feat(tiller): Add .Release.Revision and .IsUpgrade
9 years ago
Adam Reese 84ae1268e1 fix(*): import grouping
9 years ago
Adam Reese ea3be9e3b2 feat(*): migrate to kubernetes 1.5
9 years ago
Matt Butcher a5d96c2704
fix(tiller): fix spurious "no release found" errors.
9 years ago
Fabian Ruff eb4b78bbbe Add compression to configmap storage driver
9 years ago
Matt Butcher a1f5955a65 fix(tiller): fix nil pointers in error messages
9 years ago
fibonacci1729 24fe8643de ref(*): add sorter/filter utilties to releaseutil
9 years ago
Adam Reese 150fb33c2e fix(*): prevent testing package from being imported
9 years ago
fibonacci1729 e9dd302a9c feat(helm/cmd): support for retrieving release history
9 years ago
fibonacci1729 f77435e686 fix(helm-list): only list configmaps owned by TILLER
9 years ago
fibonacci1729 83df6ebc4d feat(rollback-storage): remove extraneous else block and fix type in records_test
9 years ago
fibonacci1729 1d6c16175b feat(rollback-storage): remove unreachable code from memory
9 years ago
fibonacci1729 b47379ccdc feat(rollback-storage): golint & removed early return from release server
9 years ago