Skip to content

Commit

Permalink
Release 0.3.2
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 Apr 11, 2023
1 parent a0d463a commit f14722d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion 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.3.2] - 2023-04-11

### Changed

- Fixed an issue when inspecting Pods without explicit namespace.

## [0.3.1] - 2023-02-20

### Changed
Expand Down Expand Up @@ -36,7 +42,8 @@ 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.3.1...HEAD
[Unreleased]: https://github.com/piraeusdatastore/linstor-scheduler-extender/compare/v0.3.2...HEAD
[0.3.2]: https://github.com/piraeusdatastore/linstor-scheduler-extender/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/piraeusdatastore/linstor-scheduler-extender/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/piraeusdatastore/linstor-scheduler-extender/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/piraeusdatastore/linstor-scheduler-extender/compare/v0.2.0...v0.2.1
Expand Down
2 changes: 1 addition & 1 deletion deploy/linstor-scheduler-admission.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ spec:
spec:
containers:
- name: linstor-scheduler-admission
image: quay.io/piraeusdatastore/linstor-scheduler-extender:v0.3.1
image: quay.io/piraeusdatastore/linstor-scheduler-extender:v0.3.2
imagePullPolicy: IfNotPresent
command: ["/linstor-scheduler-admission"]
args:
Expand Down
2 changes: 1 addition & 1 deletion deploy/linstor-scheduler.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.3.1
image: quay.io/piraeusdatastore/linstor-scheduler-extender:v0.3.2
imagePullPolicy: IfNotPresent
args:
- --verbose=true
Expand Down

0 comments on commit f14722d

Please sign in to comment.