Releases: leanix/leanix-k8s-connector
Releases · leanix/leanix-k8s-connector
Release 2020-06-15
Release Notes
- Changes
-
Add
securityContext
section to the Helm chart.securityContext: readOnlyRootFilesystem: true runAsNonRoot: true runAsUser: 65534 runAsGroup: 65534 allowPrivilegeEscalation: false
-
Release 2020-04-28
Release Notes
-
New Features
- Automatic container creation in Azure Storage, when using azureblob as storage backend
-
Changes
- Switch to Azure Storage Blob Go SDK v0.8.0
- Switch from append blob to block blob
NOTE: Delete all existing append blobs in the container in Azure Storage, you specified for the LDIF and log file upload. Otherwise the connector run throws an error, as append blobs cannot be overwritten with block blobs.
Release 2020-02-07
Release Notes
-
New Features
- Enable information extraction for the following Kubernetes resources:
- replicasets
- replicationcontrollers
- Enable information extraction for the following Kubernetes resources:
-
Changes
- The
connectorId
field gets pinned toKubernetes
in the generated LDIF file. - The customer provided value for the
connectorId
field is moved to the sectioncustomFields
and is mapped to the fieldconnectorInstance
in the generated LDIF file.
- The
Release 2020-01-14
Release Notes
-
New Features
- Enable information extraction for the following Kubernetes resources:
- serviceaccounts
- services
- nodes
- pods
- namespaces
- configmaps
- persistentvolumes
- persistentvolumeclaims
- deployments
- statefulsets
- daemonsets
- customresourcedefinitions
- clusterrolebindings
- rolebindings
- clusterroles
- roles
- ingresses
- networkpolicies
- horizontalpodautoscalers
- podsecuritypolicies
- storageclasses
- cronjobs
- jobs
- Enable information extraction for the following Kubernetes resources:
-
Removed Features
- Custom Kubernetes resource extraction and information aggregation for:
- deployments
- statefulsets
- Custom Kubernetes resource extraction and information aggregation for:
-
Changes
- Permission change for the
leanix-k8s-connector
service account
- Permission change for the
Release 2019-09-26
Release Notes
- New Features
- Enable wildcards for namespace filtering