Matthew Fisher
c728611e5a
feat(cli): support XDG base directory specification
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
2019-08-02 13:15:03 -07:00
Matt Farina
670968fb19
Removing the stable repository
...
The stable repository provides a quick onboarding with a set of
community curated charts. Two problems with the community stable
repository has lead to its need to be removed.
1. The URL is hard coded to a Google Cloud bucket under Google's
control. This was setup when Helm was part of Kubernetes and
Kubernetes was a Google project. The bucket cannot be
transfered to another non-Google controlled project. And,
the bucket is not accessible in some parts of the world
(e.g., China).
2. The number of charts in the stable repository has grown
generally unmaintainable. The repository maintainers cannot
manage the number of PRs coming it cauing delays in response
or no response and PRs are automatically closed. This is
a poor experience.
The alternatice is the Helm Hub that provides a central point of
search for many Helm repositories. Different people and organizations
can maintain their own charts. A central server is not needed as
Helm is setup to be distributed.
Signed-off-by: Matt Farina <matt@mattfarina.com>
2019-07-26 12:27:18 -04:00
Matthew Fisher
4f6d002d6c
chore(docs): move docs to helm-www
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
2019-07-22 12:15:35 -07:00
Matthew Fisher
eb1ba03e24
update links to get.helm.sh
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
2019-05-14 08:23:03 -07:00
Matthew Fisher
b1ae1acc8b
Merge pull request #5283 from bacongobbler/purge-by-default
...
ref(uninstall): purge release history by default
2019-04-30 06:55:27 -07:00
Martin Hickey
bd7c970ff9
Fix files copyright
...
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
2019-04-01 16:47:24 +01:00
Martin Hickey
030fef5765
Fix docs targets
...
Update to the `docs` and `verify-docs` targets for v3.
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
2019-04-01 11:40:44 +01:00
Martin Hickey
46e6539e63
Remove docs target and generated docs folder
...
It would seem that generated docs were removed in `5048ed8`
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
2019-04-01 10:07:42 +01:00
Martin Hickey
d59835fb67
Fix make docs target
...
Signed-off-by: Martin Hickey <martin.hickey@ie.ibm.com>
2019-04-01 10:07:42 +01:00
Matthew Fisher
0805a87140
ref(uninstall): purge release history by default
...
Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
2019-03-25 09:30:58 -07:00
Adam Reese
21d3a40f3b
feat(tests): replace gometalinter with golangci-lint
...
Signed-off-by: Adam Reese <adam@reese.io>
2019-03-08 11:45:42 -08:00
roc
79f88dfc5e
ref(url) update helm's github url ( #4962 )
...
https://github.com/kubernetes/helm -> https://github.com/helm/helm
https://github.com/kubernetes/charts -> https://github.com/helm/charts
Signed-off-by: Roc Chan <roc@imroc.io>
2018-11-28 10:08:38 -08:00
Adam Reese
4f26b658d8
change copyright to "Copyright The Helm Authors"
2018-08-24 12:03:55 -07:00
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.
2018-06-14 15:46:00 -07:00
Adam Reese
840c489c6b
feat(dep): replace glide with dep
2018-04-23 12:47:02 -07:00
Adam Reese
9aa398a7c5
chore(hapi): add missing license headers
2018-04-20 00:59:46 -07:00
ReSearchITEng
09e0ab1809
closes #3795
...
closes #3795
2018-03-30 09:59:06 +03:00
Ferenc-
908addd6fc
Fix HTML parsing when setting TAG with wget
...
Now the parsing part is the same as in the curl scenario
2018-03-22 14:51:45 +01:00
Arturo Contreras
a615f80c92
Adding --set-string flag to force string values.
2018-03-20 13:35:42 -06:00
Michal Zerola
08a92b23d1
Fixed referencing the wrong env variable if SHA sum doesn't match.
2018-03-15 09:05:13 +01:00
Matthew Fisher
0935384bd5
remove "This Repository" link from releases page
2018-03-13 09:52:49 -07:00
Adam Reese
31e6446b8e
ref(glide): remove need for scripts/setup-apimachinery.sh ( #3446 )
2018-02-02 14:59:59 -08:00
Justin Scott
70192cda1a
Merge pull request #3305 from bacongobbler/add-amd-arch-to-get
...
add amd, ppc64le, and windows OS/architectures
2018-01-09 10:00:54 -08:00
Adam Reese
a31e3b8fe1
ref(*): kubernetes v1.9 support ( #3234 )
2018-01-05 12:30:26 -08:00
Matthew Fisher
5cb0eb5e3b
add amd, ppc64le, and windows OS/architectures
2017-12-29 14:42:31 -08:00
Matthew Fisher
55ab4b8664
Merge pull request #2986 from goostleek/bug/installation-script-fix
...
Installation shell script fix
2017-12-28 15:22:41 -08:00
Tim H
0645433048
Increase script portability
...
Instead of presuming that bash is installed at /bin/bash, use `$PATH`. Official [bash docker container](https://hub.docker.com/_/bash/ ) installs bash at `/usr/local/bin` and recommends the use of `env`
2017-11-20 12:15:20 +01:00
Marcin Kłopotek
9a42d71898
Review fixes applied
2017-10-03 10:54:41 +02:00
Marcin Kłopotek
b9e542666a
Installation script was not compatible with Alpine Linux
2017-10-03 10:41:34 +02:00
Marcin Kłopotek
c34ec82c36
HELM_TMP_ROOT directory is now uniquely generated to avoid potential clashes with old installation instances or other processes using the same /tmp subdirectory
2017-10-02 09:12:58 +02:00
Marcin Kłopotek
42bc36d240
Fixes shell installation script #2977
2017-09-29 16:39:42 +02:00
Matthew Fisher
87dd64c2fd
Merge pull request #2899 from hchenxa/hchenxa
...
fix unbound variable issue when get version
2017-09-12 20:13:12 -07:00
Hui Chen
895e8d086f
fix unbound variable issue when get version
2017-09-12 09:34:53 +08:00
Adam Reese
8e13a5bd1f
fix(ci): move deploy instructions to build job
...
https://circleci.com/docs/2.0/configuration-reference/#deploy
2017-09-08 12:23:32 -07:00
Justin Scott
46ce97c1b0
feat(helm): use openssl sha1 command
...
Currently the bash script that installs Helm is hard-coded to use
openssl sha command but some distros like Debian 9 only have sha1.
Since the popular current distros have sha1 we can switch to that.
Closes(#2859 )
2017-08-28 23:23:18 -07:00
Tim H
b914958b96
Fix curl error Failed writing body
...
Do not close the pipe early, output only the first version found. wget command changed for consistency.
Fixes #2802
2017-08-14 13:54:43 +02:00
Adam Reese
845e990143
feat(*): use kubernetes 1.7
2017-07-07 09:13:57 -07:00
Tony Fahrion
8eace382f9
improve check if we are root already - in scripts/get
...
$EUID is readonly, so it should be save to test against it.
Thanks for the tip @thomastaylor312 !
2017-06-29 13:22:08 +02:00
Tony Fahrion
974c4b67c7
fix scripts/get runAsRoot CMD var building
...
Avoid using $* multiple times
2017-06-28 10:21:08 +02:00
Tony Fahrion
f43da7fcfb
makes sudo an optional dependency in scripts/get
...
If the execution user is already the root user, this avoids requireing
sudo to be installed within the environment. Which might helo in CI
environments.
2017-06-28 09:41:23 +02:00
peay
a9fa9282e1
Add --force to upgrade and rollback (generated changes)
2017-05-26 17:07:13 -04:00
Matt Butcher
3c97db803f
ref(docs): remove unnecessary docs and clean up doc generator
2017-05-24 15:27:21 -06:00
Matt Butcher
28ec92355b
fix(helm): add --devel flag to allow dev releases again
...
2.4.0 stopped installing development versions by default. This allows
the user to re-enable that support by setting --devel.
Closes #2407
2017-05-17 12:26:58 -06:00
Sushil Kumar
ff42dadde4
Adds update option to plugin command ( #2410 )
...
* Adds update option to plugin command
Fixes issues/2385 - helm install silently updates the plugin, if it pre-existed
* Added tests for new methods for plugin update
* Updated docs
* Updated review comments :)
* Return error exit code when there is error
2017-05-16 11:07:15 -06:00
ReSearchITEng
f85118d1ec
added possibility to set desired install version. See issue #2380
2017-05-03 09:36:09 +00:00
Sushil Kumar
d13b134ffb
Implements --repo flag to commands fetch, install, inspect, upgrade
2017-05-02 10:46:16 -07:00
Michelle Noorali
3f22e407cd
Merge pull request #2365 from michelleN/feat/2224-service-account-flag
...
feat(helm): add service account flag to helm init
2017-05-02 10:16:44 -04:00
Adam Reese
c7f0edd3d2
Merge pull request #2353 from SlickNik/nm_zsh_completions
...
Add support for zsh to helm completion
2017-05-01 15:33:06 -07:00
Michelle Noorali
64e9e47183
feat(helm): add service account flag to helm init
...
helps with half of #2224
2017-05-01 14:02:04 -04:00
Nikhil Manchanda
49e7aa854a
Add support for zsh to helm completion
...
Updated the 'helm completion' command to take in the shell
as a parameter. Currently acceptable options are 'bash' and
'zsh'. Also fixed the completions to work with zsh in a manner
similar to what kubectl does.
Also updated the docs to reflect this change.
Closes #2201
2017-04-30 23:25:03 -07:00
Adam Reese
074d2eb711
chore(scripts): remove unsupported local-cluster script
2017-04-27 23:22:37 -07:00
Jorge Marin
18fc8a8539
Update comment in function
2017-04-25 08:26:22 +00:00
Jorge Marin
6adf7d59de
Print escaped chars
2017-04-24 10:30:35 +00:00
Jorge Marin
e114807c45
Use '-SsL' for all 'curl' calls to get response using SSL, silently and following reedirections
2017-04-24 10:29:59 +00:00
Jorge Marin
037ff5b51c
Replace call to Github HTTP API with normal Github URL
2017-04-24 10:29:01 +00:00
Matt Butcher
5af676cda1
Merge pull request #2287 from jascott1/2222/nethost_tiller
...
feat(tiller): add --net-host flag to 'helm init'
2017-04-19 13:59:25 -06:00
Shane Starcher
7150fc3d9e
bug(helm) - install/upgrade/search semver constraint support
2017-04-18 18:10:48 -04:00
Justin Scott
85b7890bfd
Add docs for new init flag 'net-host'.
2017-04-18 14:43:42 -07:00
Sushil Kumar
2e8d2c0178
Docs updated for new flags
2017-04-13 12:27:32 -07:00
Adam Reese
a92a36762c
docs(*): generate latest docs
2017-04-12 13:00:30 -07:00
Adam Reese
6bcd19d519
fix(scripts): don't include plugins for generating docs
2017-04-12 12:59:30 -07:00
Adam Reese
986d21b8ac
Merge pull request #2245 from cblecker/verify-docs
...
docs(*): Add ci script to confirm docs are up to date with commits
2017-04-12 12:31:17 -07:00
Christoph Blecker
190e5c82dd
Update docs
2017-04-12 12:24:40 -07:00
Christoph Blecker
797800a289
Add docs-verify script
2017-04-12 12:22:17 -07:00
Adam Reese
85c41ef11a
ref(*): kubernetes v1.6
...
Rebase on kubernetes v1.6
2017-04-11 15:42:23 -07:00
Adam Reese
41f7277615
fix(ci): disable gosimple
...
gosimple seems to be eating all memory in CircleCI. Testing disabling
the check to see if CI builds.
2017-03-22 13:08:34 -07:00
Leszek Charkiewicz
0d399baec2
Add checking installed helm version before downloading latest release
...
This change prevents downloading the same version as already installed.
2017-03-19 23:11:28 +01:00
Christoph Blecker
ea63663455
Regenerate docs
2017-03-11 16:06:56 -08:00
Christoph Blecker
7b1a383950
Add script to clean homedir out of docs
2017-03-11 13:09:27 -08:00
Ladicle
84e014026c
fix(local-cluster): fix missing variable option
...
`unbound variable` error occurs when docker-machine is not used.
2017-02-17 19:52:11 +09:00
Christoph Blecker
5f981ad96f
Regenerate docs
2017-01-15 12:24:37 -08:00
Adam Reese
052cfe1640
fix(ci): do not push canary image on release
2016-12-01 10:37:40 -08:00
Matt Butcher
aca9f86df6
feat(helm): add command to generate documentation
...
This adds a hidden 'helm doc' command that generates documentation out
of the Helm help text.
Currently it can create:
- man pages for HELM(1)
- Markdown documentation
- bash autocompletions
Those are the three built-ins for Cobra.
The command is hidden so that it doesn't show up to the regular user,
since this is really a specialized task. It has the advantage of making
it trivially easy to install man pages and bash completion at installation time.
2016-11-29 15:08:24 -07:00
Adam Reese
2c0af5fffd
Merge pull request #1550 from mattfarina/feat/gometalinter-versioned
...
feat(gometalinter): Move to versioned releases
2016-11-15 10:53:10 -08:00
Matt Butcher
48c1ba5355
Merge pull request #1545 from mattfarina/feat/1543-charts-domain-change
...
feat(charts): Move bucket to domain from path
2016-11-15 11:06:10 -07:00
Wayne Brantley
1f17788d8e
use openssl instead of shasum
...
shasum is not on many platforms (like centos), use openssl instead.
2016-11-15 11:00:25 -05:00
Matt Farina
d2fa03969c
feat(gometalinter): Move to versioned releases
...
gometalinter has moved to versioned releases. The latest of the v1
major versioned releases can be retrieved through pkg.in. This
change moves gometalinter use to the latest v1 release.
2016-11-14 19:13:51 -05:00
Matt Farina
da73150ce9
fix(tls): download helm and charts over https
...
Downloading of charts and helm itself happened over http. This
change moves to use https as that is available with valid certs.
2016-11-14 19:06:53 -05:00
Matt Farina
7a79661f0e
feat(charts): Move bucket to domain from path
...
A bucket name in the path can be migrated to a custom k8s domain
name. This is in preperation for that.
2016-11-14 13:55:33 -05:00
Adam Reese
cf965e2426
fix(scripts): increase deadline for linter
2016-11-11 10:14:40 -08:00
Adam Reese
7f4fd4efbb
ref(ci): cleanup ci deploy
2016-11-03 17:29:06 -07:00
Matt Butcher
8934eb5dc6
feat(scripts): add 'get' script to download and install
...
This adds 'scripts/get`, which is a bash script for fetching and
installing the Helm client. It has the following features:
- It uses the GitHub API to discover the latest release
- It downloads the SHA256 checksum and verifies the binary using it
- It does basic tests on the installation
2016-10-24 17:35:35 -06:00
Adam Reese
e11fb39f6d
fix(ci): ensure go packages are compiled before testing
...
Attempt for build speed record
2016-10-19 08:30:29 -07:00
Adam Reese
72dd427d07
ref(scripts): use gometalinter for linters
2016-10-10 14:20:01 -07:00
Adam Reese
7ef5751529
fix(ci): disable running coverage in parallel
...
Running in parallel will crash a circle ci node. Disabling until we can
build in some safeguards.
2016-08-10 13:08:24 -07:00
Adam Reese
f44f6780fc
feat(ci): validate license block in source files
2016-07-25 00:11:06 -07:00
Adam Reese
870918d1e5
feat(ci): run test coverage in parallel
...
```
./scripts/coverage.sh 37.25s user 4.15s system 144% cpu 28.615 total
```
```
./scripts/coverage.sh 47.96s user 6.77s system 567% cpu 9.647 total
```
2016-07-21 23:44:16 -07:00
Adam Reese
e64223664f
fix(ci): ensure godir is installed for coverage
2016-07-07 09:39:41 -07:00
Adam Reese
ebffaadba7
feat(ci): setup test coverage reports with coveralls.io
2016-07-06 20:59:47 -07:00
Adam Reese
c5682803cf
fix(ci): move docker-build out of parallel step
...
circle ci can't seem to find the image when it is build in a parallel
container.
2016-07-06 13:36:17 -07:00
Adam Reese
7223e33deb
fix(ci): add docker-build to the parallel builds
2016-07-06 10:35:08 -07:00
Adam Reese
8cb940a7f4
Merge pull request #929 from adamreese/fix/local-cluster
...
fix(scripts): update local-cluster.sh to work with v1.3
2016-07-06 10:01:08 -07:00
Adam Reese
eba297714f
fix(scripts): update local-cluster.sh to work with v1.3
2016-07-05 13:02:10 -07:00
Adam Reese
f89b6ce761
feat(ci): setup parallel testing
2016-07-05 11:20:42 -07:00
Matt Butcher
e757b24aed
fix(*): add license header
2016-06-22 12:28:45 -06:00
Michelle Noorali
522af15903
feat(scripts): add script to sync repo
2016-06-07 11:53:21 -06:00
Adam Reese
a6d675db49
fix(local-cluster): fix missing namespace issue
...
hyperkube tries to create the components in a namespace that does not
exist.
2016-05-05 00:43:42 -07:00
Adam Reese
a4b73c208e
feat(local-cluster): add option to use alpha releases
2016-05-05 00:42:13 -07:00
Adam Reese
1a8e9cd46f
fix(local-cluster): check to see if kubelet is running
2016-05-05 00:40:24 -07:00
Adam Reese
86301081be
fix(local-cluster): use correct dns ip addr
2016-04-28 09:24:58 -07:00