Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG-3.x.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v3.3.1
- Schedule TLS cert refresh from credential expiration
- Don't denylist file handles for transient S3 errors on readbypass path

# v3.3.0
- Eliminate unnecessary data copies on the readbypass path
- Consolidating dependencies
Expand Down
8 changes: 6 additions & 2 deletions amazon-efs-utils.spec
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
%{?!include_vendor_tarball:%define include_vendor_tarball true}

Name : amazon-efs-utils
Version : 3.3.0
Release : 3%{platform}
Version : 3.3.1
Release : 1%{platform}
Summary : This package provides utilities for simplifying the use of EFS file systems

Group : Amazon/Tools
Expand Down Expand Up @@ -221,6 +221,10 @@ fi
%clean

%changelog
* Sat Aug 23 2026 Yue Wang <wangnyue@amazon.com> - 3.3.1
- Schedule TLS cert refresh from credential expiration
- Don't denylist file handles for transient S3 errors on readbypass path

* Wed Aug 5 2026 Zachary Maguire <maguirza@amazon.com> 3.3.0
- Eliminate unnecessary data copies on the readbypass path
- Consolidating dependencies
Expand Down
4 changes: 2 additions & 2 deletions build-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ set -ex

BASE_DIR=$(pwd)
BUILD_ROOT=${BASE_DIR}/build/debbuild
VERSION=3.3.0
RELEASE=3
VERSION=3.3.1
RELEASE=1
ARCH=$(dpkg --print-architecture)
DEB_SYSTEM_RELEASE_PATH=/etc/os-release
export VERSION RELEASE ARCH
Expand Down
4 changes: 2 additions & 2 deletions config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
#

[global]
version=3.3.0
release=3
version=3.3.1
release=1
Loading
Loading