Skip to content

2.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Sep 07:05
· 13 commits to refs/heads/release-2.7 since this release
863d571

We’re heading into autumn, the season of cozy evenings with a mug of tea (or your preferred hot drink), a soft blanket, and maybe a good book or two. If you like, you could start off with reading our release notes for Kyma 2.7, which bring a rich harvest of feature updates and improvements.

Observability

Logging - LogPipeline

  • Several bugs have been fixed, especially:
    • Attributes of the spec were generated with empty values bug 15134
    • When selecting logs by container names, the default Namespaces setting was reset to include system Namespaces bug 15490
  • Update to Fluent Bit 1.9.7
  • Improved monitoring dashboard issue 14460

Monitoring

The monitoring stack was upgraded to the following:

  • Prometheus 2.38
  • Prometheus Operator 0.58
  • Kube State Metrics 2.5.0
  • Kubernetes dashboards were updated to the latest upstream versions

Serverless

With Kyma 2.7, we are still on the mission to continue the API cleanup for the Serverless API group towards a stable version. This time, we changed the runtime field type from enum to string, which decouples the list of available runtimes from the Function CRD itself. Also, we prepared a concept to enable advanced templating of Function resources (that is, Function Pod and build jobs) using the Function CR specification.

Additionally, as a follow-up to the scaling features of serverless.kyma-project.io/v1alpha2 released with Kyma 2.6, we have added an additional tutorial and example, so now you can scale your Function with KEDA according to your business or technical needs.

Security

Cluster Users component deprecated

Because Kyma 2 brings a lot of flexibility in shaping Kubernetes Roles and Cluster Roles, we want to encourage our users to model access rights to Kyma resources and their own resources.
With this Kyma release, the Cluster Users component is deprecated.


Changelog

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