Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Collins committed Aug 1, 2018
1 parent 34b46fc commit 0c5d84c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.0](https://github.com/cyberark/conjur-oss-helm-chart/releases/tag/v0.2.0) - 2018-08-01
### Added
- Added `deployment.annotations` parameter, optional annotations applied to Conjur deployment.
- Added `conjurLabels` and `postgresLabels` parameters,
- New `deployment.annotations` parameter, optional annotations applied to Conjur deployment.
[PR #6](https://github.com/cyberark/conjur-oss-helm-chart/pull/6)
- New `conjurLabels` and `postgresLabels` parameters,
optional extra labels to apply to respective resources.
[PR #5](https://github.com/cyberark/conjur-oss-helm-chart/pull/5)

## [0.1.0](https://github.com/cyberark/conjur-oss-helm-chart/releases/tag/v0.1.0) - 2018-07-25
### Added
Expand Down
7 changes: 7 additions & 0 deletions conjur-oss/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ tailored specifically to the unique infrastructure requirements of
native cloud, containers, and DevOps environments.
Conjur Open Source is part of the CyberArk Privileged Access Security Solution which is widely used by enterprises across the globe.

[![GitHub release](https://img.shields.io/github/release/cyberark/conjur-oss-helm-chart.svg)](https://github.com/cyberark/conjur-oss-helm-chart/releases/latest)
[![pipeline status](https://gitlab.com/cyberark/conjur-oss-helm-chart/badges/master/pipeline.svg)](https://gitlab.com/cyberark/conjur-oss-helm-chart/pipelines)

[![Github commits (since latest release)](https://img.shields.io/github/commits-since/cyberark/conjur-oss-helm-chart/latest.svg)](https://github.com/cyberark/conjur-oss-helm-chart/commits/master)

---

## Prerequisites

- Kubernetes 1.7+
Expand Down

0 comments on commit 0c5d84c

Please sign in to comment.