Skip to content

Commit c837cd8

Browse files
committed
packages: update aws-iam-authenticator to v0.7.8
Signed-off-by: Piyush Jena <[email protected]>
1 parent 6438fff commit c837cd8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/aws-iam-authenticator/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ path = "../packages.rs"
1212
releases-url = "https://github.com/kubernetes-sigs/aws-iam-authenticator/releases"
1313

1414
[[package.metadata.build-package.external-files]]
15-
url = "https://github.com/kubernetes-sigs/aws-iam-authenticator/archive/v0.7.5/aws-iam-authenticator-0.7.5.tar.gz"
16-
sha512 = "9818dac7c6f651fb04b80e5ea363d2ce35dcc1988d78f67a0320f592ddff20fb286033bf6112f5e9a08736b3c341dab64895654f914b3a53a35f6c0ebd74fa91"
15+
url = "https://github.com/kubernetes-sigs/aws-iam-authenticator/archive/v0.7.8/aws-iam-authenticator-0.7.8.tar.gz"
16+
sha512 = "63dc40f7ad3f1de4cb4fa3bcda793fe73276fb477f5e001593698cd272fd7d06ff19b3dd73b29b682ef91b25870abae5241e658032d21f647f9b091509e1d5a8"
1717
bundle-modules = [ "go" ]
1818

1919
[build-dependencies]

packages/aws-iam-authenticator/aws-iam-authenticator.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%global gorepo aws-iam-authenticator
33
%global goimport %{goproject}/%{gorepo}
44

5-
%global gover 0.7.5
5+
%global gover 0.7.8
66
%global rpmver %{gover}
77

88
%global _dwz_low_mem_die_limit 0
@@ -53,7 +53,7 @@ Conflicts: (%{_cross_os}image-feature(no-fips) or %{name}-bin)
5353

5454
%build
5555
%set_cross_go_flags
56-
export GO_MAJOR="1.24"
56+
export GO_MAJOR="1.25"
5757
go build -ldflags="${GOLDFLAGS}" -o aws-iam-authenticator ./cmd/aws-iam-authenticator
5858
gofips build -ldflags="${GOLDFLAGS}" -o fips/aws-iam-authenticator ./cmd/aws-iam-authenticator
5959

0 commit comments

Comments
 (0)