Skip to content

Commit

Permalink
Merge pull request #138 from leanix/master
Browse files Browse the repository at this point in the history
Release 6.2.0 back porting to master
  • Loading branch information
SudharmaPuranikLeanIX authored Jan 3, 2022
2 parents 970fac8 + 386d225 commit 8561f01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 8561f01

Please sign in to comment.