github-actions
released this
30 Sep 11:08
·
75 commits
to master
since this release
What's Changed
Added
- Improved compatibility with 3rd party tools for managing Helm charts.
- Added Helm chart README.
- Fixed icon.
- Improved Helm chart documentation.
- Setting
cluster.uid
is now optional. If not provided it defaults to value ofcluster.name
. - Initial support for OpenShift clusters.
- Set
openshift.enabled
totrue
during deployment to automatically generate necessary k8s resources. - Settings
ebpfNetworkMonitoring.enabled
andswoagent.enabled
must be set tofalse
as they are not supported yet. - This is an experimental feature and it may change in the future.
- Set
Changed
- Settings
otel.metrics.k8s_instrumentation
,otel.logs.k8s_instrumentation
andotel.events.k8s_instrumentation
are deprecated and may be removed in a future version. - Enabled automatic deployment of the OTEL Network Collector to the cluster.
- Improved build pipeline.
- Upgraded collector image to
0.11.5
which brings following changes:- See Release notes for 0.11.5.
- Bumped 3rd party dependencies and Docker images.
Fixed
- Configuring
otel.events.k8s_instrumentation.labels.excludePattern
orotel.events.k8s_instrumentation.annotations.excludePattern
might cause the events collector to fail when manifest collection is enabled. - Fixed the autoupdate job to run only on Linux Nodes.
New Contributors
Full Changelog: swo-k8s-collector-4.0.0...swo-k8s-collector-4.1.0