Unreleased Changes - cyberark/conjur-oss-suite-release GitHub Wiki

Unreleased Changes

This file documents all changes that have not been released yet

Generated 2023-12-17

Table of Contents

Unreleased Components

These are the component versions that have yet not been included in the Conjur OSS Suite:

Conjur Server

Conjur SDK

Platform Integrations

DevOps Tools

Secretless Broker

Summon

Unreleased Changes

The following are changes that have been released in components but not yet released as part of the OSS Suite:

cyberark/conjur v1.20.0 (2023-09-21)

Added

  • Support an optionalca-cert variable for providing custom certs/chains to verify OIDC providers or proxies when using the OIDC authenticator cyberark/conjur#2933
  • New flag to conjurctl server command called --no-migrate which allows for skipping the database migration step when starting the server. cyberark/conjur#2895
  • Telemetry support cyberark/conjur#2854
  • Introduces support for Policy Factory, which enables resource creation through a new factories API. cyberark/conjur#2855
  • Use base images with newer Ubuntu and UBI. Display FIPS Mode status in the UI (requires temporary fix for OpenSSL gem). cyberark/conjur#2874

Changed

  • The database thread pool max connection size is now based on the number of web worker threads per process, rather than an arbitrary fixed number. This mitigates the possibility of a web worker becoming starved while waiting for a connection to become available. cyberark/conjur#2875
  • Changed base-image tagging strategy cyberark/conjur#2926

Fixed

Security

  • Support plural syntax for revoke and deny cyberark/conjur#2901
  • Previously, attempting to add and remove a privilege in the same policy load resulted in only the positive privilege (grant, permit) taking effect. Now we fail safe and the negative privilege statement (revoke, deny) is the final outcome cyberark/conjur#2907
  • Update puma to 6.3.1 to address CVE-2023-40175. cyberark/conjur#2925

cyberark/conjur-openapi-spec v5.3.1 (2023-07-11)

Removed

cyberark/conjur-oss-helm-chart v2.0.7 (2023-08-30)

Changed

cyberark/conjur-cli-go v8.0.11 (2023-08-25)

Fixed

cyberark/conjur-cli-go v8.0.12 (2023-10-17)

Fixed

cyberark/cloudfoundry-conjur-buildpack v2.3.0 (2023-10-06)

Added

Changed

cyberark/conjur-authn-k8s-client v0.26.0 (2023-07-18)

Added

  • Log level is now configurable using the LOG_LEVEL environment variable or conjur.org/log-level annotation. The existing DEBUG environment variable and conjur.org/debug-logging annotation is deprecated and will be removed in a future update. cyberark/conjur-authn-k8s-client#522

Fixed

Security

cyberark/secrets-provider-for-k8s v1.6.0 (2023-07-19)

Added

  • Log level is now configurable using the LOG_LEVEL environment variable or conjur.org/log-level annotation. The existing DEBUG environment variable and conjur.org/debug-logging annotation is deprecated and will be removed in a future update. cyberark/secrets-provider-for-k8s#534

Security

cyberark/secrets-provider-for-k8s v1.6.1 (2023-07-27)

Security

cyberark/ansible-conjur-collection v1.2.1 (2023-09-20)

Added

Fixed

Security

cyberark/ansible-conjur-collection v1.2.2 (2023-09-28)

Changed

cyberark/conjur-puppet v3.1.1 (2023-08-23)

Security

cyberark/secretless-broker v1.7.18 (2023-08-22)

Added

  • Added support for SCRAM-SHA-256 to postgres connector (CONJSE-1801)

Changed

Security

  • Updated github.com/docker/docker to v24.0.5 (CONJSE-1798)

cyberark/secretless-broker v1.7.19 (2023-11-02)

Added

  • Add support for caching_sha256_password to mysql connector (CONJSE-1801)