Skip to content

v1.19.5+suite.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 29 Jun 15:50
v1.19.5+suite.1
cea5fb4

Release Notes

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

[v1.19.5+suite.1] - 2023-06-29

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

    image: cyberark/conjur:1.19.5
    
  • 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.5" \
      ...
      https://github.com/cyberark/conjur-oss-helm-chart/releases/download/v2.0.6/conjur-oss-2.0.6.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.5 (2023-06-29)

  • Changed
  • Fixed
    • AuthnJWT now supports claims that include hyphens and inline namespaces.
      cyberark/conjur#2792
    • Authn-IAM now uses the host in the signed headers to determine which STS endpoint
      (global or regional) to use for validation.
  • Security

cyberark/conjur-cli-go

v8.0.10 (2023-06-29)

cyberark/conjur-api-java

v3.0.5 (2023-06-08)

cyberark/conjur-api-ruby

v5.4.1 (2023-06-14)

cyberark/cloudfoundry-conjur-buildpack

v2.2.8 (2023-06-21)

cyberark/conjur-service-broker

v1.2.10 (2023-06-21)

cyberark/conjur-authn-k8s-client

v0.25.1 (2023-06-12)

cyberark/secrets-provider-for-k8s

v1.5.1 (2023-05-26)

  • Security
    • Forced github.com/emicklei/go-restful/v3 to use v3.10.2 to remove PRISMA-2022-0227 (found in Twistlock scan)
      and updated versions of gotelemetry.io/otel (to 1.16.0), github.com/stretchr/testify (to 1.8.3), and
      the k8s.io libraries (to 0.27.2)
      cyberark/secrets-provider-for-k8s#526

cyberark/terraform-provider-conjur

v0.6.6 (2023-06-21)

cyberark/summon

v0.9.6 (2023-06-14)

cyberark/summon-conjur

v0.7.1 (2023-06-14)

  • Security