Jacamar CI v0.7.1

  • Release: v0.7.1

  • Date: 06/10/2021

Admin Changes

  • Logging enhancements and correctly dial local syslog (!188, !178).

    • The previous iteration on logging did not properly establish a connection to a log daemon. This led to functional logging during initial testing but issues on more traditional test systems.

    • [auth.logging]
        enabled = true
        location = "syslog"
        level = "debug"
        network = "tcp"
        address = "localhost:1234"
      
    • Optionally location can specify a static file.

  • Support overriding data directory within RunAs workflow (!187).

    • {
          username: "username",
          data_dir: "/target/directory/.ci"
      }
      

Bug & Development Fixes

  • Correct RPMs builds on RHEL 8/CentOS 8 (!186).

  • Upgrade to Go version to 1.16.5 (!189).

  • Target arm64 if platform aarch64 in Spack runner build (!190).

  • Log JWT verification step (!174).

  • Gather and log all RunAs validation script output (!191).