Skip to content

Latest commit

 

History

History
46 lines (35 loc) · 2.27 KB

CONTRIBUTING.md

File metadata and controls

46 lines (35 loc) · 2.27 KB

Contributing

For general contribution and community guidelines, please see the community repo.

Table of Contents

Majority of the instructions on how to build, develop, and run the code in this repo is located in the main README.md but this file adds any additional information for contributing code to this project.

Releasing

Upgrading Conjur version

To upgrade the default Conjur version used by this chart, you will need to update the following files:

Creating a new release

To release a new version of this chart:

  • Make the appropriate changes
  • Update the version number in conjur-oss/Chart.yaml
  • Update the CHANGELOG.md file according to the Conjur community guidelines
  • Tag the git history with v##.##.## version
  • Create the release on GitHub for that tag
  • Get the helm chart package from the package action - the conjur-oss-VERSION.tgz tarball is in the package.zip
  • Upload the tarball to the GitHub release
  • Add the chart to our Helm charts repo

Contributing

  1. Fork the project
  2. Clone your fork
  3. Make local changes to your fork by editing files
  4. Commit your changes
  5. Push your local changes to the remote server
  6. Create new Pull Request