Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #2291

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions packages/distros/eks/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@ components:
files:
- source: eks.yaml
target: eks.yaml
- source: https://github.com/weaveworks/eksctl/releases/download/v0.170.0/eksctl_Darwin_amd64.tar.gz
- source: https://github.com/weaveworks/eksctl/releases/download/v0.188.0/eksctl_Darwin_amd64.tar.gz
target: binaries/eksctl_Darwin_x86_64
executable: true
shasum: 88297c757fb1bc731f9ea29931c463a4575eb37f4cee27625774c88d5e8c95e2
extractPath: eksctl
- source: https://github.com/weaveworks/eksctl/releases/download/v0.170.0/eksctl_Darwin_arm64.tar.gz
- source: https://github.com/weaveworks/eksctl/releases/download/v0.188.0/eksctl_Darwin_arm64.tar.gz
target: binaries/eksctl_Darwin_arm64
executable: true
shasum: ad97a3196dc8fcbba5c501cf386ab8637663bb6a3876e20bc991a1de07a0831e
extractPath: eksctl
- source: https://github.com/weaveworks/eksctl/releases/download/v0.170.0/eksctl_Linux_amd64.tar.gz
- source: https://github.com/weaveworks/eksctl/releases/download/v0.188.0/eksctl_Linux_amd64.tar.gz
target: binaries/eksctl_Linux_x86_64
executable: true
shasum: 790b540f8931424d8c89c10dee4cb5567bff44a5e8ed018c7c3a0ac818cf2e05
Expand Down
8 changes: 4 additions & 4 deletions packages/distros/k3s/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ components:
architecture: amd64
files:
# Include the actual K3s binary
- source: https://github.com/k3s-io/k3s/releases/download/v1.28.4+k3s2/k3s
- source: https://github.com/k3s-io/k3s/releases/download/v1.30.3+k3s1/k3s
shasum: 9014535a4cd20c788282d60398a06279983562093455b53ab76701539ce67acf
target: /usr/sbin/k3s
executable: true
Expand All @@ -24,7 +24,7 @@ components:
- /usr/sbin/ctr
- /usr/sbin/crictl
# Transfer the K3s images for containerd to pick them up
- source: https://github.com/k3s-io/k3s/releases/download/v1.28.4+k3s2/k3s-airgap-images-amd64.tar.zst
- source: https://github.com/k3s-io/k3s/releases/download/v1.30.3+k3s1/k3s-airgap-images-amd64.tar.zst
shasum: bc4d05bad56a583c80ff443d60e8277a136cc4357dc8527702d38b5cca28880d
target: /var/lib/rancher/k3s/agent/images/k3s.tar.zst
actions:
Expand All @@ -44,7 +44,7 @@ components:
architecture: arm64
files:
# Include the actual K3s binary
- source: https://github.com/k3s-io/k3s/releases/download/v1.28.4+k3s2/k3s-arm64
- source: https://github.com/k3s-io/k3s/releases/download/v1.30.3+k3s1/k3s-arm64
shasum: 1ae72ca06d3302f3e86ef92e6e8f84e14a084da69564e87d6e2e75f62e72388d
target: /usr/sbin/k3s
executable: true
Expand All @@ -54,7 +54,7 @@ components:
- /usr/sbin/ctr
- /usr/sbin/crictl
# Transfer the K3s images for containerd to pick them up
- source: https://github.com/k3s-io/k3s/releases/download/v1.28.4+k3s2/k3s-airgap-images-arm64.tar.zst
- source: https://github.com/k3s-io/k3s/releases/download/v1.30.3+k3s1/k3s-airgap-images-arm64.tar.zst
shasum: 50621ae1391aec7fc66ca66a46a0e9fd48ce373a58073000efdc278233adc64b
target: /var/lib/rancher/k3s/agent/images/k3s.tar.zst
actions:
Expand Down
2 changes: 1 addition & 1 deletion packages/gitea/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ components:
- name: gitea
releaseName: zarf-gitea
url: https://dl.gitea.io/charts
version: 10.1.1
version: 10.4.0
namespace: zarf
valuesFiles:
- gitea-values.yaml
Expand Down
Loading