Skip to content

v1.19.2+suite.1

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Apr 15:10
v1.19.2+suite.1
7f63854

Release Notes

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

[v1.19.2+suite.1] - 2023-03-03

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.2.
    For example, make the following update to the conjur service in the quickstart docker-compose.yml

    image: cyberark/conjur:1.19.2
    
  • 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.2" \
      ...
      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.1 (2022-12-08)

v1.19.2 (2023-01-13)

  • Fixed
    • Previously, including limit or offset parameters to a resource list request
      resulted in the returned list being unexpectedly sorted. Now, all resource list
      request results are sorted by resource ID.
      cyberark/conjur#2702
  • Security

cyberark/conjur-cli-go

v8.0.4 (2023-03-03)

cyberark/conjur-api-go

v0.11.0 (2023-02-28)

cyberark/conjur-api-java

v3.0.4 (2023-02-27)

cyberark/conjur-api-python

v0.1.0 (2023-02-14)

cyberark/cloudfoundry-conjur-buildpack

v2.2.7 (2023-03-02)

cyberark/conjur-service-broker

v1.2.8 (2023-03-02)

cyberark/terraform-provider-conjur

v0.6.5 (2022-11-30)