Skip to content

Commit

Permalink
prepare release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JoelColledge authored and WanzenBug committed Jun 5, 2020
1 parent cdb4ff2 commit 2133a6c
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

### Removed

### Changed

## [v0.4.0] - 2020-06-05

### Added

* Secured database connection for Linstor: When using the `etcd` connector, you can specify a secret containing a CA
certificate to switch from HTTP to HTTPS communication.
* Secured connection between Linstor components: You can specify TLS keys to secure the communication between
Expand Down
4 changes: 2 additions & 2 deletions charts/piraeus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: piraeus
description: A Helm chart for Piraeus Operator
type: application
version: 0.3.0 # Chart Version
appVersion: 0.3.0 # Application Version
version: 0.4.0 # Chart Version
appVersion: 0.4.0 # Application Version

dependencies:
- name: "etcd"
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ limitations under the License.
package version

var (
Version = "0.3.0"
Version = "0.4.0"
)

0 comments on commit 2133a6c

Please sign in to comment.