Brian
0a4fa219dc
Merge pull request #1250 from fibonacci1729/master
...
fix(1245): hook up revision flag to helm get {manifest,values,hooks}
8 years ago
fibonacci1729
9cfbbb34f1
fix(1245): hook up revision flag to helm get {manifest,values,hooks}
8 years ago
Matt Butcher
715be8268e
Merge pull request #1243 from rimusz-lab/docs-charts-repo-github-pages
...
docs(chart_repository): added github pages example
8 years ago
Matt Butcher
68dd4c9a66
fix(proto): remove unused fields
...
Some fields were introduced to Chart metadata after Alpha.4, but are not
going to be used ever. So we made the decision to remove them before we
get stuck with ugliness.
This should not break compatibility, since these fields were not used.
8 years ago
Adam Reese
6860c47dea
Merge pull request #1248 from adamreese/feat/rollback-version
...
feat(*): add rollback to a release version
8 years ago
Adam Reese
1db7bd649f
fix(helm): s/version/revision/
8 years ago
Adam Reese
5a5a44ec17
feat(*): add rollback to a release version
...
closes #1244
8 years ago
Rimantas Mocevicius
6eb340ed5b
docs(chart_repository): added github pages example
8 years ago
Matt Butcher
47e425ba4e
Merge pull request #1247 from technosophos/docs/install
...
docs(install, using): add installation and usage docs
8 years ago
Matt Butcher
b9a60b7d45
Merge pull request #1242 from technosophos/docs/1241-fix-values-examples
...
docs(charts): fix charts docs to reflect current template practices
8 years ago
Matt Butcher
c9067c5ead
Merge pull request #1239 from technosophos/docs/1213-glossary
...
docs(glossary): added glossary
8 years ago
Matt Butcher
7d8b5bbb49
docs(install, using): add installation and usage docs
8 years ago
Adam Reese
becc12008f
Merge pull request #1218 from kubernetes/feat/rollback
...
feat(*): add helm rollback functionality
8 years ago
Rimantas Mocevicius
8c0f905e92
docs(chart_repository): added github pages example
8 years ago
Matt Butcher
6da5bc5cee
docs(charts): fix charts docs to reflect current template practices
...
Closes #1241
8 years ago
Matt Butcher
3437e5d6e5
Merge pull request #1234 from prydonius/rename-to-stable
...
chore(repo): Rename default charts repo to 'stable'
8 years ago
Adam Reese
3f1101cdfb
fix(tiller): do not create releases for a dry-run
8 years ago
Matt Butcher
065f178072
Merge pull request #1238 from technosophos/fix/1228-order-manifests
...
fix(tiller): Order the manifests before sending to k8s
8 years ago
Matt Butcher
6f7de6d34d
docs(glossary): added glossary
...
Added glossary to the index on README as well.
Closes #1213
8 years ago
Matt Butcher
65d0c03c0f
fix(tiller): Order the manifests before sending to k8s
...
This orders manifests both for installs and deletes so that the
manifests are ordered by kind.
Closes #1228
8 years ago
Michelle Noorali
ac88aaf218
feat(*): add helm rollback functionality
...
This feature allows you to rollback release to the
previous version of release.
resolves #1004
8 years ago
Matt Butcher
e4c217768e
ref(*): update to Kubernetes 1.4
...
This starts with #1211 and does the other updates necessary for
bumping us to Kubernetes 1.4.
8 years ago
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
Adnan Abdulhussein
90d3a952e9
chore(repo): Rename default charts repo to 'stable'
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