diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d3c0c66..5267ccc8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # LeanIX Kubernetes Connector Changelog +## Release 2022-01-03 - 6.2.0 +* To ensure support for multiple helm release on same cluster, all the existing K8s workloads are suffixed with the Helm release name. +* Support multiple workspace ID for same cluster via different helm releases + ## Release 2021-12-08 - 6.1.0 * Breaking changes! Follow the below migration docs to upgrade from 6.0.3 to 6.1.0 diff --git a/Makefile b/Makefile index e9aadbd0..9996fe70 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ PROJECT ?= leanix-k8s-connector DOCKER_NAMESPACE ?= leanixacrpublic.azurecr.io -VERSION := 6.1.0 +VERSION := 6.2.0 FULL_VERSION := $(VERSION)-$(shell git describe --tags --always) IMAGE := $(DOCKER_NAMESPACE)/$(PROJECT):$(VERSION)