Releases: kyma-project/kyma
2.11.4
2.11.4 (2023-03-27)
Api Gateway
Application Connector
- #17181 update application-connector image values (@m00g3n)
- #17179 fix CVE-2022-41723 for application-connector (@m00g3n)
- #17178 update application-connector image values (@m00g3n)
- #17169 bump application-connector images (@m00g3n)
Committers: 2
2.11.2 (2023-03-01)
Service Mesh
- #16955 Set Istio cni namespace (@triffer)
- #16952 Update Istio HPA to autoscaling/v2 (#16848) (@cnvergence)
Committers: 2
- Karol Szwaj (@cnvergence)
- Tim Riffer (@triffer)
2.11.1 (2023-02-28)
Serverless
- #16890 Fix nodejs16 returned value formatting regression (@kwiatekus)
Eventing
- #16901 Bumped NATS version to 2.9.14 - release-2.11 (@mfaizanse)
Committers: 7
- Iwona Langer (@IwonaLanger)
- Jan Wozniak (@wozniakjan)
- Krzysztof Kwiatosz (@kwiatekus)
- Mansur Uralov (@muralov)
- Muhammad Faizan (@mfaizanse)
- Piotr Halama (@halamix2)
- marcin witalis (@m00g3n)
2.11.0-rc2 (2023-02-08)
Eventing
- #16762 Image bumps for Eventing - rel 2.11 (@mfaizanse)
- #16759 Fix compare stream config - Release 2.11 (@mfaizanse)
Committers: 1
- Muhammad Faizan (@mfaizanse)
2.12.0
Winter is almost over, and spring is just around the corner. If you look carefully, you’ll notice that here comes the sun, and with it, many interesting Kyma changes. Read on to find out more!
See the overview of all changes in this release:
- General - support for Kubernetes 1.25, migration guide actions, plans to remove the Blog and Community sections from the website
- Application Connectivity - use the
kyma-system
Namespace for Compass Runtime Agent - Observability - New example on how to collect and export metrics based on OpenTelemetry
- Telemetry - Fixes and an update to third-party versions for logging and tracing
- Eventing - NATS server updated to
v2.9.14
, Subscription updates - Serverless - Node.js 18 runtime introduction, deprecation of Node.js 14 runtime, forthcoming removal of
serverless.kyma-project.io/v1alpha1
General
Kubernetes 1.25 support
Now, we officially support Kubernetes in version 1.25. For more information about changes in Kubernetes version 1.25, see the Kyma 2.9 release notes.
Migration
You'll need a few cleanup actions when updating to the newest version. For more information, read the 2.11-2.12 Migration Guide.
Blog and Community sections removal
We're planning to restructure our Kyma website. Soon, the Community section will be removed, and the whole content will be kept in our Kyma community
repository.
In addition, the Blog section will also be removed in the future. Worry not! All Kyma release notes will be available on the Kyma release page on GitHub and the blog posts on the SAP community portal.
Stay tuned for more information.
Application Connectivity
With Kyma 2.12, the Compass Runtime Agent component will use the kyma-system
Namespace instead of compass-system
.
When you upgrade Kyma from version 2.11 to 2.12, the old component deployed in the compass-system
Namespace won't be removed automatically.
If you're using Compass Runtime Agent, you must execute the script after successfully migrating from Kyma 2.11 to Kyma 2.12. If not, no additional action is required.
For more information, read the 2.11-2.12 Migration Guide.
Observability
Monitoring
- We have added a new example that illustrates collecting and exporting metrics using only OpenTelemetry technology.
- To decouple the Kyma components from the monitoring stack, all components have been refactored to use annotation-based metrics scraping instead of leveraging ServiceMonitors. Therefore, you must follow the 2.11-2.12 Migration Guide to clean up ServiceMonitors of the system components. Also, the bundled rules for Loki have already been removed. With that, the system components have no direct dependency on the Monitoring module anymore.
- As announced in the release notes of Kyma 2.11, the Monitoring module has been deprecated. All relevant documentation pages contain the deprecation note.
Telemetry
Logging
- A bug that caused Fluent Bit to print errors on startup has been fixed. Check this issue for more information.
- Fluent Bit has been updated to the 2.0.9 version.
Tracing
- Since this release, the Kyma Dashboard extension for TracePipeline supports custom headers for OTLP outputs.
- Warnings at the startup of
otel-collector
have been removed. otel-collector
has been updated to version 0.72.0.
Eventing
NATS server
The NATS server image has been updated to v2.9.14
. For more details, see the NATS server release notes.
Updated Subscription CRD
With this release, we have upgraded event Subscriptions from v1alpha1
to v1alpha2
. This simplifies subscribing to events by removing the need for a prefix on the NATS/Jetstream backend. With the new version, we have also removed the previous modification of the event type during dispatching. The old Subscriptions will be upgraded automatically. For more details, check the updated tutorials.
Serverless
Introducing Node.js 18 Serverless runtime
With Kyma 2.12, we have introduced new Node.js 18 runtime for your Functions.
Deprecation of Node.js 14 Serverless runtime
Because of the planned EOL for Node.js 14 we are planning to remove Node.js 14 from the list of the supported runtimes.
For now, we recommend that you don’t use Node.js 14 as a runtime for your new Functions and re-configure all your existing Node.js 14 Functions to run on the latest available Node.js runtime.
See this blog post to learn how to update existing Functions.
Reminder about new Serverless API version
As of Kyma 2.6, the serverless.kyma-project.io/v1alpha1
API has been deprecated.
We are getting close to the end of the 6-month depreciation period. Therefore, with the next Kyma release (2.13), we plan to stop supporting the deprecated API and support only serverless.kyma-project.io/v1alpha2
.
The conversion webhook that handles the conversion between the versions on the fly will be removed with Kyma 2.13.
Don't wait that long and adjust your Function manifests (YAML files) to the new version of the serverless.kyma-project.io/v1alpha2
as soon as possible.
Changelog
2.12.0 (2023-03-14)
Serverless
Documentation
Committers: 2
2.12.0-rc2 (2023-03-10)
Serverless
- #17033 Document example with Python OTEL skd (#17025) (@kwiatekus)
Eventing
- #17046 Bumped api-gateway-webhook-certificates image in Eventing - Rel-2.12 (@mfaizanse)
- #17047 Allow input of event types in busolas subscription form in the simple - Rel 2.12 (@mfaizanse)
Documentation
- #17033 Document example with Python OTEL skd (#17025) (@kwiatekus)
Committers: 4
- Grzegorz Karaluch (@grego952)
- Krzysztof Kwiatosz (@kwiatekus)
- Michał Kalke (@MichalKalke)
- Muhammad Faizan (@mfaizanse)
2.12.0-rc1 (2023-03-08)
Api Gateway
- #17011 Bump api-gateway to 1.4 (@werdes72)
- #16967 Bump postgres image to 11.19-alpine3.17 (@videlov)
Application Connector
- #16978 Remove PR images from application-connector code before release 2.12 (@koala7659)
- #16917 add note on Istio sidecar injection (@grego952)
- #16525 Change Compass Runtime Agent namespace to kyma-system (@mvshao)
Serverless
- #16990 Exclude default
request
auto-instrumentation in python functions (@kwiatekus) - #16989 change alpha1 to alpha2 in AC and Eventing tutorials (@grego952)
- #16986 change alpha1 to alpha2 in Trigger a workload with an event (@grego952)
- #16920 Include nodejs18 in serverless integration and benchmark tests (@kwiatekus)
- #16918 Add nodejs18 in function controller (@kwiatekus)
- #16965 Deprecate nodejs14 runtime - remove from docs (@kwiatekus)
- #16925 Move function profile overrides from the test-infra scripts (@pPrecel)
- #16892 Remove dependencies to compass-sys...
2.11.3
Bump version to 2.11.3
2.12.0-rc2
2.12.0-rc2 (2023-03-10)
Serverless
- #17033 Document example with Python OTEL skd (#17025) (@kwiatekus)
Eventing
- #17046 Bumped api-gateway-webhook-certificates image in Eventing - Rel-2.12 (@mfaizanse)
- #17047 Allow input of event types in busolas subscription form in the simple - Rel 2.12 (@mfaizanse)
Documentation
- #17033 Document example with Python OTEL skd (#17025) (@kwiatekus)
Committers: 4
- Grzegorz Karaluch (@grego952)
- Krzysztof Kwiatosz (@kwiatekus)
- Michał Kalke (@MichalKalke)
- Muhammad Faizan (@mfaizanse)
2.12.0-rc1 (2023-03-08)
Api Gateway
- #17011 Bump api-gateway to 1.4 (@werdes72)
- #16967 Bump postgres image to 11.19-alpine3.17 (@videlov)
Application Connector
- #16978 Remove PR images from application-connector code before release 2.12 (@koala7659)
- #16917 add note on Istio sidecar injection (@grego952)
- #16525 Change Compass Runtime Agent namespace to kyma-system (@mvshao)
Serverless
- #16990 Exclude default
request
auto-instrumentation in python functions (@kwiatekus) - #16989 change alpha1 to alpha2 in AC and Eventing tutorials (@grego952)
- #16986 change alpha1 to alpha2 in Trigger a workload with an event (@grego952)
- #16920 Include nodejs18 in serverless integration and benchmark tests (@kwiatekus)
- #16918 Add nodejs18 in function controller (@kwiatekus)
- #16965 Deprecate nodejs14 runtime - remove from docs (@kwiatekus)
- #16925 Move function profile overrides from the test-infra scripts (@pPrecel)
- #16892 Remove dependencies to compass-system Namespace (@mvshao)
- #16869 Fix regression in response formatting in nodejs16 runtime (@kwiatekus)
Eventing
- #17007 Clean up the comments in Subscription v1alpha2. (@friedrichwilken)
- #16944 Fix Eventing controller makefile recipe indentation (@marcobebway)
- #16945 Fix Eventing tutorial (@marcobebway)
- #16921 Added tests for exact type matching in Eventing FI tests (@mfaizanse)
- #16916 Fix time comparisons for NATS in Eventing FI tests (@mfaizanse)
- #16900 Bumped NATS version to 2.9.14 (@mfaizanse)
- #16905 Globalized subscription names in Eventing FI tests (@mfaizanse)
- #16896 Removed JetStream atLeastOnceCheck test in Eventing FI tests (@mfaizanse)
- #16548 bump CPU limit to 1k to support same load as epp (@k15r)
- #16522 add metric for dispatch duration in nats dispatcher (@k15r)
- #16772 Update security context for the Eventing components (@marcobebway)
- #16771 Change loglevel for unneccessary info messages to debug (@k15r)
- #16553 change epp linter config (@k15r)
- #16756 Fixed NATS config comparison (@mfaizanse)
Service Mesh
Monitoring
- #16873 updated alpine to 1.17.2 (@a-thaler)
- #16858 update to alpine 1.17.2 for third-party-images (@a-thaler)
- #16816 Fix Kyma 2.12.0 cleanup script (@skhalash)
- #16814 Revert "Temporarily re-add FluentBit ServiceMonitor" (@skhalash)
- #16813 Convert logging, tracing to annotation-based Prometheus scraping (@skhalash)
- #16810 Convert serverless to annotation-based Prometheus scraping (@skhalash)
- #16805 Convert api gateway, istio, ory to annotation-based Prometheus scraping (@skhalash)
- #16761 Convert eventing to annotation-based Prometheus scraping (@skhalash)
- #16769 Add deprecation notes for monitoring component (@shorim)
- #16792 Always disable scraping for kube-state-metrics service (@skhalash)
- #16766 Temporarily re-add FluentBit ServiceMonitor (@skhalash)
- #16740 Convert telemetry to annotation-based Prometheus scraping (@skhalash)
Logging
- #16858 update to alpine 1.17.2 for third-party-images (@a-thaler)
- #16764 update fluentbit to 2.0.9 (@a-thaler)
- #16781 remove init container from fluentbit (@rakesh-garimella)
- #16767 Always have dynamic-parsers config file (@rakesh-garimella)
Tracing
- #16851 Remove unused network policy (@rakesh-garimella)
- #16831 Remove Telemetry Component from Kyma repository (@hisarbalik)
Documentation
- #16989 change alpha1 to alpha2 in AC and Eventing tutorials (@grego952)
- #16986 change alpha1 to alpha2 in Trigger a workload with an event (@grego952)
- #16985 Change link in 2.12 Migration Guide (@mvshao)
- #16876 Change the migration script name (@mvshao)
- #16964 fixed link in migration guide (@a-thaler)
- #16965 Deprecate nodejs14 runtime - remove from docs (@kwiatekus)
- #16917 add note on Istio sidecar injection (@grego952)
- #16945 Fix Eventing tutorial (@marcobebway)
- #16857 Fix broken links in Telemetry docs (@IwonaLanger)
Committers: 32
- Aleksei Chernyshov (@Teneroy)
- Andreas Thaler (@a-thaler)
- Christoph Kleineweber (@chrkl)
- Filip Strózik (@pPrecel)
- Friedrich (@friedrichwilken)
- Grzegorz Karaluch ([@grego952](https://github.com/grego9...
2.12.0-rc1
2.12.0-rc1 (2023-03-08)
Api Gateway
- #17011 Bump api-gateway to 1.4 (@werdes72)
- #16967 Bump postgres image to 11.19-alpine3.17 (@videlov)
Application Connector
- #16978 Remove PR images from application-connector code before release 2.12 (@koala7659)
- #16917 add note on Istio sidecar injection (@grego952)
- #16525 Change Compass Runtime Agent namespace to kyma-system (@mvshao)
Serverless
- #16990 Exclude default
request
auto-instrumentation in python functions (@kwiatekus) - #16989 change alpha1 to alpha2 in AC and Eventing tutorials (@grego952)
- #16986 change alpha1 to alpha2 in Trigger a workload with an event (@grego952)
- #16920 Include nodejs18 in serverless integration and benchmark tests (@kwiatekus)
- #16918 Add nodejs18 in function controller (@kwiatekus)
- #16965 Deprecate nodejs14 runtime - remove from docs (@kwiatekus)
- #16925 Move function profile overrides from the test-infra scripts (@pPrecel)
- #16892 Remove dependencies to compass-system Namespace (@mvshao)
- #16869 Fix regression in response formatting in nodejs16 runtime (@kwiatekus)
Eventing
- #17007 Clean up the comments in Subscription v1alpha2. (@friedrichwilken)
- #16944 Fix Eventing controller makefile recipe indentation (@marcobebway)
- #16945 Fix Eventing tutorial (@marcobebway)
- #16921 Added tests for exact type matching in Eventing FI tests (@mfaizanse)
- #16916 Fix time comparisons for NATS in Eventing FI tests (@mfaizanse)
- #16900 Bumped NATS version to 2.9.14 (@mfaizanse)
- #16905 Globalized subscription names in Eventing FI tests (@mfaizanse)
- #16896 Removed JetStream atLeastOnceCheck test in Eventing FI tests (@mfaizanse)
- #16548 bump CPU limit to 1k to support same load as epp (@k15r)
- #16522 add metric for dispatch duration in nats dispatcher (@k15r)
- #16772 Update security context for the Eventing components (@marcobebway)
- #16771 Change loglevel for unneccessary info messages to debug (@k15r)
- #16553 change epp linter config (@k15r)
- #16756 Fixed NATS config comparison (@mfaizanse)
Service Mesh
Monitoring
- #16873 updated alpine to 1.17.2 (@a-thaler)
- #16858 update to alpine 1.17.2 for third-party-images (@a-thaler)
- #16816 Fix Kyma 2.12.0 cleanup script (@skhalash)
- #16814 Revert "Temporarily re-add FluentBit ServiceMonitor" (@skhalash)
- #16813 Convert logging, tracing to annotation-based Prometheus scraping (@skhalash)
- #16810 Convert serverless to annotation-based Prometheus scraping (@skhalash)
- #16805 Convert api gateway, istio, ory to annotation-based Prometheus scraping (@skhalash)
- #16761 Convert eventing to annotation-based Prometheus scraping (@skhalash)
- #16769 Add deprecation notes for monitoring component (@shorim)
- #16792 Always disable scraping for kube-state-metrics service (@skhalash)
- #16766 Temporarily re-add FluentBit ServiceMonitor (@skhalash)
- #16740 Convert telemetry to annotation-based Prometheus scraping (@skhalash)
Logging
- #16858 update to alpine 1.17.2 for third-party-images (@a-thaler)
- #16764 update fluentbit to 2.0.9 (@a-thaler)
- #16781 remove init container from fluentbit (@rakesh-garimella)
- #16767 Always have dynamic-parsers config file (@rakesh-garimella)
Tracing
- #16851 Remove unused network policy (@rakesh-garimella)
- #16831 Remove Telemetry Component from Kyma repository (@hisarbalik)
Documentation
- #16989 change alpha1 to alpha2 in AC and Eventing tutorials (@grego952)
- #16986 change alpha1 to alpha2 in Trigger a workload with an event (@grego952)
- #16985 Change link in 2.12 Migration Guide (@mvshao)
- #16876 Change the migration script name (@mvshao)
- #16964 fixed link in migration guide (@a-thaler)
- #16965 Deprecate nodejs14 runtime - remove from docs (@kwiatekus)
- #16917 add note on Istio sidecar injection (@grego952)
- #16945 Fix Eventing tutorial (@marcobebway)
- #16857 Fix broken links in Telemetry docs (@IwonaLanger)
Committers: 32
- Aleksei Chernyshov (@Teneroy)
- Andreas Thaler (@a-thaler)
- Christoph Kleineweber (@chrkl)
- Filip Strózik (@pPrecel)
- Friedrich (@friedrichwilken)
- Grzegorz Karaluch (@grego952)
- Hisar Balik (@hisarbalik)
- Iwona Langer (@IwonaLanger)
- Jan Wozniak (@wozniakjan)
- Karol Szwaj (@cnvergence)
- Korbinian Stoemmer (@k15r)
- Krzysztof Kwiatosz (@kwiatekus)
- Mansur Uralov (@muralov)
- Marco Bebway (@marcobebway)
- Mostafa Shorim (@shorim)
- Muhammad Faizan (@mfaizanse)
- Natalia Sitko (@nataliasitko)
- Patryk Strugacz (@werdes72)
- Piotr Halama (@halamix2)
- Przemyslaw Golicz (@koala7659)
- Rafal Foks (@mvshao)
- Rakesh Garimella (@rakesh-garimella)
- Stanislav Khalash ([@skhal...
2.11.2
2.11.2 (2023-03-01)
Service Mesh
- #16955 Set Istio cni namespace (@triffer)
- #16952 Update Istio HPA to autoscaling/v2 (#16848) (@cnvergence)
Committers: 2
- Karol Szwaj (@cnvergence)
- Tim Riffer (@triffer)
2.11.1
2.11.1 (2023-02-28)
Serverless
- #16890 Fix nodejs16 returned value formatting regression (@kwiatekus)
Eventing
- #16901 Bumped NATS version to 2.9.14 - release-2.11 (@mfaizanse)
Committers: 7
- Iwona Langer (@IwonaLanger)
- Jan Wozniak (@wozniakjan)
- Krzysztof Kwiatosz (@kwiatekus)
- Mansur Uralov (@muralov)
- Muhammad Faizan (@mfaizanse)
- Piotr Halama (@halamix2)
- marcin witalis (@m00g3n)
2.11.0
With love for cloud-native technologies in our hearts and lots of cool ideas in our minds, we've got through the middle of this snowy and cloudy winter season. Now that we have reached the 2.11 milestone, we can share what we accomplished during this part of the journey. Version 2.11 of Kyma comes with a few exciting improvements, such as Fluent Bit DaemonSet fully managed by the operator, Istio and Fluent Bit upgrades, the new finalizer for APIRule CR, and that is by no means all. Read on to find out the rest of the news.
Application Connectivity
With Kyma 2.11, we introduced the encodeUrl parameter, which allows you to control whether Application Gateway encodes URL characters. Set the parameter to false
so that the URL path remains unchanged or to true
to enable the encoding. For example, if the encodeUrl is set to true
, the /app/api/sample(1%2C2%2C3)%2FescapingURL
path changes to /app/api/sample%281%2C2%2C3%29/escaping
. When it is set to false
, the /app/api/sample(1%2C2%2C3)%2Fescaping
path stays intact.
Observability
Kiali
Kiali was deprecated with Kyma 2.8 and removed with Kyma 2.11. If you want to continue using it, follow the steps in the Kiali example to deploy your custom Kiali.
Tracing
From this Kyma release, the tracing component is deprecated. It will be removed with Kyma 2.14. If you want to continue using Jaeger, follow the steps in the Jaeger example to deploy your custom Jaeger.
Telemetry
Logging
To run the Telemetry module as a fully self-contained solution with all the resources managed by the module operator, we introduced a series of changes and improvements. With Kyma 2.11, we completed the process and released Fluent Bit DaemonSet fully managed by the operator. From now, the Fluent Bit installation can be provisioned on-demand only if the user requests a LogPipeline. The Fluent Bit settings are managed by the module operator and can no longer be influenced directly using the module Helm values.
The Fluent Bit DaemonSet got upgraded to the new major version 2. Besides the performance improvements, the 2.0.8 version introduces OTLP support and enables the Kyma team to start working on the official OTLP support for LogPipelines.
We fixed a bug so that the log files are always read from the beginning when starting a Fluent Bit instance on a newly provisioned node.
Traces
System traces emitted by Istio, for example, while communicating with the trace-collector, are now filtered out by default. We also added the extension for TracePipelines to Kyma Dashboard and fixed a bug that caused the TracePipeline status not to reflect the status of the managed trace-collector properly.
With version 2.11 of Kyma, we introduced support for custom headers on the OTLP output that enables integrations to providers with native OTLP support, such as Dynatrace.
API Gateway
With this version of API Gateway, we improved the status handling, added the finalizer for APIRule CR, fixed the bug related to APIRule CR conversion, and resolved the reconciling CPU issue for Azure.
Security
Service Mesh
With Kyma 2.11, we upgraded Istio 1.16.1 to version 1.16.2. Read the official Istio 1.16.2 release notes to learn more about the changes.
PodPresets
We finally removed the PodPreset functionality that was deprecated with Kyma 2.4. For more information, read the deprecation note.
Eventing
NATS server
The NATS-Server image was updated to version 2.9.11. For more details, take a look at the NATS-Server release notes.
Changelog
2.11.0-rc2 (2023-02-08)
Eventing
- #16762 Image bumps for Eventing - rel 2.11 (@mfaizanse)
- #16759 Fix compare stream config - Release 2.11 (@mfaizanse)
Committers: 1
- Muhammad Faizan (@mfaizanse)
2.11.0-rc1 (2023-02-06)
Api Gateway
Application Connector
- #16725 Bump AC images (@franpog859)
- #16680 Bump the net library images (@franpog859)
- #16489 Remove dependencies to kyma-integration Namespace (@mvshao)
Serverless
- #16723 Use standardised tag for function webhook image (@kwiatekus)
- #16709 Conform serverless webhooks with gardener hibernation constaints (@kwiatekus)
- #16715 Replace serverless PR tags (@pPrecel)
- #16714 Upgrade runtimes bases (@pPrecel)
- #16695 Upgrade serverless images (@pPrecel)
- #16675 Fix empty response case from async nodejs16 runtime (@kwiatekus)
- #16642 Improve webhook logs (@pPrecel)
- #16561 Bump k8s-tools image (@halamix2)
- #16489 Remove dependencies to kyma-integration Namespace (@mvshao)
- #16583 Upgrade serverless tags (@pPrecel)
- #16576 Upgrade golang version for all otters components (@pPrecel)
Eventing
- #16728 Disabled NATS security context (@mfaizanse)
- #16721 Eventing image bumps (@mfaizanse)
- #16681 Configure PSA for Eventing components (@marcobebway)
- #16690 Bump NATS image to 2.9.11 (@mfaizanse)
- #15907 language review Eventing Controller (@NHingerl)
- #16671 validate source for valid URI (@raypinto)
- #16632 Dependencies bump for Eventing controller and EPP (@mfaizanse)
- #16510 improve application name parsing from request path (@k15r)
Service Mesh
Monitoring
Logging
- #16682 update of alpine and golang version for telemetry/observability images (@a-thaler)
- #16654 Upgrade Fluent Bit to 2.0 (@skhalash)
- #16547 Add PeerAuthentication to scrape Fluent Bit via plain http (@skhalash)
- #16565 removed unused autoscaling settings for fluentbit (@a-thaler)
Tracing
- #16719 Add documentation for custom header usage in TracePipelines (@chrkl)
- #16701 Add custom header support for TracePipeline output (@chrkl)
- #16689 More resilient telemetry integration test (@hisarbalik)
- #16666 Fix TracePipeline has wrong status (@hisarbalik)
- #16489 Remove dependencies to kyma-integration Namespa...
2.11.0-rc2
2.11.0-rc2 (2023-02-08)
Eventing
- #16762 Image bumps for Eventing - rel 2.11 (@mfaizanse)
- #16759 Fix compare stream config - Release 2.11 (@mfaizanse)
Committers: 1
- Muhammad Faizan (@mfaizanse)
2.11.0-rc1 (2023-02-06)
Api Gateway
Application Connector
- #16725 Bump AC images (@franpog859)
- #16680 Bump the net library images (@franpog859)
- #16489 Remove dependencies to kyma-integration Namespace (@mvshao)
Serverless
- #16723 Use standardised tag for function webhook image (@kwiatekus)
- #16709 Conform serverless webhooks with gardener hibernation constaints (@kwiatekus)
- #16715 Replace serverless PR tags (@pPrecel)
- #16714 Upgrade runtimes bases (@pPrecel)
- #16695 Upgrade serverless images (@pPrecel)
- #16675 Fix empty response case from async nodejs16 runtime (@kwiatekus)
- #16642 Improve webhook logs (@pPrecel)
- #16561 Bump k8s-tools image (@halamix2)
- #16489 Remove dependencies to kyma-integration Namespace (@mvshao)
- #16583 Upgrade serverless tags (@pPrecel)
- #16576 Upgrade golang version for all otters components (@pPrecel)
Eventing
- #16728 Disabled NATS security context (@mfaizanse)
- #16721 Eventing image bumps (@mfaizanse)
- #16681 Configure PSA for Eventing components (@marcobebway)
- #16690 Bump NATS image to 2.9.11 (@mfaizanse)
- #15907 language review Eventing Controller (@NHingerl)
- #16671 validate source for valid URI (@raypinto)
- #16632 Dependencies bump for Eventing controller and EPP (@mfaizanse)
- #16510 improve application name parsing from request path (@k15r)
Service Mesh
Monitoring
Logging
- #16682 update of alpine and golang version for telemetry/observability images (@a-thaler)
- #16654 Upgrade Fluent Bit to 2.0 (@skhalash)
- #16547 Add PeerAuthentication to scrape Fluent Bit via plain http (@skhalash)
- #16565 removed unused autoscaling settings for fluentbit (@a-thaler)
Tracing
- #16719 Add documentation for custom header usage in TracePipelines (@chrkl)
- #16701 Add custom header support for TracePipeline output (@chrkl)
- #16689 More resilient telemetry integration test (@hisarbalik)
- #16666 Fix TracePipeline has wrong status (@hisarbalik)
- #16489 Remove dependencies to kyma-integration Namespace (@mvshao)
- #16567 Add debug ability to the telemetry operator (@rakesh-garimella)
- #16601 Set log level in trace collector (@chrkl)
- #16598 Fix wrong TLS setting for endpoints defined in a secret (@hisarbalik)
- #16558 OpenTelemetry filter processor (@hisarbalik)
- #16575 Jaeger deprecation (@Teneroy)
- #16485 Add pprof profiling to telemetry-operator (@chrkl)
- #16592 Refactor creating otel collector configuration (@chrkl)
- #16574 Add logging exporter to otel collector (@chrkl)
- #16487 Trace pipelines busola extension (@Teneroy)
- #16517 Fix otel collector restart (@chrkl)
Documentation
- #15907 language review Eventing Controller (@NHingerl)
- #16670 Update info on Kyma Dashboard (@IwonaLanger)
- #16489 Remove dependencies to kyma-integration Namespace (@mvshao)
- #16542 Compass Runtime Agent, skipVerify to Kyma installation command (@mvshao)
Committers: 28
- Aleksei Chernyshov (@Teneroy)
- Andreas Thaler (@a-thaler)
- Antonio Maradiaga (@ajmaradiaga)
- Bartosz Chwila (@barchw)
- Christoph Kleineweber (@chrkl)
- Filip Strózik (@pPrecel)
- Franciszek Pogodziński (@franpog859)
- Grzegorz Karaluch (@grego952)
- Hisar Balik (@hisarbalik)
- Iwona Langer (@IwonaLanger)
- Jan Mędrek (@janmedrek)
- Jan Wozniak (@wozniakjan)
- Korbinian Stoemmer (@k15r)
- Krzysztof Kwiatosz (@kwiatekus)
- Mansur Uralov (@muralov)
- Marco Bebway (@marcobebway)
- Muhammad Faizan (@mfaizanse)
- Natalia Sitko (@nataliasitko)
- Nina Hingerl (@NHingerl)
- Piotr Halama (@halamix2)
- Rafal Foks (@mvshao)
- Rakesh Garimella (@rakesh-garimella)
- Raymond Pinto (@raypinto)
- Stanislav Khalash (@skhalash)
- Tim Riffer (@triffer)
- Vladimir Videlov (@videlov)
- Vladislav Paskar (@vpaskar)
- Wojciech Nawa (@VOID404)
2.11.0-rc1
2.11.0-rc1 (2023-02-06)
Api Gateway
Application Connector
- #16725 Bump AC images (@franpog859)
- #16680 Bump the net library images (@franpog859)
- #16489 Remove dependencies to kyma-integration Namespace (@mvshao)
Serverless
- #16723 Use standardised tag for function webhook image (@kwiatekus)
- #16709 Conform serverless webhooks with gardener hibernation constaints (@kwiatekus)
- #16715 Replace serverless PR tags (@pPrecel)
- #16714 Upgrade runtimes bases (@pPrecel)
- #16695 Upgrade serverless images (@pPrecel)
- #16675 Fix empty response case from async nodejs16 runtime (@kwiatekus)
- #16642 Improve webhook logs (@pPrecel)
- #16561 Bump k8s-tools image (@halamix2)
- #16489 Remove dependencies to kyma-integration Namespace (@mvshao)
- #16583 Upgrade serverless tags (@pPrecel)
- #16576 Upgrade golang version for all otters components (@pPrecel)
Eventing
- #16728 Disabled NATS security context (@mfaizanse)
- #16721 Eventing image bumps (@mfaizanse)
- #16681 Configure PSA for Eventing components (@marcobebway)
- #16690 Bump NATS image to 2.9.11 (@mfaizanse)
- #15907 language review Eventing Controller (@NHingerl)
- #16671 validate source for valid URI (@raypinto)
- #16632 Dependencies bump for Eventing controller and EPP (@mfaizanse)
- #16510 improve application name parsing from request path (@k15r)
Service Mesh
Monitoring
Logging
- #16682 update of alpine and golang version for telemetry/observability images (@a-thaler)
- #16654 Upgrade Fluent Bit to 2.0 (@skhalash)
- #16547 Add PeerAuthentication to scrape Fluent Bit via plain http (@skhalash)
- #16565 removed unused autoscaling settings for fluentbit (@a-thaler)
Tracing
- #16719 Add documentation for custom header usage in TracePipelines (@chrkl)
- #16701 Add custom header support for TracePipeline output (@chrkl)
- #16689 More resilient telemetry integration test (@hisarbalik)
- #16666 Fix TracePipeline has wrong status (@hisarbalik)
- #16489 Remove dependencies to kyma-integration Namespace (@mvshao)
- #16567 Add debug ability to the telemetry operator (@rakesh-garimella)
- #16601 Set log level in trace collector (@chrkl)
- #16598 Fix wrong TLS setting for endpoints defined in a secret (@hisarbalik)
- #16558 OpenTelemetry filter processor (@hisarbalik)
- #16575 Jaeger deprecation (@Teneroy)
- #16485 Add pprof profiling to telemetry-operator (@chrkl)
- #16592 Refactor creating otel collector configuration (@chrkl)
- #16574 Add logging exporter to otel collector (@chrkl)
- #16487 Trace pipelines busola extension (@Teneroy)
- #16517 Fix otel collector restart (@chrkl)
Documentation
- #15907 language review Eventing Controller (@NHingerl)
- #16670 Update info on Kyma Dashboard (@IwonaLanger)
- #16489 Remove dependencies to kyma-integration Namespace (@mvshao)
- #16542 Compass Runtime Agent, skipVerify to Kyma installation command (@mvshao)
Committers: 28
- Aleksei Chernyshov (@Teneroy)
- Andreas Thaler (@a-thaler)
- Antonio Maradiaga (@ajmaradiaga)
- Bartosz Chwila (@barchw)
- Christoph Kleineweber (@chrkl)
- Filip Strózik (@pPrecel)
- Franciszek Pogodziński (@franpog859)
- Grzegorz Karaluch (@grego952)
- Hisar Balik (@hisarbalik)
- Iwona Langer (@IwonaLanger)
- Jan Mędrek (@janmedrek)
- Jan Wozniak (@wozniakjan)
- Korbinian Stoemmer (@k15r)
- Krzysztof Kwiatosz (@kwiatekus)
- Mansur Uralov (@muralov)
- Marco Bebway (@marcobebway)
- Muhammad Faizan (@mfaizanse)
- Natalia Sitko (@nataliasitko)
- Nina Hingerl (@NHingerl)
- Piotr Halama (@halamix2)
- Rafal Foks (@mvshao)
- Rakesh Garimella (@rakesh-garimella)
- Raymond Pinto (@raypinto)
- Stanislav Khalash (@skhalash)
- Tim Riffer (@triffer)
- Vladimir Videlov (@videlov)
- Vladislav Paskar (@vpaskar)
- Wojciech Nawa (@VOID404)