Skip to content

Releases: leanix/leanix-k8s-connector

Release 2020-06-15

15 Jun 11:25
1b46be5
Compare
Choose a tag to compare
Release 2020-06-15 Pre-release
Pre-release

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

28 Apr 12:01
fa5ea6f
Compare
Choose a tag to compare
Release 2020-04-28 Pre-release
Pre-release

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

07 Feb 13:02
f8218f4
Compare
Choose a tag to compare
Release 2020-02-07 Pre-release
Pre-release

Release Notes

  • New Features

    • Enable information extraction for the following Kubernetes resources:
      • replicasets
      • replicationcontrollers
  • Changes

    • The connectorId field gets pinned to Kubernetes in the generated LDIF file.
    • The customer provided value for the connectorId field is moved to the section customFields and is mapped to the field connectorInstance in the generated LDIF file.

Release 2020-01-14

14 Jan 10:15
Compare
Choose a tag to compare
Release 2020-01-14 Pre-release
Pre-release

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
  • Removed Features

    • Custom Kubernetes resource extraction and information aggregation for:
      • deployments
      • statefulsets
  • Changes

    • Permission change for the leanix-k8s-connector service account

Release 2019-09-26

27 Sep 13:55
Compare
Choose a tag to compare

Release Notes

  • New Features
    • Enable wildcards for namespace filtering