Skip to content

Commit 58de94b

Browse files
chore(deps): update all non-major dependencies
1 parent e9c756b commit 58de94b

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

packages/distros/eks/zarf.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@ components:
3131
files:
3232
- source: eks.yaml
3333
target: eks.yaml
34-
- source: https://github.com/weaveworks/eksctl/releases/download/v0.170.0/eksctl_Darwin_amd64.tar.gz
34+
- source: https://github.com/weaveworks/eksctl/releases/download/v0.188.0/eksctl_Darwin_amd64.tar.gz
3535
target: binaries/eksctl_Darwin_x86_64
3636
executable: true
3737
shasum: 88297c757fb1bc731f9ea29931c463a4575eb37f4cee27625774c88d5e8c95e2
3838
extractPath: eksctl
39-
- source: https://github.com/weaveworks/eksctl/releases/download/v0.170.0/eksctl_Darwin_arm64.tar.gz
39+
- source: https://github.com/weaveworks/eksctl/releases/download/v0.188.0/eksctl_Darwin_arm64.tar.gz
4040
target: binaries/eksctl_Darwin_arm64
4141
executable: true
4242
shasum: ad97a3196dc8fcbba5c501cf386ab8637663bb6a3876e20bc991a1de07a0831e
4343
extractPath: eksctl
44-
- source: https://github.com/weaveworks/eksctl/releases/download/v0.170.0/eksctl_Linux_amd64.tar.gz
44+
- source: https://github.com/weaveworks/eksctl/releases/download/v0.188.0/eksctl_Linux_amd64.tar.gz
4545
target: binaries/eksctl_Linux_x86_64
4646
executable: true
4747
shasum: 790b540f8931424d8c89c10dee4cb5567bff44a5e8ed018c7c3a0ac818cf2e05

packages/distros/k3s/zarf.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ components:
1414
architecture: amd64
1515
files:
1616
# Include the actual K3s binary
17-
- source: https://github.com/k3s-io/k3s/releases/download/v1.28.4+k3s2/k3s
17+
- source: https://github.com/k3s-io/k3s/releases/download/v1.30.3+k3s1/k3s
1818
shasum: 9014535a4cd20c788282d60398a06279983562093455b53ab76701539ce67acf
1919
target: /usr/sbin/k3s
2020
executable: true
@@ -24,7 +24,7 @@ components:
2424
- /usr/sbin/ctr
2525
- /usr/sbin/crictl
2626
# Transfer the K3s images for containerd to pick them up
27-
- source: https://github.com/k3s-io/k3s/releases/download/v1.28.4+k3s2/k3s-airgap-images-amd64.tar.zst
27+
- source: https://github.com/k3s-io/k3s/releases/download/v1.30.3+k3s1/k3s-airgap-images-amd64.tar.zst
2828
shasum: bc4d05bad56a583c80ff443d60e8277a136cc4357dc8527702d38b5cca28880d
2929
target: /var/lib/rancher/k3s/agent/images/k3s.tar.zst
3030
actions:
@@ -44,7 +44,7 @@ components:
4444
architecture: arm64
4545
files:
4646
# Include the actual K3s binary
47-
- source: https://github.com/k3s-io/k3s/releases/download/v1.28.4+k3s2/k3s-arm64
47+
- source: https://github.com/k3s-io/k3s/releases/download/v1.30.3+k3s1/k3s-arm64
4848
shasum: 1ae72ca06d3302f3e86ef92e6e8f84e14a084da69564e87d6e2e75f62e72388d
4949
target: /usr/sbin/k3s
5050
executable: true
@@ -54,7 +54,7 @@ components:
5454
- /usr/sbin/ctr
5555
- /usr/sbin/crictl
5656
# Transfer the K3s images for containerd to pick them up
57-
- source: https://github.com/k3s-io/k3s/releases/download/v1.28.4+k3s2/k3s-airgap-images-arm64.tar.zst
57+
- source: https://github.com/k3s-io/k3s/releases/download/v1.30.3+k3s1/k3s-airgap-images-arm64.tar.zst
5858
shasum: 50621ae1391aec7fc66ca66a46a0e9fd48ce373a58073000efdc278233adc64b
5959
target: /var/lib/rancher/k3s/agent/images/k3s.tar.zst
6060
actions:

packages/gitea/zarf.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ components:
5959
- name: gitea
6060
releaseName: zarf-gitea
6161
url: https://dl.gitea.io/charts
62-
version: 10.1.1
62+
version: 10.4.0
6363
namespace: zarf
6464
valuesFiles:
6565
- gitea-values.yaml

0 commit comments

Comments
 (0)