SHA256
1
0
forked from pool/helmfile
Commit Graph

68 Commits

Author SHA256 Message Date
Dominique Leuenberger
6f5c5c8295 Accepting request 999051 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/999051
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/helmfile?expand=0&rev=31
2022-08-25 13:08:56 +00:00
66b195aba1 Accepting request 999049 from home:manfred-h:devel:kubic
- autocomplete files have been removed; obsolete bash-completion
  and zsh-completion sub-packages older than this version.

OBS-URL: https://build.opensuse.org/request/show/999049
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=61
2022-08-24 11:48:50 +00:00
d9f4b6f3d9 Accepting request 999016 from home:manfred-h:devel:kubic
- autocomplete files have been removed; obsolete bash-completion
  and zsh-completion sub-packages.
- Update to version 0.145.3:
  * Bump github.com/hashicorp/go-version from 1.4.0 to 1.6.0 by
    @dependabot in #183
  * fix doc link error and style error by @yxxhero in #217
  * fix(doc): add missing version field in the release template
    example by @lemeurherve in #228
  * update readme about image repo and fix link error by @yxxhero
    in #224
  * fix: use helm secrets view rather than helm secrets dec to
    decrypt by @philomory in #201
  * add Go lint by @yxxhero in #169
  * Include the working helmfile ver in the bug report by
    @mumoshu in #237
  * update Readmd.md by @yxxhero in #236
  * feat: bump chartify to v0.10.0 to support OCI registry for adhoc
    dependencies by @toVersus in #238
  * on canary build, version should show "0.0.0-dev" by @itscaro in
    #162
  * Add integration test for #238 with local docker registry as a
    OCI-based helm chart repo by @mumoshu in #239
  * chore: clean up snapshot test by @toVersus in #241
  * doc: getting start adds repositories configuration by @xiaomudk
    in #240
  * Use cobra by @yxxhero in #234
  * E2E helmfile-template testing with local chart repo server by
    @mumoshu in #245
  * correct --help cli arg regression by @jouve in #252
  * revert environment long option from --env to --environment by
    @jouve in #250
  * test: Add unit tests for ChartExport by @xiaomudk in #256
  * test: Add unit tests for ChartPull by @xiaomudk in #257
  * fix: OCI Url and Version parse error by @xiaomudk in #258
  * Implement readDirEntries method by @vasicvuk in #254
  * remove selector override in cmd/apply by @jouve in #266
  * update doccs/index.md about CLI ref by @yxxhero in #264
  * fix: needs error with context that includes slash by @sergeief
    in #268
  * Bump k8s.io/apimachinery from 0.23.4 to 0.24.3 by @dependabot
    in #230
  * Add flags about need for lint subcmd by @yxxhero in #273
  * fix go.mod by @yxxhero in #275
  * Refactor cobra flag default values for readability by @yxxhero
    in #274
  * build(deps): bump go.uber.org/zap from 1.21.0 to 1.22.0 by
    @dependabot in #280
  * Add file existence check for remote values by @kuzaxak in #284
  * Update ArchLinux installation instructions by @AnatolyRugalev
    in #282
  * Fix Inclusion of Releases for Other Environments by @dackroyd
    in #276
  * Cleanup pkg/config/config.go by @yxxhero in #287
  * update golang lint by @yxxhero in #288
  * Refactor 'images' workflow, include Ubuntu image to push by
    @pathob in #262
  * build(deps): bump github.com/mattn/go-isatty from 0.0.14 to
    0.0.16 by @dependabot in #293
  * fix tag miss in docker build by @yxxhero in #294

OBS-URL: https://build.opensuse.org/request/show/999016
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=60
2022-08-24 10:02:04 +00:00
Richard Brown
2ada8bb23f Accepting request 991212 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/991212
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/helmfile?expand=0&rev=30
2022-07-26 17:45:29 +00:00
0676d9026e Accepting request 991211 from home:manfred-h:devel:kubic
- Update to version 0.145.2:
  * The image publishing workflow should trigger on version tags
    by @mumoshu in #212
  * Fix helmfile-deps issue that it is unable to find the chartify
    output by @yxxhero in #214
- Update to version 0.145.1:
  * Bump github.com/stretchr/testify from 1.7.5 to 1.8.0 by
    @dependabot in #188
  * fix bug.yaml by @yxxhero in #198
  * test: use T.Setenv to set env vars in tests by @Juneezee in #189
  * Fix/invalid path on windows by @philomory in #200
  * fix within func issue by @yxxhero in #209
- Update to version 0.145.0:
  * Add an issue form for bug report by @mumoshu in #4
  * remove ioutil usage in all project by @yxxhero in #5
  * add unittest for formatters.go by @yxxhero in #9
  * mv captureStdout as public func by @yxxhero in #13
  * [test] update helm 3.8.0 to 3.8.1 by @itscaro in #16
  * add unittest for load_opts.go by @yxxhero in #11
  * bump go 1.18 & remove .circleci by @itscaro in #2
  * update args_test.go unittest by @yxxhero in #17
  * add unittest for RequiredEnv func by @yxxhero in #18
  * Update badge to reflect Github Action status by @itscaro in #19
  * [fix] unclosed file stream when creating temporary decrypted
    files by @itscaro in #20
  * [fix] bump go 1.18 & optional TAG definition in makefile by
    @itscaro in #21
  * Bump go-getter to 1.5.11 by @mumoshu in #25
  * [Dockerfile] only use image alpine for compilation, add sops
    & age to pre-built image, remove helm v2 image by @itscaro in #28
  * (fix) typo in state.go by @yxxhero in #32
  * fix output-dir issue by @yxxhero in #31
  * (fix) chartify process when chart path is absolute by @itscaro
    in #22
  * Fix non-existent custom temp dir by @itscaro in #37
  * Redact sensitive informations like password in chart url by
    @dol in #34
  * Fix helmfile deps not to remove entries for charts that are
    being chartified by @mumoshu in #23
  * feat: Auto-detect term for coloring helm-diff output by @mumoshu
    in #24
  * (test) update helm to 3.8.2 by @itscaro in #39
  * add unittest for constants.go by @yxxhero in #44
  * remove gotest deps by @yxxhero in #45
  * Update README.md by @mumoshu in #46
  * fix go lint warn by @yxxhero in #48
  * feat: Add openssh-client to images by @itscaro in #53
  * (feat) update helm to v3.8.2 in container images by @itscaro
    in #55
  * Create dependabot.yml by @itscaro in #54
  * add unittest for Exec by @yxxhero in #52
  * Add unittest for newExecutionID by @yxxhero in #62
  * add unittest for ValidateConfig by @yxxhero in #67
  * add unittest for context.go by @yxxhero in #68
  * remove temp_rand and use k8s.io/apimachinery/pkg/util/rand
    by @yxxhero in #69
  * add unittest for error.go in pkg/app by @yxxhero in #71
  * Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 by
    @dependabot in #56
  * Bump github.com/go-test/deep from 1.0.7 to 1.0.8 by
    @dependabot in #60
  * Bump github.com/spf13/cobra from 1.3.0 to 1.4.0 by
    @dependabot in #59
  * Bump github.com/google/go-cmp from 0.5.7 to 0.5.8 by
    @dependabot in #93
  * Bump github.com/hashicorp/go-version from 1.2.1 to 1.4.0
    by @dependabot in #94
  * update doc for template func by @yxxhero in #74
  * [#80] README, update release tag url by @yjqg6666 in #81
  * chore: bump variantdev/vals to support remote secret
    tfstateremote by @carnei-ro in #76
  * [feat] add execEnvs by @yxxhero in #95
  * Bump go.uber.org/zap from 1.19.0 to 1.21.0 by @dependabot
    in #87
  * fix old URLs in docs and fix Dockerfile by @itscaro in #84
  * Bump github.com/urfave/cli from 1.22.5 to 1.22.9 by
    @dependabot in #96
  * Bump github.com/hashicorp/go-getter from 1.5.11 to 1.6.0 by
    @dependabot in #103
  * rename execEnvs to envExec by @yxxhero in #97
  * Rename module to github.com/helmfile/helmfile by @austince
    in #101
  * build image on tag by @itscaro in #40
  * Bump github.com/hashicorp/go-getter from 1.6.0 to 1.6.1 by
    @dependabot in #106
  * update envExec docs by @yxxhero in #104
  * add helm 3.9 to tests by @itscaro in #85
  * fix intergration test for argo-cd form master to main branch
    by @yxxhero in #118
  * feat: allow --validate on sync command by @chubchubsancho in #88
  * remove unused comments by @yxxhero in #112
  * Update sops version on dockerfile by @rodrigodc07 in #123
  * Update Helm diff plugin to version 3.5.0 in Dockerfile by
    @philippeckel in #122
  * Bump github.com/imdario/mergo from 0.3.12 to 0.3.13 by
    @dependabot in #114
  * add e2e tmpl test by @yxxhero in #99
  * reconstruct main function by @yxxhero in #83
  * little code optimize by @yxxhero in #130
  * Adds feature to fetch release values and secret values from
    remote by @dol in #47
  * introduce DISABLE_INSECURE_FEATURES to disable insecure
    executions by @itscaro in #1
  * chore(state): Append Api Versions flags to helm-diff by
    @semoac in #107
  * fix ci issue by @yxxhero in #131
  * Add yxxhero as a maintainer by @mumoshu in #132
  * Enhance the bug report form by @mumoshu in #134
  * Create SECURITY.md by @mumoshu in #135
  * Minor documentation fixes by @stoned in #138
  * Move repos subcommand to a dedicated source file by @yxxhero
    in #137
  * Add proposals about two breaking changes before we cut Helmfile
    1.0 by @mumoshu in #136
  * Fix deprecated chart in Getting Started by @ogugu9 in #140
  * proposal: Drop --args in Helmfile 1.0 by @mumoshu in #144
  * Move diff charts template subcommand to a dedicated source
    file by @yxxhero in #139
  * Bump module Go version to 1.18 by @mumoshu in #150
  * Release automation and release build testing by @mumoshu in #151
  * Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 by
    @dependabot in #141
  * Bump github.com/variantdev/vals from 0.16.2 to 0.17.1 by
    @dependabot in #152
  * move all subcommand to sigle file by @yxxhero in #153
  * Bump github.com/variantdev/vals from 0.17.1 to 0.18.0 by
    @dependabot in #158
  * Bump github.com/hashicorp/go-getter from 1.6.1 to 1.6.2 by
    @dependabot in #159
  * feat(dockerfile): update helm to 3.9.0 by @Jasstkn in #163
  * docker build test on ci by @yxxhero in #164
  * Make a few helmfile sub-commands consistently support
    needs-related flags by @mumoshu in #78
  * Bump github.com/stretchr/testify from 1.7.2 to 1.7.3 by
    @dependabot in #172
  * fix ci test error by @yxxhero in #167
  * update Readme.md by @yxxhero in #170
  * Fix typo in README by @kobtea in #177
  * Bump github.com/stretchr/testify from 1.7.3 to 1.7.4 by
    @dependabot in #176
  * Update alpine base image to 3.16 by @jduepmeier in #179
  * Bump github.com/stretchr/testify from 1.7.4 to 1.7.5 by
    @dependabot in #180
  * add unittest for text_renderer.go by @yxxhero in #168
  * Bump github.com/spf13/cobra from 1.4.0 to 1.5.0 by
    @dependabot in #175

OBS-URL: https://build.opensuse.org/request/show/991211
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=58
2022-07-26 08:07:22 +00:00
Dominique Leuenberger
b0c855763a Accepting request 967729 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/967729
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/helmfile?expand=0&rev=29
2022-04-08 20:45:51 +00:00
2c368bde3e Accepting request 967728 from home:manfred-h:Cubic
- v0.144.0:
  * Update README.md by @qb-abdul in #2105
  * Add .StateValues as alias of .Values in EnvironmentTemplateData
    by @itscaro in #2056
  * Add template function isFile by @itscaro in #2045
  * Enhance support for kube-version and api-versions by @mumoshu
    in #2121

OBS-URL: https://build.opensuse.org/request/show/967728
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=56
2022-04-08 09:20:45 +00:00
Dominique Leuenberger
abc1b6f489 Accepting request 963015 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/963015
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/helmfile?expand=0&rev=28
2022-03-19 21:20:45 +00:00
c5c9523688 Accepting request 963014 from home:manfred-h:Cubic
- v0.143.1:
  * Add --skip-tests to helmfile template command by @drivelikebrazil
    in #2057
  * Fix context of the ReadDir templating function by @nlueb in #2058
  * Fix readdir regression while merging by @mumoshu in #2061
  * feat: Add --suppress option for diff and apply commands by
    @sjentzsch in #2077
  * enable get() to be used with alias $.StateValues by @itscaro
    in #2081
  * Use os.UserCacheDir()/helmfile to store downloaded artifacts
    instead of relative .helmfile directory by @itscaro in #2022
  * Fix various golangci-lint errors by @Sajfer in #2059
  * add integration tests for helm v3.8.0 by @itscaro in #2085
  * Update USERS.md by @yohanb in #2089
  * Allow more characters in label selectors by @Sajfer in #2064
  * Make release template to work on needs by @mumoshu in #2099
  * Stop panic when deduplicating releases by @Sajfer in #2067
  * Bump chartify to v0.9.2 by @mumoshu in #2102

OBS-URL: https://build.opensuse.org/request/show/963014
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=54
2022-03-19 09:44:00 +00:00
Dominique Leuenberger
b1d1b39916 Accepting request 948206 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/948206
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/helmfile?expand=0&rev=27
2022-01-23 12:41:37 +00:00
93c3d20220 Accepting request 948205 from home:manfred-h:Cubic
- v0.143.0:
  * (HEAD, tag: v0.143.0) Fix panic on normalizing path containing .. (#2042)
  * add cleanup to write-values & lint to harmonise this flag (#2021)
  * Correct enabled property in helmfile list (#1921)
  * Add readDir as a templating function (#1934)
  * Set postsync and cleanup error (#2009)
  * Bump sprig library to v3.2.1 (#1880)
  * Allow users other than root to use helm plugins (#1766)
  * Added example ArgoCD + helmfile deployment (#1882)
  * Update README.md
  * Bump helm-diff to version 3.3.1 (#2041)
  * feat: Option to pass kubeVersion to helm template (#2002)
  * support apple silicon builds (#2032)
  * Bumped go-getter to v1.5.9 (#1982)
  * Fix capitalization of disableOpenAPIValidation config in README (#2003)
  * bump to go 1.17.3 with alpine 3.13 (#2024)
  * upgrade vals allowing for the use of the AzureRM terraform backend (#2029)
  * Add support for --insecure-skip-tls-verify flag on helm repo add command (#1990)
  * feat: Add go-getter support to load base helmfiles (#1998)
  * Do fail on a possible typo in needs entries (#2026)
  * Fix typo in README (#2006)

OBS-URL: https://build.opensuse.org/request/show/948205
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=53
2022-01-23 09:22:13 +00:00
Dominique Leuenberger
d553a7dcc0 Accepting request 930537 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/930537
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/helmfile?expand=0&rev=26
2021-11-10 20:46:17 +00:00
1ebd0c6b4b Accepting request 930536 from home:manfred-h:Cubic
- v0.142.0:
  * Add support for transitive dependencies (needs). by @pjotre86 in #1983
  * Add documentation for needs parameterization. by @pjotre86 in #1987
  * Process feedback for pr 1983 by @pjotre86 in #1992
  * Make .Environment values available in .gotmpl files. by @pjotre86 in #2000

OBS-URL: https://build.opensuse.org/request/show/930536
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=52
2021-11-09 19:29:31 +00:00
Dominique Leuenberger
0d0e7fc0f8 Accepting request 925593 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/925593
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/helmfile?expand=0&rev=25
2021-10-16 20:47:08 +00:00
ff8126271c Accepting request 925592 from home:manfred-h:Cubic
- v0.141.0:
  * 9a0ce53 (HEAD, tag: v0.141.0) Support Helm 3.7.0's reworked
    OCI support (#1970)

OBS-URL: https://build.opensuse.org/request/show/925592
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=51
2021-10-16 08:26:18 +00:00
Dominique Leuenberger
2aec4e545d Accepting request 919665 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/919665
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/helmfile?expand=0&rev=24
2021-09-17 21:25:59 +00:00
955f283268 Accepting request 919664 from home:manfred-h:Cubic
- v0.140.1:
  * 787e6c8 (HEAD, tag: v0.140.1) ubuntu docker based image for
    helmfile (#1863)
  * 724b4b3 readme: fix wrong paths for environments on conf
    example (#1885)
  * 2792ef7 bug: write-values deletes provided --values files.
    (#1905)
  * f57b510 Fix json patches and strategic patches to do work
    when there was only one resource in the targeted chart/directory
    (#1962)
  * 7845ccc Stop integration test for Helm 2.17.0 (#1961)
  * e1cabc8 Add support for --validate on chartify (#1960)
  * 0f91f2c Add IKEA to users. (#1925)
  * 8594944 Update writing-helmfile.md (#1937)
  * ae438c8 Add more examples for remote env value files (#1938)
  * ad2f8e8 Add debian docker image, drop helm2, upgrade packages.
    (#1956)

OBS-URL: https://build.opensuse.org/request/show/919664
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=50
2021-09-17 07:09:18 +00:00
Richard Brown
65b6075c0b Accepting request 912570 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/912570
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/helmfile?expand=0&rev=23
2021-08-18 06:56:09 +00:00
2eaa3ee254 Accepting request 912569 from home:manfred-h:Cubic
- v0.140.0: The following two changes were not included in the last
  snapshot release:
  * ccd81de (HEAD, tag: v0.140.0) Set longer no_output_timeout for
    release
  * 46b17e2 feat: pass-credentials to repo (#1899)

OBS-URL: https://build.opensuse.org/request/show/912569
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=49
2021-08-17 08:41:03 +00:00
Dominique Leuenberger
ee166ecb17 Accepting request 907909 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/907909
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/helmfile?expand=0&rev=22
2021-07-23 21:41:11 +00:00
9bcba7ddff Accepting request 907907 from home:manfred-h:Cubic
- v0.140.0:
  * d8247e6 (HEAD, tag: v0.140.0)
    Update writing-helmfile.md: fix typos (#1892)

OBS-URL: https://build.opensuse.org/request/show/907907
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=48
2021-07-23 09:23:30 +00:00
0fd1aa874a Accepting request 907902 from home:manfred-h:Cubic
- v0.140.0:
  * d8247e6 (HEAD, tag: v0.140.0)
    Update writing-helmfile.md: fix typos (#1892)

OBS-URL: https://build.opensuse.org/request/show/907902
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=47
2021-07-23 09:15:37 +00:00
Dominique Leuenberger
0127b0bc4d Accepting request 899514 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/899514
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/helmfile?expand=0&rev=21
2021-06-11 20:31:03 +00:00
08fd074df9 Accepting request 899513 from home:manfred-h:Cubic
Upgrade to helmfile v0.139.9

OBS-URL: https://build.opensuse.org/request/show/899513
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=45
2021-06-11 14:57:47 +00:00
9bdb6f44ea Accepting request 896724 from home:manfred-h:Cubic
Upgrade to helmfile v0.139.7; clean up changelog entries

OBS-URL: https://build.opensuse.org/request/show/896724
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=44
2021-06-01 14:40:22 +00:00
1ebd7ff659 Accepting request 895283 from home:manfred-h:Cubic
Upgrade to helmfile v0.139.7

OBS-URL: https://build.opensuse.org/request/show/895283
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=43
2021-05-25 07:03:28 +00:00
Dominique Leuenberger
7f13efee7e Accepting request 891805 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/891805
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/helmfile?expand=0&rev=20
2021-05-10 13:38:40 +00:00
86ebd6ed06 Accepting request 891804 from home:manfred-h:Cubic
Upgrade to helmfile v0.139.2

OBS-URL: https://build.opensuse.org/request/show/891804
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=41
2021-05-09 09:00:27 +00:00
Dominique Leuenberger
44bf05ad75 Accepting request 878042 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/878042
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/helmfile?expand=0&rev=19
2021-03-10 07:57:33 +00:00
8e3e077085 Accepting request 878041 from home:manfred-h:Cubic
- v0.138.7
  * 8ed8a9e (HEAD, tag: v0.138.7, origin/master, origin/HEAD, master)
    allow to access oci repos without auth (#1711)
  * 14a83e7 Update reference for helm-secrets to latest maintained
    fork (#1676)
  * bf9f36b refactor: simplify pull channel from #1706 (#1707)
  * 3215eaf panic with clear message (#1709)
  * 927bd30 Update README.md to show current CLI Output (#1712)

- v0.138.6
  * 247ae91 (HEAD, tag: v0.138.6, origin/master, origin/HEAD, master)
    Disable darwin/386 build to avoid release failure

- v0.138.5
  * 97f0e59: Update README.md (#1677)

OBS-URL: https://build.opensuse.org/request/show/878041
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=39
2021-03-09 16:16:19 +00:00
Dominique Leuenberger
f56731d959 Accepting request 871650 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/871650
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/helmfile?expand=0&rev=18
2021-02-15 22:18:31 +00:00
7675532f97 Accepting request 871648 from home:manfred-h:Cubic
- v0.138.4
  * f24b61f (HEAD, tag: v0.138.4, origin/master, origin/HEAD, master)
    Fix error on concurrent go-getter on same URL (#1669)
- v0.138.3
  * 257c1f6 (HEAD, tag: v0.138.3, origin/master, origin/HEAD, master)
    Fix OCI support (#1667)
  * 4e1ecb5 Bump variantdev/vals to 0.13.0 (#1666)
- v0.138.2
  * ad5fba5 (HEAD, tag: v0.138.2, origin/master, origin/HEAD, master)
    Bump Helm to v3.5.0. (#1656)
  * 0ad62b5 docs: update helm command name (#1635)
  * 8487970 fix: dont sent RegistryLogin password via args (#1662)

OBS-URL: https://build.opensuse.org/request/show/871648
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=37
2021-02-13 11:41:19 +00:00
Dominique Leuenberger
efed48289d Accepting request 867923 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/867923
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/helmfile?expand=0&rev=17
2021-01-30 12:57:13 +00:00
003f6269dd Accepting request 867921 from home:manfred-h:Cubic
- v0.138.1: fix: fixed up OCI repos so they support paths and URLs
  that differ fr…
  * 8212b63 (HEAD, tag: v0.138.1, origin/master, origin/HEAD, master)
  fix: fixed up OCI repos so they support paths and URLs that differ
  from chart names contained there (#1661)
- v0.138.0: feat: added in oci repository flag and added helm
  methods to pull and…
  * 2a71640 (HEAD, tag: v0.138.0, origin/master, origin/HEAD, master)
  feat: added in oci repository flag and added helm methods to pull
  and export charts (#1629)

OBS-URL: https://build.opensuse.org/request/show/867921
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=35
2021-01-30 10:08:57 +00:00
Dominique Leuenberger
072a633cbd Accepting request 862928 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/862928
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/helmfile?expand=0&rev=16
2021-01-13 17:24:33 +00:00
72dbbc1c79 Accepting request 862926 from home:manfred-h:Cubic
- v0.137.0: docs: fix typo (#1645)
  * 33880da (HEAD, tag: v0.137.0, origin/master, origin/HEAD, master)
    docs: fix typo (#1645)
  * 87fcd83 Fix typo "verion" (#1641)
  * 600721c docs(readme): fix typo (#1633)
  * f7a1d09 Bump variantdev/vals to 0.12.0 (#1644)

OBS-URL: https://build.opensuse.org/request/show/862926
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=33
2021-01-13 14:47:18 +00:00
Dominique Leuenberger
ed12891b7b Accepting request 859936 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/859936
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/helmfile?expand=0&rev=15
2021-01-03 20:26:53 +00:00
779488e950 Accepting request 859935 from home:manfred-h:Cubic
- v0.136.0
  * e5d982e (HEAD, tag: v0.136.0, origin/master, origin/HEAD, master)
    Fix "No valid platforms to build for" build error on release
  * c815d01 Bump helm versions in Dockerfile to deal with stable and
    incubator repositories change
  * 9569d73 Bump helm versions in CI to deal with stable and incubator
    repositories change
  * dd5bc46 Include kustomize binary in helm3-based Docker image (#1626)
  * fc3567d Adding documentation for PR #6819 (#1623)
  * 9b64d65 feat: Stabilize helmfile-diff output (#1622)
  * 54eb73b Use ghodss/yaml for yaml marshaling & unmarshaling in
    template (#1556)
  * 4c0987a Don't append --tiller-namespace flag when running helm3 (#1594)
  * 0637973 fix: allow helmfiles to be corrected marshalled to YAML
    so they can be manipulated by other programs (#1604)
  * 3690bde Add documentation on how to use the docker image (#1607)
  * b92ff2b Fix selector syntax example (#1614)
  * afe82f6 chore: suppress empty values on serializing several helmfile
    values (#1616)
  * 1c7b872 Stabilize helmfile-diff output (#1619)
  * 28e7ebb fix: support arm64 images (#1612)
  * 1ef9b29 Improve handling of releases being newly installed by
    helmfile-apply (#1618)

OBS-URL: https://build.opensuse.org/request/show/859935
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=31
2021-01-03 10:10:10 +00:00
Dominique Leuenberger
100af2a7b2 Accepting request 850303 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/850303
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/helmfile?expand=0&rev=14
2020-11-24 21:12:31 +00:00
b34c067e23 Accepting request 850302 from home:manfred-h:Cubic
- Add bash and zsh completion sub-packages

OBS-URL: https://build.opensuse.org/request/show/850302
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=29
2020-11-23 19:01:13 +00:00
Dominique Leuenberger
ebb45b7220 Accepting request 849359 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/849359
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/helmfile?expand=0&rev=13
2020-11-19 15:46:22 +00:00
92880c9482 Accepting request 849358 from home:manfred-h:Cubic
- v0.135.0: Add support for Kustomize Transformers (#1592)
  * b910591 (HEAD, tag: v0.135.0, origin/master, origin/HEAD, master)
    Add support for Kustomize Transformers (#1592)
  * d807510 Enable shell completion (#1559)
  * 4e48521 Fix the logic of helmfile deps and add tests. (#1588)
  * b0e0429 Fix incorrect help text of some CLI options. (#1587)
  * f877de7 Fix openSUSE repo URL. (#1584)
  * 655d593 Mention about helmBinary in readme (#1590)
- v0.134.1: Fix `helmfile template --include-crds` not to break with
  `chartify` (…
  * f6bf885 (HEAD, tag: v0.134.1, origin/master, origin/HEAD, master)
    Fix helmfile template --include-crds not to break with chartify (#1583)
  * 2857382 fix: support arm binaries (#1580)
  * 972667f Mention openSUSE packages for helmfile (#1581)
  * 3c88145 Update readme stable/incubator URLs (#1582)

OBS-URL: https://build.opensuse.org/request/show/849358
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=27
2020-11-19 10:12:48 +00:00
Dominique Leuenberger
f30b2063bc Accepting request 847530 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/847530
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/helmfile?expand=0&rev=12
2020-11-11 19:46:20 +00:00
7c1dab8d25 Accepting request 847529 from home:manfred-h:Cubic
- v0.134.0: Bump dependencies (#1573)
  * 709913b (HEAD, tag: v0.134.0, origin/master, origin/HEAD, master)
    Bump dependencies (#1573)
  * 88884b6 feat: helmfile template --skip-cleanup (#1570)
  * 5a15b65 feat: Add helmfile apply --skip-cleanup (#1571)
  * 3899680 feat: Add helmfile test --logs (#1569)
- v0.133.0: feat: Add `helmfile template --include-crds` (#1568)
  * 6b86408 (HEAD, tag: v0.133.0, origin/master, origin/HEAD, master)
    feat: Add helmfile template --include-crds (#1568)

OBS-URL: https://build.opensuse.org/request/show/847529
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=25
2020-11-10 15:46:07 +00:00
Dominique Leuenberger
d129cc6ec2 Accepting request 846953 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/846953
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/helmfile?expand=0&rev=11
2020-11-08 19:59:30 +00:00
b0b240a73a Accepting request 846952 from home:manfred-h:Cubic
Update to final issue of release v0.132:

- v0.132.3: Fix redundant helm-dep-build and prepare hook regression
  (#1566)
  * bdbaa00 (HEAD, tag: v0.132.3, master) Fix redundant helm-dep-build
    and prepare hook regression (#1566)
- v0.132.2: Fix `helmfile --selector x=y template` with `needs`
  (#1564)
  * 87e86dc (HEAD, tag: v0.132.2, origin/master, origin/HEAD, master)
    Fix helmfile --selector x=y template with needs (#1564)
  * 995b201 mention Arch Linux support (#1549)

OBS-URL: https://build.opensuse.org/request/show/846952
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=23
2020-11-08 15:52:48 +00:00
Dominique Leuenberger
9be5476eaa Accepting request 844397 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/844397
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/helmfile?expand=0&rev=10
2020-10-28 08:58:52 +00:00
9ed883c4ed Accepting request 844396 from home:manfred-h:Cubic
- v0.132.1: Disable dependency update while running helm-x/chartify
  in more cases…
  * 0663831 (HEAD, tag: v0.132.1, origin/master, origin/HEAD, master)
    Disable dependency update while running helm-x/chartify in more
    cases (#1548)
  * afb2653 fix: printing error to stdout together with templated
    resources (#1550)

OBS-URL: https://build.opensuse.org/request/show/844396
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=21
2020-10-27 17:42:26 +00:00
Dominique Leuenberger
07a628bac7 Accepting request 843377 from devel:kubic
OBS-URL: https://build.opensuse.org/request/show/843377
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/helmfile?expand=0&rev=9
2020-10-23 10:21:49 +00:00
52e5fb0c2f Accepting request 843375 from home:manfred-h:Cubic
- v0.132.0: Minor README improvement (#1543)
  * 9ec4a85 (HEAD, tag: v0.132.0, origin/master, origin/HEAD, master)
    Minor README improvement (#1543)
  * 4d86879 Improve capitalization and formats of README.md. (#1545)
  * 1aca099 feat: Upgrade to kubectl version supported by latest
    stable release and upgrade helm3 to 3.3.4 (#1498)
  * f5d0988 Retain the option helm repo add --force-update when Helm
    is v3.3.4 or above. (#1546)
- v0.131.0: Bump chartify to 0.4.4 (#1540)
  * 080080f (HEAD, tag: v0.131.0, origin/master, origin/HEAD, master)
    Bump chartify to 0.4.4 (#1540)
  * cd4afc3 Remove duplicated logs from helm.exec. (#1538)
  * 8f86697 Support for azure acr helm repositories (#1526)

OBS-URL: https://build.opensuse.org/request/show/843375
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=19
2020-10-22 09:00:08 +00:00