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 dependency derailed/k9s to v0.32.4 #224

Merged
merged 1 commit into from
Apr 11, 2024
Merged
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 hack/make/deps.mk
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ KUSTOMIZE_SUM_amd64 := 3ab32f92360d752a2a53e56be073b649abc1e7351b912c0fb32b960d1
KUSTOMIZE_SUM_s390x := 0b1a00f0e33efa2ecaa6cda9eeb63141ddccf97a912425974d6b65e66cf96cd4

# renovate: datasource=github-release-attachments depName=derailed/k9s
K9S_VERSION := v0.31.7
# renovate: datasource=github-release-attachments depName=derailed/k9s digestVersion=v0.31.7
K9S_SUM_arm64 := 7310ca3d6d8f359457baeda2b0bc62571b7a0e068fe07275a774e7b2a9b54243
# renovate: datasource=github-release-attachments depName=derailed/k9s digestVersion=v0.31.7
K9S_SUM_amd64 := 10a01834fca8a1c6613ae3ed17ce22575e1d2f4ffb1dd344866df533ed2d2539
# renovate: datasource=github-release-attachments depName=derailed/k9s digestVersion=v0.31.7
K9S_SUM_s390x := 9c6b7537777b428346e72c8f9666bbdb320a71d981052b8750af60e740db98d8
K9S_VERSION := v0.32.4
# renovate: datasource=github-release-attachments depName=derailed/k9s digestVersion=v0.32.4
K9S_SUM_arm64 := adfbe3de1ffd3f119ff27d76d9a493e08adb2536f9b79d08fa245ddb75a5fe52
# renovate: datasource=github-release-attachments depName=derailed/k9s digestVersion=v0.32.4
K9S_SUM_amd64 := d62611d9be2c35b782a765e98421500196acbf8be844cd3d9e32d4fa7846da05
# renovate: datasource=github-release-attachments depName=derailed/k9s digestVersion=v0.32.4
K9S_SUM_s390x := 29ae8a00a01a9108473dea0fd4d60e472496ec6203060f06629f402ac6211750

# Reduces the code duplication on Makefile by keeping all args into a single variable.
IMAGE_ARGS := --build-arg HELM_VERSION=$(HELM_VERSION) \
Expand Down