Skip to content

Commit

Permalink
Merge pull request #127 from cyberark/bump-version-2.0.3
Browse files Browse the repository at this point in the history
Bump version to 2.0.3
  • Loading branch information
Geri Jennings authored Dec 30, 2020
2 parents 031474a + ca1a418 commit 85f90a5
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 11 deletions.
18 changes: 12 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## Unreleased

## [v2.0.3] - 2020-12-21
## [v2.0.3] - 2020-12-30

### Added
- The Conjur OSS helm chart has Community support for deploying Conjur OSS to OpenShift 4.x
- The Conjur OSS helm chart has Community support for deploying Conjur OSS to
OpenShift 4.x.
[cyberark/conjur-oss-helm-chart#60](https://github.com/cyberark/conjur-oss-helm-chart/issues/60)

### Changed
- The default Postgres server version is incremented to 10.15 from 10.14.
[cyberark/conjur-oss-helm-chart#120](https://github.com/cyberark/conjur-oss-helm-chart/issues/120)

### Fixed
- Eliminates indefinite Conjur pod crashes that would occur if a Conjur
cluster is Helm installed with the automatic Conjur account creation feature
enabled (e.g. with `--set account.create=true`), and then the Conjur pod
gets restarted for any reason before a Helm upgrade has been performed.
- Conjur pod no longer fails on restarts when the Conjur cluster is helm
installed with the automatic Conjur account creation feature enabled (e.g.
with `--set account.create=true`). The Conjur startup command is revised to
check if the account exists before starting the server with the flag used to
create it.
[cyberark/conjur-oss-helm-chart#119](https://github.com/cyberark/conjur-oss-helm-chart/issues/119)

## [v2.0.2] - 2020-12-02
Expand Down
2 changes: 1 addition & 1 deletion conjur-oss/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: conjur-oss
home: https://www.conjur.org
version: 2.0.2
version: 2.0.3
description: A Helm chart for CyberArk Conjur
icon: https://www.cyberark.com/wp-content/uploads/2015/12/cybr-aim.jpg
keywords:
Expand Down
2 changes: 1 addition & 1 deletion conjur-oss/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ The following table lists the configurable parameters of the Conjur OSS chart an
|`openshift.enabled`|Indicates that Conjur is to be installed on an OpenShift platform|`false`|
|`postgres.image.pullPolicy`|Pull policy for postgres Docker image|`"IfNotPresent"`|
|`postgres.image.repository`|postgres Docker image repository|`"postgres"`|
|`postgres.image.tag`|postgres Docker image tag|`"10.14"`|
|`postgres.image.tag`|postgres Docker image tag|`"10.15"`|
|`postgres.persistentVolume.create`|Create a peristent volume to back the PostgreSQL data|`true`|
|`postgres.persistentVolume.size`|Size of persistent volume to be created for PostgreSQL|`"8Gi"`|
|`postgres.persistentVolume.storageClass`|Storage class to be used for PostgreSQL persistent volume claim|`nil`|
Expand Down
2 changes: 0 additions & 2 deletions conjur-oss/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -253,5 +253,3 @@
}
}
}
}
}
2 changes: 1 addition & 1 deletion conjur-oss/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ postgres:
# repository: registry.redhat.io/rhscl/postgresql-10-rhel7
# tag: latest
repository: postgres # https://hub.docker.com/_/postgres/
tag: '10.14'
tag: '10.15'
pullPolicy: Always

persistentVolume:
Expand Down

0 comments on commit 85f90a5

Please sign in to comment.