Matt Butcher
9547f471be
Merge pull request #1229 from technosophos/feat/forward-port-search
...
feat(helm): update helm search
8 years ago
Matt Butcher
446d555178
feat(helm): update helm search
...
Switch 'helm search' from file crawling to using the indices. Also
add scorable indexing, forward porting the search code I originally
wrote for Helm Classic.
Closes #1226
Partially addresses #1199
8 years ago
Adam Reese
c0d33afc81
Merge pull request #1235 from adamreese/chore/bump-grpc
...
chore(*): bump grpc to 1.0.1-GA
8 years ago
Matt Butcher
db29c25a2e
Merge pull request #1232 from technosophos/feat/1042-upgrade-install
...
feat(helm): add 'helm upgrade --install' support
8 years ago
Matt Butcher
fde23e81c6
Merge pull request #1233 from technosophos/fix/1223-better-version-error
...
fix(helm): if server is old, report this in a friendly way
8 years ago
Matt Butcher
e9a69f3752
Merge pull request #1230 from technosophos/feat/1225-wqtoyaml
...
feat(tiller): add toYaml template function
8 years ago
Matt Butcher
85b70c4881
fix(helm): if server is old, report this in a friendly way
...
If 'helm version' is run on an old server, it will emit an error telling
you the server is too old.
Closes #1223
8 years ago
Matt Butcher
36e6094c62
feat(helm): add 'helm upgrade --install' support
...
This makes it possible to run an upgrade that will install a release if
it doesn't already exist.
Closes #1042
8 years ago
Matt Butcher
431cc46cad
feat(tiller): add toYaml template function
...
This adds the function toYaml to the Engine template functions.
Closes #1225
8 years ago
Adam Reese
a4a2f5c983
chore(*): bump grpc to 1.0.1-GA
8 years ago
Matt Butcher
2d449d3eb0
Merge pull request #1224 from technosophos/feat/long-list
...
feat(helm): make long listing default for helm list
8 years ago
Matt Butcher
be409d31c5
Merge pull request #1221 from technosophos/feat/helm-dependency-update-2
...
feat(helm): add requirements.yaml support
8 years ago
Matt Butcher
3a483bcf71
feat(helm): make long listing default for helm list
...
This removes --long and adds --short,-q
The default listing is now the long listing, which matches the behavior
of all of the other listing commands.
Closes #1215
8 years ago
Matt Butcher
593718d749
feat(helm): add 'helm dependency' commands
...
This also refactors significant portions of the CLI, moving much of the
shared code into a library.
Also in this release, a testing repository server has been added.
8 years ago
Adam Reese
f4cbea140f
Merge pull request #1222 from adamreese/feat/api-version-check
...
feat(*): add api version checks
8 years ago
Adam Reese
e0d02e6e5b
feat(*): add api version checks
8 years ago
Matt Butcher
a5921faf99
feat(chartutils): add support for requirements.yaml
8 years ago
Michelle Noorali
dbb84a1b9e
Merge pull request #1204 from michelleN/repo-refactor
...
ref(helm): convert repo commands to new format
8 years ago
Michelle Noorali
bad0059242
ref(helm): display repo remove confirmation text
8 years ago
Michelle Noorali
30036834e8
ref(helm): make index description more clear
8 years ago
Michelle Noorali
ec4442373e
helm(repo): add repo add and index cmd test
8 years ago
Michelle Noorali
a86f304d37
ref(helm): convert repo commands to new format
...
issue #1203
8 years ago
Brian
1885d44ed4
Merge pull request #1207 from fibonacci1729/fix/helm-list
...
fix(helm-list): filter configmaps by owner=TILLER
8 years ago
fibonacci1729
f77435e686
fix(helm-list): only list configmaps owned by TILLER
8 years ago
Matt Butcher
b8f8efc601
Merge pull request #1202 from philips/use-digest-format
...
feat(repo): use OCI style digest identifiers
8 years ago
Adam Reese
3c338ee6f7
Merge pull request #1201 from adamreese/feat/dirty-version
...
feat(*): add git tree state to binaries
8 years ago
Matt Butcher
77f8b10590
Merge pull request #1190 from philips/more-readme-stuff
...
README: add History to TOC and footer for CoC
8 years ago
Brandon Philips
440e548901
feat(repo): use OCI style digest identifiers
...
Use the same format as the Open Container Initiative for a digest
string. https://github.com/opencontainers/image-spec/blob/master/descriptor.md#digests-and-verification
Fixes #1166
8 years ago
Adam Reese
264c6b10e1
feat(*): add git tree state to binaries
...
* clean up version output
8 years ago
Ville Aikas
1d6202d895
Merge pull request #1126 from vaikas-google/master
...
first cut of version on client and server
8 years ago
Matt Butcher
730988fe8b
Merge pull request #1194 from kmala/issue_1144
...
fix(tiller): Upgrade shouldn't fail if there are no changes
8 years ago
Ville Aikas
09e6af461f
clean up the formatting, remove unnecessary git_version from version as per discussions with @areese
8 years ago
Keerthan Reddy Mala (kmala)
55dc7b690f
fix(tiller): Upgrade shouldn't fail if there are no changes
...
Signed-off-by: Keerthan Reddy Mala (kmala) <kmala@deis.com>
8 years ago
Adam Reese
c96c1d0ad3
Merge pull request #1191 from adamreese/fix/ci-gcloud
...
fix(ci): fix typo in auth file reference
8 years ago
Adam Reese
1904bb35ba
fix(ci): fix typo in auth file reference
8 years ago
Brandon Philips
bcb1cc65bb
feat(README): add the history doc link
...
After d1488f1d94
I forgot to add this to
the TOC.
8 years ago
Brandon Philips
a1a2578ff0
feat(README): call out the code of conduct
...
Lifted from https://raw.githubusercontent.com/kubernetes/kubernetes-template-project/master/README.md
8 years ago
Matt Butcher
b56cdbc3da
Merge pull request #1165 from philips/update-coc
...
code-of-conduct: use the upstream language
8 years ago
Matt Butcher
6a813af5c3
Merge pull request #1188 from philips/add-community-readme
...
feat(README): add community contact points
8 years ago
Adam Reese
0b9ed44deb
Merge pull request #1178 from adamreese/feat/1177-canary-bins
...
feat(ci): build canary helm binaries using CI
8 years ago
Michelle Noorali
76ca86875d
Merge pull request #1189 from jonboulle/patch-1
...
README: fix small typo
8 years ago
Jonathan Boulle
e6a1676491
README: fix small typo
8 years ago
vaikas-google
4a7352cdc0
adjust proto field numbers
8 years ago
vaikas-google
f8adf7f4d2
Address cr comments
8 years ago
vaikas-google
cbec79482a
address code review comments
8 years ago
vaikas-google
6d26024a27
first cut of version on client and server
8 years ago
Brandon Philips
4d669eec65
feat(README): add community contact points
...
Add the sig-apps mailing list, developer call details, and #helm slack
channel.
Based on https://github.com/kubernetes/kubernetes-template-project/blob/master/README.md
8 years ago
Michelle Noorali
34f8707d6d
Merge pull request #1181 from michelleN/ref/check-args
...
ref(helm): refactor checkArgsLength method
8 years ago
Matt Butcher
d13af53b0a
Merge pull request #1176 from philips/remove-build-from-source
...
docs(README): remove the build from source instructions
8 years ago
Brian
13712d67d6
Merge pull request #1187 from fibonacci1729/master
...
fix(#1185 ): get release status by version iff version > 0
8 years ago