Skip to content

2.7.1

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Sep 09:52
· 10 commits to refs/heads/release-2.7 since this release

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.7.


Changelog

2.7.1 (2022-09-26)

Api Gateway

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

2.7.0 (2022-09-22)

Application Connector

Documentation

Committers: 2

2.7.0-rc1 (2022-09-19)

Application Connector

  • #15507 Changing images of the components to the commit ones (@mvshao)
  • #15474 Connectivity Validator - change client_golang to 1.11.1 due to CVE in 1.11.0 (@mvshao)
  • #15421 Deletion of the dependence to opsfleet in Application Gateway tests (@mvshao)
  • #14912 Components test of central-application-validator component (@koala7659)
  • #15366 Remove replicas from autoscaled deployments in Application Connector (@janmedrek)
  • #15340 Increase resource requests/limits for Application Connector components (@janmedrek)
  • #15262 Add fixes to Application Connector tutorials' commands (@majakurcius)

Serverless

Eventing

Security

Monitoring

Logging

Tracing

Documentation

CI

Committers: 40