8000 Tags · wyatt7966/helmfile · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: wyatt7966/helmfile

Tags

v0.43.0

Toggle v0.43.0's commit message
2019-01-23T06:47:09Z

571f351 feat: configurable concurrency for `helmfile test` (roboll#442)

v0.42.2

Toggle v0.42.2's commit message
2019-01-22T06:55:38Z

b9a097e fix: first-pass rendering of helmfile.yaml (roboll#441)
344c20d release: fix make tasks for auto-tagging

v0.42.1

Toggle v0.42.1's commit message
2019-01-22T02:24:02Z

5f52f96 fix missingFileHandler (roboll#440)

v0.42.0

Toggle v0.42.0's commit message
2019-01-21T16:30:07Z

171eacf release: fix hack/semtag when there are one or more git remotes before `origin`
7d976e5 Semi-automate minor/patch version tagging
f813ac2 feat: Release Template (roboll#439)
23178b3 docs: Remove `go get` from the recommended installation methods (roboll#437)
fea6203 fix: cleanup hook executed too early for apply command (roboll#426)
1f7a8dd fix: prepare hook is not executed for diff command (roboll#425)
413ab4f adds Homebrew as an installation method (roboll#418)

v0.41.0

Toggle v0.41.0's commit message
feat: configurable common path prefix for values files (roboll#408)

Removes duplicated declaration path for cleaner helmfile, for example, this configuration.

```
- chart: projectABC
  name: {{ .Environment.Name }}-projectABC
  namespace: abc
  version: {{ .Environment.Values.projectABC.chart.version }}
  valuesPathPrefix: ../values/{{ .Environment.Name }}/
  values:
  - common.yaml
  - project-abc.yaml
  - platform.yaml
  - ...
  secrets:
  - secrets.yaml
```

v0.40.3

Toggle v0.40.3's commit message
Added new installation method via AUR (roboll#405)

v0.40.2

Toggle v0.40.2's commit message
Fixes roboll#383. Deprecated `context` directive in favor of helmDefa…

…ults.kubeContext (roboll#401)

v0.40.1

Toggle v0.40.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: incomplete environment values merging (roboll#378)

Fixes roboll#377

Ref darccio/mergo#81

v0.40.0

Toggle v0.40.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: `get` and `getOrNil` template funcs to allow defaulting in temp…

…lates (roboll#370)

* feat: `get` and `getOrNil` template funcs to allow defaulting in templates

Ref roboll#357

* Add docs about missing keys and default values in templates

v0.39.1

Toggle v0.39.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(ci,doc): follow up for default non-interactivity of helmfile (rob…

…oll#375)

The integration test was failing due to that it was still using `--auto-approve` flag which was removed. The documentation was still refering to `--auto-approve` and had no explanation about the new `--interactive` flag. This fixes all these issues.

This a follow up for roboll#368
See roboll#374 (comment) for more context.
0