* Wed Jul 31 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 2.0.3
* Upgrade py version
* Replace deprecated usage of datetime
- from version 2.0.2
* Check for efs-proxy PIDs when cleaning tunnel state files
* Add PID to log entries
- from version 2.0.1
* Disable Nagle's algorithm for efs-proxy TLS mounts to improve latencies
- from version 2.0.0
* Replace stunnel, which provides TLS encryptions for mounts, with efs-proxy,
a component built in-house at AWS. Efs-proxy lays the foundation for upcoming
feature launches at EFS.
- from version 1.36.0
* Support new mount option: crossaccount, conduct cross account mounts via ip address.
Use client AZ-ID to choose mount target.
- from version 1.35.2
* Revert "Add warning if using older Version"
* Support MacOS Sonoma
- Switch package to modern Python Stack on SLE-15
* Use Python 3.11 on SLE-15 by default
* Use primary Python version on Tumbleweed
* Tue Feb 20 2024 Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
* Tue Feb 13 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 1.35.1
* Revert openssl requirement change
* Revert "Update EFS Documentation: Clarify Current FIPS Compliance Status"
* Update EFS Documentation: Clarify Current FIPS Compliance Status
* test: Change repo urls in eol debian9 build
* Check private key file size to skip generation
* test: Fix pytest that failed since commit 3dd89ca
* Fix should_check_efs_utils_version scope
* Add warning if using old version
* Add 'fsap' option as EFS-only option
* Fri Mar 31 2023 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 1.35.0
* Add parameters to allow mount fo pod impersonation feature in EFS CSI Driver
* Updated the README with support of Oracle8 distribution
* Readme troubleshooting section + table of contents
* Add efs-utils Support for MacOS Ventura EC2 instances
* Wed Jan 25 2023 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 1.34.5
* Handle invalid entries in /proc/mounts
* Detect invalid private key
* Tue Jan 03 2023 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 1.34.4
* Fix potential tlsport selection collision by using
state file as tlsport lock file (bsc#1206737, CVE-2022-46174)
- Use RPM macros for directory paths (bsc#1191055)
* Fri Dec 02 2022 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 1.34.3
* Fix stunnel constantly restart issue when upgrading
from 1.32.1 and before version to latest version
* Fix race in stunnel port selection
* Disable journal entry fetch from systemctl call
- from version 1.34.2
* Fix potential issue on AL2 when watchdog trying to restart
stunnel for the TLS mounts that existing before upgrade
- from version 1.34.1
* Update Amazon Linux 2 platform to use namespaced stunnel5
* Tue Oct 18 2022 pgajdos@suse.com
- python-six is not required for build
https://trello.com/c/MO53MocR/143-remove-python3-six
* Fri Sep 23 2022 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 1.33.4 (bsc#1203170)
* Fix the issue where watchdog sending signal to incorrect
processes and add FIPS mode support
* Apply additional check on awscredsuri option
- from version 1.33.3
* Fix the potential stunnel hanging issue caused by full
subprocess PIPE filled by stunnel log
* Specify FIPS mode in configuration
* Add separate env_path for macOS; Add comments
* Update get-pip.py download url in README
- from version 1.33.2
* Fix the incorrect path to generate read_ahead_kb config file
and Bump the default tls port range from 400 to 1000
- Add patch to use unittest.mock instead of mock in testsuite
* use_mock_from_unittest.patch
- Use relative URL in Source field
* Wed May 18 2022 pgajdos@suse.com
- version update to 1.33.1
* Enable mount process to retry on failed or timed out mount.nfs command
* use unittest.mock instead of mock