diff --git a/CHANGELOG.md b/CHANGELOG.md index bbc13c7..aebfdd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/deploy/linstor-scheduler-admission.yaml b/deploy/linstor-scheduler-admission.yaml index 113d6bb..e6404b2 100644 --- a/deploy/linstor-scheduler-admission.yaml +++ b/deploy/linstor-scheduler-admission.yaml @@ -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: diff --git a/deploy/linstor-scheduler.yaml b/deploy/linstor-scheduler.yaml index fcace69..69a7d7d 100644 --- a/deploy/linstor-scheduler.yaml +++ b/deploy/linstor-scheduler.yaml @@ -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