Skip to content

Commit

Permalink
Update to 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alauto committed Sep 18, 2024
1 parent fe0d8be commit 605dae6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions amazon-ecr-credential-helper.spec
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
%define debug_package %{nil}
%endif
Name: amazon-ecr-credential-helper
Version: 0.7.1
Release: 4%{?dist}
Version: 0.9.0
Release: 1%{?dist}
Group: Development/Tools
Vendor: Amazon.com
License: Apache 2.0
Expand All @@ -26,7 +26,7 @@ BuildRoot: ${_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

Source0: release.tar.gz

BuildRequires: golang >= 1.22.3
BuildRequires: golang >= 1.22.7

# The following 'Provides' lists the vendored dependencies bundled in
# and used to produce the amazon-ecr-credential-helper package. As dependencies
Expand Down Expand Up @@ -139,6 +139,8 @@ install -D -m 0644 \
rm -rf %{buildroot}

%changelog
* Wed 18 Sep 2023 Christopher R. Miller <[email protected]> - 0.9.0-1
- Update to v0.9.0
* Tue Aug 15 2023 Swagat Bora <[email protected]> - 0.7.1-1
- Allow callers to set log output
- Upgrade dependencies for bug fixes
Expand Down

0 comments on commit 605dae6

Please sign in to comment.