Commit Graph

1363 Commits (f76b5f21adb53a85de8925f4a9d4f9bd99f185b5)

Author SHA1 Message Date
Matthew Fisher 0805a87140
ref(uninstall): purge release history by default
6 years ago
Matthew Fisher 0b1caa14a7
Merge pull request #5489 from bacongobbler/list-move-namespaces-field
6 years ago
Matthew Fisher 32712201ec
ref(list): move namespaces field closer to the name
6 years ago
Adam Reese 779373a276
Merge pull request #5472 from adamreese/v3/template-name
6 years ago
Sunyk 223148dac9 Remove a trivial TODO comment
6 years ago
Adam Reese 271e4cf111
fix(cmd/template): allow setting release name for template
6 years ago
Adam Reese 14d8e97d2a
fix(*): resolve new govet issues
6 years ago
Matthew Fisher 8f37ab48ac
Merge pull request #5455 from bacongobbler/fix-list
6 years ago
Matthew Fisher 5c2f235b6c
fix(install): fix issue where chart metadata is not being saved on `helm install`
6 years ago
Adam Reese 895e9192d4
feat(*): use vanity import helm.sh/helm
6 years ago
Matthew Fisher 017790d0e3
ref(action): remove ParseShowOutputFormat
6 years ago
Matthew Fisher 78bd46075b
fix(action): remove test.go
6 years ago
Matthew Fisher f8ed917830
test(cmd): refactor release_testing_test.go
6 years ago
Matthew Fisher f185103b60
ref(action): move AddFlags functions back to cmd
6 years ago
Matthew Fisher 2b775d693d
ref(action): remove io.Writers, return string instead
6 years ago
Matthew Fisher 6bb9264e89
fix(helm): fix `helm status` output formatting
6 years ago
Matthew Fisher 2571dbf82f
ref: remove pkg/helm, pkg/hapi, pkg/tiller
6 years ago
Adam Reese 21d3a40f3b
feat(tests): replace gometalinter with golangci-lint
6 years ago
Adam Reese 849f27d11f
ref(pkg/engine): make template specific functions private
6 years ago
Adam Reese d841a1b1d9
fix(engine): make template rendering thread safe
6 years ago
Matthew Fisher 2a82e6cbe6
docs: s,kubernetes/helm,helm/helm,g (#5404)
6 years ago
Adam Reese a1a7d3e824
ref(pkg/helm): refactor out `ReleaseStatus`
6 years ago
Martin Hickey ef4d2a6e65 Update after review
6 years ago
Martin Hickey abdaf3ce1b Add chart type
6 years ago
Adam Reese e51a9b90c9
Merge pull request #5284 from adamreese/v3/make-format
6 years ago
Martin Hickey 45fb4b1c44 Fix linter warnings
6 years ago
Adam Reese f791421fab
feat(Makefile): add formatting target
6 years ago
Josh Dolitsky 16b59bfe5b
Helm 3: fix "latest" tag bug (#5279)
6 years ago
Josh Dolitsky a32f8ebb37
Helm 3: initial registry support (#5243)
6 years ago
Adam Reese 28d8c7b277
ref(*): remove references to chart 'engine'
6 years ago
Matthew Fisher 95c865513f
fix appveyor builds (#4934)
6 years ago
Martin Hickey 86d8596763 Feature(Plugins): Enable platform specific commands (#5176)
6 years ago
Adam Reese d94707db86
ref(*): remove helmVersion chart constraint
6 years ago
Matt Butcher f3bfae5ea7
fix: fix a number of style errors (#5136)
6 years ago
Matt Butcher 425f7a6f6c
feat: add 'pkg/action' for list operations (#5077)
6 years ago
derkoe 6e1b45888a feat(cmd/helm): re-add --history-max option to v3
6 years ago
Adam Reese 2b81eea1e2
ref(*): replace byte array with map for Release config
6 years ago
Adam Reese 6fc8c9e079
ref(pkg/chartutil): simplify chart dependency unit tests
6 years ago
Adam Reese 825b15c763
Merge pull request #4972 from adamreese/ref/chart-dependencies
6 years ago
Adam Reese 85aef0d3d7
ref(pkg/chart): rename Requirements to Dependencies
6 years ago
roc 79f88dfc5e ref(url) update helm's github url (#4962)
6 years ago
roc 212d326a34 ref(pkg/repo): rename RepoFile to File
6 years ago
Adam Reese 9e1e26f01e
ref(pkg/chartutil): attempt to make requirements processing readable
6 years ago
Adam Reese f5b6ff2832
ref(pkg/chart): rename files to be consistent with types
6 years ago
Matt Butcher 7061716406
ref: require name by default on 'helm install' (#4858)
6 years ago
Adam Reese 3b0ba0f71e
ref(tests): remove broken symlinks in testdata
6 years ago
Adam Reese b4ed1de6b8
ref(*): kubernetes v1.12 support
6 years ago
Matt Butcher 9fda187647
fix(tests): set mock to generate UTC timestamps (#4716)
6 years ago
Adam Reese 3be0d81da7
ref(driver): refactor out function type errors
6 years ago
Adam Reese 21259507bd
ref(*): rename requirements.lock to Chart.lock
6 years ago
Adam Reese f7a7a157ce
ref(*): merge requirement.yaml into Chart.yaml
6 years ago
Adam Reese 516c53dae6
ref(chart): use map for chart.Values
6 years ago
Adam Reese 4f26b658d8
change copyright to "Copyright The Helm Authors"
6 years ago
Adam Reese f012940d9c
ref(*): refactor chart/chartutil
6 years ago
Adam Reese 7423eddf21
ref(*): kubernetes v1.11 support
6 years ago
Matthew Fisher 195d21d5d7
ref(cmd): rename `helm delete` to `helm uninstall`
6 years ago
Adam Reese aa859e3f88
feat(*): remove Time, Namespace, and Revision from template functions
6 years ago
Adam Reese a02a598c33
ref(tests): simplify cmd test setup/teardown
6 years ago
Adam Reese b1128abf4f
ref(*): s/tiller/helm/
6 years ago
Adam Reese 726e3c41be
feat(*): print stacktrace on error with debug enabled
6 years ago
Adam Reese 75c4df0b56
ref(tests): use golden files for testing command output
6 years ago
Adam Reese 36e034551f
ref(*): rebuild build version object
6 years ago
Adam Reese 03ea683b9a
ref(pkg/tiller): add flag to enable tilling logging in tests
6 years ago
Adam Reese 3b9596c6ab
ref(*): convert const types to strings
6 years ago
Adam Reese c50813af54
ref(*): remove local repository (dead code)
6 years ago
Adam Reese 3c27143291
fix(kube): output internal object table
6 years ago
Adam Reese 1a508ccdd1
ref(*): move kubeconfig flags to helm/environment
6 years ago
Adam Reese 2a97768b5c
ref(pkg/tiller): flatten package structure for storage
6 years ago
Adam Reese 05da851eb9
fix(hapi): typo in struct json tags
6 years ago
Adam Reese 19398a2ef1
feat(*): store release History in same namespace as release
6 years ago
Adam Reese c19a4ec704
fix(tests): fix race in releasetesting test
6 years ago
Adam Reese 9aa398a7c5
chore(hapi): add missing license headers
6 years ago
Adam Reese 29e772f631
ref(*): replace TillerVersion with HelmVersion
6 years ago
Adam Reese 4c95185164
ref(*): replace chart.config with []byte
6 years ago
Adam Reese 1e2e65ce54
ref(pkg/releasetesting): simplify test setup
6 years ago
Adam Reese c5151fb7b3
ref(*): cleanup timestamps in tests
6 years ago
Adam Reese c5a76deba3
ref(*): use go conventions for naming types
6 years ago
Adam Reese 36536d77ba
ref(*): remove protobuf any type
6 years ago
Adam Reese 91a6ebfed5
ref(*): remove protobuf timestamps
6 years ago
Adam Reese 6345f04190
ref(hapi): convert protobuf to go types
6 years ago
Adam Reese c233336079
ref(pkg/kube): simplify creating versioned objects
6 years ago
Adam Reese a78aff8d39
ref(*): improve initializing helm clients
7 years ago
Adam Reese 68c0b6a24a
ref(proto): remove unused protobufs
7 years ago
Adam Reese 883371b8ce
ref(pkg/tiller): simplify exported methods
7 years ago
Adam Reese 7f6fa70a91
ref(*): remove grpc
7 years ago
Adam Reese 8f58c9efdc
ref(*): refactor release testing
7 years ago
Adam Reese 358746fee6
ref(*): remove HELM_HOST
7 years ago
Adam Reese fc4c095cf0
ref(*): remove pkg/kubernetes from tiller and storage
7 years ago
Adam Reese 496ca54183
ref(*): bypass grpc for helm client
7 years ago
Adam Reese e9478d8f84
ref(pkg/tiller): remove ReleaseModules interface from tiller
7 years ago
Adam Reese 5715ee43d6
ref(*): bypass grpc when invoking helm list
7 years ago
Adam Reese 62804848c6
ref(pkg/tiller): refactor out imports of pkg/helm
7 years ago
Adam Reese dbf1ed0ba4
ref(pkg/helm): cleanup unused code
7 years ago
Adam Reese 6bca9686a1
ref(pkg/helm): allow ReleaseContent to call storage directly
7 years ago
Adam Reese d52faff7b6
ref(cmd,pkg/helm): remove tiller ping
7 years ago
Adam Reese 1d9c3d4651
ref(cmd,pkg/helm): remove server side version
7 years ago
Matthew Fisher 28d87e1780
Merge pull request #3860 from adshmh/refactor-tiller-release-install-unit-tests-using-stubs
7 years ago
Matthew Fisher 6f02d9e412
Merge pull request #3837 from consideRatio/toYaml-pr
7 years ago
eyalbe4 fa62c476fc Basic auth credentials from repo not used in install/upgrade/fetch commands #3858
7 years ago
Arash Deshmeh c22492ff01 fix(helm): refactor tiller release install unit tests using chart and install request stubs
7 years ago
Matthew Fisher ae7ce6cad4
Merge pull request #3842 from AdamDang/patch-1
7 years ago
AdamDang ee9ef91df0
typo fix get->Get's
7 years ago
Nikhil Manchanda b687e9e879
Merge pull request #3709 from adshmh/fix-output-leak-of-tiller-release-install-test
7 years ago
Taylor Thomas 2a86164c1d
Merge pull request #3829 from stuartleeks/set-rollback-failure
7 years ago
Steffen Windoffer 8bd42d2645 remove unused servicePort from default ingress template
7 years ago
AdamDang 138de17c64
Fix some typos
7 years ago
Erik Sundell 05a1f7f46c Updated tests for PR #3837
7 years ago
Erik Sundell 6cdf6cee56 toYaml - Fixes #3470 - trailing \n issue
7 years ago
Erik Sundell 35132d141c toYaml - Fixes #3410 - trailing \n issue
7 years ago
Michelle Noorali 72d54f356d
Merge pull request #3831 from michelleN/fix-3655
7 years ago
Michelle Noorali e02802ba95 ref(pkg/tiller): clarify reuseValues comment
7 years ago
Michelle Noorali 9266731dc4 fix(pkg/tiller): reuseValues combines all prev val
7 years ago
Stuart Leeks bac4f45f94 Switch flag to update existing record
7 years ago
Zack Williams 1d3ae54185 Fix #3822
7 years ago
Matthew Fisher e794c48c3a
Merge pull request #3540 from flant/hook_recreate_delete_policy
7 years ago
Timofey Kirillov b7fe0d0bd7 Add hook-delete-policy ReleaseServer unit tests
7 years ago
fibonacci1729 ad99c1b749 release list paritioning
7 years ago
fibonacci1729 2dd9b34d28 stream releases when listing
7 years ago
Adam Reese c574e03ed4
Merge pull request #3721 from adamreese/ref/kube-1.10
7 years ago
adshmh 1a55161a53 Fix several golint warnings (#3756)
7 years ago
Adam Reese 7c19cb7040
ref(*): kubernetes v1.10 support
7 years ago
Matthew Fisher 850c8714a7
Merge pull request #3661 from bacongobbler/fix-default-connection-timeout
7 years ago
Alexey igrychev 1d4883bf3c Implement before-hook-creation delete policy
7 years ago
Arturo Contreras a615f80c92 Adding --set-string flag to force string values.
7 years ago
Eyal Ben Moshe b6335b7dfe Authentication support for remote charts repositories (#3206)
7 years ago
Arash Deshmeh a43ddcc191 fix output leak from tiller release install test
7 years ago
Taylor Thomas dede3ff1e1
Merge pull request #3645 from scriptonist/Issue3290
7 years ago
scriptonist 5311bf40a8 Now returning error and stopping installation
7 years ago
Matthew Fisher 3014b9277f
add back the default 5 second connection timeout
7 years ago
Taylor Thomas 2c51155724
Merge pull request #3646 from nicdoye/master
7 years ago
Taylor Thomas c5f2174f26
Merge pull request #3640 from rajatjindal/docfix
7 years ago
Taylor Thomas f19daa16c2
Merge pull request #3631 from gburton1/addProxyCapability
7 years ago
Matthew Fisher abe958eb87
Merge pull request #3597 from bacongobbler/upgrade-force-replace
7 years ago
Nic Doye 73017d7e88 Accept .yml files as well as .yaml for templates.
7 years ago
scriptonist 6cfaa4ebf2 Added code to recover from a tiller pod crash in an event of template render failure
7 years ago
Rajat Jindal 92972b0353 fix typo in docs and fake
7 years ago
Matthew Fisher 13730b0dab
replace FAILED deployments with `helm upgrade --install --force`
7 years ago
Matthew Fisher 250d25fdce fix protoc
7 years ago
Matthew Fisher a66a39a171 fix helm init --wait
7 years ago
Greg Burton bf7e755ef3 Respect env proxy settings when using custom Transport
7 years ago
Matthew Fisher b5af54d44c
Merge pull request #3567 from jumal/master
7 years ago
Matthew Fisher 86ae040bfa
Merge pull request #3491 from oilbeater/fix-defer-in-loop
7 years ago
Johnny Bergström 5f1a21bc32 fix(tiller): Supersede multiple deployments (#3539)
7 years ago
Matthew Fisher 9c4fd1abae
Merge pull request #3527 from adshmh/fix-output-leak-from-realsetesting-test-suite
7 years ago
Matthew Fisher 1a9e0f0d15
Merge pull request #3535 from adshmh/fix-output-leak-from-pkg-tiller-tests
7 years ago
Matthew Fisher 642ad5c13e
Merge pull request #3544 from radu-matei/patch-1
7 years ago
Matthew Fisher be1e974ccc
Merge pull request #3494 from Thiht/patch-1
7 years ago
Matthew Fisher e35bd82170
Merge pull request #3514 from joonix/issue-3512
7 years ago
Adam Reese fa611fe285
fix(plugins): support installing plugins by relative path (#3568)
7 years ago
Adam Reese c314e2e2f1
fix(plugins): support newer git (#3571)
7 years ago
Jean-Philippe Courson 5b77335415 Create missing directories when saving files in chartutil.SaveDir
7 years ago
Radu Matei df041c4b19
Fix minor typo
7 years ago
Arash Deshmeh 5b25eef9e2 fix(helm): fix the bug in test code under pkg/tiller that leaks output to stdout during build
7 years ago
Johnny Bergström 9bac0a4c30 Update deprecated grpc dial timeout
7 years ago
Johnny Bergström 98e5006ecf Bump client side grpc max msg size
7 years ago
Arash Deshmeh 4fcf69bc52 fix(helm): fix the output leak to stdout during build by tests under pkg/releasetesting,
7 years ago
yank1 76a40fc573 fix a typo in client
7 years ago
Thibaut Rousseau a59d212512
docs: Fix FromJson comment
7 years ago
oilbeater 757db3a062 defer in loop may cause resource leak
7 years ago
Matthew Fisher 8009115d3a
Merge pull request #3465 from oilbeater/fix/defer-in-loop
7 years ago
oilbeater 0764d95a03 defer in loop may cause resource leak
7 years ago
Matt Farina 6a1dd806ed
Merge pull request #3469 from mattfarina/fix/3322
7 years ago
Matthew Fisher 3c39e72189
Merge pull request #3401 from bacongobbler/revert-kubeconfig-flag
7 years ago
Matt Farina 614cd9dfe7
fix(grpc): Fixes issue where message sending limited to 4mb
7 years ago
Matt Farina e6137ff05f
fix(api-machinery): Fixes patching for unstructured objects
7 years ago
Matthew Fisher 2724387506
Merge pull request #3373 from unguiculus/feature/fix-recreate-part-1
7 years ago
Matt Farina 4b578f44ff
Merge pull request #3407 from paolomainardi/feature/3173_fix_wait_for_deployments
7 years ago
Paolo Mainardi b065ffe1fc adding other missing apiVersions
7 years ago
Paolo Mainardi 2cee4c68fa add appsv1beta1 and appsv1beta2 apiVersion
7 years ago
Reinhard Nägele ea520afd3e Fix 'getSelectorFromObject'
7 years ago
Matthew Fisher 748dbda29a
Merge pull request #3399 from bacongobbler/fix-release-checklist
7 years ago
Bin Liu 1e0906ed67
Fix type
7 years ago
Matthew Fisher f13c4d28b5 Revert "feat(helm): adding kubeconfig flag"
7 years ago
Matthew Fisher 8604e0b832 bump version to v2.8
7 years ago
Reinhard Nägele 3d05da0109 Fix pod recreation
7 years ago
Matthew Fisher 14c7be1f92
Merge pull request #3288 from bradbeam/starter
7 years ago
Matt Farina c359ea66ed
Merge pull request #3350 from mattfarina/fix/3349
7 years ago
Alex Johnson b29d25ef0b Added a --wait flag for helm init which pings the Tiller server and ensures that it is ready to receive requests
7 years ago
Adnan Abdulhussein f432b8ec60
Merge pull request #3337 from unguiculus/feature/helm-create
7 years ago
Matt Farina d5a865b5f4
fix(capabilities): Adding GitVersion to default set
7 years ago
Matthew Fisher 077be881c4
Merge pull request #3283 from nicolerenee/concurrency
7 years ago
Reinhard Nägele f47e1619b0 Update initial chart experience
7 years ago
Matthew Fisher f652f45398
Merge pull request #2784 from rocky-nupt/proposal-add-k8s-version
7 years ago
Matthew Fisher e1027fae73
refactor symWalk() into pkg/sympath (#3199)
7 years ago
xuhaigang 61623bfe2d feat(tiller/proto):Allow charts to specify k8s compatibility in semver field
7 years ago
Adam Reese a31e3b8fe1
ref(*): kubernetes v1.9 support (#3234)
7 years ago
Brad Beam 8e0eface2c Making starter templates more versatile
7 years ago
Tim Dumol 8fae16fbb2
feat(helm): add better error message to 'dep up'
7 years ago
Matthew Fisher 78d6b930bd
Merge pull request #3061 from eicnix/feature/tpl-fix
7 years ago
Timofey Kirillov 13cb8d8244 Show kind in resource-not-found-in-release error
7 years ago
Tim Hockin 05d4b30730 Convert registry to k8s.gcr.io
7 years ago
Nicole Renée Hubbard 6ade38fb72
feat(pkg/helm): allow concurrent requests on a shared client
7 years ago
Andrey Klimentyev cfb7dfa82c
Typo fix
7 years ago
Nauris Sadovskis bd8178d50b Fix package url
7 years ago
Matthew Fisher 51a6f3c326
Merge pull request #3247 from mgalgs/missing-repos-help
7 years ago
Julian ca415ab8db feat(helm): support namespace and additional values in lint (#2972)
7 years ago
Mitchel Humpherys 6de70254fd feat(repo): Add test for non-existent repo path
7 years ago
Mitchel Humpherys 7417f09293 feat(repo): Improve error message for missing repositories.yaml
7 years ago
Matthew Fisher 1042f6118b
Merge pull request #3122 from cofyc/fix_charts_permission
7 years ago
Lukas Eichler 8bc7dede18
fix(helm): Apply PR comments for tpl template name fix
7 years ago
Lukas Eichler 1cebc760a0
Fixed warning for missing formating parameter inside error message.
7 years ago
Lukas Eichler 2c338db1bd
fix(helm): Set template context inside tpl function to outer function.
7 years ago
Matthew Fisher 618094ccd2 fix TLS default path
7 years ago
Taylor Thomas 04769b7c26
Merge pull request #3131 from fgimenez/fix-2745
7 years ago
Federico Gimenez a607fe798d iinitialize message only when at least one manifest is kept
7 years ago
Federico Gimenez 93bce130fb fix signatures
7 years ago
Federico Gimenez 81eaf2f263 only check existence for the possibly kept manifests
7 years ago
Adam Reese e93b77166d
Merge pull request #3025 from beeradb/fakeclient-releasestatus
7 years ago
Matthew Fisher cad89240f3
Merge pull request #3187 from hoesler/fix/chart_downloader
7 years ago
Matthew Fisher 7c79d1c765
Merge pull request #3193 from burdiyan/master
7 years ago
Johnny Bergström 7cc610960f Walk symbolic link directories
7 years ago
Alexandr Burdiyan f432e07126 ref(helm): improve fullname template in starter chart
7 years ago
Christoph Hösler 98e0bd2ecb refactor: rename function and improve error messages
7 years ago
Christoph Hösler af9190f956 feature: let FindChartInRepoURL return absolute chart URLs
7 years ago
Matthew Fisher d655911088
Merge pull request #3041 from jlyheden/feature/plugin-http-installer
7 years ago
Helgi Þormar Þorbjörnsson 803f7c706e add a keepalive of 30s to the client (#3183)
7 years ago
Johnny Bergström d762a42168 Fix helmignore for .* (#3114)
7 years ago
Hadrien Chauvin 838d780894 update google.golang.org/grpc to 1.7.2 (#3101)
7 years ago
Matthew Fisher 4c21a0e739
Merge pull request #3123 from Miouge1/fullnameoverride
7 years ago
Matt Cholick fe3eeaf39d fix(helm): Tunnel closing already closed channel (#3157)
7 years ago
Kai Chen bc45e90198 Remove unnecessary parentheses in switch statements (#3175)
7 years ago
Matt Farina 275fbd431c
feat(http): Add a Helm user-agent string to the http getter
7 years ago
Matt Butcher e8e6ac5d77
Fix/missing ssl params (#3152)
7 years ago
Federico Gimenez e6d907ed28 check if resource is present before adding it to remaining or keep on deletion
7 years ago
Maxime Guyot c864ba179e Add fullnameOverride
7 years ago
Yecheng Fu 126f0249a7 Remove executable permission bit for chart files.
7 years ago
Pietro Menna ece9486182
fix(helm): home env not set on Windows
7 years ago
Adam Reese d6da76f3cf
Merge pull request #3097 from adamreese/fix/2437-upgrade-release
7 years ago
Adam Reese 82ef751414
fix(tiller): upgrade last deployed release
7 years ago
Matthew Fisher 1954b51186
Merge pull request #2621 from gardlt/feature/helm/adding-kubeconifg-flag
7 years ago
Matthew Fisher 93e1c765df
Merge pull request #3065 from cjauvin/fix-for-relative-chart-path-support
7 years ago
Matt Tucker b8734a173e fix(docs): fix code comment for ReuseValues()
7 years ago
gardlt 371ff8f26d feat(helm): adding kubeconfig flag
7 years ago
Christian Jauvin 8775f632f2 Fix for relative chart path support in index.yaml
7 years ago
Matt Farina 22e5381251
feat(chart): Adding maintainer url
7 years ago
Adam Reese 08c1144f5e
chore(*): bump version to v2.7.0
7 years ago
Johan Lyheden 4831089500 Add tests to HTTPInstaller, update plugin documentation
7 years ago
Johan Lyheden f1a08adb41 Update to comply with linter rules and gofmt
7 years ago
Johan Lyheden d43d5ab452 Add plugin installer from http archive
7 years ago
Adam Reese 13912b3cc0 Merge pull request #3008 from adamreese/ref/kube-1.8
7 years ago
Taylor Thomas 500c9983b5 Merge pull request #3019 from thomastaylor312/fix/crd_ordering
7 years ago
Brad Bowman e974ab31d8 [fakeclient-releasestatus] Move ReleaseMock and associates into helm package and update tests to use them
7 years ago
Adam Reese 2b43ecd405
ref(*): kubernetes v1.8 support
7 years ago
Brad Bowman 8d5cf13f69 Add test case for deleting the only existing item
7 years ago
Brad Bowman cab3057ee3 Add support for all CRUD operations + test coverage for delete and install
7 years ago
Brad Bowman 61f2b24dca Update comment for accuracy
7 years ago
Brad Bowman 76b70ec70f gofmt -s
7 years ago
Brad Bowman 3bc7c44f05 Make ReleaseContent and ReleaseStatus respect release names in the fake client
7 years ago
Taylor Thomas 29c3b5276f fix(tiller): Adds CRD ordering
7 years ago
Remington Reackhof 9af1018bd3 Add secrets storage backend for releases
7 years ago