Skip to content

Commit

Permalink
Release 0.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz "WanzenBug" Wanzenböck <moritz.wanzenboeck@linbit.com>
  • Loading branch information
WanzenBug committed May 13, 2022
1 parent 616a1cb commit 18964ed
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.2.1] - 2022-05-13

### Added

- Support unbound PVCs if using WaitForFirstConsumer binding mode

## [0.2.0] - 2022-02-25

### Changed
Expand All @@ -18,6 +24,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial command, import stork scheduler extender and linstor driver code

[Unreleased]: https://github.com/piraeusdatastore/linstor-scheduler-extender/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/piraeusdatastore/linstor-scheduler-extender/releases/tag/v0.2.0
[Unreleased]: https://github.com/piraeusdatastore/linstor-scheduler-extender/compare/v0.2.1...HEAD
[0.2.1]: https://github.com/piraeusdatastore/linstor-scheduler-extender/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/piraeusdatastore/linstor-scheduler-extender/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/piraeusdatastore/linstor-scheduler-extender/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion deploy/all.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ spec:
- mountPath: /etc/kubernetes
name: scheduler-config
- name: linstor-scheduler-extender
image: quay.io/piraeusdatastore/linstor-scheduler-extender:v0.2.0
image: quay.io/piraeusdatastore/linstor-scheduler-extender:v0.2.1
imagePullPolicy: IfNotPresent
args:
- --verbose=true
Expand Down

0 comments on commit 18964ed

Please sign in to comment.