This is the change log of Bridge to Kubernetes which includes binaries, container images, and CLI.
If you are using one of the IDE extensions for Bridge to Kubernetes, check the respective extension's changelog to see what version that extension is using.
- Visual Studio Code extension release notes
- Visual Studio 2019 extension release notes
- Visual Studio 2022 extension release notes
- Bump Azure.Identity from 1.3.0 to 1.10.2 in /samples/managed-identity
- Bump next from 12.2.5 to 13.5.1 in /samples/todo-app/frontend
- Fix for M1 Mac arm64 issue
- Support arm64 binaries for linux, windows and macos
- Update package version
- Update build-pipelines-PR.yml for Azure Pipelines
- Fix the routing manager tag issue
- Update samples/managed-identity app's client id
- Filter pods which are not replicaset or statefulset
- Add linkerd to supported side cars list
- Update image tags to pull latest mariner images
- Fix for failed to launch endpointmanager - retry with sudo
- Add more wait time for iptables operations to avoid timeouts
- Include codeQL badge status
- Jeager side car support by bridge
- Fixed obsolete warnings and removed invalid assert
- Install script - update to dotnet 7.0
- Add live tests workflow dispatch for windows and mac
- Update image tags to remediate security vulnerabilities with CBL mariner
- Remove inaccurate statement from README
- Support different auth providers with kubectl proxy
- Update issue template
- Remove stale code
- Add video link to README
- Support environments variables for named ports headless services
- Ignore warning CS8002 when building in debug mode
- Remove deprecated dependencies from sameples
- Dotnet 7 upgrade
- Gracefull handling of exceptions that occurs when DevHostAgent closes sockets
- Added launchSettings.json to .gitignore
- Removes package references in favour of FrameworkReference
- Live test for PR validations
- Fixes invalid xml documentation tags
- Resolves Warning SYSLIB021 - Derived cryptographic types are obsolete
- Disable Lifecycle Hooks in remote agent
- Fixed exception rethrow
- Fixes warnings for nullable reference types being used
- Fixed swaped arguments
- Add namespace to environment variables for the services which are not in the workload's namespace
- Refactoring Json serialization
- Enable auto review by chatgpt
- Update base images to microsoft mariner images
- Add new editor config files
- Added SupportedOSPlatformGuard and new improved operating system identification
- Remove root permissions for creating symlink in user's local bin folder
- Modified method to have one set of env variables and added UTs
- Json patch issue fix for stateful sets
- timeout override from getContainerEnv
- Address Remove BouncyCastle Nuget package since .NET 6 can handle this internally
- Address Remove minimatch and replace it with internal .NET package
- Address Restore job failure fix
- Address Introduce new telemetry data for FailureReason excluding PII data
- Address Disable probes feature
- Address Support nodeport services for bridge
- Other minor dependant bot fixes
- Address issue around named port environment variables not being created
- Address migrating from netwonsoft to stj
- Address fix to AddhostFileEntry tuple
- Address JSon serialization issue
- Address headless service not getting forwarded all the time
- Other minor bug fixes.
- Dotnet6 upgrade - minimum required dotnet version is 6.0.11 and downloads it when latest extension is used. NOTE: Going back to previous version of extension requires manual action by user to download the dotnet 3.1.6 and replace it in downloaded location. Extension would not download because 6.0.11 is higher than 3.1.6.
- Manage Identity fixes
- Fixes when using useKubernetesServiceEnvironmentVariables feature
- Updating the code samples for CLI.
- Initial Release from internal repo
- Add github workflows for code ql, release binaries
- Add kubectl library download step