helmfile / helmfile

Declaratively deploy your Kubernetes manifests, Kustomize configs, and Charts as Helm releases. Generate all-in-one manifests for use with ArgoCD.
https://helmfile.readthedocs.io
MIT License
3.94k stars 267 forks source link

feat: update sops version to 3.9.1 #1742

Closed zhaque44 closed 1 month ago

zhaque44 commented 1 month ago

The sops version is already updated to 3.9.1:

https://github.com/helmfile/helmfile/blob/main/go.mod#L200

Tested:

#21 [linux/amd64 stage-1  6/10] RUN set -x &&     curl --retry 5 --retry-connrefused -LO "https://github.com/getsops/sops/releases/download/v3.9.1/sops-v3.9.1.linux.amd64" &&     chmod +x "sops-v3.9.1.linux.amd64" &&     mv "sops-v3.9.1.linux.amd64" /usr/local/bin/sops &&     sops --version --disable-version-check | grep -E "^sops 3.9.1"
#21 0.053 + curl --retry 5 --retry-connrefused -LO https://github.com/getsops/sops/releases/download/v3.9.1/sops-v3.9.1.linux.amd64
#21 0.057   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#21 0.058                                  Dload  Upload   Total   Spent    Left  Speed
#21 0.059 
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
#21 0.589 
  0 27.8M    0 [399](https://github.com/helmfile/helmfile/actions/runs/11363464170/job/31607474370?pr=1742#step:7:405)35    0     0  75022      0  0:06:28 --:--:--  0:06:28 75022
100 27.8M  100 27.8M    0     0  44.3M      0 --:--:-- --:--:-- --:--:--  295M
#21 0.690 + chmod +x sops-v3.9.1.linux.amd64

21 0.691 + mv sops-v3.9.1.linux.amd64 /usr/local/bin/sops

21 0.692 + sops --version --disable-version-check

21 0.692 + grep -E '^sops 3.9.1'

21 0.700 sops 3.9.1

21 DONE 0.8s