Skip to content

3.128.0

Latest
Compare
Choose a tag to compare
@Razz4780 Razz4780 released this 19 Dec 15:40
· 7 commits to main since this release
8deaa2c

3.128.0 - 2024-12-19

Added

  • Added to mirrord config a new experimental field
    .experimental.readonly_file_buffer. If set to a value greater than 0,
    mirrord will fetch remote readonly files in chunks of at least this size (in bytes).
    This is to improve performance with applications that make many small reads
    from remote files.
    #2069
  • Added mirrord container-ext command that should be used by extension and
    works similarly to mirrord ext but for containers.
  • Added runAsNonRoot and RO file system to operator deployment
  • Added custom resource definition for cluster-wide mirrord policy -
    MirrordClusterPolicy.
  • Added mapping option for env vars config, allowing the user to map multiple env
    vars to another value based on regexes.
    #2920
  • Added mkdir support
    #2221

Fixed

  • Added debugger port detection type for the node --inspect, --inspect-wait
    and --inspect-brk flags.
    #2936
  • Fixed mirrord operator setup - added missing /tmp volume to the operator
    deployment.