Adam Reese
87e789f01f
fix(pkg/chartutil): only include external objects in capabilities
...
Signed-off-by: Adam Reese <adam@reese.io>
6 years ago
Adam Reese
fe06343b8f
Merge pull request #5512 from adamreese/v3/linter-fixes
...
ref(pkg/action): refactoring dup code and linter fixes
6 years ago
Matthew Fisher
5f579aaf47
Merge pull request #5506 from bacongobbler/k8s-1.14
...
chore(dep): bump kubernetes to 1.14.0
6 years ago
Adam Reese
295092cd7d
ref(pkg/action): refactoring dup code and linter fixes
...
Signed-off-by: Adam Reese <adam@reese.io>
6 years ago
Matthew Fisher
bb179bdead
chore(dep): bump kubernetes to 1.14.0
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Matthew Fisher
0b1caa14a7
Merge pull request #5489 from bacongobbler/list-move-namespaces-field
...
ref(list): move namespaces field closer to the name
6 years ago
Matthew Fisher
32712201ec
ref(list): move namespaces field closer to the name
...
Most users want to see the release name and the namespace it was deployed to,
as those are the unique identifiers where the release is stored. I also added
integration tests for `helm list` to better test the command output.
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Adam Reese
779373a276
Merge pull request #5472 from adamreese/v3/template-name
...
fix(cmd/template): allow setting release name for template
6 years ago
Matthew Fisher
a8d73ff2e5
Merge pull request #5236 from Lentil1016/migrate-sort-manifest
...
Refactor: migrate SortManifests and its test case to releaseutil
6 years ago
Sunyk
223148dac9
Remove a trivial TODO comment
...
Signed-off-by: Sunyk <lentil1016@gmail.com>
6 years ago
Adam Reese
271e4cf111
fix(cmd/template): allow setting release name for template
...
Signed-off-by: Adam Reese <adam@reese.io>
6 years ago
Adam Reese
c45496bc2e
Merge pull request #5469 from adamreese/v3/bump-sprig
...
chore(dep): update sprig to 2.19.0 (#5390 )
6 years ago
Adam Reese
855bb3eba6
chore(dep): update sprig to 2.19.0 ( #5390 )
...
ref: https://github.com/helm/helm/pull/5390
Signed-off-by: Adam Reese <adam@reese.io>
6 years ago
Adam Reese
927ab601cc
Merge pull request #5471 from adamreese/v3/ci-refactor
...
ref(circleci): refactor ci setup
6 years ago
Adam Reese
e061bc1855
ref(circleci): refactor ci setup
...
* fix go dep cache
* zip binary comes bundled already with image
* remove branch name from cache key
Signed-off-by: Adam Reese <adam@reese.io>
6 years ago
Adam Reese
ee58dc228a
Merge pull request #5470 from adamreese/v3/govet-errors
...
fix(*): resolve new govet issues
6 years ago
Adam Reese
14d8e97d2a
fix(*): resolve new govet issues
...
Signed-off-by: Adam Reese <adam@reese.io>
6 years ago
Adam Reese
2f9356c230
Merge pull request #5462 from adamreese/v3/fix-log-panic
...
fix(pkg/action): action log must be initialized
6 years ago
Adam Reese
bcbc3875bd
fix(pkg/action): action log must be initialized
...
Fixes panic from calling Log.
Signed-off-by: Adam Reese <adam@reese.io>
6 years ago
Matthew Fisher
8f37ab48ac
Merge pull request #5455 from bacongobbler/fix-list
...
fix(install): fix issue where chart metadata is not being saved on `helm install`
6 years ago
Matthew Fisher
f7f6941f16
Merge pull request #5447 from bacongobbler/helm-3-faq
...
docs(faq): list changes since Helm 2
6 years ago
Matthew Fisher
5c2f235b6c
fix(install): fix issue where chart metadata is not being saved on `helm install`
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Adam Reese
842bd0d2d3
Merge pull request #5440 from adamreese/v3/vanity
...
feat(*): use vanity import helm.sh/helm
6 years ago
Matthew Fisher
f8e7295867
docs(faq): list changes since Helm 2
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Adam Reese
895e9192d4
feat(*): use vanity import helm.sh/helm
...
Signed-off-by: Adam Reese <adam@reese.io>
6 years ago
Matthew Fisher
e5094169d7
Merge pull request #5365 from bacongobbler/remove-pkg-tiller
...
ref: remove pkg/helm, pkg/hapi, pkg/tiller
6 years ago
Matthew Fisher
017790d0e3
ref(action): remove ParseShowOutputFormat
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Matthew Fisher
1707a8a870
style(cmd): go fmt
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Matthew Fisher
3bcc3a91de
ref(cmd): remove mockTestSuccessTemplate
...
unused code
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Matthew Fisher
78bd46075b
fix(action): remove test.go
...
test.go is a duplicate of release_testing.go
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Matthew Fisher
f8ed917830
test(cmd): refactor release_testing_test.go
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Matthew Fisher
f185103b60
ref(action): move AddFlags functions back to cmd
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Matthew Fisher
2b775d693d
ref(action): remove io.Writers, return string instead
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Matthew Fisher
6bb9264e89
fix(helm): fix `helm status` output formatting
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Matthew Fisher
2571dbf82f
ref: remove pkg/helm, pkg/hapi, pkg/tiller
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Adam Reese
62f144a9d8
Merge pull request #5431 from adamreese/v3/deps
...
chore(deps): upgrade dependencies
6 years ago
Adam Reese
f29431a50e
chore(deps): upgrade dependencies
...
Signed-off-by: Adam Reese <adam@reese.io>
6 years ago
Adam Reese
22393ad355
Merge pull request #5421 from adamreese/v3/golangci-lint
...
feat(tests): replace gometalinter with golangci-lint
6 years ago
Adam Reese
21d3a40f3b
feat(tests): replace gometalinter with golangci-lint
...
Signed-off-by: Adam Reese <adam@reese.io>
6 years ago
Adam Reese
de1cbf2ad3
Merge pull request #5419 from adamreese/v3/completion
...
fix(cmd/helm): cherry-pick completion fix for zsh completion
6 years ago
Adam Reese
1503ad5338
Merge pull request #5412 from adamreese/v3/engine
...
ref(pkg/engine): make template specific functions private
6 years ago
Marc Khouzam
a40e3c5279
Fix #5046 compatible with MacOS ( #5406 )
...
Signed-off-by: Marc Khouzam <marc.khouzam@gmail.com>
(cherry picked from commit c94c00915f
)
6 years ago
Peter Stalman
8e45b0565c
Fixes #5046 , zsh completion ( #5072 )
...
Signed-off-by: Peter Stalman <sarkedev@gmail.com>
(cherry picked from commit 4c1edcf049
)
6 years ago
Bartel Sielski
f98366fc50
Remove newline at the start of zsh completion file ( #4851 )
...
Signed-off-by: Bartel Sielski <bartel.sielski@gmail.com>
(cherry picked from commit 1ebbd69896
)
6 years ago
Matthew Fisher
b64066b445
chore(circle): bump go to 1.12 ( #5382 )
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Matthew Fisher
c817b81125
remove appveyor ( #5413 )
...
AppVeyor has been more detrimental than actually helpful with regards to CI testing:
- Users are unable to re-build their own failing PRs. A project admin has to rebuild the PR
- The project somehow mixes up bacongobbler/helm with Helm/helm when observing CI status
- The only contributors able to test legitimate Windows failures lands on the shoulders of contributors with Windows devices
This removes Appveyor from Helm 3 testing until we can figure out a better solution.
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
6 years ago
Adam Reese
849f27d11f
ref(pkg/engine): make template specific functions private
...
Make template specific functions private to ensure they not misused and
make unit tests simpler. We may export the template helpers later if
needed.
This lays the foundation for the new chart pipeline.
Signed-off-by: Adam Reese <adam@reese.io>
6 years ago
Adam Reese
d841a1b1d9
fix(engine): make template rendering thread safe
...
See https://github.com/helm/helm/pull/4828
Signed-off-by: Adam Reese <adam@reese.io>
6 years ago
Adam Reese
f501d4c960
Merge pull request #5403 from adamreese/v3/gopkg-deps
...
fix(deps): add github sources to gopkg.in dependencies
6 years ago
Adam Reese
2be6cecb4d
fix(deps): add github sources to gopkg.in dependencies
...
ref: https://github.com/golang/dep/issues/1760
Signed-off-by: Adam Reese <adam@reese.io>
6 years ago