Skip to content

v1.13.1+suite.1

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Sep 13:34
v1.13.1+suite.1
d1c3721

Release Notes

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

[v1.13.1+suite.1] - 2021-09-20

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

    image: cyberark/conjur:1.13.1
    
  • 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.13.1" \
      ...
      https://github.com/cyberark/conjur-oss-helm-chart/releases/download/v2.0.4/conjur-oss-2.0.4.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.13.1 (2021-09-13)

  • Changed
    • OIDC based authenticators no longer return Bad Gateway and Gateway Timeout http error codes.
      Unauthorised is returned instead.
      cyberark/conjur#2360
  • Fixed

cyberark/conjur-openapi-spec

v5.2.0 (2021-09-08)

  • Added
  • Changed
  • Fixed
    • Request body details for secret creation so all clients can properly set secrets. This changes
      the MIME type of the request body to application/octet-stream in place of text plain,
      allowing for proper binary secrets in clients (format: binary is broken in some clients).
      cyberark/conjur-openapi-spec#187
    • Authentication methods not requiring any API authentication (conjurAuth, basicAuth, etc) now
      specify an empty list as the security field ensuring utilities dont assume all authentication
      types are valid.
      cyberark/conjur-openapi-spec#196

cyberark/conjur-api-dotnet

v2.1.0 (2021-09-08)

  • Added
    • Add parameter to the function Policy::LoadPolicy() to allow a different load method other than POST. POST being the default value. Currently Conjur supports POST, PUT and PATCH

cyberark/conjur-api-go

v0.8.0 (2021-09-10)

cyberark/conjur-authn-k8s-client

v0.22.0 (2021-09-17)

cyberark/secrets-provider-for-k8s

v1.1.5 (2021-08-13)

cyberark/terraform-provider-conjur

v0.6.1 (2021-09-02)

  • Changed
    • Archive format changed to support publishing to registry.terraform.io

cyberark/secretless-broker

v1.7.6 (2021-09-10)