Skip to content

KX Insights Core 2.0.9

Release Date

2021-12-14

Logging

[NEW] Allow a default log level to to be set in configuration

logging:
  endpoints:         # list of endpoints (can provide multiple)
    - fd://stdout
  formatMode: json
  routings:          # mapping of log component to level
    ALL: INFO        # `ALL` is the default routing
    qlog: TRACE      # can also use `ALL` as a wildcard for all levels
    # ..             # can add as many as required
  routings:             # mapping of log component to level
    DEFAULT: INFO       # `DEFAULT` is the default routing
    InfoService: TRACE  # set the InfoService component to TRACE
    Discovery: ALL      # can also use `ALL` as a wildcard for all levels
    # ..                # can add as many as required

qpacker

[FIX] Added check to make sure jq is installed on docker images.

[NEW] Update to python38.

[FIX] Allow images to be built upon rockylinux.

[FIX] Allow QPDOCKER_BUILD_BASE to have '/' in name e.g. rockylinux/rockylinux:8

[FIX] Add addition support for symlinks

[NEW] Improved license handling

[NEW] Improved housekeeping of test images and packages

[NEW] Improved command line argument and qp.json parsing

[FIX] Allow concurrent qpacker builds to run

[NEW] Upgrade from version log4j2 from 2.13 to 2.15 to fix CVE

REST Client

[FIX] Corrects VM Tokens for Azure Storage not getting refreshed due to lack of expected refresh_token

[FIX] Fix added to prevent crash on deregistration

[FIX] .kurl.verifyToken callback now signals failures back to the main process

[FIX] Added handling for non json messages from Azure