Taylor Thomas
5e2071caef
Merge pull request #6597 from thomastaylor312/feat/ingress_wait
...
feat(wait): Ports ingress wait to v3
5 years ago
Taylor Thomas
fca14bcb76
feat(plugin): Ports file mode preservation for tarballs from v3
...
This is a port of #5428 and readds a unit test for the `Extract` method
Signed-off-by: Taylor Thomas <taylor.thomas@microsoft.com>
5 years ago
Taylor Thomas
63c994343b
feat(wait): Ports ingress wait to v3
...
This is a port of #5264 with extra support for the networking/v1beta1 API
Signed-off-by: Taylor Thomas <taylor.thomas@microsoft.com>
5 years ago
Taylor Thomas
854919fae8
feat(repo): Ports repo file `Get` method from v2
...
This is a port of #3478 with some slight refactors to make it a bit more friendly.
It is technically a breaking change as it is changing the method signature from v2
Signed-off-by: Taylor Thomas <taylor.thomas@microsoft.com>
5 years ago
Taylor Thomas
0210d43a66
Merge pull request #6550 from thomastaylor312/fix/missing_debug
...
fix(cmd): Fix all the outputs
5 years ago
Taylor Thomas
59d3488d1c
feat(template): Ports api-versions flag to v3
...
This is a port of #5392 . It also takes care of the small chore to update the default k8s
version to 1.16, which is the latest supported version
Signed-off-by: Taylor Thomas <taylor.thomas@microsoft.com>
5 years ago
Taylor Thomas
3d64c6bb54
ref(cmd): Implement flag parsing for output format
...
Signed-off-by: Taylor Thomas <taylor.thomas@microsoft.com>
5 years ago
Taylor Thomas
768d27b387
ref(*): Refactors output into its own package
...
Signed-off-by: Taylor Thomas <taylor.thomas@microsoft.com>
5 years ago
Martin Hickey
335d27a976
Fix ingress API group in scaffold chart ( #6591 )
...
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
5 years ago
Efrat Levitan
98a33fb683
helm repo subcommands aliases ( #6589 )
...
* helm repo subcommands aliases
Signed-off-by: Efrat19 <efrat890089@gmail.com>
* lint
Signed-off-by: Efrat19 <efrat890089@gmail.com>
5 years ago
Matthew Fisher
f35881d299
Merge pull request #6588 from Efrat19/feature/6558
...
helm plugin subcommands aliases - helm3
5 years ago
Efrat19
f9175ea5d5
run golint
...
Signed-off-by: Efrat19 <efrat890089@gmail.com>
5 years ago
Efrat19
2cbbc018e7
remove trailing whitespace
...
Signed-off-by: Efrat19 <efrat890089@gmail.com>
5 years ago
Efrat19
58043d8657
helm plugin subcommands aliases
...
Signed-off-by: Efrat19 <efrat890089@gmail.com>
5 years ago
Matthew Fisher
9de0bd6994
Merge pull request #6584 from bacongobbler/fixup-package-import
...
fix(action): fix import statement
5 years ago
Matthew Fisher
0ae0f0742d
fix(action): fix import statement
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago
Matthew Fisher
02999565a4
Merge pull request #6556 from karuppiah7890/conditional-dependencies-not-working-v3
...
fix(pkg/action): fix conditional dependencies not working with reuse values
5 years ago
Matthew Fisher
c1e63a2a17
Merge pull request #6536 from karuppiah7890/fix-lint-for-no-package-found
...
fix silent lint ignore for non existing packaged charts
5 years ago
Matthew Fisher
29765f4afe
Merge pull request #6490 from bacongobbler/port-create-enhancements
...
fix(chartutil): port over enhancements to `helm create` from Helm 2
5 years ago
Taylor Thomas
f8ab189515
Merge pull request #6582 from jonasrutishauser/fix/hooks_output
...
Use same output format for hooks as for manifest
5 years ago
Jonas Rutishauser
9ea75a9f59
Use same output format for hooks as for manifest
...
Signed-off-by: Jonas Rutishauser <jonas.rutishauser@alumni.ethz.ch>
5 years ago
Martin Hickey
2d5faff6a1
Create file locking directory if it does not exist ( #6555 )
...
* Create file locking directory if it does not exist
As Helm v3 uses lazy creation for configuration then
directories and files are not created until required.
File locking when doing repo add was introduced in
v2 and ported to v3 in #6492 . It locks on the config
directory where the repo file resides and therefore
needs the directory to be created if it doesn't exist.
This fix adds the directory if need be,
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
* Add unit test
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
5 years ago
Taylor Thomas
07c950fc41
Merge pull request #6571 from cgetzen/cg/dev-v3/kube_create_goroutine
...
v3: Performance: Batch kube API operations
5 years ago
Karuppiah Natarajan
bb9426c4e2
fix(pkg/lint): fix lint silently ignoring non existing packaged charts
...
Closes #6428
Signed-off-by: Karuppiah Natarajan <karuppiah7890@gmail.com>
5 years ago
Charlie Getzen
d2cafdc063
modify resources to match helm3
...
Signed-off-by: Charlie Getzen <charlie.getzen@procore.com>
5 years ago
Charlie Getzen
ce4ca05d0a
use WaitGroup instead of channels and counters
...
Signed-off-by: Charlie Getzen <charlie.getzen@procore.com>
5 years ago
Taylor Thomas
3799d0024c
fix(cmd): Fix all the outputs
...
There were two different methods and varying ways to output the status of a release.
This standardizes all of the outputs, but requires a breaking change. Output will
not perfectly match previous v3 output, and we had to break the printing function
in the `action` package, but now things are much more standardized.
Fixes #6238
Signed-off-by: Taylor Thomas <taylor.thomas@microsoft.com>
5 years ago
Matt Farina
410ec5319f
Merge pull request #6579 from cagataygurturk/fix-makefile
...
Fixed Makefile with the new package name
5 years ago
Cagatay Gurturk
5fa57aa905
Add v3 to missing line
...
Signed-off-by: Cagatay Gurturk <info@cagataygurturk.com>
5 years ago
Cagatay Gurturk
7066ac2f58
Fixed Makefile with the new package name
...
Signed-off-by: Cagatay Gurturk <info@cagataygurturk.com>
5 years ago
Matthew Fisher
b02080dc2c
fix(downloader): bypass index cache when repository URL defined
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago
Matthew Fisher
223c859867
fix(create): convert tabs to spaces on help output
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago
Matthew Fisher
9510713d21
fix(chartutil): port over enhancements to `helm create` from Helm 2
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
5 years ago
Matt Farina
ea0f59d69f
Merge pull request #6576 from mattfarina/fix-go-modules
...
Fixing the ability to build v3
5 years ago
Matt Farina
0c551a02c0
Merge pull request #6574 from mattfarina/cruft-cleanup
...
Removing some duplicate go module stuff not needed
5 years ago
Matt Farina
cc51efda47
Fixing the ability to build v3
...
Signed-off-by: Matt Farina <matt@mattfarina.com>
5 years ago
Matt Farina
a1a8825cdc
Removing some duplicate go module stuff not needed
...
Signed-off-by: Matt Farina <matt@mattfarina.com>
5 years ago
Matt Farina
6f0235f659
Merge pull request #5498 from mattfarina/go-mod
...
Migrating dependency management to go modules
5 years ago
Matt Farina
9bc7934f35
Updating the module for v3 as the major version
...
Signed-off-by: Matt Farina <matt@mattfarina.com>
5 years ago
Matt Farina
967f4fed42
Update dependencies
...
* Kubernetes updated to 1.16.1
* SemVer and Sprig updated to latest releases that leverage go
modules
* Tests and checks updated. These already landed in v2 via PR 6457
Signed-off-by: Matt Farina <matt@mattfarina.com>
5 years ago
Charlie Getzen
25bbd88639
Add check on empty list
...
Signed-off-by: Charlie Getzen <charlie.getzen@procore.com>
5 years ago
Charlie Getzen
4c39d2b63f
batch perform function by resource kind (Deployment, Pod, etc)
...
Signed-off-by: Charlie Getzen <charlie.getzen@procore.com>
5 years ago
Charlie Getzen
f7a05ba018
Use a goroutine when interacting with kube api
...
Signed-off-by: Charlie Getzen <charlie.getzen@procore.com>
5 years ago
Matt Farina
f18c078618
Reducing the circleci footprint
...
* Removed the parallelism as it was running the same tests 3 times
* Removed caching as the time to cache/restore is about the same
as without caching
Signed-off-by: Matt Farina <matt@mattfarina.com>
5 years ago
Taylor Thomas
e247d30503
Merge pull request #6563 from VilledeMontreal/fix/historyOutputFlag
...
v3: fix(cmd) have history use global output flag
5 years ago
Matt Farina
e3137d106a
Migrating dependency management to go modules
...
Signed-off-by: Matt Farina <matt@mattfarina.com>
5 years ago
Marc Khouzam
cb86db7ff5
fix(cmd) have history use global output flag
...
Also, it seems that for helm v3, the description of flags all start
with a lowercase, so this commit also does that for the output flag.
Signed-off-by: Marc Khouzam <marc.khouzam@montreal.ca>
5 years ago
Matthew Fisher
5c592dcca6
Merge pull request #6541 from BhaveshSethi/feature/add-version-to-helm-list
...
Feature/add version to helm list
5 years ago
Taylor Thomas
319045d351
Merge pull request #6547 from SimonAlling/processDependencyConditions
...
ref(pkg/chartutil): Simplify processDependencyConditions
5 years ago
Taylor Thomas
3cc0240d8d
Merge pull request #6549 from perher/no-wait-paused-v3
...
Skip waiting for paused deployments
5 years ago