Skip to content

Commit

Permalink
Release v1.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
WanzenBug authored and JoelColledge committed Jul 28, 2020
1 parent 9da1f68 commit 51296bd
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [v1.0.0-rc1] - 2020-07-28

### Added

Expand Down Expand Up @@ -252,7 +252,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial public version with docs

[Unreleased]: https://github.com/piraeusdatastore/piraeus-operator/compare/v0.5.0...HEAD
[v1.0.0-rc1]: https://github.com/piraeusdatastore/piraeus-operator/compare/v0.5.0...v1.0.0-rc1
[v0.5.0]: https://github.com/piraeusdatastore/piraeus-operator/compare/v0.4.1...v0.5.0
[v0.4.1]: https://github.com/piraeusdatastore/piraeus-operator/compare/v0.4.0...v0.4.1
[v0.4.0]: https://github.com/piraeusdatastore/piraeus-operator/compare/v0.3.0...v0.4.0
Expand Down
5 changes: 2 additions & 3 deletions charts/piraeus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ apiVersion: v2
name: piraeus
description: A Helm chart for Piraeus Operator
type: application
version: 0.5.0 # Chart Version
appVersion: 0.5.0 # Application Version

version: 1.0.0-rc1
appVersion: 1.0.0-rc1
dependencies:
- name: "etcd"
version: "0.7.4"
Expand Down
2 changes: 1 addition & 1 deletion charts/piraeus/values.cn.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ linstorHttpsControllerSecret: "" # <- name of secret containing linstor server c
linstorHttpsClientSecret: "" # <- name of secret containing linstor client certificates+key. See docs/security.md
operator:
replicas: 1 # <- number of replicas for the operator deployment
image: daocloud.io/piraeus/piraeus-operator:latest
image: daocloud.io/piraeus/piraeus-operator:v1.0.0-rc1
resources: {}
controller:
controllerImage: daocloud.io/piraeus/piraeus-server:v1.7.1
Expand Down
2 changes: 1 addition & 1 deletion charts/piraeus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ linstorHttpsControllerSecret: "" # <- name of secret containing linstor server c
linstorHttpsClientSecret: "" # <- name of secret containing linstor client certificates+key. See docs/security.md
operator:
replicas: 1 # <- number of replicas for the operator deployment
image: quay.io/piraeusdatastore/piraeus-operator:latest
image: quay.io/piraeusdatastore/piraeus-operator:v1.0.0-rc1
resources: {}
controller:
controllerImage: quay.io/piraeusdatastore/piraeus-server:v1.7.1
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ limitations under the License.

package version

var Version = "0.5.0"
var Version = "1.0.0-rc1"

0 comments on commit 51296bd

Please sign in to comment.