- 18 Oct, 2016 1 commit
-
-
Matt Butcher authored
This prevents the index command from recursing through directories. Behind the scenes, it swaps out the repository logic for the index file logic. Closes #1328
-
- 10 Oct, 2016 1 commit
-
-
Matt Butcher authored
I wrote urlJoin to fix URL joining, but I put it in the wrong place and never used it. This moves it to the right place, and replaces the hacky previous solution.
-
- 07 Oct, 2016 1 commit
-
-
Matt Butcher authored
This removes the requirement that a fetch or install command must explicitly state the version number to install. Instead, this goes to the strategy used by OS package managers: Install the latest until told to do otherwise. Closes #1198
-
- 06 Oct, 2016 1 commit
-
-
Keerthan Reddy Mala (kmala) authored
Signed-off-by:
Keerthan Reddy Mala (kmala) <kmala@deis.com>
-
- 05 Oct, 2016 2 commits
-
-
Matt Butcher authored
This removes the last of the requests for gopkg.in/yaml.v2, and also the struct annotations. Closes #1192 Closes #1263
-
Matt Butcher authored
This performs a relatively weak in-memory translation of index file data. It does not, in most cases, write the corrected data to disk, and it emits a warning directly to STDERR each time it loads a deprecated index. Known limitations: - It cannot recover certain bogus records that earlier alpha releases generated (notably, where all chartfile data is missing) - In some cases, it has to parse a filename to get version info. This is lossy. - Because it takes three passes through the YAML and JSON unmarshal, it is not performant. This feature is transitional and should be removed during the Beta cycle, prior to the release of 2.0.0. Closes #1265
-
- 04 Oct, 2016 1 commit
-
-
Matt Butcher authored
This implements a new index file format for repository indices. It also implements a new format for requirements.yaml. Breaking change: This will break all previous versions of Helm, and will impact helm search, repo, serve, and fetch functions. Closes #1197
-
- 23 Sep, 2016 2 commits
-
-
Matt Butcher authored
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.
-
Matt Butcher authored
-
- 15 Sep, 2016 1 commit
-
-
Brandon Philips authored
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
-
- 22 Jun, 2016 1 commit
-
-
Matt Butcher authored
-
- 07 Jun, 2016 2 commits
-
-
Matt Butcher authored
-
Adam Reese authored
-
- 25 May, 2016 1 commit
-
-
Michelle Noorali authored
... so we don't rely on external services in unit tests :)
-
- 20 May, 2016 3 commits
-
-
Michelle Noorali authored
-
Michelle Noorali authored
-
Michelle Noorali authored
-
- 18 May, 2016 1 commit
-
-
Michelle Noorali authored
-