Commit Graph

1630 Commits (671ceb5514900cbbd40fffc4691710f044aa73c4)

Author SHA1 Message Date
Matthew Fisher 0ae0f0742d
fix(action): fix import statement
5 years ago
Matthew Fisher 02999565a4
Merge pull request #6556 from karuppiah7890/conditional-dependencies-not-working-v3
5 years ago
Matthew Fisher c1e63a2a17
Merge pull request #6536 from karuppiah7890/fix-lint-for-no-package-found
5 years ago
Matthew Fisher 29765f4afe
Merge pull request #6490 from bacongobbler/port-create-enhancements
5 years ago
Taylor Thomas 07c950fc41
Merge pull request #6571 from cgetzen/cg/dev-v3/kube_create_goroutine
5 years ago
Karuppiah Natarajan bb9426c4e2
fix(pkg/lint): fix lint silently ignoring non existing packaged charts
5 years ago
Charlie Getzen d2cafdc063 modify resources to match helm3
5 years ago
Charlie Getzen ce4ca05d0a use WaitGroup instead of channels and counters
5 years ago
Taylor Thomas 3799d0024c fix(cmd): Fix all the outputs
5 years ago
Matthew Fisher b02080dc2c
fix(downloader): bypass index cache when repository URL defined
5 years ago
Matthew Fisher 9510713d21
fix(chartutil): port over enhancements to `helm create` from Helm 2
5 years ago
Matt Farina 9bc7934f35
Updating the module for v3 as the major version
5 years ago
Matt Farina 967f4fed42
Update dependencies
5 years ago
Charlie Getzen 25bbd88639 Add check on empty list
5 years ago
Charlie Getzen 4c39d2b63f batch perform function by resource kind (Deployment, Pod, etc)
5 years ago
Charlie Getzen f7a05ba018 Use a goroutine when interacting with kube api
5 years ago
Matt Farina e3137d106a
Migrating dependency management to go modules
5 years ago
Taylor Thomas 319045d351
Merge pull request #6547 from SimonAlling/processDependencyConditions
5 years ago
Taylor Thomas 3cc0240d8d
Merge pull request #6549 from perher/no-wait-paused-v3
5 years ago
Matthew Fisher c1fc24c84e
Merge pull request #6386 from VilledeMontreal/fix/testrunnocluster
5 years ago
Karuppiah Natarajan 337f52c566
fix(pkg/action): fix conditional dependencies not working with reuse values
5 years ago
Simon Alling 43bb10cd24 ref(pkg/chartutil): Dry up file and path names (#6554)
5 years ago
Taylor Thomas 11d5a269a7
Merge pull request #6542 from thomastaylor312/fix/atomic_delete
5 years ago
Taylor Thomas 6ccb2897d9 PR fixes
5 years ago
Per Hermansson f5e977b8ed Skip waiting for paused deployments
5 years ago
Simon Alling a40debd42b ref(pkg/chartutil): Simplify processDependencyConditions
5 years ago
Taylor Thomas 36f3a4b326 fix(action): Protects against current resource conflicts
5 years ago
Matthew Fisher 37f7cc0851
Merge pull request #4917 from derkoe/dev-v3-fix-requirement-condition
5 years ago
Martin Hickey 26dacf84aa
feat(cmd): Port child NOTES.txt rendering to Helm 3 (#6512)
5 years ago
Martin Hickey db15a6f898
Create charts directory for scaffold chart (#6516)
5 years ago
Taylor Thomas 15d277360e
Merge pull request #6504 from thomastaylor312/feat/output
5 years ago
Martin Hickey caa26c4bb2
Change release storage name to use helm storage type as prefix (#6500)
5 years ago
Taylor Thomas eac6a60001 feat(*): Ports all output functionality from v2
5 years ago
Adam Reese d3805a1d54
ref(pkg/cli): refactor environment variable setup
5 years ago
Taylor Thomas 85572df378
Merge pull request #6494 from thomastaylor312/feat/set_file
5 years ago
Matthew Fisher 261e5b00ac
Merge pull request #6491 from bacongobbler/port-5700
5 years ago
Taylor Thomas 9b87721c1f fix(provenance): Ports error check for `Digest` to v3
5 years ago
Taylor Thomas 7599c5d489 feat(*): Ports `--set-file` flag to v3
5 years ago
Matthew Fisher faa9048580
Merge pull request #6486 from bacongobbler/fix-6452
5 years ago
Matthew Fisher 9742c8c5a2
fix(action): typo
5 years ago
Taylor Thomas 6419ff6961
Merge pull request #6480 from thomastaylor312/feat/cleanup_on_fail
5 years ago
Matthew Fisher 1b0b843d6a
fix(action): invalidate discovery client cache on startup
5 years ago
Matthew Fisher 3e891dbde9
Merge pull request #6425 from AndiDog/helm-template-no-reachability-check
5 years ago
Taylor Thomas 17854e83af feat(*): Ports `--cleanup-on-fail` to v3
5 years ago
Matthew Fisher 4971ed5077
fix(list): scrub list returned from .List()
5 years ago
Taylor Thomas d95a6246a4
Merge pull request #6430 from karuppiah7890/fix-install-storing-computed-values
5 years ago
Cindy O'Neill 41e9359716 handle ingress apiVersion change for kubernete versions
5 years ago
Reinhard Nägele 38e41e12c9 ref(*): Improve and fix scaffold chart and API versions (#6426)
5 years ago
Andreas Sommer 3a843df1ff Fix reachability check which must be disabled for `helm template` (unless `--validate` is specified)
5 years ago
Karuppiah Natarajan 25324ca8db
fix install storing computed values in release instead of user supplied values
5 years ago
Marc Khouzam 5aa7c20f7c Check connectivity to cluster for helm test run
5 years ago
Adam Reese b4788481b7
fix(pkg/cli): do not override users xdg directories
5 years ago
Taylor Thomas 01e562bd00
Merge pull request #6296 from andytom/fix/duplicate_error_msgs
5 years ago
Matt Farina 1ea53d8934
Unifity environment variable naming and use
5 years ago
Matt Farina 378b9dd29e
Remove ability to have duplicates in environment variables
5 years ago
Matt Farina ec31f13ee9
Merge pull request #6244 from waveywaves/feature/helmenv
5 years ago
Matt Butcher 0f332b67f1
fix: clear the discovery cache after CRDs are installed (#6332)
5 years ago
Matt Farina 01adf0d7a3
Merge pull request #6255 from waveywaves/fix/6237
5 years ago
Adam Reese 4fcc876786
ref(pkg/engine): cleanup of development `hack`
5 years ago
Ivan Towlson cd42b26a6a Distinct doc strings for repository-cache and repository-config
5 years ago
Vibhav Bobade 66b037f6be Move the logic for checking env in pkg/cli and store all envs in a central place
5 years ago
Adam Reese fe92480ab4
fix(cmd/helm): user friendly error message when repos are not configured
5 years ago
Marc Khouzam f46df928cf fix(cmd/helm): Missing params for dir locations (#6300)
5 years ago
Thomas O'Donnell e5668f54fe Stop multiple error messages in lint results
5 years ago
Vibhav Bobade d00e328020 Applied check to actions
5 years ago
Vibhav Bobade 5a07055645 Add IsReachable to /pkg/kube/client to see if connected to the internet
5 years ago
Adam Reese f76b5f21ad
Merge pull request #6272 from adamreese/feat/initless
5 years ago
Adam Reese 1779ad5302
ref(cmd/helm): remove init command
5 years ago
Josh Dolitsky af06037d23
chore(registry): upgrade to oras v0.7.0 (#6285)
5 years ago
Adam Reese b6fdd8783b
feat(cmd/helm): remove need for helm init command
5 years ago
Matt Farina fba311ba23
Merge pull request #6243 from technosophos/feat/5871-crds-directory
5 years ago
Taylor Thomas 7466c4ee3b
Merge pull request #6241 from waveywaves/fix/issue-6079
5 years ago
Vibhav Bobade 68a8f36a92 Fix Adding Errors from Linter.Messages to result.Errors
5 years ago
Adam Reese b2d5e41fc7
ref(*): remove dead code
5 years ago
Vibhav Bobade 9ab927f0bb Test for Linting multiple charts with the same vals instance
5 years ago
Vibhav Bobade 7da1f35386 Clone the vals map for every path to avoid mutation
5 years ago
Matt Butcher 98426d6ad3
feat: Add support for a crds/ directory
5 years ago
Taylor Thomas 16544c8190 fix(registry): Updates registry to handle go 1.12.8 changes
5 years ago
Matthew Fisher d99edbfb3e
fix(chartutil): remove executable bits from chartutil generated files
5 years ago
Matthew Fisher 4c4b10668a
ref(test): join all hook manifests before building
5 years ago
Matthew Fisher 4d6d384741
style(action): fix style tests
5 years ago
Matthew Fisher 4c366c972d
fix(action): return an error if len > 0
5 years ago
Matthew Fisher fddf066121
fix(test): restore --cleanup
5 years ago
Josh Dolitsky 6095070817
ref(internal/experimental/registry): pkg refactor (#6205)
5 years ago
Adam Reese cc98242feb
fix(pkg/kube): only wait for events from Jobs and Pods
5 years ago
Matt Farina dfe37b9ccd
Merge pull request #6187 from mattfarina/hub-sdk
5 years ago
Matthew Fisher c6d6e456d0
Merge pull request #6054 from jlegrone/test-as-hook
5 years ago
Matt Farina e9a704278b
Updating the httpgetter to use the new user agent function
5 years ago
Matt Farina 2d4ced9090
Moving monocular client to internal and adding user agent to version pkg
5 years ago
Matt Farina 2613c3cda3
Adding a monocular client as a package
5 years ago
Taylor Thomas c9c95ea148 ref(*): Moves packages to internal
5 years ago
Jacob LeGrone 2085228b50
feat(hooks): add Running phase
5 years ago
Jacob LeGrone 2bd94bc552
Merge branch 'dev-v3' of https://github.com/helm/helm into test-as-hook
5 years ago
Matthew Fisher 806921dcee
feat(getter): set default User-Agent
5 years ago
Josh Dolitsky 63813fe7b9
feat(cmd): use alt dest for chart export (#6193)
5 years ago
Matthew Fisher c5137c5390
Merge pull request #6185 from bacongobbler/feature-gates
5 years ago
Matthew Fisher 6e7f5e64a0
fix(action): return nil if no errors occurred
5 years ago
Matthew Fisher fe952445bd
feat(cmd): put OCI commands behind a feature gate
5 years ago
Adam Reese 4e625df328
fix(helmpath): fix syntax errors for windows tests
5 years ago
Josh Dolitsky cc5dece910
fix(chartutil): Ensure nested template dir on save (#6177)
5 years ago
Jacob LeGrone 4f6814afb5
refactor(hooks): replace hook execution Successful bool with HookPhase
5 years ago
Jacob LeGrone 047dd5911a
Fix make test
5 years ago
Taylor Thomas b46d7fd527 fix(kube): Fixes nil panic with stateful set waiting
5 years ago
Jacob LeGrone 08b2d8a2dc
Merge branch 'dev-v3' of https://github.com/helm/helm into test-as-hook
5 years ago
Taylor Thomas a749cf4c4e docs(chart): updates APIVersionV2 comment to reflect the proper name
5 years ago
Taylor Thomas 4778e2bef5
Merge pull request #6124 from bacongobbler/three-way-merge-patch
5 years ago
Martin Hickey a0f0d8b470
Merge pull request #6117 from hickeyma/upd-linter-v2
5 years ago
Adam Reese 2aee21730d
Merge pull request #6142 from joelanford/decouple-cli-vals
5 years ago
Joe Lanford 45f697b507 pkg/cli/values/options_test.go: re-add MergeValues test with mergeMaps
5 years ago
Matthew Fisher 186f6c512f
fix(plugin): add HELM_HOME back
5 years ago
Matthew Fisher c728611e5a
feat(cli): support XDG base directory specification
5 years ago
Matthew Fisher 18ca0dd6c4
ref(client): use three-way merge patch strategy
5 years ago
Martin Hickey 8f8b2c10e5 Remove the chart lock file as its v1 structure
5 years ago
Martin Hickey 4d47052395 Update linting and checking for apiVersion v1/v2
5 years ago
Jacob LeGrone 49987975a8
fix(test): wait for pods and record status
5 years ago
Joe Lanford 8a4b70b1e3 review: move ValueOptions to SDK
5 years ago
Joe Lanford 68ee30b48c cmd/*,pkg/*: move ValueOptions to cmd package and decouple from SDK
5 years ago
Jacob LeGrone 5ab42504f1
Merge branch 'dev-v3' of https://github.com/helm/helm into test-as-hook
5 years ago
Taylor Thomas 0d8b30f46d
Merge pull request #6085 from thomastaylor312/ref/better_kube_client
5 years ago
Jacob LeGrone 7f532b4917
doc(hooks): note helm 2 test annotation support requirement
5 years ago
Jacob LeGrone caa4240a30
refactor(release): track test executions via Hook type
5 years ago
Jacob LeGrone 97fe285ada
feat(client): wait for Pods during hook execution
5 years ago
Jacob LeGrone 72127c391c
feat(test): define tests as Jobs and allow arbitrary supporting resources
5 years ago
Karuppiah Natarajan 6d02079016
Fix values being ignored when reusing values on upgrade
5 years ago
Matthew Fisher 704ace3619
Merge pull request #6122 from ian-howell/fix/6101
5 years ago
Ian Howell ef46a0c1e7 fix(pkg/action): Allow name re-use for helm template
5 years ago
Taylor Thomas dd8222d7f2 Removes clientset method from interface in favor of the configuration struct
5 years ago
Taylor Thomas 189b5a1229 Fixed object typing for watching Jobs/hooks
5 years ago
Taylor Thomas f6116a7ca9 Fixes issues with delete
5 years ago
Taylor Thomas 15fc57f8a3 ref(*): Refactors kube client to be a bit more friendly
5 years ago
Taylor Thomas 1dac8421ef ref(kube): Renames `Result` type to `ResourceList`
5 years ago
Karuppiah Natarajan 8d660a96a0
Allow missing trailing '/' in --repo url
5 years ago
Martin Hickey 5906b9dfee Fix style conformance issue
5 years ago
Taylor Thomas e258418837
Merge pull request #6066 from ian-howell/fix/6044
5 years ago
Ian Howell c92e3351f7 Switch to a more unique delimiter for template execution errors
5 years ago
Martin Hickey 8e7905c7a8
Merge pull request #6106 from hickeyma/upd-scaffold-api-ver
5 years ago
Martin Hickey 5410e7d346 Fix style conformance issues
5 years ago
Martin Hickey 149da7c77e Update scaffold chart to v2 apiVersion
5 years ago
Matt Farina 095ba431aa
Merge pull request #6095 from mattfarina/remove-stable
5 years ago
Seb Ospina 1469a78029 Added List mode for Role, ClusterRole and Bindings
5 years ago
Matt Farina 670968fb19
Removing the stable repository
5 years ago
hd-rk 7ad1d522b3 test: add test
5 years ago
hd-rk 6d3eb81943 fix: use repo default client to download index
5 years ago
hd-rk 71c2bba69d fix: call chartutil.ProcessDependencies in action.Install
5 years ago
Matthew Fisher 63d7a0c2cf
Merge pull request #6070 from bacongobbler/fix-6059
5 years ago
Matthew Fisher 2045fab01f
ref(action): remove ParseReferenceWithChartDefaults
5 years ago
Matthew Fisher 97e7461e41
Merge pull request #6049 from bacongobbler/helm-template-schema-validation
5 years ago
Ian Howell 31b940a61d fix(engine): Fix eating too many colons during template execution
5 years ago
Martin Hickey 7ddd3f482e
Merge pull request #6038 from liuliqiang/dev-v3
5 years ago
Liu Liqiang 49120340d3 Fix paths in the ingress template and values file written by helm create
5 years ago
Matthew Fisher 4f6d002d6c
chore(docs): move docs to helm-www
5 years ago
Josh Dolitsky b3fd254991 Use chart version as default tag when saving
5 years ago
Martin Hickey 712c850ac5
Merge pull request #6047 from Constantin07/add_hpa_to_sorting_order_port_to_v3
5 years ago
Constantin Bugneac 512f67de14 Added HorizontalPodAutoscaler to sort order.
5 years ago
Matthew Fisher 7de91248ce
feat(template): introduce --validate
5 years ago
Matthew Fisher 880f4456b3
Merge pull request #6046 from bacongobbler/fix-5654
5 years ago
Matthew Fisher b5d555e4ea
fix(kube): remove namespace enforcement
5 years ago
Taylor Thomas 2c397b6879
Merge pull request #6011 from thomastaylor312/feat/atomic
5 years ago
Matthew Fisher 6e60242a18
ref(getter): change NewHTTPGetter and NewPluginGetter to return type Getter
5 years ago
Matthew Fisher 2800c56f9d
ref(downloader): pass in options to ChartDownloader
5 years ago
Matthew Fisher d23d68d51c
Merge pull request #5881 from torstenwalter/template
5 years ago
Torsten Walter ec038337a4
support writing multiple resources to the same file
5 years ago
Oleg Sidorov f94bac0643 chartutil.ReadValues is forced to unmarshal numbers into json.Number refs #1707 [dev-v3]
5 years ago
Matt Farina 84d0f231e8
Merge pull request #6016 from icanhazbroccoli/icanhazbroccoli-dev-v3-sigs-yaml
5 years ago
steven-sheehy 1064934105 Add sub-command support to plugin downloader
5 years ago
Oleg Sidorov ec440d446d Replaced ghodss/yaml with sigs.k8s.io/yaml
5 years ago
Taylor Thomas 29c343278e feat(action): Refactors unit tests with better fakes
5 years ago
Taylor Thomas 93d07c862d feat(*): Adds back --atomic functionality to Helm 3
5 years ago
Andrew Rudoi 09e1f8aeb1 chore: add ValueOptions constructor
5 years ago
Matt Farina ff818fceca
Merge pull request #5860 from mattfarina/moar-capabilities-v3
5 years ago
Taylor Thomas 51ad3cd357 ref(*): Refactors the history action to return releases instead of formatted output
5 years ago
Taylor Thomas eaa7d8c7c4 feat(wait): Adds smarter waiting for DaemonSets and StatefulSets
5 years ago
Marc Khouzam 81321532e6 Fix linter issuers
5 years ago
Taylor Thomas 61578de6a0
Merge pull request #5970 from thomastaylor312/fix/missing_wait
5 years ago
Josh Dolitsky 240dd53e78
Helm 3: set custom manifest config media type on chart push (#5719)
5 years ago
Taylor Thomas d031651c45 fix(pkg/action): Adds back in missing wait functionality
5 years ago
Matthew Fisher e55a25bfeb
Merge pull request #5917 from bacongobbler/ref-getter-options
5 years ago
Taylor Thomas cf79b90867
Merge pull request #5961 from thomastaylor312/fix/wait
5 years ago
Taylor Thomas c8c854a35c fix(pkg/kube): Fixes wait functionality
5 years ago
Matthew Fisher e410a03c74
ref(getter): introduce Options for passing in getter parameters
5 years ago
Matthew Fisher 1ea07feac8
Merge pull request #5889 from andytom/fix/backport_lint_fix
5 years ago
Matt Farina 64496cdc07
Expose the resource types in addition to the api group/version in templates
5 years ago
Matthew Fisher a6fefdd9a3
Merge pull request #5874 from bacongobbler/fix-requirements-not-being-updated
5 years ago
Matthew Fisher cf90b5f9a2
Merge pull request #5938 from hickeyma/fix-linter-issues
5 years ago
Martin Hickey 407d850847
Merge pull request #5940 from Somefive/dev-v3
5 years ago
Da Yin b9878bd912 Redo the same fix with #3915 in dev-v3 branch
5 years ago
Martin Hickey ed68cbda3c Fix linter issues
5 years ago
Matt Farina 379b2b177c
Updating to the new Ingress group version
5 years ago
Thomas O'Donnell 213f714604 Stop Lint from breaking when using required
5 years ago
Matthew Fisher 78330ba3d9
fix(resolver): compare hash of lockfile against resolved dependencies
5 years ago
Matthew Fisher 7d3693bd56
Merge pull request #5856 from bacongobbler/remove-stripport
5 years ago
Matthew Fisher b948480814
Merge pull request #5855 from bacongobbler/refactor-downloader
5 years ago
Tariq Ibrahim 3a36ab67e9
add go version to version cmd output of helm
5 years ago
Matthew Fisher 8eaf4c093d
ref(urlutil): remove stripPort
5 years ago
Matthew Fisher 7353a65bfa
ref(downloader): remove ResolveChartVersionAndGetRepo
5 years ago
Matthew Fisher da83115510
Merge pull request #5539 from jan25/fix-list-sorting-5499
5 years ago
Matthew Fisher f1594e564a
Merge pull request #5824 from rokii/fix5792
5 years ago
rokii 897a79a57f fix and add test cases
5 years ago
Torsten Walter 829d8ff4d6 Revert "do not write empty templates to disk"
5 years ago
Torsten Walter 0528c7bb19 add test for output-dir
5 years ago
Torsten Walter 7347be61ee Merge branch 'dev-v3' into output-dir
5 years ago
rokii 871b092f32 fix issue 5792
5 years ago
Adam Reese 77a1b7e0a2
ref(*): expose klog flags
5 years ago
Torsten Walter da260ec15f
do not write empty templates to disk
5 years ago
Torsten Walter cb58035f90
use outputDir instead of hardcoded value
5 years ago
Adam Reese f1718462c9
Merge pull request #5761 from cpanato/GH-5741
5 years ago
Adam Reese b49db9e6e6
ref(pkg/chartutil): break up chartutil into logical files
5 years ago
Torsten Walter 24578a6411
support --output-dir option for helm3 template
5 years ago
Carlos Panato b5f83a08e3
fix missing package name
5 years ago
Adam Reese 45f63628e1
ref(pkg/chart): remove unused chart.RawValues
5 years ago
Adam Reese 590bf10ab5
fix(pkg/action): add namespace to release options
5 years ago
Adam Reese 9401295d2a
Merge pull request #5736 from adamreese/v3/requirements
5 years ago
Adam Reese 634fcfb7ef
feat(pkg/chart): support deprecated requirements.yaml
5 years ago
Adam Reese 0338576fc5
ref(pkg/kube): cleanup kube client interface
5 years ago
Matt Farina c62a3a4896
Merge pull request #5730 from mattfarina/fix-lint-apiversion-v3
5 years ago
Matthew Fisher 31667b6050
Merge pull request #5717 from jdolitsky/feat-v3/oci-registry-loglevel
5 years ago
Matthew Fisher 757eb88d6c
Merge pull request #5441 from hickeyma/update-lib-charts
5 years ago
Matt Farina 50e06b1447
Adding apiVersion guidance to the linting
5 years ago
Matt Farina 069eec9e42
Updatin gthe apiVersion linting for Helm v3
5 years ago
Matt Farina 29842e040f
Adding lint check for apiVersion which is a required field
5 years ago
Matthew Fisher 5367c6c296
fix(loader): assume apiVersion is v1 when loading charts
5 years ago
Josh Dolitsky 5f1128b5f7 pass debug option to registry client
5 years ago
Martin Hickey 22d0ba8b51 Print manifest output for dry-run option
5 years ago
Adam Reese 8d1590016c
Merge pull request #5646 from adamreese/v3/kube-wait
5 years ago
Adam Reese b7a14de590
Merge pull request #5601 from adamreese/v3/capabilities
5 years ago
Martin Hickey ecf4eda6c5 Fix scaffold chart label in helper template
5 years ago
Adam Reese b97f881be0
ref(*): use time.Duration for timeouts
5 years ago
Adam Reese 097834de0a
ref(pkg/chartutil): remove k8s version object dependency
5 years ago
Matt Farina 2a06c2baba
Merge pull request #5684 from mattfarina/add-app-version
5 years ago
Adam Reese 2dd4744d23
ref(pkg/kube): extract wait logic from install/update
5 years ago
Adam Reese b8bced2649
fix(pkg/action): load clients after flags have been parsed (#5681)
5 years ago
Matt Farina 250b63eced
Updating the labels for consistency
5 years ago
Luis Davim 82ffe56ca6
Reduce template code duplication. Fixes #5372
5 years ago
Luis Davim 4425f86865
Add app.kubernetes.io/version label
5 years ago
Matt Farina af7eab0325
Updating to the k8s label convention
5 years ago
Martin Hickey 75624afb73
Merge pull request #5662 from hickeyma/fix-scaffold-chart-image
5 years ago
Josh Dolitsky a12a396aab
Helm 3: registry login/logout (#5597)
5 years ago
Martin Hickey f12c2a3111 Change the nginx app version to a set tag
5 years ago
Martin Hickey 0b809dd078 Validate library chart files after chart loaded
5 years ago
Martin Hickey 86c5e52ac4 Fix the image field for the scaffold chart application
5 years ago
Martin Hickey b74fee715e Add capability for application charts to be used as library charts
5 years ago
Matthew Fisher b1ae1acc8b
Merge pull request #5283 from bacongobbler/purge-by-default
5 years ago
Martin Hickey 1915358a21
Merge pull request #5538 from hickeyma/add-app-version
5 years ago
Ian Howell ffff0e8c33 Feat/schema validation (#5350)
5 years ago
Michelle Noorali 3dd1765491
Merge pull request #5631 from michelleN/test-run
5 years ago
Matthew Fisher e2ccf13294
Merge pull request #5553 from bacongobbler/same-appversion-as-version
5 years ago
Michelle Noorali ceab13e9a1 fix test command, move test to test run subcmd
5 years ago
Martin Hickey b72e25cfb9 Change header "APP_VERSION" to "APP VERSION"
5 years ago
Martin Hickey b600f6090e Add app version to history table
5 years ago
Matthew Fisher 5264ebd5aa
Merge pull request #5572 from ian-howell/fix/template-error-messages
5 years ago