Skip to content

1.0.0-alpha5

Compare
Choose a tag to compare
@raphink raphink released this 04 Oct 13:45
· 209 commits to master since this release
1.0.0-alpha5

Changelog

NOTES:

As we now forward environment variables from manager to workers, we plan to
remove the AWS and Swift options in the next release.
If you are using the Duplicity engine to backup on Swift, you'll probably have
to change the environment variables you pass to use the more standard OS__*
environment variables.

IMPROVEMENTS:

  • core: Add template for OpenShift
  • providers: Rewrite to make it more flexible
  • core: Forward manager environment variables to worker
  • core: Change the behaviour of GetMountedVolumes() and rename it to GetContainersMountingVolume()

BUG FIXES:

  • engine/restic: Check errors when retrieving snapshots
  • orchestrator/docker: Don't allocate pseudo-tty to worker so that stdout and stderr are not merged
  • orchestrator/cattle: Increase client timeout
  • orchestrator/cattle: Improve log reading