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.18.4+suite.1 release #253

Merged
merged 1 commit into from
Sep 28, 2022
Merged

Conversation

juniortaeza
Copy link
Contributor

Release Notes

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

[v1.18.4+suite.1] - 2022-09-16

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

    image: cyberark/conjur:1.18.4
    
  • 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.18.4" \
      ...
      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.18.1 (2022-08-01)

  • Changed
    • Migrates OIDC Provider list to be accessable via an unauthentated
      endpoint. This is not a concern as logins using this endpoint already
      display the redirect endpoint on the login page.
      cyberark/conjur#2625

v1.18.2 (2022-09-01)

v1.18.3 (2022-09-07)

v1.18.4 (2022-09-11)

cyberark/conjur-authn-k8s-client

v0.23.8 (2022-08-31)

cyberark/ansible-conjur-collection

v1.2.0 (2020-09-01)

@juniortaeza juniortaeza requested a review from a team as a code owner September 16, 2022 15:35
@juniortaeza juniortaeza force-pushed the release-branch branch 2 times, most recently from 96849c4 to 28d1a47 Compare September 16, 2022 16:02
CHANGELOG.md Outdated
@@ -84,7 +86,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
open in a new window, unless the link points to a CyberArk docs site.
[cyberark/conjur-oss-suite-release#199](https://github.com/cyberark/conjur-oss-suite-release/issues/199)

[Unreleased]: https://github.com/cyberark/conjur-oss-suite-release/compare/v1.18.0+suite.1...HEAD
[Unreleased]: https://github.com/cyberark/conjur-oss-suite-release/compare/v1.18.4+suite.1...HEAD
[v1.18.4+suite.1]: https://github.com/cyberark/conjur-oss-suite-release/compare/v1.15.0+suite.1...v1.18.4+suite.1
[v1.18.0+suite.1]: https://github.com/cyberark/conjur-oss-suite-release/compare/v1.15.0+suite.1...v1.18.0+suite.1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A couple of these links need to be updated. These links are comparing their version against v1.15.0+suite.1 - instead, they should compare against the version immediately prior:

  • v1.18.0+suite.1
  • v1.18.4+suite.1

@jtuttle
Copy link
Member

jtuttle commented Sep 28, 2022

What's New

This suite release aligned with Conjur Server version 1.18.4. It includes several minor security and usability fixed to Conjur and the Conjur Ansible Collection. It also includes a small update to the Conjur Kubernetes Authenticator Client to support namespace-label authentication, which was included in the August 2022 suite release.

Copy link
Contributor

@john-odonnell john-odonnell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@jtuttle jtuttle merged commit 967516a into main Sep 28, 2022
@jtuttle jtuttle deleted the release-branch branch September 28, 2022 19:07
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