3.5 KiB
3.5 KiB
Changelog
This changelog keeps track of work items that have been completed and are ready to be shipped in the next release.
History
Unreleased
Breaking Changes
- General: TODO (#TODO)
New
- General: TODO (#TODO)
Improvements
- General: TODO (#TODO)
Fixes
- Scaler: remplement custom interceptor metrics (#718)
Deprecations
You can find all deprecations in this overview and join the discussion here.
New deprecation(s):
- General:
hostfield deprecated in favor ofhostsinHTTPScaledObject(#552)
Previously announced deprecation(s):
- TODO
Other
- General: TODO (#TODO)
v0.5.0
Breaking Changes
None.
New
- Routing: Add multi-host support to
HTTPScaledObject(#552) - Routing: Support path-based routing (#338)
- General: Log incoming requests using the Combined Log Format (#669)
Improvements
- General: Automatically tag Docker image with commit SHA (#567)
- RBAC: Introduce fine-grained permissions per component and reduce required permissions (#612)
- Operator: Migrate project to Kubebuilder v3 (#625)
- Routing: New routing table implementation that relies on the live state of HTTPScaledObjects on the K8s Cluster instead of a ConfigMap that is updated periodically (#605)
Fixes
- General: HTTPScaledObject is the owner of the underlying ScaledObject (#703)
- Routing: Lookup host without port (#608)
- Controller: Use kedav1alpha1.ScaledObject default values (#607)
- General: Changes to HTTPScaledObjects now take effect (#605)
Deprecations
You can find all deprecations in this overview and join the discussion here.
New deprecation(s):
- General:
hostfield deprecated in favor ofhostsinHTTPScaledObject(#552)
Previously announced deprecation(s):
- None.