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 19, 2024
1 parent fe0d8be commit 611d5be
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 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,12 @@ 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
- Enhancement - Updated ECR pattern to match C2S environments
- Enhancement - Added support for environment variable AWS_ECR_IGNORE_CREDS_STORAGE=true to ignore ADD and DELETE requests. This makes tools that try to docker login work with registries managed the amazon-ecr-credential-helper
- Enhancement - Updated ECR pattern for new isolated regions
- Upgraded dependencies
* 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 611d5be

Please sign in to comment.