Compare commits
No commits in common. "factory" and "factory" have entirely different histories.
2
_service
2
_service
@ -5,7 +5,7 @@
|
||||
<param name="exclude">.git</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="revision">v0.171.0</param>
|
||||
<param name="revision">v0.168.0</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="recompress" mode="manual">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/helmfile/helmfile.git</param>
|
||||
<param name="changesrevision">41d8070b85e461505cc8eb3ad6ca1e75e44c3936</param></service></servicedata>
|
||||
<param name="changesrevision">18529ab7c550bfa6d6eefddeb47418f1685f4a7f</param></service></servicedata>
|
||||
|
3
helmfile-0.168.0.tar.gz
Normal file
3
helmfile-0.168.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6cf2851bc2205bfcc7310e33dbeafbfa7c4eb812d8c438b5c42214ca0c78d0ae
|
||||
size 1094538
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d440201affd72f9813a5755a204414bd02e158d23e838a7105463d960eb9d911
|
||||
size 1128799
|
268
helmfile.changes
268
helmfile.changes
@ -1,271 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 13 09:00:02 UTC 2025 - Manfred Hollstein <manfred.h@gmx.net>
|
||||
|
||||
- Update to version 0.171.0:
|
||||
* feat: execute templates against postRendererHooks by @allanger
|
||||
in #1839
|
||||
* build(deps): bump github.com/spf13/pflag from 1.0.5 to 1.0.6
|
||||
by @dependabot in #1897
|
||||
* build(deps): bump github.com/goccy/go-yaml from 1.15.15 to
|
||||
1.15.16 by @dependabot in #1901
|
||||
* build(deps): bump github.com/goccy/go-yaml from 1.15.16 to
|
||||
1.15.17 by @dependabot in #1905
|
||||
* Use a regex to match --state-values-set-string arguments
|
||||
by @gllb in #1902
|
||||
* build(deps): bump golang.org/x/sync from 0.10.0 to 0.11.0
|
||||
by @dependabot in #1911
|
||||
* Chartify v0.20.8 update by @scodeman in #1908
|
||||
* cleanup: remove all about v0.x by @yxxhero in #1903
|
||||
* build(deps): bump golang.org/x/term from 0.28.0 to 0.29.0
|
||||
by @dependabot in #1913
|
||||
* chore: update babel to resolve CVEs by @zhaque44 in #1916
|
||||
* remove deprecated charts.yaml by @yxxhero in #1437
|
||||
* Revert "cleanup: remove all about v0.x" by @yxxhero in #1918
|
||||
* build(deps): bump github.com/goccy/go-yaml from 1.15.17 to
|
||||
1.15.19 by @dependabot in #1920
|
||||
* build(deps): bump github.com/goccy/go-yaml from 1.15.19 to
|
||||
1.15.20 by @dependabot in #1921
|
||||
* feat: Add support for --wait-retries flag. by @connyay in #1922
|
||||
* build: update go-yaml to v1.15.21 by @yxxhero in #1923
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 23 09:45:41 UTC 2025 - Manfred Hollstein <manfred.h@gmx.net>
|
||||
|
||||
- Update to version 0.170.1:
|
||||
* build(deps): bump github.com/goccy/go-yaml from 1.15.14 to
|
||||
1.15.15 by @dependabot in #1882
|
||||
* build(deps): bump github.com/hashicorp/go-slug from 0.15.0 to
|
||||
0.16.3 by @dependabot in #1886 (CVE-2025-0377)
|
||||
* Ensure 'helm repo add' is also not pollute on helmfile template
|
||||
by @baurmatt in #1887
|
||||
* build(deps): bump github.com/zclconf/go-cty from 1.16.1 to
|
||||
1.16.2 by @dependabot in #1888
|
||||
* fix: using correct option for takeOwnership flag by @blaskoa
|
||||
in #1892
|
||||
* fix typo in docs by @adamab48 in #1889
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 21 09:20:53 UTC 2025 - Manfred Hollstein <manfred.h@gmx.net>
|
||||
|
||||
- Update to version 0.170.0:
|
||||
* build(deps): bump github.com/goccy/go-yaml from 1.15.6 to 1.15.7
|
||||
by @dependabot in #1818
|
||||
* build(deps): bump golang.org/x/term from 0.26.0 to 0.27.0 by
|
||||
@dependabot in #1817
|
||||
* chore(doc): fix the indent of the selector usage sample yaml by
|
||||
@Ladicle in #1819
|
||||
* feat(state): add support for setString in ReleaseSpec and
|
||||
HelmState by @yxxhero in #1821
|
||||
* build(deps): bump github.com/goccy/go-yaml from 1.15.7 to 1.15.8
|
||||
by @dependabot in #1822
|
||||
* test(state): add TestHelmState_setStringFlags for setStringFlags
|
||||
method by @yxxhero in #1823
|
||||
* build(deps): bump k8s.io/apimachinery from 0.31.3 to 0.31.4 by
|
||||
@dependabot in #1826
|
||||
* build(deps): bump golang.org/x/crypto from 0.29.0 to 0.31.0 by
|
||||
@dependabot in #1828
|
||||
* build(deps): bump github.com/goccy/go-yaml from 1.15.8 to
|
||||
1.15.9 by @dependabot in #1831
|
||||
* build(deps): bump k8s.io/apimachinery from 0.31.4 to 0.32.0 by
|
||||
@dependabot in #1830
|
||||
* feat: updating sops version to 3.9.2 by @zhaque44 in #1834
|
||||
* build(deps): bump github.com/goccy/go-yaml from 1.15.9 to
|
||||
1.15.10 by @dependabot in #1835
|
||||
* build(deps): bump helm.sh/helm/v3 from 3.16.3 to 3.16.4 by
|
||||
@dependabot in #1836
|
||||
* build: update Helm version to v3.16.4 in CI and Dockerfiles by
|
||||
@yxxhero in #1837
|
||||
* build(deps): bump github.com/goccy/go-yaml from 1.15.10 to
|
||||
1.15.11 by @dependabot in #1838
|
||||
* build(deps): bump filippo.io/age from 1.2.0 to 1.2.1 by
|
||||
@dependabot in #1840
|
||||
* build(deps): bump github.com/goccy/go-yaml from 1.15.11 to
|
||||
1.15.12 by @dependabot in #1843
|
||||
* build: update helm-diff to v3.9.13 in Dockerfiles and init.go
|
||||
by @yxxhero in #1841
|
||||
* build(deps): bump github.com/helmfile/chartify from 0.20.4 to
|
||||
0.20.5 by @dependabot in #1845
|
||||
* build(deps): bump github.com/goccy/go-yaml from 1.15.12 to
|
||||
1.15.13 by @dependabot in #1844
|
||||
* build(deps): bump jinja2 from 3.1.4 to 3.1.5 in /docs by
|
||||
@dependabot in #1846
|
||||
* CVE-2024-45338: updating golang.org/x/net: to version: v0.33.0
|
||||
by @zhaque44 in #1849
|
||||
* build(deps): bump github.com/zclconf/go-cty from 1.15.1 to
|
||||
1.16.0 by @dependabot in #1851
|
||||
* build(deps): bump golang.org/x/term from 0.27.0 to 0.28.0
|
||||
by @dependabot in #1852
|
||||
* update sops versions to 3.9.3 by @zhaque44 in #1861
|
||||
* build(deps): bump github.com/hashicorp/go-getter from 1.7.6
|
||||
to 1.7.7 by @dependabot in #1862
|
||||
* feat: add --take-ownership flag to apply and sync commands by
|
||||
@yxxhero in #1863
|
||||
* fix: ensure plain http is supported across all helmfile
|
||||
commands by @purpleclay in #1858
|
||||
* fix: ensure development versions of charts can be used across
|
||||
helmfile commands by @purpleclay in #1865
|
||||
* build(deps): bump github.com/helmfile/chartify from 0.20.5 to
|
||||
0.20.6 by @dependabot in #1866
|
||||
* update kubectl version (1.30) to stay up to date with new
|
||||
releases by @zhaque44 in #1867
|
||||
* build(deps): bump github.com/zclconf/go-cty from 1.16.0 to
|
||||
1.16.1 by @dependabot in #1870
|
||||
* build(deps): bump github.com/hashicorp/go-getter from 1.7.7 to
|
||||
1.7.8 by @dependabot in #1869
|
||||
* feat: Add "--no-hooks" to helmfile template by @jwlai in #1813
|
||||
* update helm and k8s versions in ci, dockerfiles, and go.mod by
|
||||
@yxxhero in #1872
|
||||
* build(deps): bump github.com/helmfile/vals from 0.38.0 to 0.39.0
|
||||
by @dependabot in #1876
|
||||
* build(deps): bump k8s.io/apimachinery from 0.32.0 to 0.32.1 by
|
||||
@dependabot in #1873
|
||||
* build(deps): bump github.com/goccy/go-yaml from 1.15.13 to
|
||||
1.15.14 by @dependabot in #1874
|
||||
* build: update helm-diff to v3.9.14 in Dockerfiles and init.go
|
||||
by @yxxhero in #1877
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 6 06:54:25 UTC 2024 - Manfred Hollstein <manfred.h@gmx.net>
|
||||
|
||||
- Update to version 0.169.2:
|
||||
* build(deps): bump github.com/helmfile/vals from 0.37.6 to 0.37.7
|
||||
by @dependabot in #1747
|
||||
* build(deps): bump k8s.io/apimachinery from 0.31.1 to 0.31.2 by
|
||||
@dependabot in #1754
|
||||
* Reset extra args before running 'dependency build' by @baurmatt
|
||||
in #1751
|
||||
* Introducing Helmfile Guru on Gurubase.io by @kursataktas in #1748
|
||||
* feat: add skip json schema validation during the install /upgrade
|
||||
of a Chart by @zhaque44 in #1737
|
||||
* fix(maputil): prevent nil value overwrite by @ban11111 in #1755
|
||||
* build(deps): bump github.com/goccy/go-yaml from 1.12.0 to
|
||||
1.13.0 by @dependabot in #1759
|
||||
* fix: this url doesn't work anymore by @zekena2 in #1760
|
||||
* build(deps): bump github.com/goccy/go-yaml from 1.13.0 to
|
||||
1.13.1 by @dependabot in #1762
|
||||
* build(deps): bump github.com/goccy/go-yaml from 1.13.1 to
|
||||
1.13.2 by @dependabot in #1763
|
||||
* build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to
|
||||
4.5.1 by @dependabot in #1767
|
||||
* build(deps): bump github.com/helmfile/vals from 0.37.7 to
|
||||
0.37.8 by @dependabot in #1764
|
||||
* build(deps): bump github.com/goccy/go-yaml from 1.13.2 to
|
||||
1.13.4 by @dependabot in #1765
|
||||
* fix(integration-tests): read correct minikube status (#1768)
|
||||
by @ceriath in #1769
|
||||
* build(deps): bump github.com/goccy/go-yaml from 1.13.4 to
|
||||
1.13.5 by @dependabot in #1770
|
||||
* Add integration tests for #1749 by @baurmatt in #1766
|
||||
* fix: update acme chart URL in input.yaml by @yxxhero in #1773
|
||||
* build(deps): bump github.com/goccy/go-yaml from 1.13.5 to
|
||||
1.13.6 by @dependabot in #1771
|
||||
* build(deps): bump golang.org/x/sync from 0.8.0 to 0.9.0 by
|
||||
@dependabot in #1775
|
||||
* build(deps): bump golang.org/x/term from 0.25.0 to 0.26.0
|
||||
by @dependabot in #1774
|
||||
* Revive dead badge links by @eggplants in #1776
|
||||
* feat: refactor label creation in state.go by @yxxhero in #1758
|
||||
* docs: Add Gurubase badge to README-zh_CN by @yxxhero in #1777
|
||||
* build(deps): bump github.com/goccy/go-yaml from 1.13.6 to
|
||||
1.13.9 by @dependabot in #1781
|
||||
* build(deps): bump github.com/goccy/go-yaml from 1.13.9 to
|
||||
1.14.0 by @dependabot in #1782
|
||||
* build(deps): bump github.com/goccy/go-yaml from 1.14.0 to
|
||||
1.14.3 by @dependabot in #1788
|
||||
* build(deps): bump helm.sh/helm/v3 from 3.16.2 to 3.16.3 by
|
||||
@dependabot in #1786
|
||||
* fix: update helm-diff to version 3.9.12 in CI and Dockerfiles
|
||||
by @yxxhero in #1792
|
||||
* build: update Helm version to v3.16.3 in CI and Dockerfiles
|
||||
by @yxxhero in #1791
|
||||
* feat: add HELMFILE_INTERACTIVE env var to enable interactive
|
||||
mode by @thevops in #1787
|
||||
* build(deps): bump github.com/hashicorp/hcl/v2 from 2.22.0 to
|
||||
2.23.0 by @dependabot in #1793
|
||||
* build(deps): bump github.com/Masterminds/semver/v3 from 3.3.0
|
||||
to 3.3.1 by @dependabot in #1795
|
||||
* chore: update with testify/assert assertion and table driven
|
||||
tests for fs.go by @zhaque44 in #1794
|
||||
* build(deps): bump k8s.io/apimachinery from 0.31.2 to 0.31.3
|
||||
by @dependabot in #1798
|
||||
* build(deps): bump github.com/stretchr/testify from 1.9.0 to
|
||||
1.10.0 by @dependabot in #1800
|
||||
* build(deps): bump github.com/goccy/go-yaml from 1.14.3 to
|
||||
1.15.0 by @dependabot in #1804
|
||||
* build(deps): bump github.com/goccy/go-yaml from 1.15.0 to
|
||||
1.15.1 by @dependabot in #1807
|
||||
* build(deps): bump github.com/zclconf/go-cty from 1.15.0 to
|
||||
1.15.1 by @dependabot in #1806
|
||||
* update example chart URL in remote-secrets doc by @daveneeley
|
||||
in #1809
|
||||
* build(deps): bump github.com/goccy/go-yaml from 1.15.1 to
|
||||
1.15.3 by @dependabot in #1811
|
||||
* build(deps): bump github.com/goccy/go-yaml from 1.15.3 to
|
||||
1.15.6 by @dependabot in #1812
|
||||
* fix: inject global values in Chartify by @xabufr in #1805
|
||||
* build(deps): bump github.com/helmfile/vals from 0.37.8 to
|
||||
0.38.0 by @dependabot in #1814
|
||||
* build(deps): bump github.com/helmfile/chartify from 0.20.3 to
|
||||
0.20.4 by @dependabot in #1815
|
||||
* build(deps): bump golang.org/x/sync from 0.9.0 to 0.10.0 by
|
||||
@dependabot in #1816
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 22 08:01:22 UTC 2024 - Manfred Hollstein <manfred.h@gmx.net>
|
||||
|
||||
- Update to version 0.169.1:
|
||||
* feat: update sops version to 3.9.1 by @zhaque44 in #1742
|
||||
* chore: improve test assertions and descriptions for file
|
||||
download test by @zhaque44 in #1745
|
||||
* feat: add 'hide-notes' flag to helm in sync and apply commands
|
||||
by @yxxhero in #1746
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 16 08:38:57 UTC 2024 - Manfred Hollstein <manfred.h@gmx.net>
|
||||
|
||||
- Update to version 0.169.0:
|
||||
* Add comment withPreparedCharts by @mumoshu in #1704
|
||||
* build(deps): bump k8s.io/apimachinery from 0.31.0 to 0.31.1
|
||||
by @dependabot in #1705
|
||||
* build(deps): bump helm.sh/helm/v3 from 3.15.4 to 3.16.1 by
|
||||
@dependabot in #1707
|
||||
* bump all helm to 3.16.1 by @yxxhero in #1708
|
||||
* add zhaque44 in CODEOWNERS by @yxxhero in #1711
|
||||
* Add hide notes support by @yxxhero in #1710
|
||||
* update python3 version for mkdoc.yaml by @zhaque44 in #1712
|
||||
* build(deps): bump dario.cat/mergo from 0.3.16 to 1.0.1 by
|
||||
@yxxhero in #1714
|
||||
* fix docs build errors by @zhaque44 in #1715
|
||||
* feat(pkg/app): Update Helm Diff version to v3.9.11 by
|
||||
@yxxhero in #1720
|
||||
* update test to table driven with assertions & test
|
||||
GetMergedValues by @zhaque44 in #1721
|
||||
* feat: update go version and adjust dependencies in Dockerfile
|
||||
and go.mod by @yxxhero in #1722
|
||||
* feat: Update Docker image to ubuntu:24.10 by @yxxhero in #1726
|
||||
* build(deps): bump github.com/zclconf/go-cty-yaml from 1.0.3 to
|
||||
1.1.0 by @dependabot in #1723
|
||||
* build(deps): bump golang.org/x/term from 0.24.0 to 0.25.0 by
|
||||
@dependabot in #1724
|
||||
* feat(pkg/policy): improve TopKeys function handling by
|
||||
@yxxhero in #1730
|
||||
* build(deps): bump helm.sh/helm/v3 from 3.16.1 to 3.16.2 by
|
||||
@dependabot in #1732
|
||||
* chore: Update AGE var version by @zhaque44 in #1731
|
||||
* feat(helm-version): Update helm version to v3.16.2 by @yxxhero
|
||||
in #1733
|
||||
* fix: duration of delete failures are always 0s by @felipecrs
|
||||
in #1734
|
||||
* [feature] add --skip-refresh to globals by @sstarcher in #1736
|
||||
* build(deps): bump github.com/helmfile/vals from 0.37.5 to
|
||||
0.37.6 by @dependabot in #1739
|
||||
* build(deps): bump github.com/helmfile/chartify from 0.20.2 to
|
||||
0.20.3 by @dependabot in #1738
|
||||
* feat: improve summary for releases failed to delete by
|
||||
@felipecrs in #1735
|
||||
* [feature] --skip-refresh to pass through to deps by @sstarcher
|
||||
in #1740
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 13 06:52:59 UTC 2024 - Manfred Hollstein <manfred.h@gmx.net>
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
#
|
||||
# spec file for package helmfile
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# 2021-2025 Manfred Hollstein <manfred.h@gmx.net>
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# 2021-2024 Manfred Hollstein <manfred.h@gmx.net>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,9 +17,9 @@
|
||||
#
|
||||
|
||||
|
||||
%define git_commit 41d8070b85e461505cc8eb3ad6ca1e75e44c3936
|
||||
%define git_commit 18529ab7c550bfa6d6eefddeb47418f1685f4a7f
|
||||
Name: helmfile
|
||||
Version: 0.171.0
|
||||
Version: 0.168.0
|
||||
Release: 0
|
||||
Summary: Deploy Kubernetes Helm Charts
|
||||
License: MIT
|
||||
@ -28,10 +28,10 @@ URL: https://github.com/helmfile/helmfile
|
||||
Source: %{name}-%{version}.tar.gz
|
||||
Source1: vendor.tar.gz
|
||||
Requires: helm >= 3.13.1
|
||||
Recommends: helm >= 3.14.3
|
||||
Recommends: helm >= 3.14.0
|
||||
BuildRequires: golang-packaging
|
||||
BuildRequires: xz
|
||||
BuildRequires: golang(API) >= 1.23
|
||||
BuildRequires: golang(API) >= 1.22
|
||||
Obsoletes: %{name}-bash-completion < %{version}
|
||||
Obsoletes: %{name}-zsh-completion < %{version}
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3a9381a0ad9068812940fc9f1c4d758778622dda0490279cd4f81c6aa8e0dc1c
|
||||
size 24111755
|
||||
oid sha256:7e14a67a4410d7b07ab08bbc90b9637f0e6f84f9e01b73ef3373d6f16652ca3c
|
||||
size 20456654
|
||||
|
Loading…
x
Reference in New Issue
Block a user