Skip to content

2.6.3

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Sep 13:00

API Gateway

In Kyma 2.6 we introduced a new version of the APIRule custom resource (CR) - v1beta1. Unfortunately, with this change we also introduced a bug. When an APIRule is created, it is created with certain related sub-resources, which are labeled with the version of this APIRule. These labels are used to fetch the sub-resources for the appropriate version when editing the APIRule. Unfortunately, due to improper adjustment of the labeling when introducing the new APIRule version, in Kyma 2.6, when the user edited an APIRule in version v1alpha1, sub-resources labeled with version v1beta1 were searched instead. Because they were not found, the system recognized them as missing and created those sub-resources in version v1beta1, which was not the desired behavior. As a result, any calls to the exposed workload returned the 5xx errors. This patch release fixes the problem.

For more details, see the GitHub issue.

TIP: See also Release Notes for Kyma 2.6.


2.6.3 (2022-09-22)

Api Gateway

  • #15591 Fixing APIRule v1alpha1 sub-resources handling (@barchw)

2.6.2 (2022-09-05)

Application Connector

  • #15367 Remove replicas from autoscaled deployments in Application Connector (@janmedrek)

Logging

Documentation

Committers: 4

2.6.0 (2022-08-25)

Serverless

Documentation

Committers: 4