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.2+suite.1 #262

Merged
merged 1 commit into from
Mar 3, 2023
Merged

Release v1.19.2+suite.1 #262

merged 1 commit into from
Mar 3, 2023

Conversation

john-odonnell
Copy link
Contributor

Desired Outcome

Release v1.19.2 suite.1

Implemented Changes

Updated versions in suite.yml

Connected Issue/Story

N/A

Definition of Done

At least 1 todo must be completed in the sections below for the PR to be
merged.

Changelog

  • The CHANGELOG has been updated, or
  • This PR does not include user-facing changes and doesn't require a
    CHANGELOG update

Test coverage

  • This PR includes new unit and integration tests to go with the code
    changes, or
  • The changes in this PR do not require tests

Documentation

  • Docs (e.g. READMEs) were updated in this PR
  • A follow-up issue to update official docs has been filed here: CNJR-315
  • This PR does not require updating any documentation

Behavior

  • This PR changes product behavior and has been reviewed by a PO, or
  • These changes are part of a larger initiative that will be reviewed later, or
  • No behavior was changed with this PR

Security

  • Security architect has reviewed the changes in this PR,
  • These changes are part of a larger initiative with a separate security review, or
  • There are no security aspects to these changes

@john-odonnell
Copy link
Contributor Author

john-odonnell commented Mar 3, 2023

Release Notes

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

[1.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)

@john-odonnell john-odonnell marked this pull request as ready for review March 3, 2023 20:40
@john-odonnell john-odonnell requested a review from a team as a code owner March 3, 2023 20:40
@jtuttle
Copy link
Member

jtuttle commented Mar 3, 2023

What's New

This suite release aligned with Conjur Server version 1.19.2.

Conjur

Conjur has been updated with a number of enhancements and fixes to the OIDC authenticator. The new version also includes additional audit events for resource and role requests, as well as a number of security fixes to address various CVEs.

Conjur CLI

This OSS Suite release marks the inclusion of a new major version of the Conjur CLI. Although we tried to maintain backwards compatibility wherever possible, there are some differences compared to previous versions. Information regarding the CLI (including migration guides) can be found in our docs.

Conjur Golang API

During implementation of the new CLI, several improvements were made to Conjur's Golang API that provide additional stability and API support.

Conjur Python API

This OSS Suite release also marks our first inclusion of the Python API as an independent project (instead of being bundled with the older Python-based CLI). The most recently released version of the Python API provides support for a number of Conjur endpoints.

Tanzu Service Broker and Buildpack

This release of the Conjur service broker and buildpack for Tanzu includes many security fixes to address CVEs.

@niteshtaneja
Copy link

The date for v1.19.2 seems to be wrong, it should be 2023?
v1.19.2 (2022-01-13)

@john-odonnell
Copy link
Contributor Author

john-odonnell commented Mar 3, 2023

Huh - must be a problem with the release notes automation. Looks like the date is wrong for the Ansible collection as well. I'll edit in place for now.

@john-odonnell
Copy link
Contributor Author

@niteshtaneja Updated

@john-odonnell john-odonnell merged commit 7f63854 into main Mar 3, 2023
@john-odonnell john-odonnell deleted the release-1.19.2+suite.1 branch March 3, 2023 22:26
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.

3 participants