-
Notifications
You must be signed in to change notification settings - Fork 339
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|