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 aws-cli and open-lens modules #318

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
12 changes: 6 additions & 6 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: ed46356f6358c0dfa30416899bf3efe0001689520ffce22c128f5bc617e8f4c3
sha256: 8cdc68bb48d13c7348026f5e728a5dd1cb75bde13ea7fb2491f08b64eec85792
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: 06935480941c8ca68fec90318c92be357941f81435c4519069d798124cb2b6f2
sha256: 0507aff30771643eea735c73acab0c3797ce49645fdcaaa28bed967fb4ace493
x-checker-data:
type: rotating-url
url: https://awscli.amazonaws.com/awscli-exe-linux-aarch64.zip
Expand Down Expand Up @@ -300,8 +300,8 @@ modules:

- type: archive
only-arches: [x86_64]
url: https://get.helm.sh/helm-v3.15.4-linux-amd64.tar.gz
sha256: 11400fecfc07fd6f034863e4e0c4c4445594673fd2a129e701fe41f31170cfa9
url: https://get.helm.sh/helm-v3.16.1-linux-amd64.tar.gz
sha256: e57e826410269d72be3113333dbfaac0d8dfdd1b0cc4e9cb08bdf97722731ca9
dest: open-lens/binaries/client/linux/x64
x-checker-data:
type: anitya
Expand All @@ -311,8 +311,8 @@ modules:

- type: archive
only-arches: [aarch64]
url: https://get.helm.sh/helm-v3.15.4-linux-arm64.tar.gz
sha256: fa419ecb139442e8a594c242343fafb7a46af3af34041c4eac1efcc49d74e626
url: https://get.helm.sh/helm-v3.16.1-linux-arm64.tar.gz
sha256: 780b5b86f0db5546769b3e9f0204713bbdd2f6696dfdaac122fbe7f2f31541d2
dest: open-lens/binaries/client/linux/arm64
x-checker-data:
type: anitya
Expand Down
Loading