Skip to content

v2.7.0

Compare
Choose a tag to compare
@majewsky majewsky released this 31 May 11:52
· 590 commits to master since this release

New features:

  • If specifying the user password in the config file is not desired, application credentials can now be used
    instead, both for the swift section and in the jobs[].from sections.

    swift:
      auth_url: https://my.keystone.local:5000/v3
      application_credential_id: 80e810bf385949ae8f0e251f90269515
      application_credential_secret: eixohMoo1on5ohng
    
    jobs: ...

Changes:

  • All dependencies have been upgraded to their latest versions.
  • For source type yum, add support for XZ-compressed repositories (previous versions only supported GZip).

Bugfixes:

  • For source type swift, fix detection of pseudo-directories that are located at the root of a job's search space
    (i.e. having the same name as the object_prefix).