Tye 0.5
Pre-releaseRelease notes
These are the release notes for the 0.5 release of Tye.
The package version is 0.5.0-alpha.20555.1.
See getting started for installation instructions.
Notable changes and features
.NET 5 Support
We add support for .NET 5 in tye this release! Just in time for the .NET 5 release 😄 . Tye will work with .NET 5 for both tye run
and tye deploy
.
As a note, tye itself still requires the 3.1 SDK, so you still need the 3.1 SDK to use tye.
Dapr Support
We updated our support for Dapr, allowing it work with the latest 0.11 release. We also updated the dapr sample with the latest packages.
Multi TFM support
Thanks to @tebeco, you can now specify multiple tfms in your .NET projects, and specify which ones to use. See #567 for a summary of changes.
Breaking changes
-f
now isn't a shortcut for--force
and instead--framework
What are we starting to work on now
We have a Kubecon talk coming up shortly for anyone attending Kubecon. See this for more details.
We are hoping to make a VS Code extension public very shortly. More details to come.
Community contributions
Below is a list of all the community contributions between July 22, 2020 and November 05, 2020 (UTC time). Thanks to all our contributors for their enthusiasm and support!
- @tebeco Map "binding.ContainerPort" instead of "binding.Port" to "manifest containerPort"
- @davidhenley Add line break for better debug experience
- @areller Docker compose environment variable syntax
- @ckadluba Fixed unquoted file paths
- @taqabubaker Wrap certificateFilePath with double quotation marks
- @BWalti fixed wording in doc dapr.md
- @tsubakimoto fix header typo
- @ckadluba Fixed issue #620
- @sahan91 Fix typos in service discovery document
- @sahan91 Fix minor grammar issue and cleanup commas
- @AlecPapierniak Update service_discovery.md
- @angelobelchior Fix of the directory name
- @areller Graceful termination in Windows
- @tebeco Handling Multiple TargetFrameworks through BuildProperties