Skip to content

Commit

Permalink
Merge pull request #2790 from danbudris/update-eks-d-1.24
Browse files Browse the repository at this point in the history
Updated Kubernetes version to 1.24.10
  • Loading branch information
stmcginnis authored Feb 14, 2023
2 parents 2521b32 + b36b7de commit b028abc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/kubernetes-1.24/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ path = "pkg.rs"
package-name = "kubernetes-1.24"

[[package.metadata.build-package.external-files]]
url = "https://distro.eks.amazonaws.com/kubernetes-1-24/releases/6/artifacts/kubernetes/v1.24.9/kubernetes-src.tar.gz"
sha512 = "c50916c179426d6cfb70d58e87a0f125d1a1ad86ff434261c31295d318c5a04c7bb89b189b5385e3d2833118e28f30f708a6002885b3c27466159690d2beee30"
url = "https://distro.eks.amazonaws.com/kubernetes-1-24/releases/9/artifacts/kubernetes/v1.24.10/kubernetes-src.tar.gz"
sha512 = "5d36cbacad43dbf6811e22730e27a9f420c7e43f14273a9472155e2279446caaaa50be201bd6232b2933200db5245a7fd51ef4319c5854227e981f6e7095387e"
# RPM BuildRequires
[build-dependencies]
glibc = { path = "../glibc" }
Expand Down
2 changes: 1 addition & 1 deletion packages/kubernetes-1.24/kubernetes-1.24.spec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
%global gorepo kubernetes
%global goimport %{goproject}/%{gorepo}

%global gover 1.24.9
%global gover 1.24.10
%global rpmver %{gover}

%global _dwz_low_mem_die_limit 0
Expand Down

0 comments on commit b028abc

Please sign in to comment.