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

Release v1.19.0+suite.1 #256

Merged
merged 1 commit into from
Nov 30, 2022
Merged

Release v1.19.0+suite.1 #256

merged 1 commit into from
Nov 30, 2022

Conversation

gl-johnson
Copy link
Contributor

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)

@gl-johnson gl-johnson requested a review from a team as a code owner November 30, 2022 16:34
@jtuttle
Copy link
Member

jtuttle commented Nov 30, 2022

What's New

This suite release aligned with Conjur Server version 1.19.0. It includes several minor security and usability fixed to Conjur and its surrounding projects.

@gl-johnson gl-johnson merged commit f9590d3 into main Nov 30, 2022
@gl-johnson gl-johnson deleted the v1.19.0+suite.1 branch November 30, 2022 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants