Revisions of aws-efs-utils

Dirk Mueller's avatar Dirk Mueller (dirkmueller) accepted request 973029 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 21)
- version update to 1.32.1
  * Enable watchdog to check stunnel health periodically and restart
    hanging stunnel process when necessary.
- do not require python-mock for build
  https://trello.com/c/S6eADbii/64-remove-python-mock
buildservice-autocommit accepted request 960484 from Robert Schweikert's avatar Robert Schweikert (rjschwei) (revision 20)
baserev update by copy to link target
Robert Schweikert's avatar Robert Schweikert (rjschwei) accepted request 960475 from John Paul Adrian Glaubitz's avatar John Paul Adrian Glaubitz (glaubitz) (revision 19)
- Remove redundant python3 dependency from Requires
- Update regular expression to fix python shebang
Robert Schweikert's avatar Robert Schweikert (rjschwei) committed (revision 18)
- Update to version 1.31.3 (bsc#1195916)
  + Add skip-styletest.patch
    - Style is enforced upstream and triggers unnecessary build version
      requirements
  + Allow specifying fs_id in cloudwatch log group name
  + Includes fix for stunnel path
Robert Schweikert's avatar Robert Schweikert (rjschwei) accepted request 911447 from Johannes Segitz's avatar Johannes Segitz (jsegitz) (revision 17)
Automatic systemd hardening effort by the security team. This has not been tested. For details please see https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
Robert Schweikert's avatar Robert Schweikert (rjschwei) accepted request 901729 from John Paul Adrian Glaubitz's avatar John Paul Adrian Glaubitz (glaubitz) (revision 16)
- Update to version 1.31.2
  + Handle HTTPError and other unknown exception when fetching IMDS token
  + Support Oracle Enterprise Linux 8
- from version 1.31.1
  + Support fallback to mount with mount target ip address when DNS resolution fails
  + Bump py from 1.8.0 to 1.10.0
- from version 1.30.2
  + Add helper message when config file on instance is not latest
  + Fix the throughput regression due to read_ahead configuration change
    on Linux distribution with kernel version 5.4.x and above
- from version 1.30.1
  + Support mounting to specific AZ mount target
  + Revert "Support mounting to specific AZ mount target"
  + Support mounting to specific AZ mount target
  + Use regional AWS STS endpoints instead of the global endpoint to reduce latency
- from version 1.29.1-mac
  + Fix issue where state files are removed after mount on EC2
    instances running on MacOS Big Sur
  + Add support for EC2 Mac instances running macOS Big Sur
- from version 1.29.1
  + Update the python dependency to python3
  + Fix typo
- from version 1.28.2
  + Fix the issue that mounting with IAM authorization with
    iam role does not work with IMDSv2
- from version 1.28.1
  + Support publishing mount success/failure notification via CloudWatch log
  + filename of .deb-package now includes architecture
- from version 1.27.1
  + Merge PR #60 on GitHub. Adds support for AssumeRoleWithWebIdentity.
buildservice-autocommit accepted request 845817 from Robert Schweikert's avatar Robert Schweikert (rjschwei) (revision 15)
baserev update by copy to link target
Robert Schweikert's avatar Robert Schweikert (rjschwei) accepted request 845774 from Franck Bui's avatar Franck Bui (fbui) (revision 14)
- Drop '-f' option with %service_del_preun/%service_del_postun
  With %service_del_preun, the option is already ignored with as
  support for DISABLE_STOP_ON_REMOVAL has been dropped.
  With %service_del_postun, this option shouldn't be needed besides
  very few special cases. But this package doesn't seem to belong to
  this category.
buildservice-autocommit accepted request 770797 from Alexander Osthof's avatar Alexander Osthof (aosthof) (revision 13)
baserev update by copy to link target
Alexander Osthof's avatar Alexander Osthof (aosthof) accepted request 769551 from Dominique Leuenberger's avatar Dominique Leuenberger (dimstar) (revision 12)
Shortcut through -mini
buildservice-autocommit accepted request 757622 from Robert Schweikert's avatar Robert Schweikert (rjschwei) (revision 11)
baserev update by copy to link target
Robert Schweikert's avatar Robert Schweikert (rjschwei) accepted request 757620 from John Paul Adrian Glaubitz's avatar John Paul Adrian Glaubitz (glaubitz) (revision 10)
- Update to version 1.17
  + Added support for Python 3
- Enable testsuite which now passes on Python 3
- Update BuildRequires from requirements.txt
Alexander Osthof's avatar Alexander Osthof (aosthof) accepted request 754352 from John Paul Adrian Glaubitz's avatar John Paul Adrian Glaubitz (glaubitz) (revision 9)
- Update to version 1.16
  + Support Python 3 for tests
- from version 1.15
  + Properly support Python3
- from version 1.14
  + Tolerate EFS state directory existing during mount
- from version 1.13
  + Change watchdog configuration so it stops after all file systems are unmounted
- from version 1.12
  + Update stunnel idle timeout
    * The default stunnel idle timeout is many hours. By setting it to a value based
      on the NFS lease length we can recover from network partitions sooner.
- from version 1.11
  + Add support for RHEL8
    * Fixes Python shebangs to work on systems without a default "python" version.
    * Fixes watchdog process not being properly started on systemd systems.
- from version 1.10
  + Update to default configuration that disables OCSP
    * To use OCSP, the client accessing EFS must be able to reach the Amazon Certificate
      Authority (CA). To maximize file system availability in the event that the CA is
      not reachable from your VPC, the EFS mount helper no longer enables OCSP by default.
- Don't enable testsuite as it is currently failing
  + https://github.com/aws/efs-utils/issues/24
- Drop patches merged upstream
  + efs-switchparser.patch
- Update BuildRequires from requirements.txt
buildservice-autocommit accepted request 692718 from Robert Schweikert's avatar Robert Schweikert (rjschwei) (revision 8)
baserev update by copy to link target
Robert Schweikert's avatar Robert Schweikert (rjschwei) accepted request 692715 from John Paul Adrian Glaubitz's avatar John Paul Adrian Glaubitz (glaubitz) (revision 7)
- Update to version 1.7
  + subprocess usage: explicitly pass `close_fds = True`
  + state_file_dir: choose safe default mode, make mode configurable
  + choose_tls_port(): reuse socket and explicitly close it in all cases
  + watchdog: be robust against unrelated localhost based nfs mounts
- Drop hardening patches merged upstream
  + 0001-subprocess-usage-explicitly-pass-close_fds-True.patch
  + 0002-state_file_dir-choose-safe-default-mode-make-mode-co.patch
  + 0003-pytest-adjust-tests-to-new-state_file_dir_mode-confi.patch
  + 0004-choose_tls_port-reuse-socket-and-explicitly-close-it.patch
  + 0005-watchdog-be-robust-against-unrelated-localhost-based.patch
- from version 1.6
  + fix for additional unexpected arguments
  + add test for additional unexpected arguments
buildservice-autocommit accepted request 691287 from Robert Schweikert's avatar Robert Schweikert (rjschwei) (revision 6)
baserev update by copy to link target
Robert Schweikert's avatar Robert Schweikert (rjschwei) accepted request 690895 from John Paul Adrian Glaubitz's avatar John Paul Adrian Glaubitz (glaubitz) (revision 5)
- Include hardening and robustness fixes from security audit (bsc#1125133)
  + 0001-subprocess-usage-explicitly-pass-close_fds-True.patch
  + 0002-state_file_dir-choose-safe-default-mode-make-mode-co.patch
  + 0003-pytest-adjust-tests-to-new-state_file_dir_mode-confi.patch
  + 0004-choose_tls_port-reuse-socket-and-explicitly-close-it.patch
  + 0005-watchdog-be-robust-against-unrelated-localhost-based.patch
Stephan Kulow's avatar Stephan Kulow (coolo) accepted request 676163 from Robert Schweikert's avatar Robert Schweikert (rjschwei) (revision 4)
initialized devel package after accepting 676163
Robert Schweikert's avatar Robert Schweikert (rjschwei) committed (revision 3)
- Fix package name
Robert Schweikert's avatar Robert Schweikert (rjschwei) committed (revision 2)
- Rename from amazon-efs-utils to aws-efs-utils

- Support Python 3.2 and later
  + Add efs-switchparser.patch
  + SafeConfigParser is no longer available, use ConfigParser

- Ensure neutrality of descriptions.

- Initial build (bsc#1101451, fate#327220, bsc#1124652, fate#327221)
  + Version 1.5
Displaying revisions 21 - 40 of 41
openSUSE Build Service is sponsored by