Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release Notes
All notable changes to this project will be documented in this file.
[v1.15.0+suite.1] - 2022-01-19
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.15.0
.For example, make the following update to the conjur service in the quickstart docker-compose.yml
Conjur Open Source Helm chart
Update the
image.tag
value and use the appropriate release of the helm chart: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.14.2 (2021-12-13)
#2424
#2420
#2418
#1990
#1920
validation procedure during the OIDC keys discovery process
#2441
v1.15.0 (2021-12-21)
#2448
#2440
cyberark/conjur-api-python3
v7.1.0 (2021-12-22)
and permissions in a dynamic way
cyberark/conjur-api-python3#339
cyberark/conjur-service-broker
v1.2.2 (2021-11-03)
CVE-2021-41098
cyberark/conjur-service-broker#257
v1.2.3 (2021-12-31)
cyberark/conjur-service-broker#263
cyberark/secrets-provider-for-k8s
v1.2.0 (2021-11-30)
valid Linux filenames that are unique across all secret groups.
cyberark/secrets-provider-for-k8s#386
cyberark/secrets-provider-for-k8s#392
no longer required to contain the hard-coded mount path /conjur/secrets, and
can specify intermediate directories.
cyberark/secrets-provider-for-k8s#381
v1.3.0 (2022-01-03)
defined in a volume-mounted ConfigMap.
cyberark/secrets-provider-for-k8s#393
requires annotation conjur.org/secret-file-format.{secret-group} to be set
to template. This is a breaking change.
cyberark/secrets-provider-for-k8s#393
if it finds any pre-existing secret files. This is helpful when the Secrets
Provider is being run multiple times.
cyberark/secrets-provider-for-k8s#397
if either (a) multiple secret groups use the same secret path, or (b) there
are no secrets that need to be retrieved.
cyberark/secrets-provider-for-k8s#404