v1.15.1
Please check the 1.15 release notes first before reading following notes.
This release includes few fixes and improvements on top of v1.15.0.
Fixes
- Retry pod choose in pool manager if we get terminated pods PR #2274
- Allow user to use existing bucket with same name via fission storage service PR #2275 Issue #2199
- Capture error from schema check in preupgrade verification PR #2285
- Update dependency opencontainers/runc v1.0.3 PR #2281
- MQT Kafka: Use Sarama Group Consumer instead of bsm/sarama-cluster library PR #2286 Issue #2209
Internal Fixes
- CRD Docs generation support PR #2273
Deprecation
- With addition of OpenTelemetry, we would be soon removing OpenTracing instrumentation.
- HTTPTrigger/Route creation from Fission CLI is deprecated. Use
fission route create
instead. PR #2171 - We have deprecated
Spec.Method
in HTTPTrigger since 1.13.0, please useSpec.Methods
instead.
References
Last modified December 29, 2021: add 1.15.1 release notes (#126) (db6d985)