Skip to content

Add deprecation warnings to NOTES.txt #135

@diverdane

Description

@diverdane

Is your feature request related to a problem? Please describe.

There are some features that have been documented as being deprecated.
However, there are no warnings issued after a Helm chart has been installed/upgraded
(as part of the conjur-oss/templates/NOTES.txt).

The conjur-oss/templates/NOTES.txt should be updated to provide deprecation
warnings for the following:

  • Automatic Conjur account creation will become the default in next major release.
  • A ClusterRoleBinding will not be created by default in next major release.

It may be possible to emit deprecation warnings ONLY when the deprecated
feature is actually in use, e.g.:

  • When account.create is set to false (either explicitly or by default)
  • When rbac.create is set to false

Describe the solution you would like

  • Deprecation warnings (see above) should appear after a chart has been installed/upgraded.
  • Ideally, the deprecation warnings should show up conditionally based on whether the
    deprecated feature is being used.

Describe alternatives you have considered

N/A

Additional context

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions