Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add change log for Nov release #340

Merged
merged 4 commits into from
Dec 5, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ 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.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)
Vidya2606 marked this conversation as resolved.
Show resolved Hide resolved
- [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)
- [Filter pods which are not replicaset or statefulset](https://github.com/Azure/Bridge-To-Kubernetes/pull/312)
Expand Down
Loading