|
1 | 1 | # Changelog
|
2 | 2 |
|
3 |
| -## Deprecations |
| 3 | +## v1.3 |
| 4 | + |
| 5 | +### Deprecations |
4 | 6 |
|
5 | 7 | - As of v1.3, support for `brokerList` is deprecated for our Kafka topic scaler and will be removed in v2.0 ([#632](https://github.com/kedacore/keda/issues/632))
|
6 | 8 |
|
| 9 | +### New |
| 10 | + |
| 11 | +- Add Azure monitor scaler ([#584](https://github.com/kedacore/keda/pull/584)) |
| 12 | + |
| 13 | +### Improvements |
| 14 | + |
| 15 | +- Make targetQueryValue configurable in postgreSQL scaler ([#643](https://github.com/kedacore/keda/pull/643)) |
| 16 | +- Added bootstrapServers to deprecate brokerList ([#621](https://github.com/kedacore/keda/pull/621)) |
| 17 | + |
| 18 | +### Breaking Changes |
| 19 | + |
| 20 | +None. |
| 21 | + |
| 22 | +### Other |
| 23 | + |
| 24 | +- Changed exiting in a warning when GOROOT is not defined ([#607](https://github.com/kedacore/keda/pull/607)) |
| 25 | +- Adding Kubernetes recommended labels to resources ([#596](https://github.com/kedacore/keda/pull/596)) |
| 26 | +- Create make release target to update versions ([#610](https://github.com/kedacore/keda/pull/610)) |
| 27 | +- Update release-build.yml ([#612](https://github.com/kedacore/keda/pull/612)) |
| 28 | +- Added successful tests ([#619](https://github.com/kedacore/keda/pull/619)) |
| 29 | +- Fixed command to log keda-operator ([#622](https://github.com/kedacore/keda/pull/622)) |
| 30 | +- Update documentation to link to new Openshift 4 sample ([#625](https://github.com/kedacore/keda/pull/625)) |
| 31 | +- Change 'create' to 'push' in release action ([#627](https://github.com/kedacore/keda/pull/627)) |
| 32 | +- Document logging levels for Operator and Metrics Server ([#633](https://github.com/kedacore/keda/pull/633)) |
| 33 | +- Provide "Support" issue template ([#634](https://github.com/kedacore/keda/pull/634)) |
| 34 | +- Removed the need for deploymentName label ([#644](https://github.com/kedacore/keda/pull/644)) |
| 35 | +- Check presence of scaleTargetRef or jobTargetRef ([#648](https://github.com/kedacore/keda/pull/648)) |
| 36 | +- Add AWS pod identity support ([#499](https://github.com/kedacore/keda/pull/499)) |
| 37 | +- Updating license to Apache per CNCF donation ([#661](https://github.com/kedacore/keda/pull/661)) |
| 38 | +- Introduce changelog for KEDA ([#664](https://github.com/kedacore/keda/pull/664)) |
| 39 | +- Add vector keda logos ([#665](https://github.com/kedacore/keda/pull/665)) |
| 40 | +- readme: community call update ([#675](https://github.com/kedacore/keda/pull/675)) |
| 41 | + |
7 | 42 | ## v1.2
|
8 | 43 |
|
9 | 44 | ### New
|
|
0 commit comments