Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update suite.yml for v1.13.1+suite.1 release #233

Merged
merged 1 commit into from
Sep 20, 2021
Merged

Conversation

jtuttle
Copy link
Member

@jtuttle jtuttle commented Sep 14, 2021

Release Notes

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

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

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.21.1 (2021-09-09)

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)

@jtuttle jtuttle requested a review from a team as a code owner September 14, 2021 13:31
@jtuttle jtuttle force-pushed the release-1.13.1+suite.1 branch from a512a83 to 8d7d41d Compare September 14, 2021 16:18
@jtuttle
Copy link
Member Author

jtuttle commented Sep 15, 2021

@boazmichaely @alexkalish

What's New

New Kubernetes Manifests

An earlier OSS Suite release included two helm charts for deploying the "Golden" ConfigMap solution to configure applications that use Conjur.

In this release, we also provide raw Kubernetes manifest templates as an alternative deployment method for users who do not wish to employ Helm.

Security and Bug Fixes

This patch-level release of Conjur includes several bug fixes and security patches that address a number of CVEs and make small improvements to the overall product experience.

@jtuttle jtuttle force-pushed the release-1.13.1+suite.1 branch from 8d7d41d to fae4e9d Compare September 17, 2021 19:27
@jtuttle jtuttle merged commit d1c3721 into main Sep 20, 2021
@jtuttle jtuttle deleted the release-1.13.1+suite.1 branch September 20, 2021 19:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants