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

Update 5 modules #190

Closed
wants to merge 1 commit into from
Closed
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
14 changes: 7 additions & 7 deletions dev.k8slens.OpenLens.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,15 @@ modules:
only-arches:
- x86_64
url: https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip
sha256: 0c4174b2d8a3a587006388f27e6cde9e2e93920ed6caa2e31ce96bf12b5c36a8
sha256: c4c72f5f21851dfab8c1f189df131d8976aecdcba4cbfe0145ed4e3d14ffa038
x-checker-data:
type: rotating-url
url: https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip
- type: archive
only-arches:
- aarch64
url: https://awscli.amazonaws.com/awscli-exe-linux-aarch64.zip
sha256: 982b95ad284765fb81eac32a3edb68afe6343ea9b1159efb536fdd17f764da9d
sha256: e4b7aeb44a8031f6befe13b41eb8ca2e6d5da220e1fae347a35a6d8934df55ce
x-checker-data:
type: rotating-url
url: https://awscli.amazonaws.com/awscli-exe-linux-aarch64.zip
Expand Down Expand Up @@ -244,7 +244,7 @@ modules:

- type: file
url: https://storage.googleapis.com/kubernetes-release/release/stable-1.txt
sha256: 94d1d1b39a6818762d490af20aa699187ae3cf303c6646ae528a943191ccbbde
sha256: 1265ad51f57647e134b6619fc6bd9ec2e9770a41f9d0f0e5b168ef4b9b6c62e9
dest-filename: kubectl-version.txt
x-checker-data:
type: rotating-url
Expand Down Expand Up @@ -276,8 +276,8 @@ modules:

- type: file
only-arches: [x86_64]
url: https://storage.googleapis.com/kubernetes-release/release/v1.29.2/bin/linux/amd64/kubectl
sha256: 7816d067740f47f949be826ac76943167b7b3a38c4f0c18b902fffa8779a5afa
url: https://storage.googleapis.com/kubernetes-release/release/v1.29.3/bin/linux/amd64/kubectl
sha256: 89c0435cec75278f84b62b848b8c0d3e15897d6947b6c59a49ddccd93d7312bf
dest: open-lens/binaries/client/linux/x64
dest-filename: kubectl
x-checker-data:
Expand All @@ -300,8 +300,8 @@ modules:

- type: archive
only-arches: [x86_64]
url: https://get.helm.sh/helm-v3.14.2-linux-amd64.tar.gz
sha256: 0885a501d586c1e949e9b113bf3fb3290b0bbf74db9444a1d8c2723a143006a5
url: https://get.helm.sh/helm-v3.14.3-linux-amd64.tar.gz
sha256: 3c90f24e180f8c207b8a18e5ec82cb0fa49858a7a0a86e4ed52a98398681e00b
dest: open-lens/binaries/client/linux/x64
x-checker-data:
type: anitya
Expand Down
Loading