Skip to content

v1.19.0+suite.1

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Dec 15:06
v1.19.0+suite.1
f9590d3

Release Notes

All notable changes to this project will be documented in this file.

[v1.19.0+suite.1] - 2022-11-30

Table of Contents

Components

These are the components that combine to create this Conjur OSS Suite release and links
to their releases:

Conjur Server

Conjur SDK

Platform Integrations

DevOps Tools

Secretless Broker

Summon

Installation Instructions for the Suite Release Version of Conjur

Installing the Suite Release Version of Conjur requires setting the container image tag. Below are more specific instructions depending on environment.

  • Docker or docker-compose

    Set the container image tag to cyberark/conjur:1.19.0.
    For example, make the following update to the conjur service in the quickstart docker-compose.yml

    image: cyberark/conjur:1.19.0
    
  • Conjur Open Source Helm chart

    Update the image.tag value and use the appropriate release of the helm chart:

    helm install ... \
      --set image.tag="1.19.0" \
      ...
      https://github.com/cyberark/conjur-oss-helm-chart/releases/download/v2.0.5/conjur-oss-2.0.5.tgz
    

Upgrade Instructions

Upgrade instructions are available for the following components:

Changes

The following are changes to the constituent components since the last Conjur
OSS Suite release:

cyberark/conjur

v1.19.0 (2022-11-29)

  • Added
    • Conjur policy loads can now emit callbacks to extensions on policy
      load lifecycle events (e.g. before/after policy load). This is disabled
      by default, but is available under the
      CONJUR_FEATURE_POLICY_LOAD_EXTENSIONS feature flag.
      cyberark/conjur#2671
    • Conjur roles API can now emit callbacks to extensions on member add and
      remove events (e.g. before/after add member). This is disabled by default,
      but is available under the CONJUR_FEATURE_ROLES_API_EXTENSIONS feature flag.
      cyberark/conjur#2671
  • Security

cyberark/conjur-api-go

v0.10.2 (2022-11-14)

cyberark/cloudfoundry-conjur-buildpack

v2.2.6 (2022-11-23)

cyberark/conjur-service-broker

v1.2.7 (2022-11-27)

cyberark/conjur-authn-k8s-client

v0.24.0 (2022-11-23)

cyberark/secrets-provider-for-k8s

v1.4.5 (2022-09-26)

cyberark/terraform-provider-conjur

v0.6.4 (2022-11-14)

cyberark/summon

v0.9.5 (2022-09-28)