From d3a18c374e11cbe42c86e73513d7fa80e7612134 Mon Sep 17 00:00:00 2001 From: Vidya Reddy <59590642+Vidya2606@users.noreply.github.com> Date: Tue, 28 Nov 2023 15:16:02 -0800 Subject: [PATCH 1/3] Add change log for Nov release --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24356f5d..8334c1b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ If you are using one of the IDE extensions for Bridge to Kubernetes, check the r - [Visual Studio 2019 extension release notes](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.mindaro#whats-new) - [Visual Studio 2022 extension release notes](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.mindaro2022#whats-new) +## [1.0.20231128.1] +- [Support arm64 binaries for linux, windows and macos](https://github.com/Azure/Bridge-To-Kubernetes/pull/290) +- [Update package version](https://github.com/Azure/Bridge-To-Kubernetes/pull/330) +- [Update build-pipelines-PR.yml for Azure Pipelines](https://github.com/Azure/Bridge-To-Kubernetes/commit/65a0527df3ad85525668c05e8737de71247087ab) + ## [1.0.20230927.2] - [Update samples/managed-identity app's client id](https://github.com/Azure/Bridge-To-Kubernetes/pull/307) - [Filter pods which are not replicaset or statefulset](https://github.com/Azure/Bridge-To-Kubernetes/pull/312) From 7e96ae1390179a3ed9fbbea035a450ec6c063ad5 Mon Sep 17 00:00:00 2001 From: Vidya Reddy <59590642+Vidya2606@users.noreply.github.com> Date: Wed, 29 Nov 2023 09:25:18 -0800 Subject: [PATCH 2/3] updated version --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8334c1b2..acd1d3bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ If you are using one of the IDE extensions for Bridge to Kubernetes, check the r - [Visual Studio 2019 extension release notes](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.mindaro#whats-new) - [Visual Studio 2022 extension release notes](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.mindaro2022#whats-new) -## [1.0.20231128.1] +## [1.0.20231127.3] - [Support arm64 binaries for linux, windows and macos](https://github.com/Azure/Bridge-To-Kubernetes/pull/290) - [Update package version](https://github.com/Azure/Bridge-To-Kubernetes/pull/330) - [Update build-pipelines-PR.yml for Azure Pipelines](https://github.com/Azure/Bridge-To-Kubernetes/commit/65a0527df3ad85525668c05e8737de71247087ab) From 16fb1670dfa3326b4f4005b060b1096ebf610eb1 Mon Sep 17 00:00:00 2001 From: Vidya Reddy <59590642+Vidya2606@users.noreply.github.com> Date: Tue, 5 Dec 2023 10:51:04 -0800 Subject: [PATCH 3/3] Updated the changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index acd1d3bf..5b8115c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ If you are using one of the IDE extensions for Bridge to Kubernetes, check the r - [Support arm64 binaries for linux, windows and macos](https://github.com/Azure/Bridge-To-Kubernetes/pull/290) - [Update package version](https://github.com/Azure/Bridge-To-Kubernetes/pull/330) - [Update build-pipelines-PR.yml for Azure Pipelines](https://github.com/Azure/Bridge-To-Kubernetes/commit/65a0527df3ad85525668c05e8737de71247087ab) +- [Fix the routing manager tag issue](https://github.com/Azure/Bridge-To-Kubernetes/pull/342) ## [1.0.20230927.2] - [Update samples/managed-identity app's client id](https://github.com/Azure/Bridge-To-Kubernetes/pull/307)