Matt Butcher
9fda187647
fix(tests): set mock to generate UTC timestamps ( #4716 )
...
Signed-off-by: Matt Butcher <matt.butcher@microsoft.com>
6 years ago
Adam Reese
d6ba48d07e
Merge pull request #4623 from adamreese/dev-v3-driver-errors
...
ref(driver): refactor out function type errors
6 years ago
Adam Reese
3be0d81da7
ref(driver): refactor out function type errors
...
Signed-off-by: Adam Reese <adam@reese.io>
6 years ago
Adam Reese
e7b0fe9320
Merge pull request #4566 from adamreese/dev-v3-chartlock
...
ref(*): rename requirements.lock to Chart.lock
6 years ago
Adam Reese
21259507bd
ref(*): rename requirements.lock to Chart.lock
...
Signed-off-by: Adam Reese <adam@reese.io>
6 years ago
Adam Reese
0d9a226fd9
Merge pull request #4561 from adamreese/dev-v3-requirements
...
ref(*): merge requirement.yaml into Chart.yaml
6 years ago
Adam Reese
f7a7a157ce
ref(*): merge requirement.yaml into Chart.yaml
...
Signed-off-by: Adam Reese <adam@reese.io>
6 years ago
Adam Reese
07de1018d9
Merge pull request #4559 from adamreese/dev-v3-values
...
ref(chart): use map for chart.Values
6 years ago
Adam Reese
516c53dae6
ref(chart): use map for chart.Values
...
Signed-off-by: Adam Reese <adam@reese.io>
6 years ago
Adam Reese
4ffd35f238
Merge pull request #4531 from adamreese/dev-v3-license
...
change copyright to "Copyright The Helm Authors"
6 years ago
Adam Reese
4f26b658d8
change copyright to "Copyright The Helm Authors"
6 years ago
Adam Reese
35e931135c
Merge pull request #4518 from adamreese/dev-v3-ref-chart
...
ref(*): refactor chart/chartutil
6 years ago
Adam Reese
f012940d9c
ref(*): refactor chart/chartutil
...
ref(chartutil): move chart loading out of chartutil into new package
add chart loader interface to allow lazy loading
feat(chart): create chart accessors
ref(*): cleanup requirements
ref(tiller): remove optional template engines
ref(tiller): simplify sorting releases and hooks
ref(*): code simplification
ref(hapi): move chart package out of hapi
ref(chart): add requirements and lock to Chart struct
6 years ago
Adam Reese
56c4b9b48d
Merge pull request #4509 from adamreese/dev-v3-kube-v1.11
...
ref(*): kubernetes v1.11 support
6 years ago
Adam Reese
7423eddf21
ref(*): kubernetes v1.11 support
6 years ago
Matthew Fisher
c6df39597c
Merge pull request #4224 from bacongobbler/helm-uninstall
...
ref(cmd): rename `helm delete` to `helm uninstall`
7 years ago
Matthew Fisher
195d21d5d7
ref(cmd): rename `helm delete` to `helm uninstall`
...
To match the convention of `helm install`, `helm uninstall` is the inverse.
Other tangential changes in this PR:
- StatusDeleting has been changed to StatusUninstalling
- StatusDeleted has been changed to StatusUninstalled
- `helm list --deleted` has been changed to `helm list --uninstalled`
- `helm list --deleting` has been changed to `helm list --uninstalling`
- `helm.DeleteOption` and all delete options have been renamed to `helm.UninstallOption`
I have not made any changes to the "helm.sh/hook-delete-policy", "pre-delete" and "post-delete" hook annotations because
1. it's a major breaking change to existing helm charts, which we've commited to NOT break in Helm 3
2. there is no "helm.sh/hook-install-policy" to pair with "helm.sh/hook-uninstall-policy", so delete still makes sense here
`helm delete` and `helm del` have been added as aliases to `helm uninstall`, so `helm delete` and `helm del` still works as is.
7 years ago
Matthew Fisher
23a0d4e08c
Merge pull request #4122 from bacongobbler/fix-4112
...
release canary v3 binaries as helm-dev-v3
7 years ago
Matthew Fisher
d9a5f6804a
release canary v3 binaries as helm-dev-v3
7 years ago
Adam Reese
647ffaf7d3
Merge pull request #4091 from adamreese/dev-v3-releaseoptions
...
feat(*): remove Time, Namespace, and Revision from template functions
7 years ago
Adam Reese
aa859e3f88
feat(*): remove Time, Namespace, and Revision from template functions
...
Removes Time, Namespace, and Revision from being exposed to templates to
make template rendering discrete and repeatable.
7 years ago
Adam Reese
61055510ff
Merge pull request #4079 from adamreese/dev-v3-options
...
ref(cmd): dry up values and chartpath flag options
7 years ago
Adam Reese
0653ff7635
ref(cmd): dry up values and chartpath flag options
7 years ago
Adam Reese
03dacfe4f9
Merge pull request #4071 from adamreese/dev-v3-template
...
ref(cmd): test template cmd using golden files
7 years ago
Adam Reese
1d2f40c801
ref(cmd): test template cmd using golden files
7 years ago
Adam Reese
9b6f674b38
Merge pull request #4070 from adamreese/dev-v3-arg-validation
...
ref(cmd): refactor argument validation
7 years ago
Adam Reese
4cc3498608
ref(cmd): refactor argument validation
7 years ago
Adam Reese
53ea80b2d7
Merge pull request #4048 from adamreese/dev-v3-ref-test-help
...
ref(tests): simplify cmd test setup/teardown
7 years ago
Adam Reese
a02a598c33
ref(tests): simplify cmd test setup/teardown
...
Ensure proper cleanup of `HELM_HOME` and `HELM_DEBUG`
7 years ago
Adam Reese
34da765eff
Merge pull request #4029 from adamreese/dev-v3-tiller-rename
...
ref(*): s/tiller/helm/
7 years ago
Adam Reese
b1128abf4f
ref(*): s/tiller/helm/
7 years ago
Adam Reese
f2c73cb945
Merge pull request #4032 from adamreese/dev-v3-errors
...
feat(*): print stacktrace on error with debug enabled
7 years ago
Adam Reese
726e3c41be
feat(*): print stacktrace on error with debug enabled
7 years ago
Adam Reese
b5f52905df
Merge pull request #4027 from adamreese/dev-v3-ref-cmd
...
ref(cmd): consistent naming of cmd variables
7 years ago
Adam Reese
57e288a88d
ref(cmd): consistent naming of cmd variables
7 years ago
Adam Reese
c30637b8a1
ref(cmd): remove Writer from Cmd options stucts
7 years ago
Adam Reese
4015a653f8
Merge pull request #4024 from adamreese/dev-v3-golden
...
ref(tests): use golden files for testing command output
7 years ago
Adam Reese
75c4df0b56
ref(tests): use golden files for testing command output
7 years ago
Adam Reese
259fd3622c
Merge pull request #4023 from adamreese/dev-v3-build-info
...
ref(*): rebuild build version object
7 years ago
Adam Reese
36e034551f
ref(*): rebuild build version object
7 years ago
Adam Reese
3bbbca4e6b
Merge pull request #3989 from adamreese/dev-v3-test-logger
...
ref(pkg/tiller): add flag to enable tilling logging in tests
7 years ago
Adam Reese
03ea683b9a
ref(pkg/tiller): add flag to enable tilling logging in tests
...
`go test ./pkg/tiller -test.log`
7 years ago
Adam Reese
a06d14ae00
Merge pull request #3978 from adamreese/dev-v3-const
...
ref(*): convert const types to strings
7 years ago
Adam Reese
3b9596c6ab
ref(*): convert const types to strings
7 years ago
Adam Reese
07b0658e76
Merge pull request #3976 from adamreese/dev-v3-cmd-test
...
ref(cmd): simplify cmd test setup
7 years ago
Adam Reese
a5b7cde9e5
ref(cmd): simplify cmd test setup
7 years ago
Adam Reese
7bf0cb6c46
Merge pull request #3966 from adamreese/dev-v3-local-repo
...
ref(*): remove local repository (dead code)
7 years ago
Adam Reese
c50813af54
ref(*): remove local repository (dead code)
7 years ago
Adam Reese
e8d2c7c050
Merge pull request #3958 from adamreese/dev-v3-serve
...
ref(cmd): remove serve command
7 years ago
Adam Reese
b8eb479a4f
ref(cmd): remove serve command
...
https://github.com/kubernetes-helm/community/blob/master/helm-v3/000-helm-v3.md#commandflag-differences-from-helm-2
7 years ago