Skip to content

Commit

Permalink
Release v2.0.0-rc.1
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz "WanzenBug" Wanzenböck <[email protected]>
  • Loading branch information
WanzenBug authored and JoelColledge committed Feb 22, 2023
1 parent 288a05b commit fab7f39
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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]
## [v2.0.0-rc.1] - 2023-02-22

### Breaking

Expand Down Expand Up @@ -659,4 +659,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[v1.9.0]: https://github.com/piraeusdatastore/piraeus-operator/compare/v1.8.2...v1.9.0
[v1.9.1]: https://github.com/piraeusdatastore/piraeus-operator/compare/v1.9.0...v1.9.1
[v1.10.0]: https://github.com/piraeusdatastore/piraeus-operator/compare/v1.9.1...v1.10.0
[Unreleased]: https://github.com/piraeusdatastore/piraeus-operator/compare/v1.10.0...HEAD
[v2.0.0-rc.1]: https://github.com/piraeusdatastore/piraeus-operator/compare/v1.10.0...v2.0.0-rc.1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $ kubectl apply -f https://github.com/cert-manager/cert-manager/releases/downloa
Then, deploy the Operator from this repository:

```
$ kubectl apply --server-side -k "https://github.com/piraeusdatastore/piraeus-operator//config/default?ref=v2"
$ kubectl apply --server-side -k "https://github.com/piraeusdatastore/piraeus-operator//config/default?ref=v2.0.0-rc.1"
# Verify the operator is running:
$ kubectl get pods -n piraeus-datastore
NAME READY STATUS RESTARTS AGE
Expand Down
4 changes: 2 additions & 2 deletions charts/piraeus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: piraeus
description: |
The Piraeus Operator manages software defined storage clusters using LINSTOR in Kubernetes.
type: application
version: 2.0.0
appVersion: "v2.0.0"
version: 2.0.0-rc.1
appVersion: "2.0.0-rc.1"
maintainers:
- name: Piraeus Datastore
url: https://piraeus.io
Expand Down
2 changes: 1 addition & 1 deletion config/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ labels:
images:
- name: controller
newName: quay.io/piraeusdatastore/piraeus-operator
newTag: v2
newTag: v2.0.0-rc.1

# [PROMETHEUS] To enable prometheus monitor, uncomment all sections with 'PROMETHEUS'.
#- ../prometheus
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ All resources needed to run Piraeus Operator are included in a single Kustomizat
Install Piraeus Operator by running:

```bash
$ kubectl apply --server-side -k "https://github.com/piraeusdatastore/piraeus-operator//config/default?ref=v2"
$ kubectl apply --server-side -k "https://github.com/piraeusdatastore/piraeus-operator//config/default?ref=v2.0.0-rc.1"
namespace/piraeus-datastore configured
...
```
Expand Down

0 comments on commit fab7f39

Please sign in to comment.