SHA256
1
0
forked from pool/helmfile
Commit Graph

20 Commits

Author SHA256 Message Date
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
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
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
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
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
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
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
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
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
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
7b9a10034b Accepting request 842372 from home:manfred-h:Cubic
Upgrade to upstream version 0.130:

- v0.130.3: Bump vals (#1537)
  * 563fce4 (HEAD, tag: v0.130.3, origin/master, origin/HEAD, master)
    Bump vals (#1537)
  * b287101 Update USERS.md (#1535)
- v0.130.2: Fix concurrent-map-iteration-and-write errors while running release h…
  * ab9fb2c (HEAD, tag: v0.130.2, origin/master, origin/HEAD, master)
    Fix concurrent-map-iteration-and-write errors while running
    release hooks (#1534)
  * c170b5a Minor tweaks for helmfile write-values (#1533)
  * d9286ed Fix intermittent failures while building deps on local
    chart (#1532)
  * 3018e82 Fix multiple --set in --args messed up in helmfile
    template (#1529)
  * 34acf14 Bump chartify to v0.4.3 (#1528)
  * 5d8eba9 Append --force-update for specific helm versions. (#1494)
  * b284b7b chore: add SettleMint to the USERS list (#1516)
  * b293ac1 Fix typo (#1523)
  * 8d9d635 Clarify namespace prefix in needs (#1500)

OBS-URL: https://build.opensuse.org/request/show/842372
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=17
2020-10-18 09:00:40 +00:00
112c5c3578 Accepting request 835797 from home:manfred-h:Cubic
- Upgrade to upstream version v0.129.4

OBS-URL: https://build.opensuse.org/request/show/835797
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=15
2020-09-21 11:09:39 +00:00
aac8e89374 Accepting request 834592 from home:manfred-h:Cubic
Version upgrade to 0.129.3

OBS-URL: https://build.opensuse.org/request/show/834592
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=13
2020-09-15 11:32:08 +00:00
ea15671005 Accepting request 830799 from home:manfred-h
- v0.125.9: Merge pull request #1442 from roboll/fix-duplicate-with-kubectx-per-r…
  * c575587 (HEAD, tag: v0.125.9, origin/master, origin/HEAD, master)
    Merge pull request #1442 from roboll/fix-duplicate-with-kubectx-per-release
  * f2dfa7c Fix kubeContext not taken into account for release uniqueness
  * 41cd1fe Fix race while running helm dep build on local chart (#1439)
  * 94e01b7 Bump chartify to 0.4.2 (#1437)
  * 85e7798 Update to the latest version of helm-diff plugin (#1430)
  * b42e847 Fix race while running helm dep build on local chart

- v0.125.8: Fix regression in helmfile deps (#1431)
  * 14e2b9e (HEAD, tag: v0.125.8, origin/master, origin/HEAD, master)
    Fix regression in helmfile deps (#1431)
  * 90a4122 fix: panic when using helm v3.3 (#1427) (#1428)

OBS-URL: https://build.opensuse.org/request/show/830799
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=11
2020-08-31 12:43:50 +00:00
896b96cf7a Accepting request 827381 from home:manfred-h
- v0.125.7: Fix regression installing raw K8s manifests (#1417)
  * a9aa7af (HEAD, tag: v0.125.7, origin/master, origin/HEAD, master)
    Fix regression installing raw K8s manifests (#1417)
  * 738409e Fix regression for helmfile template with helm v2 since
    v0.125.4 (#1416)
- v0.125.6: Revert filtering on repositories to be updated (#1412)
  * ec87a39 (HEAD, tag: v0.125.6, origin/master, origin/HEAD, master)
    Revert filtering on repositories to be updated (#1412)
  * ab1c118 Bump chartify to v0.4.0 (#1409)
  * c8c444d Add test case (#1410)
- v0.125.5: Fix chart fetched by go-getter not to fail due to missing
  dependencies
  * 9a03d79 (HEAD, tag: v0.125.5, origin/master, origin/HEAD, master)
    Fix chart fetched by go-getter not to fail due to missing
    dependencies (#1408)
- v0.125.4: Fix race on/sometimes missing postsync and cleanup hooks
  (#1407)
  * 0ef7e65 (HEAD, tag: v0.125.4, origin/master, origin/HEAD, master)
    Fix race on/sometimes missing postsync and cleanup hooks (#1407)
  * 61b61d3 Fix helmfile template with Helm 3 ignoring chart version
    (#1406)
  * 2710cb3 Fix go-getter URL in chart to actually work (#1405)
  * 4d7fcd8 doc: ArgoCD integration (#1402)

OBS-URL: https://build.opensuse.org/request/show/827381
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=9
2020-08-17 15:56:13 +00:00
4e4159b4c8 Accepting request 824632 from home:manfred-h
Upgrade to helmfile v0.125.3

OBS-URL: https://build.opensuse.org/request/show/824632
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=7
2020-08-06 08:00:17 +00:00
c7e3592541 Accepting request 822745 from home:manfred-h
Upgrade to helmfile v0.125

OBS-URL: https://build.opensuse.org/request/show/822745
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=5
2020-07-25 07:55:50 +00:00
dc33705c91 Accepting request 822106 from home:manfred-h
Upgrade to helmfile v0.121

OBS-URL: https://build.opensuse.org/request/show/822106
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=3
2020-07-21 13:28:34 +00:00
eb3bfa2980 Accepting request 821531 from home:manfred-h
- Install program using "make install" to ensure it knows its version
  number when called with "--version".

OBS-URL: https://build.opensuse.org/request/show/821531
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=2
2020-07-21 13:16:49 +00:00
Richard Brown
d9e6756beb Accepting request 821501 from home:manfred-h
Submit helmfile-0.119 as a start. _service* files are included this time :)

OBS-URL: https://build.opensuse.org/request/show/821501
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/helmfile?expand=0&rev=1
2020-07-17 13:08:31 +00:00